Releases: Adyen/adyen-commercetools
v11.5.1
v11.5.0
New features
- Create session/make payment requests are expanded with data from the CommerceTools cart
- Project dependencies are updated
v11.4.2
v11.4.1
v11.4.0
v11.3.0
New features
- Upgraded Adyen checkout API to version 71. The extension and notification modules are now compatible with WebComponents version 5.53.2
- Usage of
legacyApiBaseUrl
configuration parameter is removed. The extension module is not using legacy API routes anymore. - Project dependencies are updated
v11.2.0
New features
- Support for advanced checkout flow is introduced. Advanced flow allows upgrading Adyen web components on the storefront by keeping the existing checkout logic.
- Project dependencies are updated and the node version is bumped to
>=18
- Deprecated API endpoints usage for capture, refund, and cancel is replaced with active ones
v11.1.1
Bug Fix
After we added new feature in integration to support Commercetools Connect, we found that the integration cannot be built in Connect due to missing adyen configuration in environment variable in Connect platform and vulnerable dependencies used.
For this reason, we added following patches in this version :
- Changed the npm command
npm run test
to execute unit test only for Commercetools Connect. Meanwhile the normal CI/CD pipeline executesnpm run test-ci
to perform unit test, integration test and e2e test - Move c8 libraries to
devDependencies
inpackage.json
v11.1.0
New feature
- Support Commercetools Connect
For application developers aiming to create integrated e-commerce solutions, and clients seeking to expand the functionality of their Composable Commerce Project, commercetools Connect offers a streamlined approach for creating and deploying integrations.
https://docs.commercetools.com/connect/
v11.0.0
Breaking change ⚠️
-
Adyen extension module is now supporting Adyen Web Component v5. In the new version, we allow users to input
createSessionRequest
custom field in Commercetools payment payload to create payment session for newly-introduced Adyen endpoint/sessions
.
Documentation for session endpoint
Documentation for new checkout flow for Adyen Web Component v5 -
Since new checkout flow has been introduced, this integration is no longer supporting existing payment custom fields
makePaymentRequest
andsubmitAdditionalPaymentDetailsRequest
. For details, please refer to our latest integration guide. -
We would base on web component v5 for upcoming changes. For users who are using web component v4 and need bug fix(es) or enhancement(s), we would suggest to adapt Adyen web component v5 in your merchant webpage.