All Versions
8
Latest Version
Avg Release Cycle
117 days
Latest Release
1477 days ago

Changelog History

  • v0.9.1 Changes

    April 03, 2020
    • ๐Ÿ‘Œ Improve Go 1.14 compatibility (remove "unsafe" usage).
  • v0.9.0 Changes

    March 08, 2020

    ๐Ÿš€ This release replaces the unstructured data file for storing key-value pairs with a write-ahead log.

    • In the event of a crash or a power loss the database is automatically recovered.
    • Optional background compaction allows reclaiming disk space occupied by overwritten or deleted keys.
    • ๐Ÿ›  Fix disk space overhead when storing small keys and values.
  • v0.8.3 Changes

    November 03, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix slice bounds out of range error mapping files on Windows.
  • v0.8.2 Changes

    September 04, 2019

    ๐Ÿ›  Fixed

    • Race condition could lead to data corruption.
  • v0.8.1 Changes

    June 30, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix panic when accessing closed database.
    • Return error opening invalid database.
  • v0.8 Changes

    March 30, 2019

    ๐Ÿ”„ Changed

    • ๐ŸŽ ~2x write performance improvement on non-Windows.
  • v0.7 Changes

    March 23, 2019

    โž• Added

    • ๐Ÿ Windows support (@mattn). ### ๐Ÿ”„ Changed
    • ๐Ÿ‘Œ Improve freelist performance.
  • v0.6

    January 07, 2018