Skip to content

Releases: sieblyio/coinbase-api

v1.2.3: Add advanced trade REST sandbox

Choose a tag to compare

@tiagosiebler tiagosiebler released this 28 Jul 10:57
f3b33c8

What's Changed

  • feat(v1.2.3): Advanced Trade static REST sandbox + tutorial accuracy by @JJ-Cro in #142

Full Changelog: v1.2.2...v1.2.3

v1.2.2: Pin ws to 8.x, remove webpack analyser and improve wsOptions type

Choose a tag to compare

@tiagosiebler tiagosiebler released this 17 Jul 16:34
4b329d5

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

Choose a tag to compare

@tiagosiebler tiagosiebler released this 10 Jul 10:37
b90c94a

What's Changed

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

Choose a tag to compare

@tiagosiebler tiagosiebler released this 10 Jun 11:34

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

Choose a tag to compare

@tiagosiebler tiagosiebler released this 09 Feb 16:03
06aa62e

What's Changed

Full Changelog: v1.1.10...v1.1.11

v1.1.10: Add new REST & WS examples. Enhance WsStore isDeepObjectMatch for recursion.

Choose a tag to compare

@tiagosiebler tiagosiebler released this 04 Feb 15:54
c828a6b

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.

Choose a tag to compare

@tiagosiebler tiagosiebler released this 15 Jan 12:48
c3b44d1

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.

Choose a tag to compare

@tiagosiebler tiagosiebler released this 29 Dec 12:46
611cc9c

What's Changed

Full Changelog: v1.1.7...v1.1.8

v1.1.7: Safer internal exception logger for WSAPIClient

Choose a tag to compare

@tiagosiebler tiagosiebler released this 14 Nov 14:29
ea805ef

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

Full Changelog: v1.1.6...v1.1.7

v1.1.6: Fix encoding for Prime API sign. Bump axios dependency.

Choose a tag to compare

@tiagosiebler tiagosiebler released this 13 Oct 11:00
026386f

What's Changed

Full Changelog: v1.1.5...v1.1.6