This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
Releases: adorsys/psd2-accelerator
Releases · adorsys/psd2-accelerator
PSD2 Accelerator 1.9.0
Release notes
- Fixed bug during payment initiation request
PSD2 Accelerator 1.8.0
Release notes
- Migrated xs2a to 4.2.1
PSD2 Accelerator 1.7.0
- Migrated xs2a to 2.6
PSD2 Accelerator 1.6.0
Release notes
Changes and New Features
- Migrated xs2a to 2.5.2
- Fixed bug creating any consent without currency
- Added support of global consent
PSD2 Accelerator 1.5.0
Release notes
Changes and New Features
- Update XS2A Impl-Version to 2.3
- Add field "Common name" to the certificate
PSD2 Accelerator 1.4.0
Release Notes
Changes and New Features
- Update XS2A Impl-Version to 2.1.1
- USD Accounts can now be deactivated via property
- Transactions can now be filtered with
bookingStatus
- Perform SCA Redirect URL only once, when it has already changed to a finalized status
- Translate menu items of navigation bar in UI to chosen language
- Do not create log files when executing tests
- Forbid SCA authentication with PSU-IDs which do not belong to the requested IBANs in a consent
- The correct currency gets now checked
Known Bugs
- Get balances or transactions works only after reading the account list
- SCA-Status EXEMPTED is not yet a finalised status
- A consent without permission for balances doesn't return an error
PSD2 Accelerator 1.3.0 for Redirect SCA
Release Notes
Changes and New Features
- Update XS2A Impl-Version to 2.0.3
- See: https://github.com/adorsys/xs2a/releases/tag/2.0.1
- See: https://github.com/adorsys/xs2a/releases/tag/2.0.3
- Expired QWAC-Certificates are rejected
- If the allowed frequency per day is reached ACCESS_EXCEEDED is returned
- Executing get accounts request will no longer incorrectly provide access to balances and transactions in AIS consent
- Wrong/unknown payment service in the URL now returns "404 - Resource Unknown"
- Frequency per day in AIS consent is validated correctly and can only contain positive values
- TPP-Redirect-Uri in header is now mandatory
- Access denied to AIS consent now returns "CONSENT_INVALID"
- Start and end date in periodic payments and future-dated payments are now validated
- Support
dateTo
,dateFrom
andwithBalance
for transactions endpoint - Add prometheus endpoint for monitoring (see deployment documentation)
- Document custom logging options
Known Bugs
- Get balances or transactions works only after reading the account list
- Get authorisations returns 404 if any authorisation has the status
finalised
PSD2 Accelerator 1.2.0 for Redirect SCA
Release Notes
Changes and New Features
- Update XS2A Impl-Version to 2.0
- Make UI configurable (logo, contact e-mail address, contents of developer portal can be overwritten, certificate page is optional), update documentation
- Add language switch button to UI
- Update response of payment initiation
- Document supported XS2A features
Known Bugs
- No date validation for future-dated- and periodic-payments
- Creation of a consent works with values <= 0 for
frequencyPerDay
- Tpp-Redirect-Uri is not mandatory for payment initiation and consent creation
- No iban validation for payment initiation
- No validation for expired QWAC
- Access is not prohibited after maximum number of accesses exceeds the frequency per day of the consent
- Unknown payment service in GET requests results into wrong response
- List of accessible balances and transactions of dedicated AIS consents are updated when the get accounts request is executed
- No appropriate error message is returned when the access to balances or transactions is not allowed due to no appropriate consent
PSD2 Accelerator 1.1.0 for Redirect SCA
Release Notes
Changes and New Features
- Implement the bank offered consent
- Import transactions via csv file
- Document the import of transaction data
- Update XS2A Impl-Version to 1.17
- Make payment executions dependent on the available balance of an account
- Show error page when external id within the sca redirect link could not be found
- Change creditor ibans to bank code 76036568
- Add german translation of the documentation with switch between english and german version in the developer portal
Known Bugs
- Payments can be authorised performing EMBEDDED SCA workflow even though REDIRECT is configured in
bank_profile.yml
- No date validation for future-dated- and periodic-payments
- Creation of a consent works with values <= 0 for
frequencyPerDay
- Tpp-Redirect-Uri is not mandatory for payment initiation and consent creation
- No iban validation for payment initiation
- No validation for expired QWAC
- Access is not prohibited after maximum number of accesses exceeds the frequency per day of the consent
- Unknown payment service in GET requests results into wrong response
- List of accessible balances and transactions of dedicated AIS consents are updated when the get accounts request is executed
- No appropriate error message is returned when the access to balances or transactions is not allowed due to no appropriate consent
- Start authorisation for the cancellation of addressed periodic payments returns an error
PSD2 Accelerator 1.0 for Redirect SCA
Release Notes
Changes and New Features
- Update XS2A Impl-Version to 1.16.1
- Implement redirect approach with SCA, display status from repo on redirect page
- Add more PSU test data
- Define and implement test cases for errorful behaviour: PSU-InternalLimit, PSU-Pending, PSU-ConsentExpired, PSU-Blocked
- Add FAQs
- Convert HTML content (developer-portal, certificate-service, FAQs) to Markdown
- Implement remaining AIS endpoints and payment cancellation
- Make test data configurable
- Get IBANs for test data from properties file
- Define default IBANs with bank code 76036568
- Document configuration of test data (see: https://adorsys.github.io/psd2-accelerator/#_configuration)
- Document supported test cases (see: https://sandbox-portal.dev.adorsys.de/app/developer-portal)
- Fix internal server error due to unknown debtor IBAN
- Add support for nokRedirectUri
- Clean up and document actuator endpoints
Known Bugs
- Payment cancellation for explicit authorisation does not work
- Payment cancellation for implicit authorisation does not return scaRedirect link
- Use
$API_HOST/online-banking/cancel/pis/$EXTERNAL_ID?psu-id=$PSU_ID
- Use
- Payments can be authorised performing EMBEDDED SCA workflow even though REDIRECT is configured in
bank_profile.yml
(#626) - Accessing AIS endpoints does not use the quota (frequencyPerDay) if recuringIndicator is
true
- No date validation for future-dated- and periodic-payments
- Creation of a consent works with values <= 0 for
frequencyPerDay
- XS2A responds with both
links
and_links
- Tpp-Redirect-Uri is not mandatory for payment initiation and consent creation
Not Included Yet
- Implement bank-offered-consent
- Read transactions from CSV file