Releases: coinbase/coinbase-java
Releases · coinbase/coinbase-java
v1.10.0
Changes:
- Added verifyCallback method for cryptographically verifying Coinbase merchant callback authenticity
- Tightened the cert pinning to root certs we actually depend on
v1.8.0
Changes:
- Add createUserWithOAuth method
v1.7.0
Changes:
- Add method for revoking token
v1.6.0
Changes:
- Add new fields to various responses
- Add method for generating OAuth authorization uri
v1.5.0
Changes:
- Added type field to Account
v1.4.0
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
Changes:
- Change bks keystore format to support older versions of Android
v1.3.0
Changes:
- Added idem field to Transaction
- Don't set transaction amount to null upon sending/receiving money
v1.2.0
Changes:
- Add recipient address to Transaction
- Added more categories to AccountChanges.Cache
- Added merchant info to User
- Added specific UnauthorizedException for 401 errors