@@ -6,6 +6,24 @@ and this project adheres to [Serialization Versioning](VERSIONING.md).
66
77## [ Unreleased]
88
9+ ## [ 1.6.2] - 2020-09-10
10+
11+ ### Fixed
12+ - Fix Sequence generates duplicate values (#1281 )
13+ - Ensure ` bitValuePointer ` flag is cleared for LSM entry values written to LSM (#1313 )
14+ - Confirm ` badgerMove ` entry required before rewrite (#1302 )
15+ - Drop move keys when its key prefix is dropped (#1331 )
16+ - Compaction: Expired keys and delete markers are never purged (#1354 )
17+ - Restore: Account for value size as well (#1358 )
18+ - GC: Consider size of value while rewriting (#1357 )
19+ - Rework DB.DropPrefix (#1381 )
20+ - Update head while replaying value log (#1372 )
21+ - Remove vlog file if bootstrap, syncDir or mmap fails (#1434 )
22+ - Levels: Compaction incorrectly drops some delete markers (#1422 )
23+ - Fix(replay) - Update head for LSM entries also (#1456 )
24+ - Fix(Backup/Restore): Keep all versions (#1462 )
25+ - Fix build on Plan 9 (#1451 )
26+
927## [ 1.6.1] - 2020-03-26
1028
1129### New APIs
@@ -235,7 +253,8 @@ Bug fix:
235253## [ 1.0.1] - 2017-11-06
236254* Fix an uint16 overflow when resizing key slice
237255
238- [ Unreleased ] : https://github.com/dgraph-io/badger/compare/v1.6.1...HEAD
256+ [ Unreleased ] : https://github.com/dgraph-io/badger/compare/v1.6.2...HEAD
257+ [ 1.6.2 ] : https://github.com/dgraph-io/badger/compare/v1.6.1...v1.6.2
239258[ 1.6.1 ] : https://github.com/dgraph-io/badger/compare/v1.6.0...v1.6.1
240259[ 1.6.0 ] : https://github.com/dgraph-io/badger/compare/v1.5.5...v1.6.0
241260[ 1.5.5 ] : https://github.com/dgraph-io/badger/compare/v1.5.3...v1.5.5
0 commit comments