Skip to content

Releases: ambaxter/bbolt-rs

v1.3.10

Choose a tag to compare

@ambaxter ambaxter released this 03 Oct 07:55

What's Changed

  • Added Reverse Iterators
  • Up to date with BBolt 1.3.10
  • Testing includes QuickCheck analog
  • Corrects Leaf node being treated as a branch node in certain cases

Full Changelog: v1.3.9...v1.3.10

v1.3.9

Choose a tag to compare

@ambaxter ambaxter released this 19 Jul 10:22

What's Changed

Added

  • Add support for aarch64 (e.g. Apple M1)
  • Added util::compact
  • Added Iterators

Breaking Changes

  • Some APIs had lifetimes that were accidentally valid for the whole transaction

Changed

  • Deprecated *foreach functions
  • Use Relaxed Atomic ordering for everything except the final get
  • Lots of internal cleanup

New Contributors

Full Changelog: v1.3.8...v1.3.9

v1.3.8

Choose a tag to compare

@ambaxter ambaxter released this 10 May 15:42

Initial release!