Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG for Badger 2.0.2 release. #1230

Merged
merged 3 commits into from
Feb 26, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Move l0/l1 stall from fixed to performance section
  • Loading branch information
Ibrahim Jarif committed Feb 26, 2020
commit 9ce2c1be3516ad6643bd13aa9e09b40388c62d77
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ and this project adheres to [Serialization Versioning](VERSIONING.md).
- Cast sz to uint32 to fix compilation on 32 bit. (#1175)
- Fix checkOverlap in compaction. (#1166)
- Avoid sync in inmemory mode. (#1190)
- Improve write stalling on level 0 and 1.
- Support disabling the cache completely. (#1185)
- Add support for caching bloomfilters. (#1204)
- Fix int overflow for 32bit. (#1216)
Expand All @@ -22,6 +21,7 @@ and this project adheres to [Serialization Versioning](VERSIONING.md).

- Use fastRand instead of locked-rand in skiplist. (#1173)
- Disable compression and set ZSTD Compression Level to 1. (#1191)
- Improve write stalling on level 0 and 1. (#1186)

## [2.0.1] - 2020-01-02

Expand Down