NautilusTrader 1.185.0 Beta
Released on 26th January 2024 (UTC).
Enhancements
- Add warning log when
bypass_loggingis set true for aLIVEcontext - Improved
register_serializable objectto also add type to internal_EXTERNAL_PUBLIHSABLE_TYPES - Improved Interactive Brokers expiration contract parsing, thanks @fhill2
Breaking Changes
- Changed
StreamingConfig.include_typestype fromtuple[str]tolist[type](better alignment with other type filters) - Consolidated
clockmodule intocomponentmodule (reduce binary wheel size) - Consolidated
loggingmodule intocomponentmodule (reduce binary wheel size)
Fixes
- Fixed Arrow serialization of
OrderUpdated(trigger_pricetype was incorrect), thanks @benjaminsingleton - Fixed
StreamingConfig.include_typesbehavior (was not being honored for instrument writers), thanks for reporting @doublier1 - Fixed
ImportableStrategyConfigtype assignment inStrategyFactory(#1470), thanks @rsmb7z