Releases: fjall-rs/lsm-tree
Releases Β· fjall-rs/lsm-tree
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
- [sec] Upgrade lz4_flex to 0.13
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
3.0.4
- [doc] Update FIFO caveat documentation
3.0.3
3.0.2
- [doc] Update docs
- [feat] Allow pinning file descriptors to skip file descriptor cache #234 @kunalmohan
- [perf] Remove cached file descriptors of deleted files
3.0.1
- [fix] Edge case that could result in the second memtable being dropped before being flushed
3.0.0
remove version disclaimer