Releases: fjall-rs/lsm-tree
Releases · fjall-rs/lsm-tree
2.7.6
2.7.5
- pin value-log version
2.7.4
- remove noisy console log
2.7.3
- [fix] Closing segment file handles too early
2.7.2
- [fix] Fix deadlock potential by decoupling compaction installations from readers; should also allow writing-while-iterating now #90 fjall-rs/fjall#74
2.7.1
- update
value-log
- [compaction] Improve SizeTiered compaction behaviour in the late game by rewriting Lmax into a sorted run
2.7.0
- [feat] impl Error::source, by @carlsverre
- [misc] internal refactors
- [perf] Remove superfluous key range check in disjoint levels
- [perf] Remove superfluous key range checks when scanning large ranges
2.6.6
- [fix] Fix MultiWriter creating a non-disjoint output
2.6.5
- [fix] Make sure .DS_Store files on MacOS are skipped on recovery
2.6.4
- Update value-log to 1.5.4