summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
* Compressed block cache removed. * RocksDB Lite removed. https://github.com/facebook/rocksdb/releases/tag/v8.0.0
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 ↵Oleksandr Anyshchenko
compaction filter (#725)" This reverts commit 5ed104348817faf899309aba79473d751febbbbe.
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 ↵Victor Farazdagi
filter (#725)
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
Co-authored-by: Oleksandr Anyshchenko <oleksandr.anyshchenko@xdev.re>
2022-08-29Fix clippy warnings (#680)Niklas Fiekas
2022-08-05Release 0.19.0 (#669)v0.19.0Oleksandr Anyshchenko
2022-08-05Add support for building with io_uring on Linux. (#621)parazyd
2022-08-05Change iterators to return Result (#648)Michal Nazarewicz
2022-08-05Support RocksDB transaction. (#565)Yiyuan Liu
2022-08-05Avoid pulling in dependencies via static feature flag (#649)Niklas Fiekas
2022-08-01Bump rocksdb to 7.4.4 (#667)Niklas Fiekas
2022-07-25Bump tikv-jemalloc-sys to 0.5 (#662)Niklas Fiekas
2022-07-25Update set_use_fsync comment (#659)Nazar Mokrynskyi
2022-07-25Revert "Don’t hold onto ReadOptions.inner when iterating" (#661)Michal Nazarewicz
2022-07-20Introduce ReadOptions::set_iterate_range and PrefixRange (#656)Michal Nazarewicz
2022-07-19Bump rocksdb to 7.4.3 (#658)Oleksandr Anyshchenko