Skip to content

Latest commit

 

History

History
76 lines (56 loc) · 4.2 KB

CHANGELOG-1.3.md

File metadata and controls

76 lines (56 loc) · 4.2 KB

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


v1.3.10(2024-05-06)

BoltDB

Other


v1.3.9(2024-02-24)

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)