Releases: mollie/mollie-api-python
Releases · mollie/mollie-api-python
Release v2.10.0
Summary:
- Added support for new payment method "Klarna pay now"
- Removed support for payment method ING Home'pay, which was deprecated in Feb 2021
- Added support for Sequence behaviour in List result sets: you can now do:
customers = client.customers.list(); first, last = customers[0], customers[-1]
Release v2.9.1
Summary:
- Improved release workflow (no library changes)
Release v2.9.0
Summary:
- Added support for the Payment Links API (requested by @adrijanb)
Release v2.8.0
Summary:
- Allow access to (embedded) order payments through the
Order.payments
property - Major cleanup in internal string formatting syntax
Release v2.7.0
Summary:
- The retry policy that was implemented and could be optionally enabled, is now enabled by default.
- Support is added for enabling/disabling gift cards and vouchers.
- Applied
black
formatting to the codebase.
Release v2.6.0
Summary:
- Change default timeout for HTTP requests to the API
Release v2.5.3
Release v2.5.2
Summary:
- Migrated the CI setup from Travis-CI to Github Actions (#187)
Note: no actual code changes. Feel free to ignore this release!
Release 2.5.1
Release 2.5.0
Summary:
- Add retry functionality as requested by Mollie in #178
- Default timeout was lowered to 2 seconds
- Some changes to the test setup