bbolt/CHANGELOG/CHANGELOG-1.3.md
Wei Fu e4ab08e221 CHANGELOG: update for v1.3.9
- [bucket: allow to allocate key on stack in Put()](https://github.com/etcd-io/bbolt/pull/550)
- [bucket.Put: copy key before seek](https://github.com/etcd-io/bbolt/pull/637)
- [copy key before comparing during CreateBucket or CreateBucketIfNotExists](https://github.com/etcd-io/bbolt/pull/641)

Signed-off-by: Wei Fu <fuweid89@gmail.com>
2023-12-19 00:20:29 +08:00

3.7 KiB

Note that we start to track changes starting from v1.3.7.

v1.3.9(TBD)

BoltDB


v1.3.8(2023-10-26)

BoltDB

CMD


v1.3.7(2023-01-31)

BoltDB

CMD

Other

Summary

Release v1.3.7 contains following critical fixes:

  • fix to problem that Last method might return incorrect value (#341)
  • fix of potential panic when performing transaction's rollback (#362)

Other changes focused on defense-in-depth (#358, #294, #225, #395)

bbolt command line tool was expanded to:

  • allow fixing simple corruptions by bbolt surgery (#370)
  • be flexible about output formatting (#306, #359)
  • allow accessing data in subbuckets (#295)