Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 798 Bytes

Release_notes_13.1.adoc

File metadata and controls

17 lines (10 loc) · 798 Bytes

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.