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

Releases: coinbase/coinbase-java

v1.10.0

17 Sep 20:35
v1.10.0
Compare
Choose a tag to compare

Changes:

  • Added verifyCallback method for cryptographically verifying Coinbase merchant callback authenticity
  • Tightened the cert pinning to root certs we actually depend on

v1.9.0

17 Dec 19:37
v1.9.0
Compare
Choose a tag to compare

Changes:

  • Add new field to User

v1.8.0

16 Dec 02:49
v1.8.0
Compare
Choose a tag to compare

Changes:

  • Add createUserWithOAuth method

v1.7.0

13 Dec 00:09
v1.7.0
Compare
Choose a tag to compare

Changes:

  • Add method for revoking token

v1.6.0

13 Dec 00:09
v1.6.0
Compare
Choose a tag to compare

Changes:

  • Add new fields to various responses
  • Add method for generating OAuth authorization uri

v1.5.0

09 Oct 16:19
v1.5.0
Compare
Choose a tag to compare

Changes:

  • Added type field to Account

v1.4.0

01 Oct 20:12
v1.4.0
Compare
Choose a tag to compare

Changes:

  • Don't set price null on creating Buttons
  • Compile for Java 1.6
  • Support specifying custom base URL and SSL context
  • Add OAuth methods

v1.3.1

05 Sep 06:13
Compare
Choose a tag to compare

Changes:

  • Change bks keystore format to support older versions of Android

v1.3.0

31 Aug 09:09
Compare
Choose a tag to compare

Changes:

  • Added idem field to Transaction
  • Don't set transaction amount to null upon sending/receiving money

v1.2.0

23 Aug 10:55
Compare
Choose a tag to compare

Changes:

  • Add recipient address to Transaction
  • Added more categories to AccountChanges.Cache
  • Added merchant info to User
  • Added specific UnauthorizedException for 401 errors