You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASES.md
+3
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,9 @@ This release adds support for Python 3.13 (*not* yet compatible with free-thread
13
13
- Added log file rotation with additional config options `max_file_size` and `max_backup_count` (#2468), thanks @xingyanan and @twitu
14
14
- Added `bars_timestamp_on_close` config option for `BybitDataClientConfig` (default `True` to match Nautilus conventions)
15
15
- Added `BetfairSequenceCompleted` custom data type for Betfair to mark the completion of a sequence of messages
16
+
- Added Arrow schema for `MarkPriceUpdate` in Rust
17
+
- Added Arrow schema for `IndexPriceUpdate` in Rust
18
+
- Added Arrow schema for `InstrumentClose` in Rust
16
19
- Improved robustness of in-flight order check for `LiveExecutionEngine`, once exceeded query retries will resolve submitted orders as rejected and pending orders as canceled
17
20
- Improved logging for `BacktestNode` crashes with full stack trace and prettier config logging
0 commit comments