We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8025bfb commit 4056a3bCopy full SHA for 4056a3b
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.28.0 (2024-07-13)
4
+
5
+* Add support for enabling blob cache (exabytes18)
6
+* upgrade to RocksDB 9.4.0 (zaidoon1)
7
8
## 0.27.1 (2024-07-07)
9
10
* Add block based metadata cache options (zaidoon1)
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "rust-rocksdb"
description = "Rust wrapper for Facebook's RocksDB embeddable database"
-version = "0.27.1"
+version = "0.28.0"
edition = "2021"
rust-version = "1.75.0"
authors = [
0 commit comments