Skip to content

Commit

Permalink
chore: Update CHANGELOG.md with breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
timonv authored Sep 6, 2024
1 parent 807e902 commit 465de7f
Showing 1 changed file with 122 additions and 120 deletions.
242 changes: 122 additions & 120 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,123 +1,125 @@
# Changelog

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

## [0.10.0](https://github.com/bosun-ai/swiftide/releases/tag/0.10.0) - 2024-09-06

### Added

- [57fe4aa](https://github.com/bosun-ai/swiftide/commit/57fe4aa73b1b98dd8eac87c6440e0f2a0c66d4e8) *(indexing)* Use UUIDv3 for indexing node ids ([#277](https://github.com/bosun-ai/swiftide/pull/277))

### Fixed

- [5a724df](https://github.com/bosun-ai/swiftide/commit/5a724df895d35cfa606721d611afd073a23191de) *(uncategorized)* Rust 1.81 support ([#275](https://github.com/bosun-ai/swiftide/pull/275))

### Other

- [3711f6f](https://github.com/bosun-ai/swiftide/commit/3711f6fb2b51e97e4606b744cc963c04b44b6963) *(readme)* Fix date ([#273](https://github.com/bosun-ai/swiftide/pull/273))


**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.9.2...0.10.0



## [0.9.2](https://github.com/bosun-ai/swiftide/releases/tag/0.9.2) - 2024-09-04

### Added

- [84e9bae](https://github.com/bosun-ai/swiftide/commit/84e9baefb366f0a949ae7dcbdd8f97931da0b4be) *(indexing)* Add chunker for text with text_splitter ([#270](https://github.com/bosun-ai/swiftide/pull/270))

- [387fbf2](https://github.com/bosun-ai/swiftide/commit/387fbf29c2bce06284548f9af146bb3969562761) *(query)* Hybrid search for qdrant in query pipeline ([#260](https://github.com/bosun-ai/swiftide/pull/260))

### Fixed

- [6e92b12](https://github.com/bosun-ai/swiftide/commit/6e92b12faa020f12ef5e770282e7b2e854f4910c) *(deps)* Update rust crate text-splitter to 0.16 ([#267](https://github.com/bosun-ai/swiftide/pull/267))

### Other

- [1dc4c90](https://github.com/bosun-ai/swiftide/commit/1dc4c90436c9c8c8d0eb080e300afce53090c73e) *(readme)* Add new blog links

- [064c7e1](https://github.com/bosun-ai/swiftide/commit/064c7e157775a7aaf9628a39f941be35ce0be99a) *(readme)* Update intro


**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.9.1...0.9.2



## [0.9.1](https://github.com/bosun-ai/swiftide/releases/tag/0.9.1) - 2024-09-01

### Added

- [b891f93](https://github.com/bosun-ai/swiftide/commit/b891f932e43b9c76198d238bcde73a6bb1dfbfdb) *(integrations)* Add fluvio as loader support ([#243](https://github.com/bosun-ai/swiftide/pull/243))

- [c00b6c8](https://github.com/bosun-ai/swiftide/commit/c00b6c8f08fca46451387f3034d3d53805f3e401) *(query)* Ragas support ([#236](https://github.com/bosun-ai/swiftide/pull/236))

- [a1250c1](https://github.com/bosun-ai/swiftide/commit/a1250c1cef57e2b74760fd31772e106993a3b079) *(uncategorized)* LanceDB support ([#254](https://github.com/bosun-ai/swiftide/pull/254))

### Fixed

- [d5a76ae](https://github.com/bosun-ai/swiftide/commit/d5a76aef7890fd2c17f720cfb43dafc7333c3bf9) *(deps)* Update rust crate fastembed to v4 ([#250](https://github.com/bosun-ai/swiftide/pull/250))

- [cc7ec08](https://github.com/bosun-ai/swiftide/commit/cc7ec0849d7398561c1ff1c48037458e7d4e23fa) *(deps)* Update rust crate spider to v2 ([#237](https://github.com/bosun-ai/swiftide/pull/237))

### Other

- [fb381b8](https://github.com/bosun-ai/swiftide/commit/fb381b8896a5fc863a4185445ce51fefb99e6c11) *(readme)* Copy improvements ([#261](https://github.com/bosun-ai/swiftide/pull/261))


**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.9.0...0.9.1



## [0.9.0](https://github.com/bosun-ai/swiftide/releases/tag/0.9.0) - 2024-08-15

### Added

- [2443933](https://github.com/bosun-ai/swiftide/commit/24439339a9b935befcbcc92e56c01c5048605138) *(qdrant)* Add access to inner client for custom operations ([#242](https://github.com/bosun-ai/swiftide/pull/242))

- [4fff613](https://github.com/bosun-ai/swiftide/commit/4fff613b461e8df993327cb364cabc65cd5901d8) *(query)* Add concurrency on query pipeline and add query_all

### Fixed

- [8a1cc69](https://github.com/bosun-ai/swiftide/commit/8a1cc69712b4361893c0564c7d6f7d1ed21e5710) *(query)* After retrieval current transormation should be empty

### Other

- [3d213b4](https://github.com/bosun-ai/swiftide/commit/3d213b40d0b2d1dd259dd22ba99614fedae64353) *(readme)* Add link to 0.8 release

- [e9d0016](https://github.com/bosun-ai/swiftide/commit/e9d00160148807a8e2d1df1582e6ea85cfd2d8d0) *(indexing,integrations)* Move tree-sitter dependencies to integrations ([#235](https://github.com/bosun-ai/swiftide/pull/235))


**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.8.0...0.9.0



## [0.8.0](https://github.com/bosun-ai/swiftide/releases/tag/0.8.0) - 2024-08-12

### Added

- [67336f1](https://github.com/bosun-ai/swiftide/commit/67336f1d9c7fde474bdddfd0054b40656df244e0) *(indexing)* Sparse vector support with Splade and Qdrant ([#222](https://github.com/bosun-ai/swiftide/pull/222))

- [2e25ad4](https://github.com/bosun-ai/swiftide/commit/2e25ad4b999a8562a472e086a91020ec4f8300d8) *(indexing)* Default LLM for indexing pipeline and boilerplate Transformer macro ([#227](https://github.com/bosun-ai/swiftide/pull/227))

- [e728a7c](https://github.com/bosun-ai/swiftide/commit/e728a7c7a2fcf7b22c31e5d6c66a896f634f6901) *(uncategorized)* Code outlines in chunk metadata ([#137](https://github.com/bosun-ai/swiftide/pull/137))

### Fixed

- [3cce606](https://github.com/bosun-ai/swiftide/commit/3cce60698cb59a0f1d3902e85ff6b07555f6de58) *(deps)* Update rust crate text-splitter to 0.15 ([#224](https://github.com/bosun-ai/swiftide/pull/224))

### Other

- [4970a68](https://github.com/bosun-ai/swiftide/commit/4970a683acccc71503e64044dc02addaf2e9c87c) *(readme)* Fix discord links

- [b3f04de](https://github.com/bosun-ai/swiftide/commit/b3f04defe94e5b26876c8d99049f4d87b5f2dc18) *(readme)* Add link to discord ([#219](https://github.com/bosun-ai/swiftide/pull/219))

- [73d1649](https://github.com/bosun-ai/swiftide/commit/73d1649ca8427aa69170f6451eac55316581ed9a) *(readme)* Add Ollama support to README


**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.7.1...0.8.0


# Changelog

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

## [0.10.0](https://github.com/bosun-ai/swiftide/releases/tag/0.10.0) - 2024-09-06

BREAKING CHANGE: Indexing nodes now have their ID calculated using UUIDv3 via MD5 as the previous algorithm was unreliable and broke in 1.81. Added benefit that collision chance is even smaller. This means that when indexing again, nodes will have different IDs and upsert will not work. Backwards compatibility is non-trivial. If this is a huge issue, ping us on discord and we will look into it.

### Added

- [57fe4aa](https://github.com/bosun-ai/swiftide/commit/57fe4aa73b1b98dd8eac87c6440e0f2a0c66d4e8) *(indexing)* Use UUIDv3 for indexing node ids ([#277](https://github.com/bosun-ai/swiftide/pull/277))

### Fixed

- [5a724df](https://github.com/bosun-ai/swiftide/commit/5a724df895d35cfa606721d611afd073a23191de) *(uncategorized)* Rust 1.81 support ([#275](https://github.com/bosun-ai/swiftide/pull/275))

### Other

- [3711f6f](https://github.com/bosun-ai/swiftide/commit/3711f6fb2b51e97e4606b744cc963c04b44b6963) *(readme)* Fix date ([#273](https://github.com/bosun-ai/swiftide/pull/273))


**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.9.2...0.10.0



## [0.9.2](https://github.com/bosun-ai/swiftide/releases/tag/0.9.2) - 2024-09-04

### Added

- [84e9bae](https://github.com/bosun-ai/swiftide/commit/84e9baefb366f0a949ae7dcbdd8f97931da0b4be) *(indexing)* Add chunker for text with text_splitter ([#270](https://github.com/bosun-ai/swiftide/pull/270))

- [387fbf2](https://github.com/bosun-ai/swiftide/commit/387fbf29c2bce06284548f9af146bb3969562761) *(query)* Hybrid search for qdrant in query pipeline ([#260](https://github.com/bosun-ai/swiftide/pull/260))

### Fixed

- [6e92b12](https://github.com/bosun-ai/swiftide/commit/6e92b12faa020f12ef5e770282e7b2e854f4910c) *(deps)* Update rust crate text-splitter to 0.16 ([#267](https://github.com/bosun-ai/swiftide/pull/267))

### Other

- [1dc4c90](https://github.com/bosun-ai/swiftide/commit/1dc4c90436c9c8c8d0eb080e300afce53090c73e) *(readme)* Add new blog links

- [064c7e1](https://github.com/bosun-ai/swiftide/commit/064c7e157775a7aaf9628a39f941be35ce0be99a) *(readme)* Update intro


**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.9.1...0.9.2



## [0.9.1](https://github.com/bosun-ai/swiftide/releases/tag/0.9.1) - 2024-09-01

### Added

- [b891f93](https://github.com/bosun-ai/swiftide/commit/b891f932e43b9c76198d238bcde73a6bb1dfbfdb) *(integrations)* Add fluvio as loader support ([#243](https://github.com/bosun-ai/swiftide/pull/243))

- [c00b6c8](https://github.com/bosun-ai/swiftide/commit/c00b6c8f08fca46451387f3034d3d53805f3e401) *(query)* Ragas support ([#236](https://github.com/bosun-ai/swiftide/pull/236))

- [a1250c1](https://github.com/bosun-ai/swiftide/commit/a1250c1cef57e2b74760fd31772e106993a3b079) *(uncategorized)* LanceDB support ([#254](https://github.com/bosun-ai/swiftide/pull/254))

### Fixed

- [d5a76ae](https://github.com/bosun-ai/swiftide/commit/d5a76aef7890fd2c17f720cfb43dafc7333c3bf9) *(deps)* Update rust crate fastembed to v4 ([#250](https://github.com/bosun-ai/swiftide/pull/250))

- [cc7ec08](https://github.com/bosun-ai/swiftide/commit/cc7ec0849d7398561c1ff1c48037458e7d4e23fa) *(deps)* Update rust crate spider to v2 ([#237](https://github.com/bosun-ai/swiftide/pull/237))

### Other

- [fb381b8](https://github.com/bosun-ai/swiftide/commit/fb381b8896a5fc863a4185445ce51fefb99e6c11) *(readme)* Copy improvements ([#261](https://github.com/bosun-ai/swiftide/pull/261))


**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.9.0...0.9.1



## [0.9.0](https://github.com/bosun-ai/swiftide/releases/tag/0.9.0) - 2024-08-15

### Added

- [2443933](https://github.com/bosun-ai/swiftide/commit/24439339a9b935befcbcc92e56c01c5048605138) *(qdrant)* Add access to inner client for custom operations ([#242](https://github.com/bosun-ai/swiftide/pull/242))

- [4fff613](https://github.com/bosun-ai/swiftide/commit/4fff613b461e8df993327cb364cabc65cd5901d8) *(query)* Add concurrency on query pipeline and add query_all

### Fixed

- [8a1cc69](https://github.com/bosun-ai/swiftide/commit/8a1cc69712b4361893c0564c7d6f7d1ed21e5710) *(query)* After retrieval current transormation should be empty

### Other

- [3d213b4](https://github.com/bosun-ai/swiftide/commit/3d213b40d0b2d1dd259dd22ba99614fedae64353) *(readme)* Add link to 0.8 release

- [e9d0016](https://github.com/bosun-ai/swiftide/commit/e9d00160148807a8e2d1df1582e6ea85cfd2d8d0) *(indexing,integrations)* Move tree-sitter dependencies to integrations ([#235](https://github.com/bosun-ai/swiftide/pull/235))


**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.8.0...0.9.0



## [0.8.0](https://github.com/bosun-ai/swiftide/releases/tag/0.8.0) - 2024-08-12

### Added

- [67336f1](https://github.com/bosun-ai/swiftide/commit/67336f1d9c7fde474bdddfd0054b40656df244e0) *(indexing)* Sparse vector support with Splade and Qdrant ([#222](https://github.com/bosun-ai/swiftide/pull/222))

- [2e25ad4](https://github.com/bosun-ai/swiftide/commit/2e25ad4b999a8562a472e086a91020ec4f8300d8) *(indexing)* Default LLM for indexing pipeline and boilerplate Transformer macro ([#227](https://github.com/bosun-ai/swiftide/pull/227))

- [e728a7c](https://github.com/bosun-ai/swiftide/commit/e728a7c7a2fcf7b22c31e5d6c66a896f634f6901) *(uncategorized)* Code outlines in chunk metadata ([#137](https://github.com/bosun-ai/swiftide/pull/137))

### Fixed

- [3cce606](https://github.com/bosun-ai/swiftide/commit/3cce60698cb59a0f1d3902e85ff6b07555f6de58) *(deps)* Update rust crate text-splitter to 0.15 ([#224](https://github.com/bosun-ai/swiftide/pull/224))

### Other

- [4970a68](https://github.com/bosun-ai/swiftide/commit/4970a683acccc71503e64044dc02addaf2e9c87c) *(readme)* Fix discord links

- [b3f04de](https://github.com/bosun-ai/swiftide/commit/b3f04defe94e5b26876c8d99049f4d87b5f2dc18) *(readme)* Add link to discord ([#219](https://github.com/bosun-ai/swiftide/pull/219))

- [73d1649](https://github.com/bosun-ai/swiftide/commit/73d1649ca8427aa69170f6451eac55316581ed9a) *(readme)* Add Ollama support to README


**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.7.1...0.8.0


# Changelog

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

0 comments on commit 465de7f

Please sign in to comment.