New
v4.5.35
What's Changed
- fix(go): response headers in base by @ttodua in https://github.com/ccxt/ccxt/pull/27719
- feat(bybit): fetchMarginMode added by @yzh-pelle in https://github.com/ccxt/ccxt/pull/27721
- fix(bybit): fetchMarginMode - symbol added to the response by @yzh-pelle in https://github.com/ccxt/ccxt/pull/27722
- feat(okx): update ws to use instidcode by @pcriadoperez in https://github.com/ccxt/ccxt/pull/27729
- perf(base): safeBool, safeList, safeDict optimization (~70% reduction) by @ttodua in https://github.com/ccxt/ccxt/pull/27375
- build(deps-dev): bump lodash from 4.17.21 to 4.17.23 by @dependabot[bot] in https://github.com/ccxt/ccxt/pull/27728
- fix(go): getArrayLength and isArray by @carlosmiei in https://github.com/ccxt/ccxt/pull/27734
- feat: add fetchFundingHistory for BingX by @slavivanov in https://github.com/ccxt/ccxt/pull/27735
- fix(go): mathPow by @carlosmiei in https://github.com/ccxt/ccxt/pull/27739
- fix(binance): default type inside fetchPositionsWs by @carlosmiei in https://github.com/ccxt/ccxt/pull/27748
- fix(krakenfutures): orderIds encoding in python by @carlosmiei in https://github.com/ccxt/ccxt/pull/27751
- fix(xt): baseVolume and quoteVolume in ticker by @carlosmiei in https://github.com/ccxt/ccxt/pull/27753
- chore(skips): bigone, bitrue retrigger tests ^ by @ttodua in https://github.com/ccxt/ccxt/pull/27754
- fix(htx): use .vn hostname instead by @carlosmiei in https://github.com/ccxt/ccxt/pull/27762
- chore(cryptomus): skip & trigger spread tests on build ^ by @ttodua in https://github.com/ccxt/ccxt/pull/27757
- test(deepExtend): base tests by @ttodua in https://github.com/ccxt/ccxt/pull/27750
- fix(lbank): ws sorted trades ^ by @ttodua in https://github.com/ccxt/ccxt/pull/27755
- bybit error mapping by @ndubel in https://github.com/ccxt/ccxt/pull/27765
- kucoin error mapping by @ndubel in https://github.com/ccxt/ccxt/pull/27768
- fix(bitget): ticker percentage bug by @ttodua in https://github.com/ccxt/ccxt/pull/27764
- test(currency): allow numeric id too by @ttodua in https://github.com/ccxt/ccxt/pull/27769
- fix(toobit): ws listen key by @ttodua in https://github.com/ccxt/ccxt/pull/27771
- fix(go): add FeatureValue method by @ttodua in https://github.com/ccxt/ccxt/pull/27775
- chore(dydx): retest & skip spread by @ttodua in https://github.com/ccxt/ccxt/pull/27770
- chore(xt): skip qv/bv comparison by @ttodua in https://github.com/ccxt/ccxt/pull/27767
- chore(test): watchOb spread by @ttodua in https://github.com/ccxt/ccxt/pull/27756
- feat(hyperliquid): add allMids support to watchTickers by @carlosmiei in https://github.com/ccxt/ccxt/pull/27776
- chore(deps): bump next from 15.4.10 to 16.1.5 in /examples/ts/nextjs-page-router by @dependabot[bot] in https://github.com/ccxt/ccxt/pull/27786
- feat(krakenfutures): trigger orders inside fetchClosedOrders/fetchCanceled by @carlosmiei in https://github.com/ccxt/ccxt/pull/27784
- feat(coinbase): withdraw, documentation link, network param description by @Dan-krm in https://github.com/ccxt/ccxt/pull/27788
- fix(python): add NumType by @carlosmiei in https://github.com/ccxt/ccxt/pull/27785
- cryptocom error mapping by @ndubel in https://github.com/ccxt/ccxt/pull/27766
- go: update ToFloat64 by @sc0Vu in https://github.com/ccxt/ccxt/pull/27789
- fix(php): exception_message by @ttodua in https://github.com/ccxt/ccxt/pull/27774
- test: add capitalize base test by @ttodua in https://github.com/ccxt/ccxt/pull/27783
- fix(bybit): use dynamic funding interval for fetchFundingRateHistory by @danyalzaki000 in https://github.com/ccxt/ccxt/pull/27749
- perf(python): deep_extend by @ttodua in https://github.com/ccxt/ccxt/pull/27736
New Contributors
- @danyalzaki000 made their first contribution in https://github.com/ccxt/ccxt/pull/27749
Full Changelog: https://github.com/ccxt/ccxt/compare/go/v4.5.34...v4.5.35