File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# NautilusTrader 1.207.0 Beta
2
2
3
- Released on TBD (UTC).
3
+ Released on 29th November 2024 (UTC).
4
4
5
5
### Enhancements
6
6
- Implemented mixed catalog data requests with catalog update (#2043 ), thanks @faysou
@@ -16,17 +16,17 @@ Released on TBD (UTC).
16
16
### Internal Improvements
17
17
- Ported ` Portfolio ` and ` AccountManager ` to Rust (#2058 ), thanks @Pushkarm029
18
18
- Implemented ` AsRef<str> ` for ` Price ` , ` Money ` , and ` Currency `
19
+ - Improved expired timer cleanup in clocks (#2064 ), thanks @twitu
19
20
- Improved live engines error logging (will now log all exceptions rather than just ` RuntimeError ` )
20
21
- Improved symbol normalization for Tardis
21
22
- Improved historical bar request performance for Tardis
22
23
- Improved ` TradeId ` Debug implementation to display value as proper UTF-8 string
23
24
- Refined ` HttpClient ` for use directly from Rust
24
25
- Refined Databento decoder (removed currency hard coding and use of ` unsafe ` )
25
26
- Upgraded ` datafusion ` crate to v43.0.0 (#2056 ), thanks @twitu
26
- - Efficiently clean up expired timers in clocks (#2064 ), thanks @twitu
27
27
28
28
### Breaking Changes
29
- - Renamed ` TriggerType.LAST_TRADE ` to ` LAST_PRICE `
29
+ - Renamed ` TriggerType.LAST_TRADE ` to ` LAST_PRICE ` (more conventional terminology)
30
30
31
31
### Fixes
32
32
- Fixed missing venue -> exchange mappings for Tardis integration
You can’t perform that action at this time.
0 commit comments