RocksDB v5.3.0 Release Notes

Release Date: 2017-08-03 // over 6 years ago
  • Public API Change

    • โœ‚ Remove disableDataSync option.
    • Remove timeout_hint_us option from WriteOptions. The option has been deprecated and has no effect since 3.13.0.
    • Remove option min_partial_merge_operands. Partial merge operands will always be merged in flush or compaction if there are more than one.
    • Remove option verify_checksums_in_compaction. Compaction will always verify checksum.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix the bug that iterator may skip keys