Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 542 Bytes

CHANGELOG.md

File metadata and controls

19 lines (12 loc) · 542 Bytes

Rleases

0.5.0 (Oct 27th, 2024)

  • Refactor the project to make all of the WALs based on the generic implementation.
  • Support different memtables based on crossbeam-skiplist or skl
  • More user-friendly APIs
  • Support no-std environment

0.4.0 (Sep 30th, 2024)

FEATURES

  • Support K: ?Sized and V: ?Sized for OrderWal.
  • Use flush_header_and_range instead of flush_range when insertion.

0.1.0 (Sep 14th, 2024)

  • Publish version 0.1.0