From cc4beb61ba26c47c1c9f0e7cf42389b5da516a0a Mon Sep 17 00:00:00 2001 From: Parth Date: Thu, 10 Jul 2025 23:33:11 -0400 Subject: [PATCH] update CHANGELOG (#2670) * update CHANGELOG * Update CHANGELOG.md Co-authored-by: PSeitz * Update CHANGELOG.md --------- Co-authored-by: PSeitz --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de3fe1e5e..23854fd08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +Tantivy 0.25 +================================ + +## Bugfixes +- fix union performance regression in tantivy 0.24 [#2663](https://github.com/quickwit-oss/tantivy/pull/2663)(@PSeitz-dd) +- make zstd optional in sstable [#2633](https://github.com/quickwit-oss/tantivy/pull/2633)(@Parth) + +## Features/Improvements +- add docs/example and Vec values to sstable [#2660](https://github.com/quickwit-oss/tantivy/pull/2660)(@PSeitz) +- Add string fast field support to `TopDocs`. [#2642](https://github.com/quickwit-oss/tantivy/pull/2642)(@stuhood) +- update edition to 2024 [#2620](https://github.com/quickwit-oss/tantivy/pull/2620)(@PSeitz) + Tantivy 0.24 ================================ Tantivy 0.24 will be backwards compatible with indices created with v0.22 and v0.21. The new minimum rust version will be 1.75. Tantivy 0.23 will be skipped.