Released on 2020.01.08
- Improve
ColumnFamilyOptions
by @jurmous in PR #19- Add
compactionStyle
setting - Change
maxBytesForLevelMultiplier
to a double to match internal type - Add missing
level0FileNumCompactionTrigger
implementation
- Add
- Expand
WriteOptions
withnoSlowdown
andlowPriority
options by @jurmous in PR #21 - Expand
RocksDBIterator
withseekForPrev
andstatus
methods by @jurmous in PR #22 - Expand
CompactRangeOptions
by @jurmous in PR #25allowWriteStall
,maxSubcompactions
,targetPathId
,exclusiveManualCompaction
- Removed redundant mem-copy in Iterator and improved release semantics in
enumerate
methods by @myeyesareblind in PRs #27 & #28 - Fix
bottommostLevelCompaction
switch statement by @jurmous in PR #20