Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-05-09 | 2.2 kB | |
v0.21.0.tar.gz | 2023-05-09 | 143.2 kB | |
v0.21.0.zip | 2023-05-09 | 190.4 kB | |
Totals: 3 Items | 335.8 kB | 0 |
What's Changed
- Add doc-check to CI. Fix warnings in docs, but broken-intra-doc-links. by @YuraKotov in https://github.com/rust-rocksdb/rust-rocksdb/pull/743
- Fix rustdoc::broken-intra-doc-links errors by @YuraKotov in https://github.com/rust-rocksdb/rust-rocksdb/pull/744
- Fix 32-bit ARM build by @EyeOfPython in https://github.com/rust-rocksdb/rust-rocksdb/pull/754
- Allow specifying checksum type by @romanz in https://github.com/rust-rocksdb/rust-rocksdb/pull/756
- Enable librocksdb-sys to be built by rustc_codegen_cranelift by @ZePedroResende in https://github.com/rust-rocksdb/rust-rocksdb/pull/760
- Update to RocksDB 8.0.0 by @niklasf in https://github.com/rust-rocksdb/rust-rocksdb/pull/761
- Block cache creation failure is not recoverable by @niklasf in https://github.com/rust-rocksdb/rust-rocksdb/pull/763
- updated ios min version to 12 by @mighty840 in https://github.com/rust-rocksdb/rust-rocksdb/pull/770
- Actually enable io-uring by @niklasf in https://github.com/rust-rocksdb/rust-rocksdb/pull/751
- Update to RocksDB 8.1.1 by @niklasf in https://github.com/rust-rocksdb/rust-rocksdb/pull/774
- Add Cache::new_hyper_clock_cache() by @niklasf in https://github.com/rust-rocksdb/rust-rocksdb/pull/775
- Retrieve Value from
KeyMayExist
if value found in Cache or Memory by @Congyuwang in https://github.com/rust-rocksdb/rust-rocksdb/pull/759 - support for comparators as closures by @pegesund in https://github.com/rust-rocksdb/rust-rocksdb/pull/765
- Fix bug in
DBWALIterator
that would miss updates by @Zagitta in https://github.com/rust-rocksdb/rust-rocksdb/pull/771
New Contributors
- @YuraKotov made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/743
- @ZePedroResende made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/760
- @mighty840 made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/770
- @pegesund made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/765
- @Zagitta made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/771
Full Changelog: https://github.com/rust-rocksdb/rust-rocksdb/compare/v0.20.1...v0.21.0