rust-rocksdb / rust-rocksdb

rust wrapper for rocksdb
Apache License 2.0
1.86k stars 725 forks source link

Support for RocksDB 9.X #884

Open onny opened 6 months ago

onny commented 6 months ago

Currently support for RocksDB 9.X is missing.

Shawn8901 commented 6 months ago

https://github.com/rust-rocksdb/rust-rocksdb/pull/872 should bring 9.X support, tho a stable release is not yet done.

benesch commented 4 months ago

@zaidoon1 any chance we could get a new librocksdb-sys release? ~There are some memory unsafety issues (e.g., https://github.com/rust-rocksdb/rust-rocksdb/issues/767) that seem to be fixed in RocksDB 8.4+ that we're eager to get our hands on.~ Never mind; those fixes are already in librocksdb-sys v0.12+. Still interested in a new release with v9 support, though!

zaidoon1 commented 4 months ago

I don't have access to publish to crates.io for this, that's why I have my own fork that I use/maintain to stay up to date with rocksdb https://github.com/zaidoon1/rust-rocksdb

benesch commented 4 months ago

Ah, got it! Who does manage the crates.io releases for librocksdb-sys, then?

zaidoon1 commented 4 months ago

aleksuss