From 2af0b8bca12d0fa21f2e668ea7cd6c234d4ad587 Mon Sep 17 00:00:00 2001 From: "Swabbie (Bosun)" <155570396+SwabbieBosun@users.noreply.github.com> Date: Mon, 21 Oct 2024 15:24:07 +0200 Subject: [PATCH] chore: release v0.13.4 (#400) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * `swiftide`: 0.13.3 -> 0.13.4 (✓ API compatible changes) * `swiftide-core`: 0.13.3 -> 0.13.4 * `swiftide-indexing`: 0.13.3 -> 0.13.4 (✓ API compatible changes) * `swiftide-macros`: 0.13.3 -> 0.13.4 * `swiftide-integrations`: 0.13.3 -> 0.13.4 * `swiftide-query`: 0.13.3 -> 0.13.4
Changelog

[0.13.4](https://github.com/bosun-ai/swiftide/compare/v0.13.3...v0.13.4) - 2024-10-21 - [47455fb](https://github.com/bosun-ai/swiftide/commit/47455fb04197a4b51142e2fb4c980e42ac54d11e) *(indexing)* Visibility of ChunkMarkdown builder should be public - [2b3b401](https://github.com/bosun-ai/swiftide/commit/2b3b401dcddb2cb32214850b9b4dbb0481943d38) *(indexing)* Improve splitters consistency and provide defaults ([#403](https://github.com/bosun-ai/swiftide/pull/403)) **Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.13.3...0.13.4

--- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). --- CHANGELOG.md | 180 +++++++++++++++++++++++++-------------------------- 1 file changed, 90 insertions(+), 90 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ca99292..2c130a5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,96 +1,96 @@ -# Changelog - -All notable changes to this project will be documented in this file. - -## [0.14.2](https://github.com/bosun-ai/swiftide/compare/v0.14.1...v0.14.2) - 2024-11-08 - -### Bug fixes - -- [3924322](https://github.com/bosun-ai/swiftide/commit/39243224d739a76cf2b60204fc67819055b7bc6f) *(querying)* Query pipeline is now properly send and sync when possible ([#425](https://github.com/bosun-ai/swiftide/pull/425)) - -### Miscellaneous - -- [52198f7](https://github.com/bosun-ai/swiftide/commit/52198f7fe76376a42c1fec8945bda4bf3e6971d4) Improve local dev build speed ([#434](https://github.com/bosun-ai/swiftide/pull/434)) - -````text -- **Tokio on rt-multi-thread only** - - **Remove manual checks from lancedb integration test** - - **Ensure all deps in workspace manifest** - - **Remove unused deps** - - **Remove examples and benchmarks from default members** -```` - - -**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.14.1...0.14.2 - - - -## [0.14.1](https://github.com/bosun-ai/swiftide/compare/v0.14.0...v0.14.1) - 2024-10-27 - -### Bug fixes - -- [5bbcd55](https://github.com/bosun-ai/swiftide/commit/5bbcd55de65d73d7908e91c96f120928edb6b388) Revert 0.14 release as mistralrs is unpublished ([#417](https://github.com/bosun-ai/swiftide/pull/417)) - -````text -Revert the 0.14 release as `mistralrs` is unpublished and unfortunately - cannot be released. -```` - -### Miscellaneous - -- [07c2661](https://github.com/bosun-ai/swiftide/commit/07c2661b7a7cdf75cdba12fab0ca91866793f727) Re-release 0.14 without mistralrs ([#419](https://github.com/bosun-ai/swiftide/pull/419)) - -````text -- **Revert "fix: Revert 0.14 release as mistralrs is unpublished - ([#417](https://github.com/bosun-ai/swiftide/pull/417))"** - - **Fix changelog** -```` - - -**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.14.0...0.14.1 - - - -## [0.14.0](https://github.com/bosun-ai/swiftide/compare/v0.13.4...v0.14.0) - 2024-10-27 - -### Bug fixes - -- [551a9cb](https://github.com/bosun-ai/swiftide/commit/551a9cb769293e42e15bae5dca3ab677be0ee8ea) *(indexing)* [**breaking**] Node ID no longer memoized ([#414](https://github.com/bosun-ai/swiftide/pull/414)) - -````text -As @shamb0 pointed out in [#392](https://github.com/bosun-ai/swiftide/pull/392), there is a potential issue where Node - ids are get cached before chunking or other transformations, breaking - upserts and potentially resulting in data loss. -```` - +# Changelog + +All notable changes to this project will be documented in this file. + +## [0.14.2](https://github.com/bosun-ai/swiftide/compare/v0.14.1...v0.14.2) - 2024-11-08 + +### Bug fixes + +- [3924322](https://github.com/bosun-ai/swiftide/commit/39243224d739a76cf2b60204fc67819055b7bc6f) *(querying)* Query pipeline is now properly send and sync when possible ([#425](https://github.com/bosun-ai/swiftide/pull/425)) + +### Miscellaneous + +- [52198f7](https://github.com/bosun-ai/swiftide/commit/52198f7fe76376a42c1fec8945bda4bf3e6971d4) Improve local dev build speed ([#434](https://github.com/bosun-ai/swiftide/pull/434)) + +````text +- **Tokio on rt-multi-thread only** + - **Remove manual checks from lancedb integration test** + - **Ensure all deps in workspace manifest** + - **Remove unused deps** + - **Remove examples and benchmarks from default members** +```` + + +**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.14.1...0.14.2 + + + +## [0.14.1](https://github.com/bosun-ai/swiftide/compare/v0.14.0...v0.14.1) - 2024-10-27 + +### Bug fixes + +- [5bbcd55](https://github.com/bosun-ai/swiftide/commit/5bbcd55de65d73d7908e91c96f120928edb6b388) Revert 0.14 release as mistralrs is unpublished ([#417](https://github.com/bosun-ai/swiftide/pull/417)) + +````text +Revert the 0.14 release as `mistralrs` is unpublished and unfortunately + cannot be released. +```` + +### Miscellaneous + +- [07c2661](https://github.com/bosun-ai/swiftide/commit/07c2661b7a7cdf75cdba12fab0ca91866793f727) Re-release 0.14 without mistralrs ([#419](https://github.com/bosun-ai/swiftide/pull/419)) + +````text +- **Revert "fix: Revert 0.14 release as mistralrs is unpublished + ([#417](https://github.com/bosun-ai/swiftide/pull/417))"** + - **Fix changelog** +```` + + +**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.14.0...0.14.1 + + + +## [0.14.0](https://github.com/bosun-ai/swiftide/compare/v0.13.4...v0.14.0) - 2024-10-27 + +### Bug fixes + +- [551a9cb](https://github.com/bosun-ai/swiftide/commit/551a9cb769293e42e15bae5dca3ab677be0ee8ea) *(indexing)* [**breaking**] Node ID no longer memoized ([#414](https://github.com/bosun-ai/swiftide/pull/414)) + +````text +As @shamb0 pointed out in [#392](https://github.com/bosun-ai/swiftide/pull/392), there is a potential issue where Node + ids are get cached before chunking or other transformations, breaking + upserts and potentially resulting in data loss. +```` + **BREAKING CHANGE**: This PR reworks Nodes with a builder API and a private id. Hence, manually creating nodes no longer works. In the future, all the fields are likely to follow the same pattern, so that we can -decouple the inner fields from the Node's implementation. - -- [c091ffa](https://github.com/bosun-ai/swiftide/commit/c091ffa6be792b0bd7bb03d604e26e40b2adfda8) *(indexing)* Use atomics for key generation in memory storage ([#415](https://github.com/bosun-ai/swiftide/pull/415)) - -### Miscellaneous - -- [0000000](https://github.com/bosun-ai/swiftide/commit/0000000) Update Cargo.toml dependencies - - -**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.13.4...0.14.0 - - - -## [0.13.4](https://github.com/bosun-ai/swiftide/compare/v0.13.3...v0.13.4) - 2024-10-21 - -### Bug fixes - -- [47455fb](https://github.com/bosun-ai/swiftide/commit/47455fb04197a4b51142e2fb4c980e42ac54d11e) *(indexing)* Visibility of ChunkMarkdown builder should be public - -- [2b3b401](https://github.com/bosun-ai/swiftide/commit/2b3b401dcddb2cb32214850b9b4dbb0481943d38) *(indexing)* Improve splitters consistency and provide defaults ([#403](https://github.com/bosun-ai/swiftide/pull/403)) - - -**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.13.3...0.13.4 - - +decouple the inner fields from the Node's implementation. + +- [c091ffa](https://github.com/bosun-ai/swiftide/commit/c091ffa6be792b0bd7bb03d604e26e40b2adfda8) *(indexing)* Use atomics for key generation in memory storage ([#415](https://github.com/bosun-ai/swiftide/pull/415)) + +### Miscellaneous + +- [0000000](https://github.com/bosun-ai/swiftide/commit/0000000) Update Cargo.toml dependencies + + +**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.13.4...0.14.0 + + + +## [0.13.4](https://github.com/bosun-ai/swiftide/compare/v0.13.3...v0.13.4) - 2024-10-21 + +### Bug fixes + +- [47455fb](https://github.com/bosun-ai/swiftide/commit/47455fb04197a4b51142e2fb4c980e42ac54d11e) *(indexing)* Visibility of ChunkMarkdown builder should be public + +- [2b3b401](https://github.com/bosun-ai/swiftide/commit/2b3b401dcddb2cb32214850b9b4dbb0481943d38) *(indexing)* Improve splitters consistency and provide defaults ([#403](https://github.com/bosun-ai/swiftide/pull/403)) + + +**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.13.3...0.13.4 + + # Changelog All notable changes to this project will be documented in this file.