Skip to content

Commit

Permalink
Adding changes for 2.0.1 so far (#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalatin authored Dec 21, 2019
1 parent ab4352b commit 8dfdd6d
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,38 @@ and this project adheres to [Serialization Versioning](VERSIONING.md).

## [Unreleased]

### New APIs

- badger
- ErrGCInMemoryMode (5b6321)

- badger.Options
- WithInMemory (5b6321)
- WithZSTDCompressionLevel (3eb4e72)

- Badger.TableInfo
- EstimatedSz (f46f8ea)

### Features

- Introduce in-memory mode in badger. (#1113)

### Fixed

- Limit manifest's change set size. (#1119)
- Cast idx to uint32 to fix compilation on i386. (#1118)
- Fix request increment ref bug. (#1121)
- Fix windows dataloss issue. (#1134)
- Fix VerifyValueChecksum checks. (#1138)
- Fix encryption in stream writer. (#1146)
- Fix segmentation fault in vlog.Read. (header.Decode) (#1150)
- Fix merge iterator duplicates issue. (#1157)

### Performance

- Set level 15 as default compression level in Zstd. (#1111)
- Optimize createTable in stream_writer.go. (#1132)

## [2.0.0] - 2019-11-12

### New APIs
Expand Down

0 comments on commit 8dfdd6d

Please sign in to comment.