Skip to content

XS2A Release 13.1

Compare
Choose a tag to compare
@HryhoriiHevorkian HryhoriiHevorkian released this 03 Nov 11:45
· 61 commits to develop since this release

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 and TppAccountAccess

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.