Added graceful_shutdown_on_exception config option for live engines (default False to retain intended hard crash on unexpected system exceptions)
Added purge_from_database config option for LiveExecEngineConfig to support cache backing database management
Added support for data download during backtest (#2652), thanks @faysou
Added delete data range to catalog (#2744), thanks @faysou
Added consolidate catalog by period (#2727), thanks @faysou
Added fire_immediately flag parameter for timers where a time event will be fired at the start instant and then every interval thereafter (default False to retain current behavior) (#2600), thanks for the idea @stastnypremysl
Added time_bars_build_delay config option for DataEngineConfig (#2676), thanks @faysou
Added immediate firing capability for time alerts and corresponding test (#2745), thanks @stastnypremysl
Added missing serialization mappings for some instruments (#2702), thanks @faysou
Added support for DEX swaps for blockchain adapter (#2683), thanks @filipmacek
Added support for Pool liquidity updates for blockchain adapter (#2692), thanks @filipmacek
Added fill report reconciliation warning when discrepancy with existing fill (#2706), thanks @faysou
Added optional metadata function for custom data query (#2724), thanks @faysou
Added support for order-list submission in the sandbox execution client (#2714), thanks @petioptrv
Added hidden order support for IBKR (#2739), thanks @sunlei
Added subscribe_order_book_deltas support for IBKR (#2749), thanks @sunlei
Added bid_levels and ask_levels for OrderBook.pprint
Added accepted_buffer_ns filter param for Cache.own_bid_orders(...) and Cache.own_ask_orders(...)
Added trailing stop orders activation_price support in Rust (#2750), thanks @nicolad
Breaking Changes
Renamed catalog instrument_ids filter param to identifiers to more accurately describe strings which can represent either instrument IDs or bar types
Changed behavior of timers allow_past=False to permit start times in the past if the next event time is still in the future
Changed Databento DBN upgrade policy to default v3