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

Release 0.35.0 #120

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.35.0 (2024-12-17)

* DB: Implement get_db_identity using rocksdb_get_db_identity (evanj)
* Add lto feature (0xdeafbeef)
* Options: Add set_track_and_verify_wals_in_manifest (evanj)
* upgrade to RocksDB 9.9.3 (zaidoon1)
* add set_use_delta_encoding() to Options (jevolk)

## 0.34.0 (2024-12-04)

* Fix two tests that want to write to the current working directory (mr-c)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rust-rocksdb"
description = "Rust wrapper for Facebook's RocksDB embeddable database"
version = "0.34.0"
version = "0.35.0"
edition = "2021"
rust-version = "1.75.0"
authors = [
Expand Down
Loading