Skip to content

Releases: djherbis/stow

Go module support

25 Apr 15:25
0d97965
Compare
Choose a tag to compare
v4.0.0

add go modules

Switch to github.com/etcd-io/bbolt

18 Dec 18:11
59f73ac
Compare
Choose a tag to compare

Since github.com/boltdb/bolt is deprecated, solves #11.

Big thanks to @kwiesmueller for doing this.

Nested Store Support

05 Mar 20:47
Compare
Choose a tag to compare

#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

20 Feb 18:07
Compare
Choose a tag to compare
  • Added a single Key Delete() method.

v2.0.7: Merge pull request #7 from dhauenstein/errorfix

19 Feb 16:01
Compare
Choose a tag to compare
  • Some Documentation fixes
  • Proper error returns inside Get/Delete

v2.0.6

13 Feb 22:12
Compare
Choose a tag to compare
  • Updated the README with new examples.

v2.0.5

11 Feb 16:41
Compare
Choose a tag to compare
  • gofmt

v2.0.4

11 Feb 16:38
Compare
Choose a tag to compare
  • Small bug fix, Put() should fail if marshaling the value fails

v2.0.3

11 Feb 16:24
Compare
Choose a tag to compare
  • Couple typo and linter fixes

Performance Improvement

11 Feb 16:18
Compare
Choose a tag to compare
  • Get, ForEach now uses a botldb View instead of Update since they don't modify anything