Skip to content

Commit d956db0

Browse files
committed
VER: Release 0.32.0
1 parent 4e2868a commit d956db0

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22

3-
## 0.32.0 - TBD
3+
## 0.32.0 - 2025-08-12
4+
5+
### Enhancements
6+
- Upgraded DBN version to 0.39.1:
7+
- Added `PUBLISHER_SPECIFIC` flag
8+
- Improved JSON encoding performance
9+
- Added a `Default` implementation for `SecurityUpdateAction`
410

511
### Breaking changes
612
- Removed unused `Received` variant from `JobState` enum

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "databento"
33
authors = ["Databento <support@databento.com>"]
4-
version = "0.31.0"
4+
version = "0.32.0"
55
edition = "2021"
66
repository = "https://github.com/databento/databento-rs"
77
description = "Official Databento client library"
@@ -31,7 +31,7 @@ historical = [
3131
live = ["dep:hex", "dep:sha2", "tokio/net"]
3232

3333
[dependencies]
34-
dbn = { version = "0.39.0", features = ["async", "serde"] }
34+
dbn = { version = "0.39.1", features = ["async", "serde"] }
3535

3636
async-compression = { version = "0.4", features = ["tokio", "zstd"], optional = true }
3737
# Async stream trait
@@ -52,11 +52,11 @@ tracing = "0.1"
5252
typed-builder = "0.21"
5353

5454
[dev-dependencies]
55-
anyhow = "1.0.98"
55+
anyhow = "1.0.99"
5656
async-compression = { version = "0.4", features = ["tokio", "zstd"] }
57-
clap = { version = "4.5.40", features = ["derive"] }
57+
clap = { version = "4.5.44", features = ["derive"] }
5858
rstest = "0.26.1"
5959
tempfile = "3.20.0"
60-
tokio = { version = "1.45", features = ["full"] }
60+
tokio = { version = "1.47", features = ["full"] }
6161
tracing-subscriber = "0.3.19"
6262
wiremock = "0.6"

0 commit comments

Comments
 (0)