Skip to content

XS2A Release 13.3

Compare
Choose a tag to compare
@HryhoriiHevorkian HryhoriiHevorkian released this 06 Dec 15:47
· 37 commits to develop since this release

Release notes v. 13.3

New version XS2A is released on 06.12.2021

Released artifacts can be used via Maven dependencies, i.e.

<dependency>
    <groupId>de.adorsys.psd2</groupId>
    <artifactId>xs2a-impl</artifactId>
    <version>13.3</version>
</dependency>

or Docker images published on Docker Hub: https://hub.docker.com/u/adorsys/

Please take a look also on our Roadmap to get updated about upcoming versions.

Release notes v.13.3

Table of Contents

  • Added CardAccount to CashAccountType and SpiAccountType
  • Implemented validation for the field monthsOfExecution for Periodic payments
  • Clarification is added to license model
  • Roadmap updated

Added CardAccount to CashAccountType and SpiAccountType

From now on, new value CARD is added to enums CashAccountType and SpiAccountType.

Implemented validation for the field monthsOfExecution for Periodic payments

From now on validation for the field monthsOfExecution is being performed in case of frequency = MonthlyVariable
for periodic payments initiation.

Clarification is added to license model

License related information was updated in README.md file.

Roadmap updated

Roadmap.adoc was updated.