File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,14 @@ All notable changes to this project will be documented in this file.
33
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
55
6- ## [ 2.2007.2] - 2020-08-26
6+ ## [ 2.2007.2] - 2020-08-31
77
88### Fixed
9- - compaction : Use separate compactors for L0, L1 (#1466 )
9+ - Compaction : Use separate compactors for L0, L1 (#1466 )
1010 - Rework Block and Index cache (#1473 )
1111 - Add IsClosed method (#1478 )
12+ - Cleanup: Avoid truncating in vlog.Open on error (#1465 )
13+ - Cleanup: Do not close cache before compactions (#1464 )
1214
1315### New APIs
1416- Badger.DB
@@ -18,7 +20,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
1820 - WithBlockCacheSize (#1473 )
1921 - WithIndexCacheSize (#1473 )
2022
21- ### Removed APIs
23+ ### Removed APIs [ Breaking Changes ]
2224- Badger.DB
2325 - DataCacheMetrics (#1473 )
2426 - BfCacheMetrics (#1473 )
You can’t perform that action at this time.
0 commit comments