Skip to content

Commit

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

## [Unreleased]

### 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 83f8913

Please sign in to comment.