Skip to content

Releases: fjall-rs/lsm-tree

2.7.6

29 Mar 22:34
a5dd116
Compare
Choose a tag to compare
  • Followup fix for 2.7.3

2.7.5

29 Mar 18:33
299298b
Compare
Choose a tag to compare
  • pin value-log version

2.7.4

29 Mar 18:10
acd960c
Compare
Choose a tag to compare
  • remove noisy console log

2.7.3

29 Mar 17:55
Compare
Choose a tag to compare
  • [fix] Closing segment file handles too early

2.7.2

27 Mar 16:50
2a90f2a
Compare
Choose a tag to compare
  • [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

27 Mar 03:22
Compare
Choose a tag to compare
  • update value-log
  • [compaction] Improve SizeTiered compaction behaviour in the late game by rewriting Lmax into a sorted run

2.7.0

22 Mar 13:56
Compare
Choose a tag to compare
  • [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

26 Feb 20:09
Compare
Choose a tag to compare
  • [fix] Fix MultiWriter creating a non-disjoint output

2.6.5

21 Feb 19:08
Compare
Choose a tag to compare
  • [fix] Make sure .DS_Store files on MacOS are skipped on recovery

2.6.4

19 Feb 20:25
Compare
Choose a tag to compare
  • Update value-log to 1.5.4