Skip to content

Releases: OpenBankingToolkit/openbanking-auth

Release 1.3.0

15 Dec 08:41
Compare
Choose a tag to compare

Description

Feature and fixes

  • N/A

Transitive Feature and fixes

Component releases table

Component Current releases
Starter parent GitHub release (latest by date)
Common GitHub release
Clients GitHub release

Release 1.1.13

25 Nov 12:42
ee6ef00
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.

Issue: OpenBankingToolkit/openbanking-toolkit#45

Release 1.1.12

19 Nov 14:28
3887b51
Compare
Choose a tag to compare

Includes latest 3.1.8r5 tag swagger generated models

Release 1.1.11

12 Oct 06:03
788cf63
Compare
Choose a tag to compare

Use latest parent and commons;

Allow creation of OBRIRoles from PSD2Role
Also;
Pulls in 1.0.3 of spring-security-mult-auth that has improved logging

Release 1.1.10

23 Sep 13:11
Compare
Choose a tag to compare

Description

Feature and fixes

  • N/A

Transitive Feature and fixes

  • Issue 39: Branch protection bot upgradeStatement

Component releases table

Component Current releases
Starter parent GitHub release (latest by date)
Common GitHub release
Clients GitHub release

Release 1.1.9

23 Sep 09:12
17dfcf1
Compare
Choose a tag to compare

Contains #152

796: Add MATLS checks to DCR code

Common code needed to perform MATLS checks to ensure the MATLS transport
cert presented for registration and the software statement being used
for registration were issed to the same ApiClient (TPP)

Issue: ForgeCloud/ob-deploy#796

Release 1.1.8

15 Sep 11:01
7b79011
Compare
Choose a tag to compare

Use latest commons with fix to ensure iss field is visible in DirectorySoftwareStatement serialisation.
Also includes fix to add iss field to SoftwareStatement issued by the Directory Server.

Includes #140

Release 1.1.7

10 Sep 10:03
615ba06
Compare
Choose a tag to compare

793: Use latest master with fixed serialisation

Issue: ForgeCloud/ob-deploy#793

Release 1.1.6

09 Sep 13:29
61885cb
Compare
Choose a tag to compare

Use v 1.2.7 of openbanking commons
https://github.com/OpenBankingToolkit/openbanking-common/releases/tag/1.2.7

Fixes;
Serialisation is based on the value of the iss field of the software
statement, and the code expected OpenBanking iss to be "OpenBanking",
however in OB Directory Issued Software Statements the iss field is
actually "OpenBanking Ltd"

Issue: ForgeCloud/ob-deploy#793

Release 1.1.5

08 Sep 15:54
e58e92a
Compare
Choose a tag to compare

Use latest commons with serialisable DirectorySoftwareStatement #144