Skip to content

Commit 6334722

Browse files
committed
changelog notes
1 parent 71c7984 commit 6334722

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ Tantivy 0.23 - Unreleased
22
================================
33
Tantivy 0.23 will be backwards compatible with indices created with v0.22 and v0.21. The new minimum rust version will be 1.75.
44

5+
> [!WARNING]
6+
> Users of `sstable` may need to enable the `zstd-compression` to read blocks written by prior versions of `sstable`
7+
58
#### Bugfixes
69
- fix potential endless loop in merge [#2457](https://github.com/quickwit-oss/tantivy/pull/2457)(@PSeitz)
710
- fix bug that causes out-of-order sstable key. [#2445](https://github.com/quickwit-oss/tantivy/pull/2445)(@fulmicoton)
@@ -12,6 +15,7 @@ Tantivy 0.23 will be backwards compatible with indices created with v0.22 and v0
1215

1316
#### Breaking API Changes
1417
- remove index sorting [#2434](https://github.com/quickwit-oss/tantivy/pull/2434)(@PSeitz)
18+
- make zstd optional in sstable [#2633](https://github.com/quickwit-oss/tantivy/pull/2633)(@parth)
1519

1620
#### Features/Improvements
1721
- **Aggregation**

0 commit comments

Comments
 (0)