Release 1.1.1

2025-12-14

Gateways

Important

JSON parsing for all production-ready gateways have been reviewed to minimize the code needed to write unit tests.

This was prompted by adding several new gateways where it became apparent that it was a too time-consuming process to set up the unit tests. It was therefore decided to review all gateways and make it possible to more quickly capture unit tests.

Bybit

Support for WS order execution.

HTX Spot

Now with full support for both market data and order management.

HTX Futures

Now with full support for both market data and order management.

Phemex Futures

Now with full support for both market data and order management.

Development

CHANGELOG

Milestone on GitHub.

Fixed

  • TimeInForce::GTC was incorrectly applied to all order updates (Deribit) (#539).

  • Incorrect request-type mapping IOC or FOK orders (Deribit) (#538).

  • Remove restriction on single account usage (BitMEX) (#536).

  • Incorrect rounding when using WSAPI (Binance Futures) (#535).

  • ReferenceData.min_trade_vol incorrectly used for quantity step size (Market) (#532).

  • Failed validation would not copy all order action fields to OrderAck (Server) (#531).

Changed

Added

  • Add WS execution support (Bybit) (#533).

Removed

Other