Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

34 lines (21 loc) · 1.15 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.7.0] - 2024-03-24

  • Potentially breaking: It is now possible to pass the key and value size at index creation and opening via type parameters. Both type parameters still uses u16 as default value if not specified, which makes it backward compatible.

[0.6.1] - 2024-02-25

  • Fix: delete tmp directory when external sorted is used.

[0.6.0] - 2024-02-19

  • Potentially breaking: support for empty index instead of failing if the index is empty.

[0.5.0] - 2022-08-02

  • Breaking: renamed Encodable to Serialize
  • Serde serialization wrapper

[0.4.0] - 2020-12-23

Changed

  • Breaking: cleaner Encodable trait (PR #6)
  • Moved to memmap2 as memmap isn't supported anymore.
  • Moved to tempfile as tempdir isn't supported anymore.
  • Upgrade to extsort 0.4