Releases: commercetools/connect-payment-integration-adyen
v5.3.0
What's Changed
- chore(deps): bump the dependencies group in /processor with 7 updates by @dependabot in #251
- chore(deps): bump the dependencies group in /enabler with 3 updates by @dependabot in #253
- feat(payments): added support to send to the future order number by @dasanorct in #254
- chore(deps): bump @adyen/api-library from 20.0.0 to 21.0.0 in /processor by @dependabot in #252
- chore(deps): bump cookie, light-my-request and @bundled-es-modules/cookie in /processor by @dependabot in #255
- ci: certification pipeline trigger by @ddeliziact in #256
- Bump version by @github-actions in #257
Full Changelog: v5.2.1...v5.3.0
v5.2.1
v5.2.0
What's Changed
- ci: bump.yaml fix typo by @ddeliziact in #237
- chore(deps): bump the dependencies group in /processor with 5 updates by @dependabot in #238
- chore(deps): bump the dependencies group in /enabler with 5 updates by @dependabot in #239
- chore(deps-dev): bump the dependencies group in /enabler with 3 updates by @dependabot in #240
- chore(deps): bump the dependencies group in /processor with 8 updates by @dependabot in #241
- feat(notifications): accept payment not found notifications by @dasanorct in #243
- Bump version by @github-actions in #244
Full Changelog: v5.1.0...v5.2.0
v5.1.0
What's Changed
- chore(deps): bump find-my-way from 8.1.0 to 8.2.2 in /processor by @dependabot in #214
- chore(fastify): upgrade packages by @johnsonogwuru in #226
- chore(deps): bump the dependencies group in /enabler with 3 updates by @dependabot in #216
- chore(deps): bump the dependencies group in /processor with 8 updates by @dependabot in #215
- fix(dropin): fixed dropin initialization to load payment methods explicitly by @dasanorct in #227
- chore(deps): bump rollup from 4.21.0 to 4.22.4 in /enabler by @dependabot in #228
- fix(payments): fixed issue for the payment intents API by @dasanorct in #229
- feat(billie): populate Billie specific info when processing the payment by @dasanorct in #230
- feat(payments): added a userAction param to the payment return url by @dasanorct in #231
- fix(paypal): fixed paypal button width for drop-in by @dasanorct in #233
- chore(deps): bump the dependencies group in /processor with 6 updates by @dependabot in #234
- ci: bump workflow by @ddeliziact in #235
- Bump version by @github-actions in #236
New Contributors
- @github-actions made their first contribution in #236
Full Changelog: v5.0.0...v5.1.0
v5.0.0
What's Changed
- chore(deps-dev): bump the dependencies group in /processor with 4 updates by @dependabot in #166
- chore(deps-dev): bump the dependencies group in /enabler with 2 updates by @dependabot in #168
- chore(deps): bump @adyen/api-library from 17.3.0 to 18.0.0 in /processor by @dependabot in #167
- feat(payment): add
EPS
payment method support by @joey-koster-ct in #156 - fix(eps): add
eps
config for pay button and validations by @joey-koster-ct in #169 - feat(payments): added support to TWINT and Bancontact cards by @dasanorct in #170
- chore(deps-dev): bump the dependencies group in /processor with 6 updates by @dependabot in #171
- chore(deps-dev): bump the dependencies group in /enabler with 3 updates by @dependabot in #172
- chore(deps-dev): bump @types/node from 20.14.11 to 22.0.0 in /enabler by @dependabot in #175
- chore(deps-dev): bump the dependencies group in /enabler with 2 updates by @dependabot in #174
- chore(deps-dev): bump @types/node from 20.14.11 to 22.0.0 in /processor by @dependabot in #178
- chore(deps): bump the dependencies group in /processor with 7 updates by @dependabot in #177
- feat(adyen): add sepa direct debit support by @johnsonogwuru in #179
- chore(package-manager): removed yarn lock by @dasanorct in #180
- feat(enabler/processor): add Bancontact Mobile support by @joey-koster-ct in #181
- feat(payments): manage pending responses by @dasanorct in #182
- chore(all): release 4.3.0 by @leungkinghin-ct in #183
- chore(deps-dev): bump the dependencies group in /enabler with 2 updates by @dependabot in #184
- chore(deps): bump the dependencies group in /processor with 5 updates by @dependabot in #187
- chore(deps-dev): bump @typescript-eslint/parser from 7.17.0 to 7.18.0 in /processor by @dependabot in #189
- feat(payment): support klarna b2b (billie) by @johnsonogwuru in #186
- chore(deps-dev): bump the dependencies group in /enabler with 2 updates by @dependabot in #193
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.17.0 to 8.0.1 in /processor by @dependabot in #192
- chore(deps-dev): bump the dependencies group across 1 directory with 3 updates by @dependabot in #200
- chore(deps): bump the dependencies group across 1 directory with 7 updates by @dependabot in #199
- chore(deps-dev): bump @types/node from 22.5.0 to 22.5.2 in /enabler in the dependencies group by @dependabot in #201
- feat(payments): added drop-in support by @dasanorct in #205
- chore(deps): bump the dependencies group across 1 directory with 9 updates by @dependabot in #206
- chore(deps): bump the dependencies group in /enabler with 4 updates by @dependabot in #207
- chore(deps-dev): bump the dependencies group in /enabler with 3 updates by @dependabot in #208
- chore(deps-dev): bump eslint from 8.57.0 to 9.9.1 in /processor by @dependabot in #204
- chore(deps): bump the dependencies group across 1 directory with 10 updates by @dependabot in #211
- chore(deps-dev): bump vite from 5.4.5 to 5.4.6 in /enabler by @dependabot in #212
- chore(deps): bump @adyen/api-library from 18.1.0 to 19.2.0 in /processor by @dependabot in #210
- Release v5.0.0 by @juanjcamposct in #213
Full Changelog: v4.2.0...v5.0.0
v4.3.0
feat(payments): manage pending responses #182
feat(enabler/processor): add Bancontact Mobile support #181
chore(package-manager): removed yarn lock #180
feat(adyen): add sepa direct debit support #179
feat(payments): added support to TWINT and Bancontact cards #170
fix(eps): add eps config for pay button and validations #169
v4.2.0
chore(processor): improve error message of status handlers #164
fix(payments): fixed Klarna names #163
fix(processor): the health check status endpoint now returns the message attribute #162
feat(klarna): changed klarna payment method codes to map to better codes #158
Revert "chore(klarna): disable klarna for certification" #153
chore: Update connect.yaml #150
feat(payments): added support for payment methods that do not accept separate captures #148
v4.1.0
chore(klarna): disable klarna for certification #145
feat(processor): send line items to Adyen for capture payments if payment-method requires it #142
chore(connector): update README.md for CT client scopes #141
chore(connector): Inform users on scopes and correct urls #140
chore(connector): Inform users on scopes and correct urls #139
fix(klarna): force show pay button #136
feat(klarna): remove the componentHasSubmit for all Klarna options #135
feat(adyen): expose isAvailable #132
feat(klarna): add klarna support via Adyen (Pay Now, Pay Later and Pay Over Time) #129
fix(processor): applepay certificate stored as base64 #128
Support terms and conditions error on paypal and googlepay methods #127
feat(payment): Enable support for Google Pay #119