Skip to content

Commit db1ba33

Browse files
committed
Release 0.27.1
1 parent 4ce943f commit db1ba33

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.27.1 (2024-07-07)
4+
5+
* Add block based metadata cache options (zaidoon1)
6+
* add feature flag to enable ZSTD_STATIC_LINKING_ONLY (zaidoon1)
7+
* fix stats comments (zaidoon1)
8+
* enable experimental feature in zstd-sys (zaidoon1)
9+
310
## 0.27.0 (2024-06-29)
411

512
* Add option set_avoid_unnecessary_blocking_io (w41ter)

Diff for: Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rust-rocksdb"
33
description = "Rust wrapper for Facebook's RocksDB embeddable database"
4-
version = "0.27.0"
4+
version = "0.27.1"
55
edition = "2021"
66
rust-version = "1.75.0"
77
authors = [
@@ -37,7 +37,7 @@ zstd-static-linking-only = ["rust-librocksdb-sys/zstd-static-linking-only"]
3737

3838
[dependencies]
3939
libc = "0.2"
40-
rust-librocksdb-sys = { path = "librocksdb-sys", version = "0.23.0" }
40+
rust-librocksdb-sys = { path = "librocksdb-sys", version = "0.23.1" }
4141
serde = { version = "1", features = ["derive"], optional = true }
4242

4343
[dev-dependencies]

Diff for: librocksdb-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-librocksdb-sys"
3-
version = "0.23.0+9.3.1"
3+
version = "0.23.1+9.3.1"
44
edition = "2021"
55
rust-version = "1.75.0"
66
authors = [

0 commit comments

Comments
 (0)