ObjectiveRocks v0.11.0 Release Notes

Release Date: 2020-01-08 // about 4 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
    • Expand WriteOptions with noSlowdown and lowPriority options by @jurmous in PR #21
    • ๐Ÿ‘€ Expand RocksDBIterator with seekForPrev and status methods by @jurmous in PR #22
    • Expand CompactRangeOptions by @jurmous in PR #25
      • allowWriteStall, 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

Previous changes from v0.10.0