Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 3.53 KB

Release_notes_2.8.adoc

File metadata and controls

60 lines (39 loc) · 3.53 KB

Release notes v.2.8

Table of Contents

  • Update version of jackson-databind to 2.9.9

  • Bugfix: Wrong links in start authorisation response

  • Bugfix: Balances link is not present in Read Transaction List with Balances

  • Bugfix: Ignore multilevel flag for one-off Consent on Account List of Available Accounts when SCA is not needed

  • Bugfix: Changed the allowed length for some HTTP headers

  • Bugfix: Error on creating AIS consent with availableAccountsWithBalances attribute in the access property

  • Change String type of fields in Links to HrefType

  • Bugfix: Global consent applies on all PSD2 related account information requests

  • Bugfix: List of Available Accounts Consent should apply only on Account List

  • Bugfix: Fixed a typo in preceding

Update version of jackson-databind to 2.9.9

Fixed a Polymorphic Typing issue that was discovered in FasterXML jackson-databind 2.x before 2.9.9. Additional information about this issue

From now on, all authorisation responses will contain scaStatus link instead of self and status.

From now on, the endpoint for reading transaction list (POST /v1/accounts/{{account_id}}/transactions?withBalance=true) returns correct response with link balances.

When TPP sends Create AIS Consent request (POST /v1/consents) for one-off Consent on Account List of Available Accounts and for this request ASPSP returns SpiInitiateAisConsentResponse with multilevelScaRequired parameter set to true, if in ASPSP Profile parameter scaByOneTimeAvailableAccountsConsentRequired set to false, then multilevelScaRequired parameter will be ignored because SCA is not needed at all.

Bugfix: Changed the allowed length for some HTTP headers

From now on, while sending HTTP requests to the XS2A the maximum length of tpp-redirect-uri and tpp-nok-redirect-uri headers is extended to 255 symbols. Header authorization is not validated for length.

From now on, TPP is able to create AIS consent with availableAccountsWithBalances attribute in the access property. As a result, creation of AIS Consent with allAccountsWithBalances value in availableAccounts field is no longer allowed.

From now on, object de.adorsys.psd2.xs2a.domain.Links has new HrefType for all fields to simplify serialization to json.

From now on, if consent is global - it will imply a consent on all available accounts of the PSU on all PSD2 related account information services.

From now on, Consent on Account List of Available Accounts can get only a list of accounts (GET v1/accounts). Another information about account details, balances or transactions is not permitted and TPP in this case will receive 401 response code with CONSENT_INVALID message. Consent with availableAccounts attribute has access to accounts without balances and consent with availableAccountsWithBalances attribute has access to accounts with balances.

Bugfix: Fixed a typo in preceding

Fixed a typo in the word preceding for the whole project.