Skip to content

Releases: fjall-rs/lsm-tree

3.1.8

Choose a tag to compare

@marvin-j97 marvin-j97 released this 18 Jul 16:08

3.1.7

Choose a tag to compare

@marvin-j97 marvin-j97 released this 17 Jul 18:30
  • [fix] Fix missing data race synchronization between memtable flush and Tree::clear operation

3.1.6

Choose a tag to compare

@marvin-j97 marvin-j97 released this 05 Jul 13:45

3.1.5

Choose a tag to compare

@marvin-j97 marvin-j97 released this 08 Jun 16:02
  • [feat] Add Slice::as_slice #287
  • [doc] Update README

3.1.4

Choose a tag to compare

@marvin-j97 marvin-j97 released this 14 Apr 16:16

3.1.3

Choose a tag to compare

@marvin-j97 marvin-j97 released this 06 Apr 13:53
  • [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

Choose a tag to compare

@marvin-j97 marvin-j97 released this 18 Mar 14:56
fe706df
  • [sec] Upgrade lz4_flex to 0.13

3.1.1

Choose a tag to compare

@marvin-j97 marvin-j97 released this 15 Mar 15:22
  • [fix] Table::get_highest_seqno
  • [fix] Improve accuracy of filter hit rate metrics

3.1.0

Choose a tag to compare

@marvin-j97 marvin-j97 released this 07 Mar 14:53
b05bad1
  • [feat] Compaction filters - run custom logic during compactions (e.g. TTL)
  • [msrv] Decrease MSRV to 1.90
  • [refactor] Internal refactors

3.0.4

Choose a tag to compare

@marvin-j97 marvin-j97 released this 05 Mar 12:05
  • [doc] Update FIFO caveat documentation