v1.186.0

nautechsystems/nautilus_traderv1.186.0Feb 2, 2024by github-actions[bot]

AI Summary

This release focuses on bug fixes for Interactive Brokers, TimeBarAggregator, and BinanceSpotExecutionClient, along with cleaning up unused imports.

Key Highlights

  • Fixed Interactive Brokers get account positions bug
  • Fixed TimeBarAggregator handling of interval types on build
  • Fixed BinanceSpotExecutionClient non-existent method name
  • Removed unused psutil import

Full Release Notes

# NautilusTrader 1.186.0 Beta

Released on 2nd February 2024 (UTC).

### Enhancements
None

### Breaking Changes
None

### Fixes
- Fixed Interactive Brokers get account positions bug (#1475), thanks @benjaminsingleton
- Fixed `TimeBarAggregator` handling of interval types on build
- Fixed `BinanceSpotExecutionClient` non-existent method name, thanks @sunlei
- Fixed unused `psutil` import, thanks @sunlei