File tree 1 file changed +20
-1
lines changed 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Serialization Versioning] ( VERSIONING.md ) .
6
6
7
+ ## [ 2.0.2-rc1] - 2020-02-26
8
+
9
+ ### Fixed
10
+
11
+ - Cast sz to uint32 to fix compilation on 32 bit. (#1175 )
12
+ - Fix checkOverlap in compaction. (#1166 )
13
+ - Avoid sync in inmemory mode. (#1190 )
14
+ - Support disabling the cache completely. (#1185 )
15
+ - Add support for caching bloomfilters. (#1204 )
16
+ - Fix int overflow for 32bit. (#1216 )
17
+ - Remove the 'this entry should've caught' log from value.go. (#1170 )
18
+ - Rework concurrency semantics of valueLog.maxFid. (#1187 )
19
+
20
+ ### Performance
21
+
22
+ - Use fastRand instead of locked-rand in skiplist. (#1173 )
23
+ - Improve write stalling on level 0 and 1. (#1186 )
24
+ - Disable compression and set ZSTD Compression Level to 1. (#1191 )
25
+
7
26
## [ 2.0.1] - 2020-01-02
8
27
9
28
### New APIs
@@ -274,7 +293,7 @@ Bug fix:
274
293
## [ 1.0.1] - 2017-11-06
275
294
* Fix an uint16 overflow when resizing key slice
276
295
277
- [ Unreleased ] : https://github.com/dgraph-io/badger/compare/v2.0.1...HEAD
296
+ [ 2.0.2-rc1 ] : https://github.com/dgraph-io/badger/compare/v2.0.1...v2.0.2-rc1
278
297
[ 2.0.1 ] : https://github.com/dgraph-io/badger/compare/v2.0.0...v2.0.1
279
298
[ 2.0.0 ] : https://github.com/dgraph-io/badger/compare/v1.6.0...v2.0.0
280
299
[ 1.6.0 ] : https://github.com/dgraph-io/badger/compare/v1.5.5...v1.6.0
You can’t perform that action at this time.
0 commit comments