Skip to content

Commit e182fb0

Browse files
committed
Version 0.9.2
1 parent 7d7fdff commit e182fb0

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
# Changelog
22

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+
39
## [0.9.1] - 2020-04-03
4-
## Changed
10+
### Changed
511
- Improve Go 1.14 compatibility (remove "unsafe" usage).
612

713
## [0.9.0] - 2020-03-08
8-
## Changed
14+
### Changed
915
- Replace the unstructured data file for storing key-value pairs with a write-ahead log.
1016
### Added
1117
- In the event of a crash or a power loss the database is automatically recovered.

0 commit comments

Comments
 (0)