Skip to content

Releases: bitpay/java-bitpay-client

v8.6.2

22 Nov 01:50
Compare
Choose a tag to compare

Patch Release

This release moves the refundRequestEid field from com.bitpay.sdk.model.Invoice.RefundInfo to com.bitpay.sdk.model.Settlement.RefundInfo

v8.6.1

18 Nov 16:50
Compare
Choose a tag to compare

Patch Release

This release upgrades jackson-databind to version 2.14.0. Version 2.13.4.1 does not have a corresponding jackson-bom version.

v8.6.0

18 Nov 02:29
c55b687
Compare
Choose a tag to compare

Overview

This release adds unit tests, new GitHub checks, upgrades jackson-databind, adds a new field, and many other minor updates.

Changed

  • Added JUnit for unit tests
  • Added code coverage for unit tests
  • Added initial JavaDoc, with more detail coming in the next few minor releases
  • JUnit now runs checks on branches (not `master) and pull requests (one check for each supported version of Java: 8, 11, and 17)
  • Upgraded jackson-bind to 12.13.4.1
  • Added the refundRequestEid field to the RefundInfo object
  • Moved /apidocs to /docs to make the JavaDoc available via GitHub Pages
  • Moved /docs to /guides
  • Fixed a mapper with a duplicate JsonProperty in src/main/java/com/bitpay/sdk/model/Settlement/PayoutInfo.java and src/main/java/com/bitpay/sdk/model/Settlement/WithHoldings.java

v8.5.2208

05 Aug 18:01
1b31940
Compare
Choose a tag to compare

v8.5.2207

01 Jul 17:13
db14865
Compare
Choose a tag to compare

v8.5.2206

24 Jun 21:18
3abac5d
Compare
Choose a tag to compare

What's New (⚠️= breaking changes):

Changed
Added

v8.5.2205

25 May 14:08
2f40bc6
Compare
Choose a tag to compare

Added forcedBuyerSelectedTransactionCurrency to CreateInvoice.

Field Name: forcedBuyerSelectedTransactionCurrency
Description: Enables merchant to pre-select crypto currency on behalf of buyer
Type: String
Optional: Yes

To retrieve a list of supported currencies please see: https://bitpay.com/api/#rest-api-resources-currencies-retrieve-the-supported-currencies

v8.5.2204

04 May 14:49
670bf99
Compare
Choose a tag to compare

What's New (⚠️= breaking changes):

Changed
Added
  • Invoice Update: Get Invoice by guid

v8.5.2203

04 Mar 15:42
42ee19f
Compare
Choose a tag to compare

What's New (⚠️= breaking changes):

Changed
  • ⚠️Refunds Update: 'currency' no longer required as parameter for 'CreateRefund'
  • Settlements Update: Add 'reference' to 'RefundInfo' model
Added
  • Invoice Update: Add 'PayInvoice' method for mocking sandbox payments

v8.4.2202

16 Feb 14:43
e0e4be7
Compare
Choose a tag to compare

What's New (⚠️= breaking changes):

Changed
  • ⚠️Refunds Update: Add 'reference' as refund property