rust-rocksdb v0.12.3 Release Notes

Release Date: 2019-07-19 // almost 5 years ago
  • 🔄 Changes

    • Enabled sse4.2/pclmul for accelerated crc32c (yjh0502)
    • Added set_db_write_buffer_size to the Options API (rnarubin)
    • ⬆️ Bumped RocksDB to 6.1.2 (lispy)
    • ➕ Added Sync and Send implementations to Snapshot (pavel-mukhanov)
    • Added raw_iterator_cf_opt to the DB API (rnarubin)
    • Added DB::latest_sequence_number method (vitvakatu)