Skip to content

NautilusTrader 1.201.0 Beta

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Sep 12:16

NautilusTrader 1.201.0 Beta

Released on 9th September 2024 (UTC).

Enhancements

  • Added order book deltas triggering support for OrderEmulator
  • Added OrderCancelRejected event generation for dYdX adapter (#1916), thanks @davidsblom
  • Refined handling of Binance private key types (RSA, Ed25519) and integrated into configs
  • Implemented cryptographic signing in Rust (replacing pycryptodome for Binance)
  • Removed the vendored tokio-tungstenite crate (#1902), thanks @VioletSakura-7

Breaking Changes

None

Fixes

  • Fixed BinanceFuturesEventType by adding new TRADE_LITE member, reflecting the Binance update on 2024-09-03 (UTC)