Skip to content

Commit 4c578a6

Browse files
committed
Update dependencies and release notes
1 parent 4780594 commit 4c578a6

File tree

3 files changed

+11
-16
lines changed

3 files changed

+11
-16
lines changed

Cargo.lock

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

RELEASES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NautilusTrader 1.218.0 Beta
22

3-
Released on TBD (UTC).
3+
Released on 31st May 2025 (UTC).
44

55
### Enhancements
66
- Added convenient re-exports for Betfair adapter (constants, configs, factories, types)
@@ -106,6 +106,7 @@ Released on TBD (UTC).
106106
- Fixed quote tick parsing for one-sided books on Polymarket
107107
- Fixed order fill handling for limit orders with `MAKER` liquidity side on Polymarket
108108
- Fixed currency parsing for `BinaryOption` on Polymarket to consistently use USDC.e (PoS USDC on Polygon)
109+
- Fixed identity error handling during keep-alive for Betfair, will now reconnect
109110
- Updated `BinanceFuturesEventType` enum with additional variants, thanks for reporting @miller-moore
110111

111112
### Documentation Updates

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.0"
6565
fallible-streaming-iterator = "0.1.9"
6666
time = "0.3.41"
6767

0 commit comments

Comments
 (0)