Skip to content

Releases: CurrencyCloud/currencycloud-java

currencycloud-java-7.1.1

03 Nov 14:57

Choose a tag to compare

  • Deprecates JDK8 support
  • Bumps maven-compiler-plugin from 3.14.0 -> 3.14.1
  • Bumps maven-javadoc-plugin from 3.11.2 -> 3.12.0
  • Bumps org.sonatype.central:central-publishing-maven-plugin from 0.8.0 -> 0.9.0
  • Bumps jackson-core, jackson-dataformat-yaml & jackson-annotations from 2.19.1 -> 2.20.0
  • Bumps bytebuddy from 1.17.6 -> 1.17.8
  • Bumps snakeyaml from 2.4 -> 2.5

currencycloud-java-7.1.0

21 Oct 10:29

Choose a tag to compare

  • Adds POST payments/{id}/notifications/retry

currencycloud-java-7.0.0

01 Oct 13:38

Choose a tag to compare

  • Removes GET payments/{id}/submission

currencycloud-java-6.2.0

29 Jul 13:53

Choose a tag to compare

  • Adds optional x-sca-to-authenticated-user header to /payments/validate

currencycloud-java-6.1.0

07 Jul 09:56

Choose a tag to compare

  • Adds SCA support for payments
  • Bumps maven-compiler-plugin from 3.8.0 -> 3.14.0
  • Bumps jackson-core, jackson-dataformat-yaml & jackson-annotations from 2.13.1 -> 2.19.1
  • Bumps rescu from 2.0.2 -> 2.1.0
  • Bumps bytebuddy from 1.15.10 -> 1.17.6

currencycloud-java-6.0.0

28 May 22:38

Choose a tag to compare

  • Adds GET payments/{id}/submission_info
  • Enforces required parameters in reference/benficiary_required_details
  • Removes reason filter from transactions/find
  • Updates date format of start_date on reference/conversion_dates

currencycloud-java-5.12.0

28 Feb 15:13

Choose a tag to compare

  • Deprecates 'reason' query parameter in transactions/find

currencycloud-java-5.11.0

03 Feb 17:57

Choose a tag to compare

  • Replaces cglib with ByteBuddy
  • Adds support for Java version 17, 21 & 23

currencycloud-java-5.10.0

06 Dec 11:54

Choose a tag to compare

  • Adds POST terms_and_conditions/accept

Release 5.9.1

02 Dec 16:24

Choose a tag to compare

  • Resolves issue with endSession endpoint where user-agent and auth-token were in the wrong order.