Skip to content

Releases: mollie/mollie-api-php

v3.0.0-beta.4

13 Mar 15:03
Compare
Choose a tag to compare
v3.0.0-beta.4 Pre-release
Pre-release

What's Changed

  • fix bool to string transformation when it's used as part of request query

Full Changelog: v3.0.0-beta.3...v3.0.0-beta.4

v3.0.0-beta.3

13 Mar 13:32
Compare
Choose a tag to compare
v3.0.0-beta.3 Pre-release
Pre-release

What's Changed?

  • fixed Metadata to string transformation

Full Changelog: v3.0.0-beta.2...v3.0.0-beta.3

v3.0.0-beta.2

11 Mar 09:57
29f22a7
Compare
Choose a tag to compare
v3.0.0-beta.2 Pre-release
Pre-release

What's Changed

Full Changelog: v3.0.0-beta.1...v3.0.0-beta.2

Catch up on the detailed V3 beta release notes here.

v2.79.0

11 Mar 09:52
ad078c1
Compare
Choose a tag to compare

What's Changed

  • Added MB Way and Multibanco to PaymentMethod type by @mweghorst in #770

New Contributors

Full Changelog: v2.78.0...v2.79.0

v3.0.0-beta.1

03 Mar 09:03
Compare
Choose a tag to compare

A lot of effort has gone into developing v3 of the Mollie PHP API client, focusing on modernizing the codebase, improving developer experience, and enhancing testing capabilities. All while keeping what we loved from v2.

While we don't expect significant signature changes, this is still a beta release, and we encourage feedback to refine and stabilize the final version. Your input is invaluable in making v3 the best release yet!

What's New in v3?

  • Fully Typed Requests: Introduces structured request objects for better IDE support and static analysis. Still supports array-based payloads for backward compatibility. Read more
  • Enhanced Testing Capabilities: Includes test mode configuration, API mocking, error simulations, and support for paginated collections and embedded resources. Read more
  • Improved Debugging: Provides detailed debugging with automatic redaction of sensitive data. Read more
  • Dedicated Exception Classes: Introduces specific exceptions for different error codes while maintaining compatibility with ApiException.
  • PSR-18 HTTP Client Compatibility: Supports any PSR-18 compatible HTTP client. Read more
  • Advanced Response Features: Adds resource hydration, access to raw responses, and custom resource wrappers for domain-specific transformations. Read more

Upgrading to v3

The full upgrade guide can be found here.

Install & Try It

composer require "mollie/mollie-api-php:^3.0.0-beta"

Feedback? Report issues on GitHub.

v2.78.0

13 Feb 12:28
2a8dcd2
Compare
Choose a tag to compare

What's Changed

  • feat: add missing partnerContractExpiresAt attribute by @Naoray in #765

Full Changelog: v2.77.0...v2.78.0

v2.77.0

11 Feb 23:53
48a356b
Compare
Choose a tag to compare

What's Changed

  • Feat/add release authorization endpoint by @Naoray in #763
  • Feature/add capabilities endpoint by @Naoray in #762

Full Changelog: v2.76.1...v2.77.0

v2.76.1

24 Jan 15:00
2a90a92
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.76.0...v2.76.1

v2.76.0

18 Dec 12:41
b6e9848
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.75.0...v2.76.0

v2.75.0

21 Nov 10:33
ac20528
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.74.1...v2.75.0