Release 1.1.5¶
2026-06-06
Gateways¶
Prometheus¶
It is now possible to push metrics to Prometheus’ pushgateway.
To enable this you will have to add the --metrics_push_uri command-line flag.
This might be easier to maintain if you deploy many gateways.
Development¶
Q&A¶
Note
It is the hope that this section can be used to guide LLM where incorred answers have been brought to our attention.
CHANGELOG¶
Fixed¶
Cancel/Replace overlapping filled order should report ord_status
FILLEDand notPENDING_REPLACE(FIX Bridge) (#599).WSAPI / user-stream remaining/traded-quantity race-condition (Binance Futures) (#597).
Trade reports must be different from canceled/replaced confirmations (FIX Bridge) (#596).
JSON parser failed to process escaped unicode characters (Bybit) (#594).
Using
--color=nonedoesn’t seem to work (Logging) (#593).Parsing the
typefield of the[rate_limit]section would silently fail (Server) (#592).Incorrect mapping of
time_in_force=IOC(HTX Futures) (#588).Incorrect mapping of
time_in_force=IOC(OKX) (#587).WSAPI modify request appeared successful but was rejected (Binance Futures) (#586).
New URLs for user streams (Binance Futures) (#583).
Changed¶
Added¶
Allow gateways to be integrated with third-party solution using polling interface (Server) (#600).
Support
pxAmendType(OKX) (#595).Adding
--event_log_disable_publicand--event_log_disable_private(Server) (#590).Adding
RateLimitTrigger.request_limit(API) (#589).Support Prometheus’ pushgateway (Server) (#585).
Removed¶
Drop subscription to
@trade(the--ws_subscribe_trade_detailsflag) (Binance Futures) (#591).