ObjectiveRocks v0.11.0 Release Notes
Release Date: 2020-01-08 // about 5 years ago-
๐ 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
- ๐ Improve
Previous changes from v0.10.0
-
๐ Released on 2019.09.29
- โก๏ธ Updated to RocksDB
6.2.4
: facebook/rocksdb@76a56d8
- โก๏ธ Updated to RocksDB