File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
33
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
55
6+ ## [ 2.2007.1] - 2020-08-19
7+
8+ ### Fixed
9+ - Remove vlog file if bootstrap, syncDir or mmap fails (#1434 )
10+ - levels: Compaction incorrectly drops some delete markers (#1422 )
11+ - Replay: Update head for LSM entires also (#1456 )
12+
613## [ 2.2007.0] - 2020-08-10
714
815### Fixed
@@ -403,7 +410,8 @@ Bug fix:
403410## [ 1.0.1] - 2017-11-06
404411* Fix an uint16 overflow when resizing key slice
405412
406- [ Unreleased ] : https://github.com/dgraph-io/badger/compare/v2.2007.0...HEAD
413+ [ Unreleased ] : https://github.com/dgraph-io/badger/compare/v2.2007.1...HEAD
414+ [ 2.2007.1 ] : https://github.com/dgraph-io/badger/compare/v2.2007.0...v2.2007.1
407415[ 2.2007.0 ] : https://github.com/dgraph-io/badger/compare/v2.0.3...v2.2007.0
408416[ 2.0.3 ] : https://github.com/dgraph-io/badger/compare/v2.0.2...v2.0.3
409417[ 2.0.2 ] : https://github.com/dgraph-io/badger/compare/v2.0.1...v2.0.2
You can’t perform that action at this time.
0 commit comments