Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Releases: coinbase/coinbase-ruby

4.2.1

31 Jan 23:19
@sds sds
Compare
Choose a tag to compare

Update TLS version used from 1.0 to 1.2

4.1.0

31 Dec 19:46
Compare
Choose a tag to compare
Bump the version

v4.0.2

02 Jul 16:44
Compare
Choose a tag to compare

Minor fix to pagination and README changes

v4.0.0

02 Jul 00:17
Compare
Choose a tag to compare

Brand new library for Coinbase Wallet API v2

Changes include:

  • New improved API key authentication
  • New object based interaction with the API
  • Cursor based pagination
  • Expanded objects

v2.1.1

03 Aug 09:42
Compare
Choose a tag to compare

Changes:

  • Bumped OAuth2 gem dependency to 1.0
  • Added contacts method

v2.1.0

08 Jun 09:47
Compare
Choose a tag to compare

Changes:

  • Added addresses method
  • Added exchange rates through Money::Bank::Coinbase class

v2.0.0

12 May 05:15
Compare
Choose a tag to compare

Changes:

  • Added method to check spot price of bitcoin
  • Removed unnecessary floating point operations
  • Added method to query transaction details
  • Added optional client_id and scopes params to create_user
  • Added methods to query list of accounts
  • Use query parameters instead of JSON bodies for GET and DELETE requests
  • Added OAuthClient to support OAuth authentication

Backwards Incompatible Changes:

  • Upgrade to Money v6 and use Money v6 built-in definition of BTC (removed custom definition of BTC currency)
  • No longer set BTC to be the global default currency