summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-25feat: expose compression option parallel_threads (#828)Zaidoon Abd Al Hadi
2023-10-25feat: expose set_optimize_filters_for_memory (#827)Zaidoon Abd Al Hadi
2023-10-18Update RocksDB to 8.6.7 (#825)Oleksandr Anyshchenko
2023-09-28Expose `ReadTier` publicly (#821)tinct-martini
2023-09-21Update RocksDB to 8.5.3 (#815)Niklas Fiekas
2023-09-19feat: support column_family_metadata, column_family_metadata_cf (#810)Dmitry Patsura
2023-09-19Remove wrong outlive requirements for cache in docs (#812)Andrey Zheleznov
2023-08-07Add `allow_ingest_behind` ffi call for DB Options (#808)Siyuan Zhang
2023-08-07Wrap prop names into a PropName type offering free conversion to str (#780)Michal Nazarewicz
2023-07-15Remove temporary boxed keys in batched_multi_get (#801)Cristi Vîjdea
2023-07-04Update to RocksDB 8.3.2 (#796)Niklas Fiekas
2023-06-23Expose flush_cfs_opt to flush multiple column families (#793)Zhanhui Li
2023-06-21Prefer rocksdb_free to free for RocksDB memory (#794)Niklas Fiekas
2023-06-05Update snappy to 1.1.10 (#788)Tim
2023-06-05Free memory on writebatch index and avoid unnecessary clones (#786)J
2023-05-09Release 0.21.0 (#777)v0.21.0Oleksandr Anyshchenko
2023-05-09Fix bug in `DBWALIterator` that would miss updates (#771)Simon Rasmussen
2023-04-26Support for comparators as closures (#765)Petter Egesund
2023-04-26Retrieve Value from `KeyMayExist` if value found in Cache or Memory (#759)Congyu
2023-04-26Add Cache::new_hyper_clock_cache() (#775)Niklas Fiekas
2023-04-24Update to RocksDB 8.1.1 (#774)Niklas Fiekas
2023-04-19Actually enable io-uring (#751)Niklas Fiekas
2023-04-19Update iOS min version to 12 in the build script (#770)Sharang Parnerkar
2023-04-05Block cache creation failure is not recoverable (#763)Niklas Fiekas
2023-03-28Update to RocksDB 8.0.0 (#761)Niklas Fiekas
2023-03-22Enable librocksdb-sys to be built by rustc_codegen_cranelift (#760)Resende
2023-03-13Allow specifying checksum type (#756)Roman Zeyde
2023-03-08Fix 32-bit ARM build (#754)Tobias
2023-02-14Fix rustdoc::broken-intra-doc-links errors (#744)Yuri Kotov
2023-02-13Add doc-check to CI with fix warnings in docs, but broken-intra-doc-links (#743)Yuri Kotov
2023-02-10Release 0.20.1 (#742)v0.20.1Oleksandr Anyshchenko
2023-02-10Check in CI compatibility with MSRV (#741)Oleksandr Anyshchenko
2023-02-09Release 0.20.0 (#736)v0.20.0Oleksandr Anyshchenko
2023-02-09Support RocksDB 7.x BackupEngineOptions (#700)Matt Jurik
2023-02-09Fix int128 compatibility check (#682)Dirreck
2023-02-09Revert "Allow to pass in owned variable for Decision::Change variant in compa...Oleksandr Anyshchenko
2023-02-09Add Options::load_latest() method to load latest options from RockDB path (#724)Congyu
2023-02-08Bump bindgen 0.63.0 -> 0.64.0 (#734)cwlittle
2023-01-25Bump rocksdb to 7.9.2 (#726)Brord van Wierst
2023-01-19Allow to pass in owned variable for Decision::Change variant in compaction fi...Victor Farazdagi
2023-01-05Make set_snapshot method public (#711)Andrew
2023-01-05Add drop_cf function to TransactionDB (#721)Abhay Bothra
2022-12-20Bump rocksdb to 7.8.3 (#722)Oleksandr Anyshchenko
2022-11-16Add doc for `set_cache_index_and_filter_blocks` (#699)Federico Guerinoni
2022-10-21Re-run build.rs if env vars change (#694)Bernhard Schuster
2022-10-11Add WriteBatch::data method (#690)walter
2022-10-11Add DB::open_cf_with_opts method (#689)walter
2022-09-30Fix clippy warnings (#691)walter
2022-09-01Use lz4-sys crate rather then submodule (#679)Niklas Fiekas
2022-09-01Make `create_new_backup_flush` generic (#677)minshao