bbolt/CHANGELOG.md
dchaofei f1918806b2 fix(cursor): Last needs skip empty pages
Signed-off-by: dchaofei <dchaofei@163.com>
2022-11-18 14:25:48 +08:00

17 lines
489 B
Markdown

Note that we start to track changes starting from v1.3.7.
<hr>
## v1.3.7(TBD)
### BoltDB
- [Add support for loong64 arch](https://github.com/etcd-io/bbolt/pull/303).
- Fix [the "Last" method might return no data due to not skipping the empty pages](https://github.com/etcd-io/bbolt/pull/341)
### CMD
- [Open db file readonly in compact CLI command](https://github.com/etcd-io/bbolt/pull/292).
### Other
- [Bump golang.org/x/sys to v0.2.0](https://github.com/etcd-io/bbolt/pull/346).