Skip to content

Commit f22014c

Browse files
committed
Release 0.34.0
1 parent 9fd9a9f commit f22014c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

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+
316
## 0.33.0 (2024-11-01)
417

518
* upgrade to RocksDB 9.7.4 (zaidoon1)

Cargo.toml

+1-1
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.33.0"
4+
version = "0.34.0"
55
edition = "2021"
66
rust-version = "1.75.0"
77
authors = [

0 commit comments

Comments
 (0)