Releases: ccxt/go-binance
Releases · ccxt/go-binance
v2.8.7
What's Changed
- feat: support for user data subscription signature by @pcriadoperez in #761
Full Changelog: v2.8.6...v2.8.7
v2.8.6
What's Changed
- feat: accountInfoV2 parse isolatedWallet by @planis100x in #748
- Add
subUserIdandremarkby @jjkoh95 in #747 - Add timeZone field for spot KlinesService by @taobig in #751
- ADD: ticker timestamp for futures. by @boyi in #752
- Added settlement fields to ListDualInvestmentPosition struct by @augur in #757
- add event type: CONDITIONAL_ORDER_TRIGGER_REJECT by @isAlbertYu in #760
- Adding
POST /api/v3/order/cancelReplaceimplementation by @MartinTheCzechGuy in #755 - Refactor: use []*DividendResponse instead of *[]DividendResponse for struct fields to align with project conventions by @taobig in #753
New Contributors
- @planis100x made their first contribution in #748
- @jjkoh95 made their first contribution in #747
- @boyi made their first contribution in #752
- @augur made their first contribution in #757
- @isAlbertYu made their first contribution in #760
Full Changelog: v2.8.5...v2.8.6
v2.8.5
What's Changed
- chore: update docs by @carlosmiei in #746
- Feature: add WsCombinedKlineServeMultiInterval by @cyrto in #745
New Contributors
Full Changelog: v2.8.4...v2.8.5
v2.8.4
What's Changed
- feat: add example for creating delivery order by @sc0Vu in #728
- chore: fix some typos in comment by @jinjingroad in #724
- fix: do not close ws conn from client side. by @suixinio in #725
- Support query order via order.status in futures by @sc0Vu in #734
- fix(futures): add goodTillDate by @sc0Vu in #739
- fix issue 736 by @taobig in #737
- feat(margin): add cancel margin all orders by @sc0Vu in #740
- Feature: Add portfolio_pro mint/redeem BFUSD by @feeeei in #733
- feat: add orderlist ws api by @pcriadoperez in #742
New Contributors
- @jinjingroad made their first contribution in #724
- @suixinio made their first contribution in #725
Full Changelog: v2.8.3...v2.8.4
v2.8.3
What's Changed
- feat(client): add query account commission rate by @carlosmiei in #685
- feat: add interest history by @pcriadoperez in #690
- Do not close ws conn from client side. by @adshao in #693
- update GET /fapi/v3/balance by @vlw in #699
- add /fapi/v1/symbolConfig and /fapi/v1/accountConfig by @vlw in #702
- implement /fapi/v1/apiTradingStatus by @shurman in #705
- feat: fetch interest rate history for spot margin by @sc0Vu in #703
- support /fapi/v3/account by @vlw in #698
- feat(dual_investment): Add dual investment service and related tests by @0x0001 in #695
- feat: add support for portfolio websocket user stream by @pcriadoperez in #686
- Update testnet urls ws by @sc0Vu in #713
- feat: allow create GetCommissionRatesService by client by @Tougee in #717
- feat: add reqopts to futures account config and symbol config services by @lyro41 in #718
- chore: fix comment by @one230six in #720
- fix: portfolio websocket EventType parsing error by @feeeei in #723
- chore: fix struct name in comment by @cuithon in #721
- Feature: Add futures websocket account balance&info by @feeeei in #715
- Update margin_next_hourly_interest_rate_service.go by @wisarmy in #719
New Contributors
- @shurman made their first contribution in #705
- @sc0Vu made their first contribution in #703
- @Tougee made their first contribution in #717
- @feeeei made their first contribution in #723
- @cuithon made their first contribution in #721
- @wisarmy made their first contribution in #719
Full Changelog: v2.8.2...v2.8.3
v2.8.2
What's Changed
- Implement WalletBalanceService by @XZB-1248 in #673
- added AUTO_BORROW_REPAY side effect by @condrove10 in #677
- Fix
websocket: close 1006 (abnormal closure): unexpected EOFerrors when callingbinance.WsCombinedBookTickerServe()by @condrove10 in #671 - chore: make function comment match function name by @welfuture in #679
- feat(futures): add gte_gtc tif by @carlosmiei in #682
- feat: remove spin lock while wait in ws client by @vigodsky in #678
- feat: update internal_universal_Transfer/subaccount and withdraw by @taobig in #670
- feat(futures): add GTD time in force by @carlosmiei in #684
- feat: Porfolio Margin API support by @pcriadoperez in #680
New Contributors
- @XZB-1248 made their first contribution in #673
- @condrove10 made their first contribution in #677
- @welfuture made their first contribution in #679
- @carlosmiei made their first contribution in #682
- @pcriadoperez made their first contribution in #680
Full Changelog: v2.8.1...v2.8.2
v2.8.1
What's Changed
- feat: add OrigQuoteOrderQuantity field for order responses by @mdawar in #660
- Add MarginBorrowRepayService by @taobig in #662
- Update CreateUserUniversalTransferService by @taobig in #667
- Add ListMarginBorrowRepayService by @taobig in #665
- Added response fields for
GET /sapi/v1/margin/accountby @taobig in #666 - fix MarginBorrowRepayService by @taobig in #668
- Update GetMaxBorrowableService by @taobig in #669
Full Changelog: v2.8.0...v2.8.1