We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7fdff commit e182fb0Copy full SHA for e182fb0
1 file changed
CHANGELOG.md
@@ -1,11 +1,17 @@
1
# Changelog
2
3
+## [0.9.2] - 2021-01-01
4
+### Changed
5
+- Write-ahead log doesn't rely on wall-clock time anymore. It prevents potential race conditions during compaction and recovery.
6
+### Fixed
7
+- Fix recovery writing extra delete records.
8
+
9
## [0.9.1] - 2020-04-03
-## Changed
10
11
- Improve Go 1.14 compatibility (remove "unsafe" usage).
12
13
## [0.9.0] - 2020-03-08
14
15
- Replace the unstructured data file for storing key-value pairs with a write-ahead log.
16
### Added
17
- In the event of a crash or a power loss the database is automatically recovered.
0 commit comments