Releases: hashicorp/go-immutable-radix
Releases · hashicorp/go-immutable-radix
v2.0.0
Now exports a generic API
v1.3.1
Fix bugs in SeekLowerBound
and SeekReverseLowerBound
where keys are not null-byte terminated. See #39 for more information.
v1.3.0
FEATURES
- Add reverse tree traversal [GH-30]
v1.2.0
Adds a Clone
method to Txn
allowing transactions to be split either into two independently mutable trees.