bolt v1.1.0 Release Notes

Release Date: 2015-10-27 // over 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.