Skip to content

Commit 268db3b

Browse files
committed
VER: Release Rust client 0.36.0
1 parent f407031 commit 268db3b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# Changelog
22

3-
## 0.36.0 - TBD
3+
## 0.36.0 - 2025-11-19
44

55
### Enhancements
66
- Added support for using built-in range syntax for specifying date and datetime ranges
77
in the historical API, e.g. `date!(2020-01-01)..=date!(2020-12-31)`
88
- Changed `metadata().get_dataset_range()`, `metadata().list_schemas()`, and
99
`metadata().list_unit_prices()` to accept any `impl AsRef<str>` as the dataset
1010
parameter
11+
- Upgraded DBN version to 0.44.0:
12+
- Added logic to set `code` when upgrading version 1 `SystemMsg` to newer versions
13+
- Added `Dataset::publishers()` method to retrieve all `Publisher` values for a
14+
dataset
1115

1216
### Breaking changes
1317
- Updated the minimum supported `tokio` version to 1.41, which was released one year ago

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "databento"
33
authors = ["Databento <[email protected]>"]
4-
version = "0.35.0"
4+
version = "0.36.0"
55
edition = "2021"
66
repository = "https://github.com/databento/databento-rs"
77
description = "Official Databento client library"
@@ -32,7 +32,7 @@ historical = [
3232
live = ["tokio/net"]
3333

3434
[dependencies]
35-
dbn = { version = "0.43.0", features = ["async", "serde"] }
35+
dbn = { version = "0.44.0", features = ["async", "serde"] }
3636

3737
async-compression = { version = "0.4", features = ["tokio", "zstd"], optional = true }
3838
# Async stream trait

0 commit comments

Comments
 (0)