Releases: tiagosiebler/kucoin-api
Releases · tiagosiebler/kucoin-api
v2.5.1: Add unified trading account examples & docs
What's Changed
- feat: add Unified Trading Account examples and update Spot and Futures guides by @JJ-Cro in #117
- feat(v2.5.1): update API documentation and examples for Unified Trading Account by @JJ-Cro in #122
Full Changelog: v2.5.0...v2.5.1
v2.5.0: Add support for regional KuCoin EU & EU REST APIs & WebSockets
What's Changed
- feat(v2.5.0): support regional KuCoin EU and AU REST APIs and WebSockets by @tiagosiebler in #116
- Add readme notice on upcoming migration to the Siebly.io GitHub organisation.
Full Changelog: v2.4.1...v2.5.0
v2.4.1: Add new REST & WS examples. Enhance WsStore isDeepObjectMatch for recursion.
What's Changed
- refactor: reorganize example directory structure and update WebSocket examples by @JJ-Cro in #113
- refactor: update SDK references and enhance request utility types by @JJ-Cro in #114
- feat(v2.4.1):add tests for isDeepObjectMatch function by @JJ-Cro in #115
Full Changelog: v2.4.0...v2.4.1
v2.4.0: Integrate KuCoin's V2 (Pro) Public & Private WebSockets
What's Changed
- feat: add examples for futures and spot trading using WebSocket and REST APIs by @JJ-Cro in #112
- feat(v2.4.0): Integrate V2 (Pro) Public & Private WebSockets by @tiagosiebler in #111
- Bump eslint to latest
Full Changelog: v2.3.6...v2.4.0
v2.3.6: Add new unified client kucoin pro endpoints
What's Changed
- feat(v2.3.6): enhance API client with new endpoints and update package dependencies by @JJ-Cro in #109
Full Changelog: v2.3.5...v2.3.6
v2.3.5: Update wsOptions. Update release workflow. Update webpack config. Misc cleaning.
What's Changed
- chore: update NPM publish workflow to trigger on release events and h… by @JJ-Cro in #104
- chore: enhance WSClientConfigurableOptions to support additional WebSocket and HTTP client options by @JJ-Cro in #105
- chore: update .gitignore, add webpack configuration, and enhance package.json for optional dependencies by @JJ-Cro in #106
- feat(v2.3.5): update webpack config, update wsOptions, update release workflow, minor bumps by @tiagosiebler in #107
- chore(): README.md template sections by @tiagosiebler in #108
Full Changelog: v2.3.4...v2.3.5
v2.3.4: Update readme, bump axios
What's Changed
- chore(): README.md template sections by @tiagosiebler in #102
- [Snyk] Upgrade axios from 1.13.1 to 1.13.2 by @tiagosiebler in #101
- chore(v2.3.4): readme bumps by @tiagosiebler in #103
Full Changelog: v2.3.3...v2.3.4
v2.3.3: Add new market available inventory and kumining endpoints, bump axios and js-yaml
What's Changed
- [Snyk] Upgrade axios from 1.12.2 to 1.13.1 by @tiagosiebler in #99
- chore(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 by @dependabot[bot] in #98
- feat(v2.3.3): add new endpoints for market available inventory and kumining, update SDK documentation and examples by @JJ-Cro in #100
Full Changelog: v2.3.2...v2.3.3
v2.3.2: Add futures copy trading cross margin, hedge mode, collateral and kyc endpoints
What's Changed
- feat(v2.3.2): add futures copy trading cross margin, hedge mode, collateral and kyc endpoints by @JJ-Cro in #97
Full Changelog: v2.3.1...v2.3.2
v2.3.1: Safer internal exception logger for WSAPIClient
Previously running a JSON.stringify call within the WebsocketAPIClient exception handler could in rare circumstances lead to a circular reference. This handles that scenario in a safer way.
What's Changed
- feat(): Add licence file by @JJ-Cro in #95
- fix(2.3.1): improve error handling in WebSocket client, fix circular error by @JJ-Cro in #96
Full Changelog: v2.3.0...v2.3.1