rust-rocksdb v0.17.0 Release Notes

Release Date: 2021-07-22 // almost 3 years ago
    • ๐Ÿ›  Fix multi_get method (mikhailOK)
    • โฌ†๏ธ Bump librocksdb-sys up to 6.19.3 (olegnn)
    • โž• Add support for the cuckoo table format (rbost)
    • RocksDB is not compiled with SSE4 instructions anymore unless the corresponding features are enabled in rustc (mbargull)
    • โฌ†๏ธ Bump librocksdb-sys up to 6.20.3 (olegnn, akrylysov)
    • Add DB::key_may_exist_cf_opt method (stanislav-tkach)
    • Add Options::set_zstd_max_train_bytes method (stanislav-tkach)
    • ๐Ÿ”€ Mark Cache and Env as Send and Sync (akrylysov)
    • ๐Ÿ‘ Allow cloning the Cache and Env (duarten)
    • ๐Ÿ‘‰ Make SSE inclusion conditional for target features (mbargull)
    • ๐Ÿ‘‰ Use Self where possible (adamnemecek)
    • Don't leak dropped column families (ryoqun)