Releases: fjall-rs/lsm-tree
Releases · fjall-rs/lsm-tree
Release list
3.1.8
- [platform] Handle transient Windows I/O errors (#305 by @styris-ame)
3.1.7
- [fix] Fix missing data race synchronization between memtable flush and
Tree::clearoperation
3.1.6
- [fix] Wrong compression type after relocating blobs (#300 by @styris-ame)
- [api] Add Slice::default (#295 by @BigWingBeat)
3.1.5
- [feat] Add
Slice::as_slice#287 - [doc] Update README
3.1.4
3.1.3
- [fix] Fix checksum check in blob file reader - previously, corrupted keys could pass the check
- [fix] Fix seqno of items of ingested tables when point read
3.1.2
3.1.1
- [fix]
Table::get_highest_seqno - [fix] Improve accuracy of filter hit rate metrics
3.1.0
- [feat] Compaction filters - run custom logic during compactions (e.g. TTL)
- [msrv] Decrease MSRV to 1.90
- [refactor] Internal refactors