Releases: bitpay/java-bitpay-client
v10.2.0
v10.1.4
Overview
This patch version updates dependencies.
What's Changed
- Bump slf4j.version from 2.0.16 to 2.0.17 by @dependabot in #345
- Bump net.bytebuddy:byte-buddy from 1.17.2 to 1.17.4 by @dependabot in #346
- Bump jackson.version from 2.18.2 to 2.18.3 by @dependabot in #347
- Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.2 to 5.4.3 by @dependabot in #349
- Bump net.bytebuddy:byte-buddy from 1.17.4 to 1.17.5 by @dependabot in #350
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3 by @dependabot in #351
- Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13 by @dependabot in #352
- Bump jackson.version from 2.18.3 to 2.19.0 by @dependabot in #357
- Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.3 to 5.4.4 by @dependabot in #356
- Bump commons-io:commons-io from 2.18.0 to 2.19.0 by @dependabot in #354
- Bump org.junit.jupiter:junit-jupiter-engine from 5.12.1 to 5.12.2 by @dependabot in #353
- Prepare 10.1.4 by @bobbrodie in #359
Full Changelog: v10.1.3...v10.1.4
v10.1.3
Overview
This patch version updates dependencies and updates the handling for resending webhook requests.
What's Changed
- We now use resource token in webhook resend requests
- Updated org.apache.httpcomponents.core5:httpcore5 to 5.3.3
- Updated org.apache.httpcomponents.client5:httpclient5 to 5.4.2
- Updated org.junit.jupiter:junit-jupiter-engine to 5.12.0
- Updated net.bytebuddy:byte-buddy to 1.17.2
- Bumped SDK to 10.1.3
Full Changelog: v10.1.1...v10.1.2
v10.1.2
Overview
This patch version updates dependencies.
What's Changed
- Updated slf4j dependencies to 2.0.16
- Updated jackson dependencies to 2.18.2
- Updated org.apache.maven.plugins:maven-javadoc-plugin to 3.11.2
- Updated org.apache.maven.plugins:maven-gpg-plugin to 3.2.7
- Updated org.apache.maven.plugins:maven-surefire-plugin to 3.5.2
- Updated org.apache.maven.plugins:maven-checkstyle-plugin to 3.6.0
- Updated org.codehaus.mojo:exec-maven-plugin to 3.5.0
- Updated org.bitcoinj:bitcoinj-core to 0.16.3
- Updated org.apache.httpcomponents.core5:httpcore5 to 5.3.1
- Updated org.junit.jupiter:junit-jupiter-engine to 5.11.3
- Updated net.bytebuddy:byte-buddy to 1.15.10
- Updated commons-io:commons-io to 2.18.0
- Bumped SDK to 10.1.2.
Full Changelog: v10.1.1...v10.1.2
v10.1.1
Overview
This patch version updates dependencies.
What's Changed
- Update maven-javadoc-plugin to 3.10.1
- Update maven-surefire-plugin to 3.5.1
- Update org.apache.httpcomponents.client5:httpclient5 to 5.4.1
- Update org.apache.httpcomponents.core5:httpcore5 to 5.3
- Update org.junit.jupiter:junit-jupiter-engine to 5.11.2
- Specify output path for docs to match changes in javadoc
- Bump version to 10.1.1
Full Changelog: v10.1.0...v10.1.1
v10.1.0
Overview
This is a minor update that adds support for a new optional header called X-BitPay-Platform-Info
that will be used in BitPay plugins to show both the SDK version and plugin version.
What's Changed
- Add X-BitPay-Platform-Info header
- Bump version to 10.1.0
Full Changelog: v10.0.4...v10.1.0
v10.0.4
Overview
This is a patch release that contains:
- Dependency updates
- GitHub Action updates
- Javadoc cleanup
What's Changed
- Update maven-surefire-plugin to 3.3.0
- Bugfix: Change exec-maven-plugin to 3.3.0 (3.6.0 does not exist)
- Update httpcore5 to 5.2.5
- Update jackson-annotations to 2.17.2
- Update jackson-datatype-jsr310 to 2.17.2
- Update junit-jupiter-engine to 5.10.3
- Update byte-buddy to 1.14.18
- Update actions/checkout to v4
- Update actions/setup-java to v4
- Clean up warnings in Javadoc
- Bump version to 10.0.4
Full Changelog: v10.0.3...v10.0.4
v10.0.3
Overview
This is a patch release that updates dependencies.
What's Changed
- Update slf4j dependencies to 2.0.13
- Update jackson dependencies to 2.17.1
- Update org.apache.maven.plugins:maven-source-plugin to 3.3.1
- Update org.apache.maven.plugins:maven-javadoc-plugin to 3.7.0
- Update org.apache.maven.plugins:maven-gpg-plugin to 3.2.4
- Update org.jacoco:jacoco-maven-plugin to 0.8.12
- Update org.apache.maven.plugins:maven-checkstyle-plugin to 3.4.0
- Update org.codehaus.mojo:build-helper-maven-plugin to 3.6.0
- Update org.codehaus.mojo:exec-maven-plugin to 3.6.0
- Update org.apache.httpcomponents.client5:httpclient5 to 5.2.3
- Update org.apache.httpcomponents.core5:httpcore5 to 5.2.4
- Update net.bytebuddy:byte-buddy to 1.14.17
- Update commons-io:commons-io to 2.16.1
- Bump version to 10.0.3
Full Changelog: v10.0.2...v10.0.3
v10.0.2
Overview
This is a patch release that addresses a type issue with satoshisPerByte
where it was defined as an int
but is coming back from the API as a float
. We've also updated the examples to remove .value
on the facade as it's not necessary.
What's Changed
- Fix satoshisPerByte
Full Changelog: v10.0.1...v10.0.2
v10.0.1
Overview
This is a patch version that bumps version dependencies.
What's Changed
- Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.2.0
- Bump jackson.version from 2.16.1 to 2.17.0
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.3
- Bump com.fasterxml.jackson.core:jackson-annotations from 2.15.2 to 2.17.0
- Bump org.junit.jupiter:junit-jupiter-engine from 5.9.2 to 5.10.2
- Bump to version 10.0.1
Full Changelog: v10.0.0...v10.0.1