All Versions
6
Latest Version
Avg Release Cycle
192 days
Latest Release
2475 days ago

Changelog History

  • v1.3.1

    July 17, 2017
  • v1.3.0 Changes

    August 18, 2016

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

  • v1.2.1 Changes

    May 16, 2016

    ๐Ÿ› 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 Changes

    March 22, 2016

    ๐Ÿ”‹ Features:

    • ๐Ÿ File locking on Windows (#419)
    • ๐Ÿ‘ IBM Power & Z Support (#431)
    • โž• Add DB.InitialMmapSize (#432, #472)
    • โž• Add Tx.WriteToFlag to specify OS write flags (#454)
    • โž• Add DB.MmapFlag to specify mmap() flags (#455)

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ‘€ Skip empty pages during cursor seek (#452)
    • File size grows less aggressively (#453)
    • ๐Ÿ›  Fix node.rebalance() bug (#539)
  • v1.1.0 Changes

    October 27, 2015

    ๐Ÿ‘ 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.

  • v1.0

    November 28, 2014