-
Fixed bug with broken pipe during read account list request
-
Refactored
ConsentEntity
child entities and their relations -AspspAccountAccess
andTppAccountAccess
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.