File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## 0.27.0 (2024-06-29)
4
11
5
12
* Add option set_avoid_unnecessary_blocking_io (w41ter)
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rust-rocksdb"
3
3
description = " Rust wrapper for Facebook's RocksDB embeddable database"
4
- version = " 0.27.0 "
4
+ version = " 0.27.1 "
5
5
edition = " 2021"
6
6
rust-version = " 1.75.0"
7
7
authors = [
@@ -37,7 +37,7 @@ zstd-static-linking-only = ["rust-librocksdb-sys/zstd-static-linking-only"]
37
37
38
38
[dependencies ]
39
39
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 " }
41
41
serde = { version = " 1" , features = [" derive" ], optional = true }
42
42
43
43
[dev-dependencies ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rust-librocksdb-sys"
3
- version = " 0.23.0 +9.3.1"
3
+ version = " 0.23.1 +9.3.1"
4
4
edition = " 2021"
5
5
rust-version = " 1.75.0"
6
6
authors = [
You can’t perform that action at this time.
0 commit comments