Skip to content

Releases: Adyen/adyen-java-api-library

Adyen Java API Library v25.1.0

18 Apr 09:16
d056a48
Compare
Choose a tag to compare

What's Changed

New Features 💎

Other Changes 🖇️

Full Changelog: v25.0.0...v25.1.0

Adyen Java API Library v25.0.0

04 Apr 10:47
0e4330f
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

New Features 💎

Other Changes 🖇️

  • Remove default values from lib by @jillingk in #1252
  • fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.17.0 by @renovate in #1245
  • chore(deps): update dependency com.squareup.okio:okio to v3.9.0 by @renovate in #1251
  • fix(deps): update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.17.0 by @renovate in #1246
  • fix(deps): update dependency io.swagger:swagger-annotations to v1.6.14 by @renovate in #1255
  • chore(deps): update adyen/release-automation-action action to v1.2.0 by @renovate in #1257
  • Update pojo.mustache by @jillingk in #1258
  • chore(deps): update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.1 by @renovate in #1247
  • chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.13.0 by @renovate in #1254
  • fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.21 by @renovate in #1256
  • chore(deps): update adyen/release-automation-action action to v1.3.0 by @renovate in #1260
  • chore(deps): update adyen/release-automation-action action to v1.3.1 by @renovate in #1262
  • Release v25.0.0 by @AdyenAutomationBot in #1263
  • fix release automation action by @wboereboom in #1268
  • chore(deps): update dependency org.jacoco:jacoco-maven-plugin to v0.8.12 by @renovate in #1269
  • chore(deps): update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.2 by @renovate in #1264
  • Revert "chore(release): bump to 25.0.0" by @jillingk in #1270
  • Release v25.0.0 by @AdyenAutomationBot in #1271

Full Changelog: v24.0.0...v25.0.0

Adyen Java API Library v24.0.0

07 Mar 12:26
13ff139
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

Fixes ⛑️

Other Changes 🖇️

New Contributors

Full Changelog: v23.0.2...v24.0.0

Adyen Java API Library v23.0.2

22 Feb 12:44
ecf5b03
Compare
Choose a tag to compare

What's Changed

Fixes ⛑️

Other Changes 🖇️

Full Changelog: v23.0.1...v23.0.2

Adyen Java API Library v23.0.1

08 Feb 13:34
63c4743
Compare
Choose a tag to compare

What's Changed

Other Changes 🖇️

Full Changelog: v23.0.0...v23.0.1

Adyen Java API Library v23.0.0

31 Jan 12:28
ca2656c
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

Donations has moved

The Checkout Donations endpoint, which was previously on the PaymentsApi, has been moved to its own service called DonationsApi.

Other Changes 🖇️

Full Changelog: v...v23.0.0

Adyen Java API Library v

30 Jan 13:06
6470c26
Compare
Choose a tag to compare
Pre-release

What's Changed

Breaking Changes 🛠

New Features 💎

Other Changes 🖇️

  • Jersey3 OpenAPI templates: add attribute description as comment by @gcatanese in #1190
  • Revert "Jersey3 OpenAPI templates: add attribute description as comment" by @jillingk in #1203
  • Use tags instead of vendorExtensions.x-groupName in constructor descriptions by @Aleffio in #1199
  • Update fields with javadoc description from open api specs by @AlexandrosMor in #1213
  • fix(deps): update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.16.1 by @renovate in #1216
  • add deserialization guide to readme by @wboereboom in #1218
  • fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.16.1 by @renovate in #1215
  • fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.20 by @renovate in #1211
  • chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.12.1 by @renovate in #1210
  • chore(deps): update dependency org.mockito:mockito-core to v5.8.0 by @renovate in #1192
  • fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to v5.3 by @renovate in #1184
  • chore(deps): update actions/setup-java action to v4 by @renovate in #1191
  • chore(deps): update github/codeql-action action to v3 by @renovate in #1205
  • chore(deps): update dependency com.squareup.okio:okio to v3.7.0 by @renovate in #1208
  • chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.6.3 by @renovate in #1193
  • Delete .github/workflows/models.yml by @wboereboom in #1228
  • Delete VERSION by @wboereboom in #1225

Full Changelog: v22.1.0...v

Adyen Java API Library v22.1.0

27 Nov 15:54
ec0c208
Compare
Choose a tag to compare

What's Changed

New Features 💎

Other Changes 🖇️

  • Single branch for release and development by @michaelpaul in #1176
  • fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.19 by @renovate in #1174
  • fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.16.0 by @renovate in #1180
  • fix(deps): update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.16.0 by @renovate in #1181
  • Test error handling for Classic AFP by @michaelpaul in #1178
  • Release v22.1.0 by @AdyenAutomationBot in #1179

Full Changelog: v22.0.0...v22.1.0

Adyen Java API Library v22.0.0

08 Nov 10:30
5fe92c1
Compare
Choose a tag to compare

Migration Guide

Showcasing the major changes during your upgrade from v21.0.0 -> v22.0.0.

New services

New API version

Refactorings

  • Replace apache.commons Base64 with jdk Base64

What's Changed

Breaking Changes 🛠

Other Changes 🖇️

Full Changelog: v21.6.0...v22.0.0

Adyen Java API Library v22.0.0-beta

23 Oct 15:04
b960881
Compare
Choose a tag to compare
Pre-release

What's Changed

Breaking Changes 🛠

Other Changes 🖇️

Full Changelog: v21.6.0...v22.0.0-beta