We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 302f561 commit 2f19b1aCopy full SHA for 2f19b1a
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 0.31.0 (2024-10-16)
4
+
5
+* Expose LRU cache options (athre0z)
6
+* add Env::from_raw constructor (jgraettinger)
7
+* Fix unsoundness via impure AsRef (niklasf)
8
+* Allow setting logging callback (jevolk)
9
+* upgrade to RocksDB 9.7.2 (zaidoon1)
10
11
## 0.30.0 (2024-09-06)
12
13
* Improve statistics by auto gen enum Ticker & enum Histogram (rockeet)
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "rust-rocksdb"
description = "Rust wrapper for Facebook's RocksDB embeddable database"
-version = "0.30.0"
+version = "0.31.0"
edition = "2021"
rust-version = "1.75.0"
authors = [
0 commit comments