Skip to content

Releases: nlfiedler/mokuroku

3.5.0

14 Feb 03:43
Compare
Choose a tag to compare

Changed

  • Upgrade to rust-rocksdb 0.22.0 release.

3.4.0

17 Sep 20:25
Compare
Choose a tag to compare

Added

  • Feature flag multi-threaded-cf that is passed to rocksdb to allow column
    families to be created and dropped from multiple threads concurrently.

3.3.0

16 May 01:10
Compare
Choose a tag to compare

Changed

  • Upgrade to rust-rocksdb 0.21.0 release.

3.2.0

14 Apr 17:51
Compare
Choose a tag to compare

Changed

  • Upgrade to rust-rocksdb 0.20.1 release.

3.1.0

14 Apr 17:50
Compare
Choose a tag to compare

Changed

  • Upgrade to rust-rocksdb 0.19.0 release.

3.0.0

07 Apr 00:17
Compare
Choose a tag to compare

BREAKING CHANGES

  • Remove failure dependency and introduce new Error type.
    • Implementations of Document must now return mokuroku::Error.
    • Functions in Database now return mokuroku::Error.

2.7.0

07 Apr 00:15
Compare
Choose a tag to compare

Changed

  • Upgrade to rust-rocksdb 0.18.0 release.
  • Remove unused dev-dependencies.

2.6.0

07 Apr 00:15
Compare
Choose a tag to compare

Changed

  • Upgrade to rust-rocksdb 0.17.0 release.

2.5.0

07 Apr 00:14
Compare
Choose a tag to compare

Changed

  • Upgrade to rust-rocksdb 0.16.0 release with ARM64 support (on Mac).

2.4.0

07 Apr 00:14
Compare
Choose a tag to compare

Changed

  • Upgrade to rust-rocksdb 0.15.0 release.