v4.5.62

snail007/goproxyv4.5.62Jun 29, 2026by github-actions[bot]

AI Summary

This release focuses on bug fixes and feature additions for supported exchanges, including HTX V5 linear websocket support and fixes for Bitmex and Bingx.

Key Highlights

  • HTX V5 linear websocket support
  • Fix for undefined networks
  • Cleanup before TypeScript compilation
  • Fix for Bitmex inverse swaps parsing and async close()
  • Fix for Bingx trading-fee response reading

New Features

  • HTX V5 linear websocket support
  • Async close() fix for Bitmex inverse swaps

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