File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ Tantivy 0.23 - Unreleased
2
2
================================
3
3
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.
4
4
5
+ > [ !WARNING]
6
+ > Users of ` sstable ` may need to enable the ` zstd-compression ` to read blocks written by prior versions of ` sstable `
7
+
5
8
#### Bugfixes
6
9
- fix potential endless loop in merge [ #2457 ] ( https://github.com/quickwit-oss/tantivy/pull/2457 ) (@PSeitz )
7
10
- 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
12
15
13
16
#### Breaking API Changes
14
17
- 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 )
15
19
16
20
#### Features/Improvements
17
21
- ** Aggregation**
You can’t perform that action at this time.
0 commit comments