File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.34.0 (2024-12-04)
4
+
5
+ * Fix two tests that want to write to the current working directory (mr-c)
6
+ * add missing supported bsd oses (drizzt)
7
+ * Fix column family creation race. (stuhood)
8
+ * Allow using static bindgen feature (Congyuwang)
9
+ * tests: use tempfile instead of the current working directory (mr-c)
10
+ * implement with_capacity for WriteBatch (0xdeafbeef)
11
+ * ci: make most directories read-only before running the tests (mr-c)
12
+ * More temp directories for tests (mr-c)
13
+ * fix(build): add ROCKSDB_SCHED_GETCPU_PRESENT for Linux build config (popcnt1)
14
+ * upgrade to RocksDB 9.8.4 (zaidoon1)
15
+
3
16
## 0.33.0 (2024-11-01)
4
17
5
18
* upgrade to RocksDB 9.7.4 (zaidoon1)
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.33 .0"
4
+ version = " 0.34 .0"
5
5
edition = " 2021"
6
6
rust-version = " 1.75.0"
7
7
authors = [
You can’t perform that action at this time.
0 commit comments