Skip to content

2.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Feb 04:19
· 22 commits to master since this release
2.4.0
c343245

Added

  • Add support for camt.054.001.08

    V08 introduces substructure for related parties (Party40Choice in the
    spec). They can now be either a private party (like before) or a
    financial institution (new).

    Because our existing model is too simple, we will read the new financial
    institution name and postal address into a RelatedPartyTypeInterface,
    but we will not read anything else, and we will not be able to know if
    it is a private party or a financial institution.

    Similarly, an Entry status code now support proprietary code. It will
    be read, but we will not be able to know if it is a standard one (eg:
    "BOOK"), or a proprietary one.

  • Add support for UUID for end-to-end reference of a payment transaction

Changed

  • Use typed properties
  • Run tests also on PHP 8.2
  • Drop support for PHP 7.4, because it is EOL