Releases: sieblyio/coinbase-api
Releases · sieblyio/coinbase-api
Release list
v1.2.3: Add advanced trade REST sandbox
What's Changed
Full Changelog: v1.2.2...v1.2.3
v1.2.2: Pin ws to 8.x, remove webpack analyser and improve wsOptions type
What's Changed
- chore(): upgrade GitHub Actions to setup-node v7 and checkout v6 by @JJ-Cro in #138
- chore(v1.2.2): pin ws to 8.x, remove webpack analyser and improve wsOptions type by @tiagosiebler in #139
Full Changelog: v1.2.1...v1.2.2
v1.2.0: Bump node build version to v24 LTS
What's Changed
- chore(v1.2.0): bump build version to LTS node 24 by @tiagosiebler in #136
Full Changelog: v1.1.13...v1.2.0
v1.1.12: Update examples, move optional dependencies to dev dependencies, update readme badges, bump dependencies post-audit
What's Changed
- refactor: update examples in CBAdvancedTradeClient to use ES6 import syntax and enhance documentation comments by @JJ-Cro in #131
- chore(v1.1.12): Move optionalDependencies to devDependencies and update README badges by @JJ-Cro in #132
Full Changelog: v1.1.11...v1.1.12
View all our Coinbase JavaScript SDK releases here: https://siebly.io/releases?sdk=coinbase-api
v1.1.11: Add GitHub migration notice
What's Changed
- chore(v1.1.11): add migration notice by @tiagosiebler in #119
Full Changelog: v1.1.10...v1.1.11
v1.1.10: Add new REST & WS examples. Enhance WsStore isDeepObjectMatch for recursion.
What's Changed
- feat: add examples for CBExchange and CBInternationalExchange with public and private API calls using REST and WebSocket clients by @JJ-Cro in #117
- feat(v1.1.10): enhance isDeepObjectMatch function for recursive object comparison by @JJ-Cro in #118
Full Changelog: v1.1.9...v1.1.10
v1.1.9: Add WebPack configuration. Update wsOptions for advanced WebSocket networking configuration. Update release workflow.
What's Changed
- chore: update NPM publish workflow to trigger on release events and handle prerelease tags by @JJ-Cro in #111
- chore: enhance WSClientConfigurableOptions to support additional WebSocket and HTTP client options by @JJ-Cro in #112
- chore: update .gitignore, add webpack configuration, and enhance package.json for optional dependencies by @JJ-Cro in #114
- [Snyk] Upgrade jose from 6.1.0 to 6.1.3 by @tiagosiebler in #113
- chore(): README.md template sections by @tiagosiebler in #115
Full Changelog: v1.1.8...v1.1.9
v1.1.8: Readme updates. Bump axios, jose & js-yaml dependencies.
What's Changed
- [Snyk] Upgrade axios from 1.12.2 to 1.13.1 by @tiagosiebler in #107
- chore(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 by @dependabot[bot] in #106
- chore(): README.md template sections by @tiagosiebler in #109
- [Snyk] Upgrade axios from 1.13.1 to 1.13.2 by @tiagosiebler in #108
- [Snyk] Upgrade jose from 6.0.12 to 6.1.0 by @tiagosiebler in #101
- chore(v1.1.8): readme updates by @tiagosiebler in #110
Full Changelog: v1.1.7...v1.1.8
v1.1.7: 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 #104
- fix(v1.1.7): update circular ws issue by @JJ-Cro in #105
Full Changelog: v1.1.6...v1.1.7
v1.1.6: Fix encoding for Prime API sign. Bump axios dependency.
What's Changed
- [Snyk] Security upgrade axios from 1.10.0 to 1.12.0 by @tiagosiebler in #98
- fix: bump axios to fix build by @tiagosiebler in #100
- fix(v1.1.6, #102): switch prime sign secret encoding to utf by @tiagosiebler in #103
Full Changelog: v1.1.5...v1.1.6