bbolt/CHANGELOG/CHANGELOG-1.3.md
Benjamin Wang ad96767fd1 Add changelog item for release-1.3 to cover the fix for bbolt keys and get commands
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
2024-01-31 19:13:51 +00:00

3.8 KiB

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

v1.3.9(TBD)

BoltDB

CMD


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)