Skip to content

Releases: mollie/mollie-api-python

Release v2.10.0

20 Sep 14:28
Compare
Choose a tag to compare

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

01 Jul 09:29
Compare
Choose a tag to compare

Summary:

  • Improved release workflow (no library changes)

Release v2.9.0

01 Jul 09:22
Compare
Choose a tag to compare

Summary:

  • Added support for the Payment Links API (requested by @adrijanb)

Release v2.8.0

29 Jun 13:09
Compare
Choose a tag to compare

Summary:

  • Allow access to (embedded) order payments through the Order.payments property
  • Major cleanup in internal string formatting syntax

Release v2.7.0

15 Jun 07:37
Compare
Choose a tag to compare

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

28 May 07:57
Compare
Choose a tag to compare

Summary:

  • Change default timeout for HTTP requests to the API

Release v2.5.3

07 Apr 10:01
Compare
Choose a tag to compare

Summary:

  • Fixed incorrect API endpoint for customer subscription payments, reported by @wandura (#190)

Release v2.5.2

24 Dec 11:01
Compare
Choose a tag to compare

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

07 Dec 13:16
Compare
Choose a tag to compare

Summary:

  • Add urllib3 as an explicit dependency, reported by @jacopsd in #186

Release 2.5.0

18 Nov 09:41
Compare
Choose a tag to compare

Summary:

  • Add retry functionality as requested by Mollie in #178
  • Default timeout was lowered to 2 seconds
  • Some changes to the test setup