rust-rocksdb v0.13.0 Release Notes

Release Date: 2019-11-12 // over 4 years ago
  • ๐Ÿ”„ Changes

    • ๐Ÿ‘Œ Added ReadOptions::set_verify_checksums and Options::set_level_compaction_dynamic_level_bytes methods (ordian)
    • Array of bytes has been changed for pinnable slice for get operations (nbdd0121)
    • ๐Ÿ”€ Implemented Sync for DBRawIterator (nbdd0121)
    • โœ‚ Removed extra copy in DBRawIterator (nbdd0121)
    • Added Options::max_dict_bytes and Options::zstd_max_training_bytes methods(methyl)
    • โž• Added Android support (rtsisyk)
    • โž• Added lifetimes for DBIterator return types (ngotchac)
    • โฌ†๏ธ Bumped rocksdb up to 6.2.4 (aleksuss)
    • Disabled trait derivation for librocksdb-sys (EyeOfPython)
    • โšก๏ธ Added DB::get_updates_since() to iterate write batches in a given sequence (nlfiedler)
    • โž• Added ReadOptions::set_tailing() to create a tailing iterator that continues to iterate over the database as new records are added (cjbradfield)
    • ๐Ÿ”„ Changed column families storing (aleksuss)
    • ๐Ÿ”ฆ Exposed the status method on iterators (rnarubin)