Releases: etcd-io/bbolt
Releases · etcd-io/bbolt
v1.3.1-coreos.3
- coreos/bbolt#60,coreos/bbolt#64 fix funlock error when call db.Close on windows
v1.3.1-coreos.2
- coreos/bbolt#45,coreos/bbolt#52 tx: load freelist on Check()
- coreos/bbolt#50 Fix CLI tool print entire freelist. Add option to dump leaf element keys/value bytes.
- coreos/bbolt#30 Add NoSync field to Options
- coreos/bbolt#35 Support no timeout locks on db files
- coreos/bbolt#36 Increase freelist.releaseRange unit test coverage
- coreos/bbolt#37 Improve test coverage for releaseRange rollbacks
- coreos/bbolt#46 Add db test in read-only mode
- coreos/bbolt#43 tx: use io.SeekStart in WriteTo function
- coreos/bbolt#41 db.go: return t.Rollback directly in the end of View function
- coreos/bbolt#44 tx.go: just close file once in WriteTo function
- coreos/bbolt#56 Remove 'moribund' from README.md
v1.3.1-coreos.1
- coreos/bbolt#13 test: use qconfig() instead of defaults in TestBucket_Put_Single
- coreos/bbolt#16 Options.PageSize
- bbolt#543,coreos/bbolt#17 Fix issue 'bolt bench crash'
- coreos/bbolt#19 do not read freelist if database opened readonly
- coreos/bbolt#20 Add "buckets", "keys" and "get" CLI commands
- coreos/bbolt#21 Add support for mips, mips64
- coreos/bbolt#22 Set FillPercent=1.0 in 'bolt compact'
- coreos/bbolt#23 Fix deletion of non-existing keys
- coreos/bbolt#24 Avoid allocate a hole page, when the node size equals to pageSize
- coreos/bbolt#26 fix overflow breaking 32-bit test builds
v1.3.1-coreos.0
- coreos/bbolt#1 add option to skip freelist sync
- coreos/bbolt#3 Garbage collect pages allocated after minimum txid
- coreos/bbolt#6 rebuild freelist when opening with FreelistSync after NoFreelistSync
- coreos/bbolt#10 fix NoSyncFreelist reachability checking
- coreos/bbolt#12 freelist: read all free pages on count overflow