From 8676a1f57be344ead7ebd3cf79d5f93d9a26cd9c Mon Sep 17 00:00:00 2001 From: PSeitz-dd Date: Wed, 20 Aug 2025 10:07:53 +0200 Subject: [PATCH] prepare release: update Changelog (#2685) --- CHANGELOG.md | 6 +++++- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23854fd08..19f5eb0ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,17 @@ Tantivy 0.25 ================================ ## Bugfixes -- fix union performance regression in tantivy 0.24 [#2663](https://github.com/quickwit-oss/tantivy/pull/2663)(@PSeitz-dd) +- fix union performance regression in tantivy 0.24 [#2663](https://github.com/quickwit-oss/tantivy/pull/2663)(@PSeitz) - make zstd optional in sstable [#2633](https://github.com/quickwit-oss/tantivy/pull/2633)(@Parth) +- Fix TopDocs::order_by_string_fast_field for asc order [#2672](https://github.com/quickwit-oss/tantivy/pull/2672)(@stuhood @PSeitz) ## 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) +- Allow optional spaces between the field name and the value in the query parser [#2678](https://github.com/quickwit-oss/tantivy/pull/2678)(@Darkheir) +- Support mixed field types in query parser [#2676](https://github.com/quickwit-oss/tantivy/pull/2676)(@trinity-1686a) +- Add per-field size details [#2679](https://github.com/quickwit-oss/tantivy/pull/2679)(@fulmicoton) Tantivy 0.24 ================================ diff --git a/Cargo.toml b/Cargo.toml index af19fefa4..2a9d45409 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tantivy" -version = "0.25.0" +version = "0.24.0" authors = ["Paul Masurel "] license = "MIT" categories = ["database-implementations", "data-structures"]