Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-12-24 | 8.9 kB | |
v0.23.0 source code.tar.gz | 2024-12-24 | 173.5 kB | |
v0.23.0 source code.zip | 2024-12-24 | 224.9 kB | |
Totals: 3 Items | 407.3 kB | 0 |
What's Changed
- Fix build status badge and other bits in README.md by @jdanford in https://github.com/rust-rocksdb/rust-rocksdb/pull/862
- Feat: Adds /MT for static crt on msvc targets by @spector-9 in https://github.com/rust-rocksdb/rust-rocksdb/pull/865
- Ensure non-null pointers for
ptr::copy_nonoverlapping
by @ruanpetterson in https://github.com/rust-rocksdb/rust-rocksdb/pull/868 - Add portable feature for RocksDB build by @sujayakar in https://github.com/rust-rocksdb/rust-rocksdb/pull/867
- Update to RocksDB 9.0.0 by @Dirreke in https://github.com/rust-rocksdb/rust-rocksdb/pull/872
- Chore: Description for mt_static feature by @spector-9 in https://github.com/rust-rocksdb/rust-rocksdb/pull/870
- Make BackupEngine Send by @widagdos in https://github.com/rust-rocksdb/rust-rocksdb/pull/873
- Add linking libatomic command to build.rs to allow building for riscv64gc-unknown-linux-gnu target by @willemolding in https://github.com/rust-rocksdb/rust-rocksdb/pull/875
- Revert portable feature as it doesn't do anything by @zaidoon1 in https://github.com/rust-rocksdb/rust-rocksdb/pull/871
- Add delete_range to OptimisticTransactionDB by @vadim-su in https://github.com/rust-rocksdb/rust-rocksdb/pull/879
- Update rust toolchain to 1.70.0 by @widagdos in https://github.com/rust-rocksdb/rust-rocksdb/pull/874
- Bump snappy to 1.2.0 by @aleksuss in https://github.com/rust-rocksdb/rust-rocksdb/pull/883
- !fix: Ensure default column family uses specified open options by @0xdeafbeef in https://github.com/rust-rocksdb/rust-rocksdb/pull/882
- toolchain: 📌 pin toolchain to rust
1.70.0
by @cratelyn in https://github.com/rust-rocksdb/rust-rocksdb/pull/886 - Add Clippy MSRV and Some Clippy Fixes by @Congyuwang in https://github.com/rust-rocksdb/rust-rocksdb/pull/887
- port all value of ReadTier by @w41ter in https://github.com/rust-rocksdb/rust-rocksdb/pull/889
- add option set_avoid_unnecessary_blocking_io by @w41ter in https://github.com/rust-rocksdb/rust-rocksdb/pull/890
- add option to enable auto tuned ratelimiter by @w41ter in https://github.com/rust-rocksdb/rust-rocksdb/pull/891
- Add support for enabling blob cache by @exabytes18 in https://github.com/rust-rocksdb/rust-rocksdb/pull/898
- fix: android build in 32-bit devices by @LucasXu0 in https://github.com/rust-rocksdb/rust-rocksdb/pull/869
- support user defined timestamp in rust bindings by @siyuan0322 in https://github.com/rust-rocksdb/rust-rocksdb/pull/901
- Bump lz4 1.10 by @agourlay in https://github.com/rust-rocksdb/rust-rocksdb/pull/906
- feat: Properties for TransactionDB [#899] by @4TT1L4 in https://github.com/rust-rocksdb/rust-rocksdb/pull/902
- Improvements to user defined timestamp by @larry0x in https://github.com/rust-rocksdb/rust-rocksdb/pull/905
- Implement
Sync
for{Bound}ColumnFamily
by @jhpratt in https://github.com/rust-rocksdb/rust-rocksdb/pull/915 - use the provided system rocksdb prebuilt on freebsd by @girlbossceo in https://github.com/rust-rocksdb/rust-rocksdb/pull/908
- [CI] Deprecated Node version and outdated GitHub Actions by @4TT1L4 in https://github.com/rust-rocksdb/rust-rocksdb/pull/911
- Fix cargo audit check in github actions ci by @aleksuss in https://github.com/rust-rocksdb/rust-rocksdb/pull/916
- [SEC] RUSTSEC-2023-0020: const-cstr is Unmaintained by @4TT1L4 in https://github.com/rust-rocksdb/rust-rocksdb/pull/912
- TransactionDB support in MemoryUsageBuilder by @4TT1L4 in https://github.com/rust-rocksdb/rust-rocksdb/pull/909
- Bump tikv-jemalloc-sys to 0.6 by @0xdeafbeef in https://github.com/rust-rocksdb/rust-rocksdb/pull/920
- Improve statistics by auto gen enum Ticker & enum Histogram by @rockeet in https://github.com/rust-rocksdb/rust-rocksdb/pull/924
- Expose LRU cache options by @athre0z in https://github.com/rust-rocksdb/rust-rocksdb/pull/837
- add Env::from_raw constructor by @jgraettinger in https://github.com/rust-rocksdb/rust-rocksdb/pull/545
- Fix unsoundness via impure AsRef by @niklasf in https://github.com/rust-rocksdb/rust-rocksdb/pull/705
- Fix two tests that want to write to the current working directory by @mr-c in https://github.com/rust-rocksdb/rust-rocksdb/pull/938
- add missing supported bsd oses by @drizzt in https://github.com/rust-rocksdb/rust-rocksdb/pull/940
- Fix column family creation race. by @stuhood in https://github.com/rust-rocksdb/rust-rocksdb/pull/941
- Allow using static bindgen feature by @Congyuwang in https://github.com/rust-rocksdb/rust-rocksdb/pull/939
- tests: use another tempfile instead of the current working directory by @mr-c in https://github.com/rust-rocksdb/rust-rocksdb/pull/942
- Update to RocksDB 9.7.4 by @niklasf in https://github.com/rust-rocksdb/rust-rocksdb/pull/946
- implement
with_capacity
forWriteBatch
by @0xdeafbeef in https://github.com/rust-rocksdb/rust-rocksdb/pull/947 - More temp directories for tests + CI assurance by @mr-c in https://github.com/rust-rocksdb/rust-rocksdb/pull/945
- fix(build): add ROCKSDB_SCHED_GETCPU_PRESENT for Linux build config by @popcnt1 in https://github.com/rust-rocksdb/rust-rocksdb/pull/950
- add compaction priority options by @0xdeafbeef in https://github.com/rust-rocksdb/rust-rocksdb/pull/949
- add tests for
set_compaction_pri
by @0xdeafbeef in https://github.com/rust-rocksdb/rust-rocksdb/pull/951 - DB: Implement get_db_identity using rocksdb_get_db_identity by @evanj in https://github.com/rust-rocksdb/rust-rocksdb/pull/955
- Add lto feature by @0xdeafbeef in https://github.com/rust-rocksdb/rust-rocksdb/pull/956
- Options: Add set_track_and_verify_wals_in_manifest by @evanj in https://github.com/rust-rocksdb/rust-rocksdb/pull/954
- fix typos by @DeVikingMark in https://github.com/rust-rocksdb/rust-rocksdb/pull/960
- fix: multiple typos of different importance by @crStiv in https://github.com/rust-rocksdb/rust-rocksdb/pull/959
- ci: bump rust version for cargo audit job by @aleksuss in https://github.com/rust-rocksdb/rust-rocksdb/pull/961
- Update to RocksDB 9.9.3 by @niklasf in https://github.com/rust-rocksdb/rust-rocksdb/pull/962
- Allow to set per cf ttl by @0xdeafbeef in https://github.com/rust-rocksdb/rust-rocksdb/pull/963
- typo-Update README.md by @romashka-btc in https://github.com/rust-rocksdb/rust-rocksdb/pull/966
- Release 0.23.0 by @aleksuss in https://github.com/rust-rocksdb/rust-rocksdb/pull/964
New Contributors
- @jdanford made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/862
- @spector-9 made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/865
- @ruanpetterson made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/868
- @sujayakar made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/867
- @widagdos made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/873
- @willemolding made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/875
- @vadim-su made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/879
- @cratelyn made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/886
- @LucasXu0 made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/869
- @agourlay made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/906
- @4TT1L4 made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/902
- @larry0x made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/905
- @jhpratt made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/915
- @girlbossceo made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/908
- @rockeet made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/924
- @athre0z made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/837
- @mr-c made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/938
- @drizzt made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/940
- @stuhood made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/941
- @popcnt1 made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/950
- @evanj made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/955
- @DeVikingMark made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/960
- @crStiv made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/959
- @romashka-btc made their first contribution in https://github.com/rust-rocksdb/rust-rocksdb/pull/966
Full Changelog: https://github.com/rust-rocksdb/rust-rocksdb/compare/v0.22.0...v0.23.0