Bolt Versions Save

An embedded key/value database for Go.

v1.3.1

6 years ago

v1.3.0

7 years ago

This release is to fix a bug that occurs with the new Go 1.7 SSA backend.

v1.2.1

8 years ago

Bug Fixes

  • Fix recovery from partial meta page write (#555)
  • Fix lock file cleanup on Windows (#550)
  • Properly set returned slice capacity (#545)

v1.2.0

8 years ago

Features:

Bug Fixes:

v1.1.0

8 years ago

The following architectures are now supported:

  • arm64
  • Solaris
  • IBM Power & Z

The following fixes and features were added:

  • Release references on write transactions (#413)
  • Add madvise() to memory-map (#383)
  • Wait for pending transactions before closing database (#377)
  • Add read-only database support
  • Change minimum mmap size to 32KB (#375)
  • Add DB.Sync() for DB.NoSync users (#366)
  • Add DB.NoGrowSync to avoid growing database size (#363)
  • Implement io.WriterTo on Tx (#330)
  • Add DB.Batch() (#285)
  • Fix 32-bit allocation size (#317)
  • Persist sequence-only bucket changes (#297)
  • Truncate and sync on resize (#286)

Also added additional documentation.