Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to RocksDB 8.1.1 #774

Merged
merged 1 commit into from
Apr 24, 2023
Merged

Conversation

niklasf
Copy link
Contributor

@niklasf niklasf commented Apr 22, 2023

Brings C APIs that are a prerequisite to adding HyperClockCache support (and some minor bugfixes).

https://github.com/facebook/rocksdb/releases/tag/v8.1.1

Brings C APIs that are a prerequisite to adding HyperClockCache support
(and some minor bugfixes).

https://github.com/facebook/rocksdb/releases/tag/v8.1.1
@aleksuss
Copy link
Member

@niklasf, thanks for your contribution. Nice work!

@aleksuss aleksuss merged commit d44de09 into rust-rocksdb:master Apr 24, 2023
7 checks passed
Shylock-Hg pushed a commit to Shylock-Hg/rust-rocksdb that referenced this pull request Mar 29, 2024
…ocksdb#774)

Previously, enabling encryption in librocksdb_sys resulted in static linking of
OpenSSL, potentially preventing users from utilizing their host system's OpenSSL
with important security updates.
This commit removes the requirement for static linking, giving users the
flexibility to choose whether to use it or not.

Signed-off-by: Neil Shen <overvenus@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants