| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-16 | 8.4 kB | |
| v0.25.0 source code.tar.gz | 2026-08-16 | 197.7 kB | |
| v0.25.0 source code.zip | 2026-08-16 | 249.9 kB | |
| Totals: 3 Items | 456.0 kB | 0 | |
What's Changed
- Revert [#981] with a proper support for
CXXSTDLIBby @Rexagon in https://github.com/rust-rocksdb/rust-rocksdb/pull/1029 - fix: use correct FFI setter for skip_prepare in RocksDB transaction options by @GarmashAlex in https://github.com/rust-rocksdb/rust-rocksdb/pull/1032
- feat: expose {enable,disable}_file_deletions by @jszwec in https://github.com/rust-rocksdb/rust-rocksdb/pull/1035
- feat: set_cache_index_and_filter_blocks_with_high_priority by @ibukanov in https://github.com/rust-rocksdb/rust-rocksdb/pull/1039
- feat: expose get_options_from_string by @Oppen in https://github.com/rust-rocksdb/rust-rocksdb/pull/1040
- feat: expose options_set_ttl by @ibukanov in https://github.com/rust-rocksdb/rust-rocksdb/pull/1041
- fix: correct ASCII comment to UTF-8 for consistency by @Galoretka in https://github.com/rust-rocksdb/rust-rocksdb/pull/1036
- chore: remove extra spaces in the comment by @vastonus in https://github.com/rust-rocksdb/rust-rocksdb/pull/1045
- Cache::new_hyper_clock_cache: Copy rustdocs from RocksDB by @evanj in https://github.com/rust-rocksdb/rust-rocksdb/pull/1047
- Updated rocksdb version from 10.4.2 to 10.7.5 by @nsaji-stripe in https://github.com/rust-rocksdb/rust-rocksdb/pull/1054
- ci: use actions/checkout@v5 by @MamunC0der in https://github.com/rust-rocksdb/rust-rocksdb/pull/1043
- feat: allow user to set checkpoint log size for flush by @QuantumExplorer in https://github.com/rust-rocksdb/rust-rocksdb/pull/1055
- chore: minor improvement for docs by @luohewuyang in https://github.com/rust-rocksdb/rust-rocksdb/pull/1056
- DBOptions.set_comparator(_ts): fix memory leak by @evanj in https://github.com/rust-rocksdb/rust-rocksdb/pull/1057
- DBOptions.set_compaction_filter: fix memory leak by @evanj in https://github.com/rust-rocksdb/rust-rocksdb/pull/1058
- DBOptions.get_options_from_string: Fix leak on error by @evanj in https://github.com/rust-rocksdb/rust-rocksdb/pull/1059
- MemoryUsageBuilder.add_tx_db: free base db (fix leak) by @evanj in https://github.com/rust-rocksdb/rust-rocksdb/pull/1060
- DB.create_cf: Fix memory leak on error by @evanj in https://github.com/rust-rocksdb/rust-rocksdb/pull/1063
- DBCommon.get_column_family_metadata(_cf): Fix memory leak by @evanj in https://github.com/rust-rocksdb/rust-rocksdb/pull/1062
- Proposal: Add feature-gated trait to expose raw C pointers by @jszwec in https://github.com/rust-rocksdb/rust-rocksdb/pull/1044
- MemoryUsageBuilder: Prevent outliving the DBs/caches by @evanj in https://github.com/rust-rocksdb/rust-rocksdb/pull/1061
- Added custom logging callback functionality by @ischeinkman in https://github.com/rust-rocksdb/rust-rocksdb/pull/1051
- Add sequence_number method to SnapshotWithThreadMode by @lucacasonato in https://github.com/rust-rocksdb/rust-rocksdb/pull/1067
- Options: Document enable_statistics: stats are shared by @evanj in https://github.com/rust-rocksdb/rust-rocksdb/pull/1068
- build.rs: Pass through -Ctarget-cpu; Set flags for aarch64 CRC32 by @evanj in https://github.com/rust-rocksdb/rust-rocksdb/pull/1070
- Options.set_info_logger: Reference count to fix memory leak by @evanj in https://github.com/rust-rocksdb/rust-rocksdb/pull/1066
- librocksdb-sys/build.rs: sync defines with RocksDB by @evanj in https://github.com/rust-rocksdb/rust-rocksdb/pull/1072
- Add Iterator::Refresh() bindings by @flyingsilverfin in https://github.com/rust-rocksdb/rust-rocksdb/pull/1074
- Add timestamp() to DBRawIterator to retrieve user defined timestamps by @dillonhicks in https://github.com/rust-rocksdb/rust-rocksdb/pull/1065
- chore: fix some comments to improve readability by @caltechustc in https://github.com/rust-rocksdb/rust-rocksdb/pull/1084
- librocksdb-sys: use rustflags crate for CARGO_ENCODED_RUSTFLAGS by @evanj in https://github.com/rust-rocksdb/rust-rocksdb/pull/1087
- feat: add delete_range to SstFileWriter by @cooronx in https://github.com/rust-rocksdb/rust-rocksdb/pull/1083
- feat: add flush and flush_wal API wrappers for TransactionDB by @gdorsi in https://github.com/rust-rocksdb/rust-rocksdb/pull/1078
- chore: fix some comments to improve readability by @solunolab in https://github.com/rust-rocksdb/rust-rocksdb/pull/1090
- fix cargo clippy cast warnings on linux aarch64 by @evanj in https://github.com/rust-rocksdb/rust-rocksdb/pull/1089
- Add TransactionDB checkpoint support by @calavera in https://github.com/rust-rocksdb/rust-rocksdb/pull/1086
- Add mempurge threshold option by @0xdeafbeef in https://github.com/rust-rocksdb/rust-rocksdb/pull/1080
- Add set_cf_paths to allow per column family sst and blob paths by @crypt0miester in https://github.com/rust-rocksdb/rust-rocksdb/pull/1092
- feat: bump rust up to 1.88.0 by @aleksuss in https://github.com/rust-rocksdb/rust-rocksdb/pull/1099
- Bump tikv-jemalloc-sys to 0.7 by @checkraisefold in https://github.com/rust-rocksdb/rust-rocksdb/pull/1098
- fix(unix): preserve non-UTF-8 path bytes across FFI by @grandpig in https://github.com/rust-rocksdb/rust-rocksdb/pull/1097
- Add ReadOptions deadline and IO timeout setters by @modernzju in https://github.com/rust-rocksdb/rust-rocksdb/pull/1091
- feat: upgrade RocksDB to version 11.8.1 by @aleksuss in https://github.com/rust-rocksdb/rust-rocksdb/pull/1101
- Add single delete to WriteBatch by @0xdeafbeef in https://github.com/rust-rocksdb/rust-rocksdb/pull/1081
- docs: add comment docs for set_skip_prepare method by @MozirDmitriy in https://github.com/rust-rocksdb/rust-rocksdb/pull/1020
- Add missing documentation for set_compression_options parameters by @progval in https://github.com/rust-rocksdb/rust-rocksdb/pull/1031
- Release 0.25.0 by @aleksuss in https://github.com/rust-rocksdb/rust-rocksdb/pull/1102
New Contributors
- @Rexagon made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/1029
- @GarmashAlex made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/1032
- @jszwec made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/1035
- @ibukanov made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/1039
- @Oppen made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/1040
- @Galoretka made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/1036
- @vastonus made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/1045
- @nsaji-stripe made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/1054
- @MamunC0der made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/1043
- @QuantumExplorer made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/1055
- @luohewuyang made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/1056
- @ischeinkman made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/1051
- @lucacasonato made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/1067
- @flyingsilverfin made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/1074
- @dillonhicks made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/1065
- @caltechustc made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/1084
- @cooronx made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/1083
- @gdorsi made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/1078
- @solunolab made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/1090
- @crypt0miester made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/1092
- @checkraisefold made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/1098
- @grandpig made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/1097
- @modernzju made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/1091
- @MozirDmitriy made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/1020
- @progval made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/1031
Full Changelog: https://github.com/rust-rocksdb/rust-rocksdb/compare/v0.24.0...v0.25.0