Skip to content

Commit 620cd1e

Browse files
committed
Upgrade databento and remove support for DBN v1
1 parent a32b190 commit 620cd1e

File tree

16 files changed

+119
-403
lines changed

16 files changed

+119
-403
lines changed

Cargo.lock

Lines changed: 17 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ parquet = "55.1.0" # Keep major version in line with datafusion
9494
pyo3 = { version = "0.25.0", features = ["chrono", "indexmap", "rust_decimal", "serde", "smallvec"] }
9595
pyo3-async-runtimes = { version = "0.25.0", features = ["tokio-runtime", "tokio", "attributes"] }
9696
rand = "0.9.1"
97-
reqwest = { version = "0.12.18", features = ["blocking"] }
97+
reqwest = { version = "0.12.19", features = ["blocking", "rustls-tls", "stream", "json"], default-features = false }
9898
ring = "0.17.14"
9999
rmp-serde = "1.3.0"
100100
rust_decimal = "1.37.1"

RELEASES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ Released on TBD (UTC).
77
- Added support for DEX swaps for blockchain adapter (#2683), thanks @filipmacek
88

99
### Breaking Changes
10-
None
10+
- Removed support for Databento DBN v1 schemas (migrate to DBN v2 or v3, see [DBN Changelog](https://github.com/databento/dbn/blob/main/CHANGELOG.md#0350---2025-05-28))
11+
- Changed Databento DBN upgrade policy to default v3
1112

1213
### Internal Improvements
14+
- Upgraded `databento` crate to v0.26.2
1315
- Upgraded `pyo3` and `pyo3-async-runtimes` crates to v0.25.0
1416

1517
### Fixes

crates/adapters/databento/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ tokio = { workspace = true }
6161
tracing = { workspace = true }
6262
tracing-subscriber = { workspace = true, optional = true }
6363
ustr = { workspace = true }
64-
databento = "=0.26.0"
64+
databento = "0.26.2"
6565
fallible-streaming-iterator = "0.1.9"
6666
time = "0.3.41"
6767

0 commit comments

Comments
 (0)