Releases: etcd-io/bbolt
Releases · etcd-io/bbolt
v1.3.7
See the CHANGELOG/v1.3.7 for more details.
v1.3.5
v1.3.4
v1.3.3
v1.3.2
v1.3.1-etcd.8
v1.3.1-etcd.7
Breaking changes
- Code is now hosted at https://github.com/etcd-io/bbolt
- Package name and its import path has been changed to
go.etcd.io/bbolt - See https://github.com/etcd-io/bbolt#importing-bbolt
Code changes
- etcd-io/bbolt#73 bolt_ppc.go: define var brokenUnaligned
- etcd-io/bbolt#75 cursor: remove redundant check when seek
- etcd-io/bbolt#80 Close waits for the transactions to finish
- etcd-io/bbolt#82 Madvise optional
- etcd-io/bbolt#87 add tx-copy-deprecated
- etcd-io/bbolt#89 clean up file descriptor on init/read failures
- etcd-io/bbolt#91 Fix Close() to also wait for view transactions and fix tests as well
v1.3.1-coreos.6
- coreos/bbolt#65 tx: fix PageCount update in allocate
- coreos/bbolt#68 Remove unnecessary if in batch handling
v1.3.1-coreos.5
- coreos/etcd#8813,coreos/bbolt#67 Fix freelist corruption on tx.WriteTo
v1.3.1-coreos.4
- coreos/etcd#8813,coreos/bbolt#66 Panic if page provided to freelist.read is incorrect page type