Releases: yowcow/goromdb
Releases · yowcow/goromdb
v0.2.3
- Remove syscall.Sync() call at loader drop-in
v0.2.2
- Add new kind of error
ErrorBucketNotFound
which is returned when specified bucket is not found
v0.2.1
- Fix watcher comments to satisfy golint
- Rename non-package directories to have
_
prefix
data
is now _data
cmd
is now _cmd
- Update relating tests
- Quit building release binaries
- Makefile's target
lint
to run golint and gocyclo
v0.2.0
- Renamed
watcher.Watcher
is now watcher.MD5Watcher
- Added new watcher
watcher.SimpleWatcher
v0.2-pre7
Merge pull request #85 from yowcow/fix-boltdb-storage-return-val-prot…
v0.2-pre6
Merge pull request #84 from yowcow/clone-read-bytes
Clone read []byte after retrieving from boltdb
v0.2-pre5
- Fix RLocking in bolt storage
GetNS()
v0.2-pre4
- fixed boltdb storage to safely replace database
- fixed berkeleydb storage locking
v0.2-pre2: Merge pull request #79 from yowcow/fix-findany-to-update-cur-prev-index
Update l.curindex/l.previndex at FindAny