Skip to content

Commit dffaf9e

Browse files
committed
VER: Release 0.33.1
1 parent da177e7 commit dffaf9e

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

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

3+
## 0.33.1 - TBD
4+
5+
### Enhancements
6+
- Upgraded DBN version to 0.41.0:
7+
- Added `interval` method to `RType` and `Schema` to get the duration for subsampled
8+
schemas like `Ohlcv1H` and `Cbbo1S`
9+
- Changed the default value for `channel_id` to be `u8::MAX` in `MboMsg` and `u16::MAX`
10+
elsewhere since 0 is a valid channel ID
11+
312
## 0.33.0 - 2025-08-19
413

514
### Enhancements
615
- Upgraded DBN version to 0.40.0:
716
- Added `DbnVersion` new type
817

9-
1018
### Breaking changes
1119
- Removed `bill_id` field from `BatchJob` struct
1220
- Breaking changes from DBN:

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 <support@databento.com>"]
4-
version = "0.33.0"
4+
version = "0.33.1"
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.40.0", features = ["async", "serde"] }
34+
dbn = { version = "0.41.0", features = ["async", "serde"] }
3535

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

0 commit comments

Comments
 (0)