All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to
Semantic Versioning.
0.4.1 - 2024-03-18
- HTTP error code 429 is not handled properly (#29).
0.4.0 - 2024-02-28
- New option for getting payment by ID:
embed
(#26). - New API: payment refunds (#20).
- New API: payment chargebacks (#27).
0.3.6 - 2023-11-16
- Spec error on get mandates API call (#24).
0.3.5 - 2023-11-15
- Spec error on get mandates API call (#22).
0.3.4 - 2023-07-26
- Unable to update subscription amount value (#18).
0.3.3 - 2023-07-25
- Value
card-expiry-date
doesn't conform to spec for mandates (#16).
0.3.2 - 2023-07-14
- Response code 400 from Mollie API is not handled (#13).
0.3.1 - 2023-07-13
- Unable to produce JSON with
java.time.LocalDate
(#11).
0.3.0 - 2023-07-12
- New client option:
throw-exceptions?
(#9).
- Client option
:check-response
is renamed to :check-response?
(#9).
0.2.0 - 2022-06-07
- Spec error during fetching all entities with pagination (#7).
- Response format for mandates and payments. Nested
details
map was
brought to the top level with different namespace.
0.1.4 - 2023-06-05
- README and documentation strings (#3).
- Include spec to the classpath (#5).
0.1.3 - 2023-06-29
- Customers management (#1).
- Payments management (#1).
- Mandates management (#1).
- Subscriptions management (#1).