File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,38 @@ and this project adheres to [Serialization Versioning](VERSIONING.md).
66
77## [ Unreleased]
88
9+ ### New APIs
10+
11+ - badger
12+ - ErrGCInMemoryMode (5b6321)
13+
14+ - badger.Options
15+ - WithInMemory (5b6321)
16+ - WithZSTDCompressionLevel (3eb4e72)
17+
18+ - Badger.TableInfo
19+ - EstimatedSz (f46f8ea)
20+
21+ ### Features
22+
23+ - Introduce in-memory mode in badger. (#1113 )
24+
25+ ### Fixed
26+
27+ - Limit manifest's change set size. (#1119 )
28+ - Cast idx to uint32 to fix compilation on i386. (#1118 )
29+ - Fix request increment ref bug. (#1121 )
30+ - Fix windows dataloss issue. (#1134 )
31+ - Fix VerifyValueChecksum checks. (#1138 )
32+ - Fix encryption in stream writer. (#1146 )
33+ - Fix segmentation fault in vlog.Read. (header.Decode) (#1150 )
34+ - Fix merge iterator duplicates issue. (#1157 )
35+
36+ ### Performance
37+
38+ - Set level 15 as default compression level in Zstd. (#1111 )
39+ - Optimize createTable in stream_writer.go. (#1132 )
40+
941## [ 2.0.0] - 2019-11-12
1042
1143### New APIs
You can’t perform that action at this time.
0 commit comments