Skip to content

Releases: hashicorp/go-immutable-radix

v2.1.0

21 Nov 15:51
9561837
Compare
Choose a tag to compare

What's Changed

  • Add Path Iterator to return results like WalkPath would visit by @mkeeler in #53

Full Changelog: v2.0.0...v2.1.0

v2.0.0

16 Dec 16:57
152df32
Compare
Choose a tag to compare

Now exports a generic API

v1.3.1

28 Jun 20:40
49d1d02
Compare
Choose a tag to compare

Fix bugs in SeekLowerBound and SeekReverseLowerBound where keys are not null-byte terminated. See #39 for more information.

v1.3.0

17 Sep 14:30
Compare
Choose a tag to compare

FEATURES

  • Add reverse tree traversal [GH-30]

v1.2.0

18 Mar 18:09
e47f517
Compare
Choose a tag to compare

Adds a Clone method to Txn allowing transactions to be split either into two independently mutable trees.