| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-08-10 | 5.2 kB | |
| v0.24.0 source code.tar.gz | 2025-08-10 | 178.3 kB | |
| v0.24.0 source code.zip | 2025-08-10 | 229.7 kB | |
| Totals: 3 Items | 413.2 kB | 0 | |
What's Changed
- speed up ci by @0xdeafbeef in https://github.com/rust-rocksdb/rust-rocksdb/pull/965
- Typos fix by @teenager-ETH in https://github.com/rust-rocksdb/rust-rocksdb/pull/967
- Fix future clippy warnings by @niklasf in https://github.com/rust-rocksdb/rust-rocksdb/pull/970
- typo fix Update CHANGELOG.md by @VitalikBerashvili in https://github.com/rust-rocksdb/rust-rocksdb/pull/968
- Update to RocksDB 9.10.0 by @niklasf in https://github.com/rust-rocksdb/rust-rocksdb/pull/969
- Fix error_message argument type by @NoisyCoil in https://github.com/rust-rocksdb/rust-rocksdb/pull/972
- Docs fix spelling issues by @nnsW3 in https://github.com/rust-rocksdb/rust-rocksdb/pull/974
- fix: typos in documentation files by @kilavvy in https://github.com/rust-rocksdb/rust-rocksdb/pull/976
- Support builds on AIX by @mustartt in https://github.com/rust-rocksdb/rust-rocksdb/pull/978
- WriteBatch: add support for WriteBatch::put_log_data by @lucasvuillier in https://github.com/rust-rocksdb/rust-rocksdb/pull/980
- Fix C++ linking by @brndnmtthws in https://github.com/rust-rocksdb/rust-rocksdb/pull/981
- Add function to set sync flag in backup engine options by @timvisee in https://github.com/rust-rocksdb/rust-rocksdb/pull/982
- doc db_iterator.rs: Minor edits to rustdoc; more links by @evanj in https://github.com/rust-rocksdb/rust-rocksdb/pull/987
- Define correct name for jemalloc by @ran-openai in https://github.com/rust-rocksdb/rust-rocksdb/pull/989
- Fix bindgen-static build by @Congyuwang in https://github.com/rust-rocksdb/rust-rocksdb/pull/993
- fix Update README.md by @petryshkaCODE in https://github.com/rust-rocksdb/rust-rocksdb/pull/988
- db_options.rs: deprecate set_ignore_range_deletions (RocksDB 10.2.1) by @evanj in https://github.com/rust-rocksdb/rust-rocksdb/pull/1000
- ffi_util.rs: improve opt_bytes_to_str to fix (#693) by @Chain-Fox in https://github.com/rust-rocksdb/rust-rocksdb/pull/1003
- Add get_approximate_sizes by @ran-openai in https://github.com/rust-rocksdb/rust-rocksdb/pull/998
- Implement WriteBatchIteratorCf trait and update related methods for compatibility by @RiversJin in https://github.com/rust-rocksdb/rust-rocksdb/pull/1002
- Support GCC 15 by @tustvold in https://github.com/rust-rocksdb/rust-rocksdb/pull/1007
- Run cargo clippy --fix with Rust 1.88 by @evanj in https://github.com/rust-rocksdb/rust-rocksdb/pull/1012
- unsafe changes from cargo --fix with Rust 2024 by @evanj in https://github.com/rust-rocksdb/rust-rocksdb/pull/1018
- Options.set_skip_checking_sst_file_sizes_on_db_open: deprecated by @evanj in https://github.com/rust-rocksdb/rust-rocksdb/pull/1017
- [feat] Add BlockBasedTablePinningTier enum and setter methods by @JackDrogon in https://github.com/rust-rocksdb/rust-rocksdb/pull/1024
- Bump rust up to 1.85.0 by @aleksuss in https://github.com/rust-rocksdb/rust-rocksdb/pull/1025
- Update to RocksDB v10.2.1 by @humb1t in https://github.com/rust-rocksdb/rust-rocksdb/pull/1006
- Ensure jemalloc is linked in when the feature is enabled by @timothyg-stripe in https://github.com/rust-rocksdb/rust-rocksdb/pull/1026
- Update rocksdb up to 10.4.2 by @aleksuss in https://github.com/rust-rocksdb/rust-rocksdb/pull/1027
- Release 0.24.0 by @aleksuss in https://github.com/rust-rocksdb/rust-rocksdb/pull/1028
New Contributors
- @teenager-ETH made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/967
- @VitalikBerashvili made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/968
- @NoisyCoil made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/972
- @nnsW3 made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/974
- @kilavvy made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/976
- @mustartt made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/978
- @lucasvuillier made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/980
- @brndnmtthws made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/981
- @timvisee made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/982
- @ran-openai made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/989
- @petryshkaCODE made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/988
- @Chain-Fox made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/1003
- @RiversJin made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/1002
- @tustvold made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/1007
- @JackDrogon made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/1024
- @humb1t made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/1006
- @timothyg-stripe made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/1026
Full Changelog: https://github.com/rust-rocksdb/rust-rocksdb/compare/v0.23.0...v0.24.0