Skip to content

Commit e908818

Browse files
lgalatinIbrahim Jarif
and
Ibrahim Jarif
authored
Update CHANGELOG for Badger 2.0.2 release. (#1230)
Co-authored-by: Ibrahim Jarif <[email protected]>
1 parent bce069c commit e908818

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Serialization Versioning](VERSIONING.md).
66

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+
726
## [2.0.1] - 2020-01-02
827

928
### New APIs
@@ -274,7 +293,7 @@ Bug fix:
274293
## [1.0.1] - 2017-11-06
275294
* Fix an uint16 overflow when resizing key slice
276295

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
278297
[2.0.1]: https://github.com/dgraph-io/badger/compare/v2.0.0...v2.0.1
279298
[2.0.0]: https://github.com/dgraph-io/badger/compare/v1.6.0...v2.0.0
280299
[1.6.0]: https://github.com/dgraph-io/badger/compare/v1.5.5...v1.6.0

0 commit comments

Comments
 (0)