All Versions
8
Latest Version
Avg Release Cycle
117 days
Latest Release
1673 days ago
Changelog History
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