Skip to content

Releases: OpenBankingToolkit/openbanking-aspsp

Release 1.7.3

25 Feb 11:58
245a578
Compare
Choose a tag to compare

Release in prep for the Q1 2022 deployment

CustomerInfo
Manual Registration fix

Release 1.7.2

24 Feb 17:28
0126f5d
Compare
Choose a tag to compare

Contains a fix for Manual Client Registration.

We expect the TPP's browser to be configured to use an OBWac to connect to the register endpoint. The OBWac and SSA used in the UI must belong to the same Open Banking Directory organisation.

#483

Release 1.7.1

04 Feb 12:16
0872433
Compare
Choose a tag to compare

Fixes the /user/data api issues;
This api now supports true MATLS in that you must provide a Bearer access token when using the /data/user apis.
The user is identified from the obri-session cookie in the request, while the Bearer Access Token is used to ensure that the TPP making the request is onboarded. The access_token must have been issued to an OpenID client that belongs to the same organisation as the MATLS OBWac certificate used to create the TLS connection over with the request is sent.
The apis now create/delete Customer Info etc.
So, this completes ForgeCloud/ob-deploy#815
And contains the full fix for ForgeCloud/ob-deploy#831

Release 1.7.0

24 Jan 09:38
Compare
Choose a tag to compare

Description

Feature and fixes

Transitive Feature and fixes

  • N/A
Component releases table
Component Current releases
Starter parent GitHub release (latest by date)
Common GitHub release
Clients GitHub release
jwkms GitHub release
auth GitHub release

Release 1.6.0

21 Dec 09:48
Compare
Choose a tag to compare

Description

Feature and fixes

Transitive Feature and fixes

  • N/A
Component releases table
Component Current releases
Starter parent GitHub release (latest by date)
Common GitHub release
Clients GitHub release
jwkms GitHub release
auth GitHub release

Release 1.5.6

26 Nov 10:11
60ade10
Compare
Choose a tag to compare

45: Use fixed uk-datamodel for 3.1.8

OBFundsConfirmationConsentResponse1Data uses OBExternalRequestStatus1Code rather than the StatusEnum
defined within the class.

Changes to converters to work with the newer OB Funds Conformation classes in the 3.1.8r5 swagger models.

Issue: OpenBankingToolkit/openbanking-toolkit#45

Release 1.5.5

16 Nov 16:22
Compare
Choose a tag to compare

Description

  • UI redirection customer experience

Feature and fixes

Transitive Feature and fixes

  • N/A
Component releases table
Component Current releases
Starter parent GitHub release (latest by date)
Common GitHub release
Clients GitHub release
jwkms GitHub release
auth GitHub release

Release 1.5.4

12 Oct 07:11
870b8d2
Compare
Choose a tag to compare

Use latest parent and commons.

Release 1.5.3

24 Sep 13:01
e26a263
Compare
Choose a tag to compare

797: Database upgrade does not save authorisationNumber

Issue: ForgeCloud/ob-deploy#797

Release 1.5.2

24 Sep 10:36
6a72b52
Compare
Choose a tag to compare

Adds database up grade steps to upgrade existing TPP records.
Introduces a test to ensure that MATLS transport cert and Software Statement belong to the same entity.

ForgeCloud/ob-deploy#796
ForgeCloud/ob-deploy#795

Done as part of the epic;
ForgeCloud/ob-deploy#775