Releases: tiagosiebler/binance
Releases · tiagosiebler/binance
v3.5.10: Update quickstart guide. Move optionalDependencies to dev to reduce bloat.
What's Changed
- chore: update quickstart guide to latest by @tiagosiebler in #671
- chore(v3.5.10): move optionalDependencies to devDependencies and update README badges by @JJ-Cro in #672
Full Changelog: v3.5.9...v3.5.10
v3.5.9: Add block trade & margin liquidation endpoints. Update examples with imports.
What's Changed
- feat(v3.5.9): add support for historical block trades and margin liquidation loan features, update documentation and examples by @JJ-Cro in #669
- refactor: update examples to use ES6 import syntax for CoinMClient an… by @JJ-Cro in #670
Full Changelog: v3.5.8...v3.5.9
v3.5.8: Auto resolve usdm wsKey when subscribing to market data, update bracket order example to use passive limit order for TP
What's Changed
- feat(v3.5.8): auto resolve usdm wsKey when subscribing to market data, update bracket order example to use passive limit order for TP by @tiagosiebler in #668
Summary
- Update bracket order example to use limit order for TP. More likely to see a fill if there's a flash move past the TP order.
- Update subscribe/unsubscribe WebsocketClient methods to automatically resolve the wsKey for usdm futures, when subscribing to market data (see #653 for more details).
Full Changelog: v3.5.7...v3.5.8
v3.5.7: Revert uppercase boolean edge case
What's Changed
- chore(v3.5.7): revert uppercase boolean edge case, after confirmation by @tiagosiebler in #667
Full Changelog: v3.5.6...v3.5.7
v3.5.6: Improve private wsKey resolution for futures userData streams, misc fixes, docs updates, util methods
What's Changed
- feat(v3.5.6): Improve private wsKey resolution for futures userData streams, misc fixes, docs updates, util methods by @tiagosiebler in #665
- chore(v3.5.6): bump for release by @tiagosiebler in #666
- chore: force private url for user data sub request
- fix: null value handling in algo order REST response
- feat: inherit util methods around custom order ID generation. feat: intro quickstart guide
- feat: update quickstart guide & tutorial link
- chore: revise quickstart guide phrasing
- chore: docs update, feat: add exchange info util methods for futures
- feat: update tpsl & bracket order examples
- fix: capitalised boolean for algo order priceProtect, aligned with docs
- fix: beautifier edge case with null object guard
Full Changelog: v3.5.5...v3.5.6
v3.5.5: Add new Spot, WS API (Spot), Earn and Portfolio Margin endpoints & types
What's Changed
Full Changelog: v3.5.4...v3.5.5
v3.5.4: Fix HMAC WSAPI order submit issue due to parameter sort
What's Changed
- fix(v3.5.4, #659): signed parameter-sort for per-request HMAC WSAPI signatures by @tiagosiebler in #661
Summary
- Fix sign issue due to missing parameter sort, when using per-request WSAPI sign (HMAC & RSA keys)
- Split test stages into categories
- Introduce WSAPI auth tests
- Misc bumps after audit
- Remove redundant circleci config
Full Changelog: v3.5.3...v3.5.4
v3.5.3: Bump node build to LTS v24
What's Changed
- chore(v3.5.3): bump node build to LTS v24 by @tiagosiebler in #658
Full Changelog: v3.5.2...v3.5.3
v3.5.2: fix activatePrice for WSAPI futures. Bump node build version, misc bump after audit.
What's Changed
- Fix: rename activationPrice to correct activatePrice in WSAPINewFutur… by @DanZBo in #656
- chore(v3.5.2): bump node build version, misc bump after audit, fix(#656): activatePrice for futures algo order by @tiagosiebler in #657
Full Changelog: v3.5.1...v3.5.2
v3.5.1: Fixes WebSocket URL resolution for portfolio margin listenKey
What's Changed
- fix(v3.5.1): handle suffix when adding listenKey to WebSocket URL by @tiagosiebler in #655
Full Changelog: v3.5.0...v3.5.1