Skip to content

Changelog

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.5.0 - 2024-07-01

Added

  • AWS bedrock support (#92)
  • (readme): Add diagram to the readme (#107)
  • (ingestion_pipeline): Implement filter (#109)
  • (ingestion_pipeline): Splitting and merging streams
  • (ingestion_pipeline): Build a pipeline from a stream
  • (openai): Add tests for builder

Changed

  • (deps): Update rust crate testcontainers to 0.19.0 (#102)
  • Improve documentation across the project (#112)

Fixed

  • Fix oversight in ingestion pipeline tests
  • (deps): Update rust crate text-splitter to 0.14.0 (#105)
  • Replace unwrap with expect and add comment on panic
  • (transformers): Fix too small chunks being retained and api

Unreleased

Added

  • AWS bedrock support (#92)
  • Add initial benchmarks
  • (ci): Add support for merge queues
  • (ci): Add concurrency configuration
  • (readme): Add diagram to the readme (#107)
  • (ingestion_pipeline): Implement filter (#109)
  • (ingestion_pipeline): Splitting and merging streams
  • (ingestion_pipeline): Build a pipeline from a stream
  • (openai): Add tests for builder

Changed

  • Configure Renovate (#94)
  • (ci): Enable continous benchmarking and improve benchmarks (#98)
  • (deps): Update qdrant/qdrant docker tag to v1.9.7 (#95)
  • (deps): Update rust crate testcontainers to 0.19.0 (#102)
  • Ensure feat is always in Added

Fixed

  • Fix oversight in ingestion pipeline tests
  • (ci): Fix release-plz changelog parsing
  • (ci): Fix benchmarks in ci
  • (deps): Update rust crate spider to v1.98.3 (#100)
  • (deps): Update rust crate serde_json to v1.0.118 (#99)
  • (deps): Update rust crate htmd to v0.1.5 (#96)
  • Use git cliff manually for changelog generation
  • (ci): Fix naming of github actions
  • Just use keepachangelog
  • Use native cargo bench format and only run benchmarks crate
  • (deps): Update rust crate text-splitter to 0.14.0 (#105)
  • (deps): Update rust crate fastembed to v3.7.0 (#104)
  • (deps): Update rust crate strum to v0.26.3 (#101)
  • (deps): Update rust crate serde_json to v1.0.119 (#110)
  • Replace unwrap with expect and add comment on panic
  • (transformers): Fix too small chunks being retained and api

swiftide-v0.4.3 - 2024-06-28

Added

  • (readme): Add ci badge

Changed

  • (readme): Clean up and consistent badge styles
  • Clippy
  • Manual release-plz update

Fixed

  • (memory_storage): Fallback to incremental counter when missing id

swiftide-v0.4.2 - 2024-06-26

Added

  • (ingestion_stream): Implement into for Result