summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2024-04-25Update rust toolchain to 1.70.0 (#874)Widagdo Setiawan
2024-04-24Add delete_range to OptimisticTransactionDB (#879)Vadim Suharnikov
2024-03-25Make BackupEngine Sendwidagdos
2024-02-11Expose rocksdb cumulative statistics and histograms (#853)Ahmed Farghal
2023-12-13feat: Expose set_periodic_compaction_seconds (#845)Zaidoon Abd Al Hadi
2023-12-12feat: Expose wait_for_compact (#841)Zaidoon Abd Al Hadi
2023-11-30Fix bug in DBWALIterator that would return updates before the given sequence ...Jay
2023-11-30feat: Expose compact_on_deletion_collector_factory (#838)Zaidoon Abd Al Hadi
2023-11-27feat: Expose set_wal_compression_type (#817)Dmitry Patsura
2023-10-26fix: add raw iterator validation before calling next method (#829)Oleksandr Anyshchenko
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-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-06-23Expose flush_cfs_opt to flush multiple column families (#793)Zhanhui Li
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-05Block cache creation failure is not recoverable (#763)Niklas Fiekas
2023-03-28Update to RocksDB 8.0.0 (#761)Niklas Fiekas
2023-02-10Release 0.20.1 (#742)v0.20.1Oleksandr Anyshchenko
2023-02-09Release 0.20.0 (#736)v0.20.0Oleksandr Anyshchenko
2023-02-09Support RocksDB 7.x BackupEngineOptions (#700)Matt Jurik
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-19Allow to pass in owned variable for Decision::Change variant in compaction fi...Victor Farazdagi
2023-01-05Add drop_cf function to TransactionDB (#721)Abhay Bothra
2022-12-20Bump rocksdb to 7.8.3 (#722)Oleksandr Anyshchenko
2022-10-11Add WriteBatch::data method (#690)walter
2022-10-11Add DB::open_cf_with_opts method (#689)walter
2022-08-05Release 0.19.0 (#669)v0.19.0Oleksandr Anyshchenko
2022-08-05Change iterators to return Result (#648)Michal Nazarewicz
2022-08-05Support RocksDB transaction. (#565)Yiyuan Liu
2022-07-20Introduce ReadOptions::set_iterate_range and PrefixRange (#656)Michal Nazarewicz
2022-07-12Refactor iterator-related tests (#652)Michal Nazarewicz
2022-06-30Add `DBRawIteratorWithThreadMode::item` method returning (key, value) (#647)Michal Nazarewicz
2022-06-28Add batched version MultiGet API (#633)Yueh-Hsuan Chiang
2022-06-22Convert properties to &CStr (#643)Michal Nazarewicz
2022-06-15Allow passing &CStr arguments (#641)Michal Nazarewicz
2022-05-02Fix Windows UTF-8 build flag (#623)Rajiv Shah
2022-04-28Fix clippy warnings (#627)Federico Guerinoni
2022-04-21Add BlobDB options (#610)Friedel Ziegelmayer
2022-04-07Add Snapshot PinnableSlice based API (#606)Andrey Zheleznov
2022-02-08Add open_cf_descriptor methods for Seoncdary and ReadOnly AccessType (#604)steviez
2022-02-03Upgrade to RocksDB 6.28.2 (#600)Artem Krylysov
2022-01-31Add constants for all supported properties (#589)steviez
2022-01-31Make `CacheWrapper` and `EnvWrapper` Send and Sync (#586)Oleksandr Anyshchenko
2022-01-14Support `multi_get_*` methods (#572)Oleg Nosov
2022-01-11Fix CI builds (#582)Oleksandr Anyshchenko