Hummingbot

Latest version: v20250303

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 17

2.4.0

What's Changed
* Feat/env upgrade, replace nose for pytest by cardosofede in https://github.com/hummingbot/hummingbot/pull/7403
* Fix/bitmart api update2 by babcoccl in https://github.com/hummingbot/hummingbot/pull/7315
* (feat) Update Bybit Perpetual API by tomasgaudino in https://github.com/hummingbot/hummingbot/pull/7441
* (feat) Derive Connector by isreallee82 in https://github.com/hummingbot/hummingbot/pull/7383
* (feat) Derive perpetual by isreallee82 in https://github.com/hummingbot/hummingbot/pull/7432
* (feat) update bitmart_perpetual ticker parsing by tomasgaudino in https://github.com/hummingbot/hummingbot/pull/7442
* fix last_price bug by yancong001 in https://github.com/hummingbot/hummingbot/pull/7421
* feat/update_injective_library_version_to_1_8 by aarmoa in https://github.com/hummingbot/hummingbot/pull/7448
* Feat/adapt connectors to poll by cardosofede in https://github.com/hummingbot/hummingbot/pull/7452
* Feat/gateway core 2.4 fix restart error / Adds support for CLMM and AMM connector types by fengtality in https://github.com/hummingbot/hummingbot/pull/7457
* (feat) remove ethkeyfile by cardosofede in https://github.com/hummingbot/hummingbot/pull/7456
* fix/ resolve executor actions loop when stop command is triggered by riven314 in https://github.com/hummingbot/hummingbot/pull/7455
* (feat) clean the collection after the storage by cardosofede in https://github.com/hummingbot/hummingbot/pull/7461
* fix / update docker compose file by rapcmia in https://github.com/hummingbot/hummingbot/pull/7476
* Feat: Lock xrpl-py to 3.0.0 by mlguys in https://github.com/hummingbot/hummingbot/pull/7475
* fix / typo in help command by eltociear in https://github.com/hummingbot/hummingbot/pull/7446

New Contributors
* babcoccl made their first contribution in https://github.com/hummingbot/hummingbot/pull/7315
* eltociear made their first contribution in https://github.com/hummingbot/hummingbot/pull/7446

**Full Changelog**: https://github.com/hummingbot/hummingbot/compare/v2.3.0...v2.4.0

2.3.0

What's Changed
* Feat/improve xemm executor by cardosofede in https://github.com/hummingbot/hummingbot/pull/7369
* Feature / BingX connector by danilo-robotter-ai in https://github.com/hummingbot/hummingbot/pull/7280
* Feat/tegro rate oracle by isreallee82 in https://github.com/hummingbot/hummingbot/pull/7333
* fix typo in readme by harmamiika in https://github.com/hummingbot/hummingbot/pull/7374
* Fix/ update docs url to https://hummingbot.org/docs/ by nikspz in https://github.com/hummingbot/hummingbot/pull/7384
* fix/bybit-update-trade-fees by leocape in https://github.com/hummingbot/hummingbot/pull/7373
* Fix/hyperliquid perp reduce only issue by yancong001 in https://github.com/hummingbot/hummingbot/pull/7362
* Fix typos by crStiv in https://github.com/hummingbot/hummingbot/pull/7382
* fix typo in Makefile for coinbase_advanced_trade tests exclude dir by dfang in https://github.com/hummingbot/hummingbot/pull/7377
* Fix Bybit spot add API Keys by usamike25 in https://github.com/hummingbot/hummingbot/pull/7398
* test / gateway-core-connectors by fengtality in https://github.com/hummingbot/hummingbot/pull/7367
* Feat/stop executor with keep position feature by cardosofede in https://github.com/hummingbot/hummingbot/pull/7387
* sync / development -> staging v2.3.0 by nikspz in https://github.com/hummingbot/hummingbot/pull/7400
* Feat/add bitmart perpetual connector by tomasgaudino in https://github.com/hummingbot/hummingbot/pull/7368
* sync / development to staging adding bitmart perpetual by nikspz in https://github.com/hummingbot/hummingbot/pull/7401
* Fix/dexalot no trading connector by klpanagi in https://github.com/hummingbot/hummingbot/pull/7391
* Sync / development to staging v2.3.0 by rapcmia in https://github.com/hummingbot/hummingbot/pull/7405
* fix / update version to 2.3.0 by rapcmia in https://github.com/hummingbot/hummingbot/pull/7406
* fix / update setup.py by rapcmia in https://github.com/hummingbot/hummingbot/pull/7407
* sync / staging -> master for Hummingbot version 2.3.0 by nikspz in https://github.com/hummingbot/hummingbot/pull/7408

New Contributors
* danilo-robotter-ai made their first contribution in https://github.com/hummingbot/hummingbot/pull/7280
* harmamiika made their first contribution in https://github.com/hummingbot/hummingbot/pull/7374
* leocape made their first contribution in https://github.com/hummingbot/hummingbot/pull/7373
* crStiv made their first contribution in https://github.com/hummingbot/hummingbot/pull/7382
* dfang made their first contribution in https://github.com/hummingbot/hummingbot/pull/7377
* usamike25 made their first contribution in https://github.com/hummingbot/hummingbot/pull/7398

**Full Changelog**: https://github.com/hummingbot/hummingbot/compare/v2.2.0...v2.3.0

2.2.0

What's Changed
* Feat/minor improvements candles by cardosofede in https://github.com/hummingbot/hummingbot/pull/7276
* (fix) update bybit perp balance fetching by tomasgaudino in https://github.com/hummingbot/hummingbot/pull/7279
* (fix) fix hard coded symbols in simple_xemm script by fengtality in https://github.com/hummingbot/hummingbot/pull/7289
* Feat/add grid strike by cardosofede in https://github.com/hummingbot/hummingbot/pull/7285
* feat/ Hyperliquid Spot Connector by isreallee82 in https://github.com/hummingbot/hummingbot/pull/7282
* Fix/update dexalot to next version by yancong001 in https://github.com/hummingbot/hummingbot/pull/7291
* exclude dexalot in backtesting by yancong001 in https://github.com/hummingbot/hummingbot/pull/7287
* Revert "exclude dexalot in backtesting" by cardosofede in https://github.com/hummingbot/hummingbot/pull/7314
* feat/improve_backtesting by cardosofede in https://github.com/hummingbot/hummingbot/pull/7307
* update dependencies by david-hummingbot in https://github.com/hummingbot/hummingbot/pull/7331
* (fix) adds gas variables to amm_arb strategy by fengtality in https://github.com/hummingbot/hummingbot/pull/7319
* (fix) Hyperliquid auth exemption for public data by isreallee82 in https://github.com/hummingbot/hummingbot/pull/7328
* (feat) Gateway Solana class by fengtality in https://github.com/hummingbot/hummingbot/pull/7334
* (feat) improve status of directional script by fengtality in https://github.com/hummingbot/hummingbot/pull/7341
* Fix / Binance WSS reconnection fix by komposter in https://github.com/hummingbot/hummingbot/pull/7310
* (feat) executors_improvements by cardosofede in https://github.com/hummingbot/hummingbot/pull/7316
* (feat) add rates to base controllers by cardosofede in https://github.com/hummingbot/hummingbot/pull/7356
* fix/help_command with unrecognized input by tjmellema in https://github.com/hummingbot/hummingbot/pull/7329

New Contributors
* komposter made their first contribution in https://github.com/hummingbot/hummingbot/pull/7310
* tjmellema made their first contribution in https://github.com/hummingbot/hummingbot/pull/7329

**Full Changelog**: https://github.com/hummingbot/hummingbot/compare/v2.1.0...v2.2.0

2.1.0

What's Changed
* Fix/controllers script on dev by cardosofede in https://github.com/hummingbot/hummingbot/pull/7193
* feat / update development branch to dev-2.0.2 by rapcmia in https://github.com/hummingbot/hummingbot/pull/7198
* Feat/improve stop loss computation bt by cardosofede in https://github.com/hummingbot/hummingbot/pull/7200
* Feat/bybit perpetual v5 upgrade by tomasgaudino in https://github.com/hummingbot/hummingbot/pull/7196
* Fix/candles feeds boundaries handling by tomasgaudino in https://github.com/hummingbot/hummingbot/pull/7224
* Feat/remove unvoted connectors by cardosofede in https://github.com/hummingbot/hummingbot/pull/7197
* Update DATA_COLLECTION.md by david-hummingbot in https://github.com/hummingbot/hummingbot/pull/7234
* fix / remove hitbtc from fee overrides template by rapcmia in https://github.com/hummingbot/hummingbot/pull/7239
* Feat/improve market data provider by cardosofede in https://github.com/hummingbot/hummingbot/pull/7214
* (feat) improve max retries executor by cardosofede in https://github.com/hummingbot/hummingbot/pull/7244
* Feat/add ethereum classic by vic-en in https://github.com/hummingbot/hummingbot/pull/7159
* Fix update coinbase advanced trade by isreallee82 in https://github.com/hummingbot/hummingbot/pull/7220
* Feat/Tegro Connector by isreallee82 in https://github.com/hummingbot/hummingbot/pull/7148
* fix/Fix refreshing of listenkey for MEXC by Jbekker in https://github.com/hummingbot/hummingbot/pull/7255
* (fix) pande The frame.append method is deprecated by isreallee82 in https://github.com/hummingbot/hummingbot/pull/7261
* Feat/dexalot exchange by yancong001 in https://github.com/hummingbot/hummingbot/pull/7219
* Feat/add market order htx by cardosofede in https://github.com/hummingbot/hummingbot/pull/7260
* feat/Gate IO add server time sync by Jbekker in https://github.com/hummingbot/hummingbot/pull/7134
* Sync / Client development -> staging v2.0.2 by nikspz in https://github.com/hummingbot/hummingbot/pull/7258
* fix / update staging version 2.0.2 by rapcmia in https://github.com/hummingbot/hummingbot/pull/7266
* (feat) add exchange sponsors section to readme by fengtality in https://github.com/hummingbot/hummingbot/pull/7251
* Sync / development to staging by rapcmia in https://github.com/hummingbot/hummingbot/pull/7268
* remove DATA_COLLECTION.md by david-hummingbot in https://github.com/hummingbot/hummingbot/pull/7270
* sync / development to staging by rapcmia in https://github.com/hummingbot/hummingbot/pull/7271
* Feat/Add source tag and increase websocket size by mlguys in https://github.com/hummingbot/hummingbot/pull/7273
* sync / staging to development by rapcmia in https://github.com/hummingbot/hummingbot/pull/7274
* fix / update release version 2.1.0 by rapcmia in https://github.com/hummingbot/hummingbot/pull/7275
* sync / staging to master 2.1.0 by rapcmia in https://github.com/hummingbot/hummingbot/pull/7272


**Full Changelog**: https://github.com/hummingbot/hummingbot/compare/v2.0.1...v2.1.0

2.0.1

What's Changed
* Fix/Time sync related error detection for kucoin_perpetual by Jbekker in https://github.com/hummingbot/hummingbot/pull/7103
* Added trailing stop for Position Executor by peterwilli in https://github.com/hummingbot/hummingbot/pull/7084
* docs: fix some comments by tsinghuacoder in https://github.com/hummingbot/hummingbot/pull/7080
* Feat/candles feed refactor by tomasgaudino in https://github.com/hummingbot/hummingbot/pull/7086
* fix: broken link in `install` script by intelliot in https://github.com/hummingbot/hummingbot/pull/7117
* Fix/Setup order of the mocked API responses by Jbekker in https://github.com/hummingbot/hummingbot/pull/7095
* fix/Mexc - Unable to submit close market order due to TypeError: unsupported operand type(s) by Jbekker in https://github.com/hummingbot/hummingbot/pull/7126
* Feat/injective v2 seed phrase connect by peterwilli in https://github.com/hummingbot/hummingbot/pull/7118
* Feat/repo clean up by cardosofede in https://github.com/hummingbot/hummingbot/pull/7121
* fix/time related error check for Mexc by Jbekker in https://github.com/hummingbot/hummingbot/pull/7122
* Feat/remove coinbase pro by cardosofede in https://github.com/hummingbot/hummingbot/pull/7131
* fix/OKX - False insufficient balance error for market buy order by Jbekker in https://github.com/hummingbot/hummingbot/pull/7137
* Feat/add bitstamp connector by Jbekker in https://github.com/hummingbot/hummingbot/pull/7102
* (feat) TELOS integration by evseevnn in https://github.com/hummingbot/hummingbot/pull/7119
* (feat) celo chain in supported chains by elijahsnoz in https://github.com/hummingbot/hummingbot/pull/7073
* fix/Hot fixes for XRPL connector 11 Jul by mlguys in https://github.com/hummingbot/hummingbot/pull/7108
* Fix/controller total amount decimal by cardosofede in https://github.com/hummingbot/hummingbot/pull/7151
* fix/README.md typos by ArtificialZeng in https://github.com/hummingbot/hummingbot/pull/7163
* docs/Improved documentation for directional_strategy_base.py by PanzerKunst in https://github.com/hummingbot/hummingbot/pull/7157
* fix/fix-test-cov-to80-percent by nikspz in https://github.com/hummingbot/hummingbot/pull/7172
* Fix/retrieve historical candles by tomasgaudino in https://github.com/hummingbot/hummingbot/pull/7160
* Feat/dydx v4 perpetual derivative by yancong001 in https://github.com/hummingbot/hummingbot/pull/6987
* Feat/improve position executor by cardosofede in https://github.com/hummingbot/hummingbot/pull/7138
* sync / development -> staging by nikspz in https://github.com/hummingbot/hummingbot/pull/7167
* Fix/bybit spot v5 by klpanagi in https://github.com/hummingbot/hummingbot/pull/7062
* (feat) add information of prices in the logs by cardosofede in https://github.com/hummingbot/hummingbot/pull/7180
* (fix) fix connector and testcase for August 16 MEXC API Update by Kaiwen0418 in https://github.com/hummingbot/hummingbot/pull/7182
* Feat/update injective connectors for chain upgrade v1 13 by aarmoa in https://github.com/hummingbot/hummingbot/pull/7162
* feat: add hashkey global spot and perpetual connector by dengyh in https://github.com/hummingbot/hummingbot/pull/7171
* sync / development -> staging update by nikspz in https://github.com/hummingbot/hummingbot/pull/7184
* fix-staging-version-to-2.0.1 by nikspz in https://github.com/hummingbot/hummingbot/pull/7191
* Fix/controllers script (staging) by cardosofede in https://github.com/hummingbot/hummingbot/pull/7192
* sync / staging -> master for Hummingbot version 2.0.1 by nikspz in https://github.com/hummingbot/hummingbot/pull/7186

New Contributors
* Jbekker made their first contribution in https://github.com/hummingbot/hummingbot/pull/7103
* tsinghuacoder made their first contribution in https://github.com/hummingbot/hummingbot/pull/7080
* intelliot made their first contribution in https://github.com/hummingbot/hummingbot/pull/7117
* evseevnn made their first contribution in https://github.com/hummingbot/hummingbot/pull/7119
* elijahsnoz made their first contribution in https://github.com/hummingbot/hummingbot/pull/7073
* ArtificialZeng made their first contribution in https://github.com/hummingbot/hummingbot/pull/7163
* PanzerKunst made their first contribution in https://github.com/hummingbot/hummingbot/pull/7157
* Kaiwen0418 made their first contribution in https://github.com/hummingbot/hummingbot/pull/7182
* dengyh made their first contribution in https://github.com/hummingbot/hummingbot/pull/7171

**Full Changelog**: https://github.com/hummingbot/hummingbot/compare/v2.0.0...v2.0.1

2.0.0

What's Changed
* fix/development change version to dev-1.29.0 by nikspz in https://github.com/hummingbot/hummingbot/pull/7058
* Feat/pool id in amm arb by vic-en in https://github.com/hummingbot/hummingbot/pull/7018
* (fix) naming get_connector_spec fix by isreallee82 in https://github.com/hummingbot/hummingbot/pull/6992
* fix/ Kraken Convert a coin reward into a coin*(ETH.F -> ETH) by yancong001 in https://github.com/hummingbot/hummingbot/pull/7069
* fix/ adding fix Kraken Convert a coin reward into a coin*(ETH.F -> ETH) to development by nikspz in https://github.com/hummingbot/hummingbot/pull/7081
* FIX: update pip pyjwt by MementoRC in https://github.com/hummingbot/hummingbot/pull/7088
* sync / development -> staging version 1.29.0 by nikspz in https://github.com/hummingbot/hummingbot/pull/7091
* Fix/freeze numpy by peterwilli in https://github.com/hummingbot/hummingbot/pull/7085
* Fix/backtesting trade cost by cardosofede in https://github.com/hummingbot/hummingbot/pull/7100
* Fix/test mdp by cardosofede in https://github.com/hummingbot/hummingbot/pull/7101
* Feat/xrpl connector full python by mlguys in https://github.com/hummingbot/hummingbot/pull/7051
* fix/add XRPL to staging by nikspz in https://github.com/hummingbot/hummingbot/pull/7107
* fix/ Update staging VERSION to 2.0.0 by nikspz in https://github.com/hummingbot/hummingbot/pull/7099
* sync / staging -> master for Hummingbot version 2.0.0 by nikspz in https://github.com/hummingbot/hummingbot/pull/7105


**Full Changelog**: https://github.com/hummingbot/hummingbot/compare/v1.28.0...v2.0.0

Page 1 of 17

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.