Skip to content

Releases: mollie/mollie-api-python

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

Release 2.4.1

28 Sep 09:03
Compare
Choose a tag to compare

Summary:

  • Add missing metadata properties as reported by @kevinvalk in #172
  • Add deprecation warning for Settlement invoiceId
  • Configure test runs for python 3.9 and pypy 3

Release 2.4.0

07 Jul 07:35
Compare
Choose a tag to compare

Summary:

  • Support for payment method mealvoucher.
  • Support for retrieving dashboard url from Organization
  • Added invoiceId for each monthly period in Settlements test response
  • Fix typo in script name in examples
  • Fix currency is displayed twice in examples, display value instead

Release 2.3.1

07 Feb 10:01
Compare
Choose a tag to compare

Summary:

  • Fixed a minor issue in error handling while perform requests to the Mollie API (#153).

Release 2.3.0

23 Dec 13:43
282e961
Compare
Choose a tag to compare

Summary:

  • Support for Python 2.7 is removed. Python 2.7 will be EOL on 2020-01-01.
  • Support for specifying an API key through the constructor (client = Client(api_key=...) is removed. Use client.set_api_key() or client.set_access_token() instead.
  • Support for Method.pricing is added.

Release 1.4.5

02 Dec 15:02
Compare
Choose a tag to compare

Summary:

  • Use certifi package (https://pypi.org/project/certifi/), replacing the included cacert.pem bundle to verify the SSL certificates of the API we're talking to.
  • Removed python2.7 from tested versions, it will be EOL shortly. Note that we didn't actually change any code for this, we just stopped testing for python 2.7 compatibility. Since no new features will be added to this version of the client, there's a fair change that python2.7 will still be a usable platform for this client in the longer term.
  • Added python3.8 to tested versions.

Note: this is the client for the legacy V1 API.