Releases: Adyen/adyen-python-api-library
Releases · Adyen/adyen-python-api-library
Adyen Python API Library v7.0.0
What's Changed
- Renaming master branch to main in README.md by @acampos1916 in #157
- [PW-6690] - Implement Checkout API v69 by @candemiralp in #161
- Update CODEOWNERS file by @candemiralp in #162
- Update README.MD file by @candemiralp in #163
New Contributors
- @acampos1916 made their first contribution in #157
- @candemiralp made their first contribution in #161
Full Changelog: 6.0.0...7.0.0
Adyen Python API Library v6.0.0
Adyen Python API Library v5.1.0
Adyen Python API Library v5.0.0
Adyen Python API Library v4.0.0
Important note
This release will break some old implementation because of the new features of the new API version (v64) listed below. Therefore we are releasing this update as new major version.
- Returns an error if unsupported fields (fields that are currently not in our API specifications) are provided in the payment request.
- Pending is now the response type instead of PresentToShopper for both bcmc_mobile_QR and wechatpayQR
- Added the configuration object to the /paymentMethods response for the API. Example can be found here: https://docs.adyen.com/api-explorer/#/CheckoutService/v64/post/paymentMethods__example_paymentMethods-basic (Click run to get the example response)
- Now returns an error when sanitising invalid origin keys in the /payments flow.
- Now returns an error when the length of the origin in the /payments request exceeds 80 characters.
#126 Add applicationInfo only to services that support it
Adyen Python API Library 3.1.0
Adyen Python API Library 3.0.0
Adyen Python API Library 2.3.0
Adyen Python API Library 2.2.0
#94 [PW-1184] Add codeowers file for GitHub, remove validation and fixing failed te…
#91 [PW-1701] Added the xapikey in http client request for call api
#89 Fix coverage command
#88 App name can be empty
#87 Xapi key for recurring
#84 [PW-1636] Fix travis build and hmac tests
#80 Install wheel needed for pycurl
#79 [PW-1595] Add HMAC validation on all libraries. Add method to validate hmac
#78 Mutable types used as defaults