Release Notes - Version 1.3.0¶
Released on April 29, 2022
-
Install via Docker: Linux | Windows | macOS | Raspberry Pi
-
Binary builds are no longer supported. Docker and Source are now the only supported methods of install.
We are very excited to ship the April 2022 Hummingbot release (v1.3.0) today!
đ New Spot Connector: CoinFLEX¶
CoinFLEX is the first connector built under Hummingbot Foundation's community maintenance model. Established in 2019, CoinFLEX is a centralized cryptocurrency exchange located in Seychelles with 26 trading pairs on the exchange.
For more information, check out the CoinFLEX documentation, including a special VIP tier trial offer for Hummingbot users!
âšī¸ More Resources sections¶
Look for a new section titled âšī¸ More Resources in the documentation pages for each Hummingbot strategy, as well as for certain exchange connectors. This section contains community-submitted resources such as guide, videos, and other useful content related to each strategy and connector.
đģ Developer Updates¶
ascendexconnector has been refactored to include all the latest components and improvements to make it compliant with the new "gold standard"kucoinconnector has been refactored to include all the latest components and improvements to make it compliant with the new "gold standard"- Change in the implementation of the
order age calculationto stop using thetimestampthat is part of theorder_idand start using the newcreation_timestampfield in the orders - Allow fees in different tokens
đ Bug Fixes¶
- #3555 Fixed
rate is not availabledespite using Coingecko as therate_oraclesource - #4339 Fixed
Unable to display status outputon Windows source build - #5130 Fixed handling of balance for paper connectors in global config
- #5135 Fixed order of orders in status, order spread in TWAP strategy
- #5146 Removed
_latest_parameter_calculation_volin the Avellaneda strategy - #5153 Fixed missing import of the
ConditionalExecutionStatein the Avellaneda strategy - #5156 Fixed
TradingIntensitywith the Avellaneda strategy where trade saving was not correct - #5165 Fixed user balance failure for
time synchronizer - #5170 Fixed Binance Perpetual
InFlightOrderreturns wrong executed amount for partial fills