Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-02-09 | 1.7 kB | |
v0.20.0.tar.gz | 2023-02-09 | 140.4 kB | |
v0.20.0.zip | 2023-02-09 | 187.1 kB | |
Totals: 3 Items | 329.2 kB | 0 |
0.20.0 (2023-02-09)
- Support RocksDB 7.x
BackupEngineOptions
(exabytes18) - Fix
int128
compatibility check (Dirreke) - Add
Options::load_latest
method to load the latest options from RockDB (Congyuwang) - Bump bindgen to 0.64.0 (cwlittle)
- Bump rocksdb to 7.9.2 (kwek20)
- Make
set_snapshot
method public (a14e) - Add
drop_cf
function toTransactionDB
(bothra90) - Bump rocksdb to 7.8.3 (aleksuss)
- Add doc for
set_cache_index_and_filter_blocks
(guerinoni) - Re-run
build.rs
if env vars change (drahnr) - Add
WriteBatch::data
method (w41ter) - Add
DB::open_cf_with_opts
method (w41ter) - Use lz4-sys crate rather then submodule (niklasf)
- Make create_new_backup_flush generic (minshao)
New Contributors
- @minshao made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/677
- @drahnr made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/694
- @bothra90 made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/721
- @a14e made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/711
- @farazdagi made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/725
- @kwek20 made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/726
- @cwlittle made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/734
- @Dirreke made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/682
- @exabytes18 made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/700
Full Changelog: https://github.com/rust-rocksdb/rust-rocksdb/compare/v0.19.0...v0.20.0