Releases: adorsys/xs2a
XS2A Release 13.4
Release notes v. 13.4
New version XS2A is released on 20.12.2021
Released artifacts can be used via Maven dependencies, i.e.
<dependency>
<groupId>de.adorsys.psd2</groupId>
<artifactId>xs2a-impl</artifactId>
<version>13.4</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.4
Table of Contents
- Roadmap updated
Roadmap updated
Roadmap.adoc was updated.
XS2A Release 12.4
Release notes v. 12.4
New version XS2A is released on 20.12.2021
Released artifacts can be used via Maven dependencies, i.e.
<dependency>
<groupId>de.adorsys.psd2</groupId>
<artifactId>xs2a-impl</artifactId>
<version>12.4</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.12.4
Table of Contents
- Roadmap updated
Roadmap updated
Roadmap.adoc was updated.
XS2A Release 13.3
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.
XS2A Release 12.3
Release notes v. 12.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>12.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.12.3
Table of Contents
-
Clarification is added to license model
-
Roadmap updated
Clarification is added to license model
License related information was updated in README.md file.
Roadmap updated
Roadmap.adoc was updated.
XS2A Release 13.2
Release notes v. 13.2
New version XS2A is released on 17.11.2021
Released artifacts can be used via Maven dependencies, i.e.
<dependency>
<groupId>de.adorsys.psd2</groupId>
<artifactId>xs2a-impl</artifactId>
<version>13.2</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.2
Table of Contents
- XS2A migrated onto BG 1.3.11 .yaml file version
- Documentation updated
XS2A migrated onto BG 1.3.11 .yaml file version
From now on, XS2A uses models and API's according to the last BG 1.3.11 .yaml file version.
Documentation updated
Updated info and UML flows for PIS and payment cancellation, changes to roadmap and readme files.
XS2A Release 12.2
Release notes v. 12.2
New version XS2A is released on 17.11.2021
Released artifacts can be used via Maven dependencies, i.e.
<dependency>
<groupId>de.adorsys.psd2</groupId>
<artifactId>xs2a-impl</artifactId>
<version>12.2</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.12.2
Table of Contents
- Documentation updated
Documentation updated
Updated info and UML flows for PIS and payment cancellation, changes to roadmap and readme files.
XS2A Hotfix 7.6.15
Release notes v. 7.6.15
New version XS2A 7.6.15 is released on 04.11.2021
Main point of new Release:
- Fixed error with PSU-Accept-Language header parsing
Released artifacts can be used via Maven dependencies, i.e.
<dependency>
<groupId>de.adorsys.psd2</groupId>
<artifactId>xs2a-impl</artifactId>
<version>7.6.15</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.
XS2A Release 13.1
Release notes v. 13.1
New version XS2A is released on 03.11.2021
Released artifacts can be used via Maven dependencies, i.e.
<dependency>
<groupId>de.adorsys.psd2</groupId>
<artifactId>xs2a-impl</artifactId>
<version>13.1</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.1
Table of Contents
- Fixed bug with broken pipe during read account list request
- Refactored
ConsentEntity
child entities and their relations -AspspAccountAccess
andTppAccountAccess
Fixed bug with broken pipe during read account list request
Fixed bug with Broken pipe
exception in CMS during multithreading read account list request on PostgreSQL DB.
Refactored ConsentEntity child entities and their relations - AspspAccountAccess and TppAccountAccess
Embedded relations were replaced by simple OneToMany mapping. This resulted in performance increasing during
getAccountList
request. According changes were also implemented in DB structure. Additional required changes were made
for PIIS V1 consents flow. Postman tests were fixed and updated.
XS2A Release 12.1
Release notes v. 12.1
New version XS2A is released on 03.11.2021
Released artifacts can be used via Maven dependencies, i.e.
<dependency>
<groupId>de.adorsys.psd2</groupId>
<artifactId>xs2a-impl</artifactId>
<version>12.1</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.12.1
Table of Contents
-
Fixed bug with broken pipe during read account list request
-
Refactored
ConsentEntity
child entities and their relations -AspspAccountAccess
andTppAccountAccess
-
Removed Trusted Beneficiaries endpoint and models from main BG .yaml file
-
Fixed minor bugs with non correct BG .yaml file implementation
Fixed bug with broken pipe during read account list request
Fixed bug with Broken pipe
exception in CMS during multithreading read account list request on PostgreSQL DB.
Refactored ConsentEntity child entities and their relations - AspspAccountAccess and TppAccountAccess
Embedded relations were replaced by simple OneToMany mapping. This resulted in performance increasing during
getAccountList
request. According changes were also implemented in DB structure. Additional required changes were made
for PIIS V1 consents flow. Postman tests were fixed and updated.
Removed Trusted Beneficiaries endpoint and models from main BG .yaml file
Trusted Beneficiaries specific models and endpoint were removed from main BG .yaml file, separate .yaml for
trusted beneficiaries
endpoint was added into project.
Fixed minor bugs with non correct BG .yaml file implementation
Added correct implementation of BG .yaml file v. 1.3.9 with errata models, mappers refactored according to changes,
postman tests updated
XS2A Hotfix 7.6.14
Release notes v. 7.6.14
New version XS2A 7.6.14 is released on 06.10.2021
Main point of new Release:
- Fixed possible errors in Consent checksum calculation
Released artifacts can be used via Maven dependencies, i.e.
<dependency>
<groupId>de.adorsys.psd2</groupId>
<artifactId>xs2a-impl</artifactId>
<version>7.6.14</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.