Releases: djherbis/stow
Releases · djherbis/stow
Go module support
Switch to github.com/etcd-io/bbolt
Since github.com/boltdb/bolt is deprecated, solves #11.
Big thanks to @kwiesmueller for doing this.
Nested Store Support
#9 Nested Bucket Support has been added to Stow. You can now create Store's inside stores which use nested buckets under the hood.
Delete() added
- Added a single Key Delete() method.
v2.0.7: Merge pull request #7 from dhauenstein/errorfix
- Some Documentation fixes
- Proper error returns inside Get/Delete
v2.0.6
v2.0.5
v2.0.4
v2.0.3
Performance Improvement
- Get, ForEach now uses a botldb View instead of Update since they don't modify anything