Skip to content

v8.6.0

Compare
Choose a tag to compare
@bobbrodie bobbrodie released this 18 Nov 02:29
· 167 commits to master since this release
c55b687

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