v4.5.62
shrimbly/node-bananav4.5.62Jun 29, 2026by github-actions[bot]
AI Summary
Bug fixes and new exchange integrations including support for HTX linear websockets and fixes for Bitmex and Bingx.
Key Highlights
- Added HTX V5 linear websocket support
- Fixed Bitmex inverse swaps parsing and async close()
- Fixed Bingx trading fee response parsing
- Updated Node.js version in documentation
- Fixed undefined networks in tests
New Features
- HTX V5 linear websocket support
- Fixed inverse swaps parsing and async close() for Bitmex
- Fixed read trading-fee response after the API call for Bingx
Full Release Notes
## What's Changed * test: fix undefined networks by @ttodua in https://github.com/ccxt/ccxt/pull/29022 * docs: cleanup before tsc by @ttodua in https://github.com/ccxt/ccxt/pull/29003 * docs: increase node version by @ttodua in https://github.com/ccxt/ccxt/pull/29024 * fix(bitmex, exchange): inverse swaps parsing and async close() by @carlosmiei in https://github.com/ccxt/ccxt/pull/29029 * feat(htx): V5 linear websocket support by @Dan-krm in https://github.com/ccxt/ccxt/pull/29017 * fix(bingx): read trading-fee response after the API call in fetchTradingFee by @jota78 in https://github.com/ccxt/ccxt/pull/29025 ## New Contributors * @jota78 made their first contribution in https://github.com/ccxt/ccxt/pull/29025 **Full Changelog**: https://github.com/ccxt/ccxt/compare/v4.5.61...v4.5.62