Skip to content

Releases: finlabsuk/open-banking-connector

Add support for HSBCnet UK

Simplified API due to use of BankProfile for configuration

07 Apr 21:33
Compare
Choose a tag to compare

Breaking change: Much simplified BankConfiguration API with unnecessary endpoints removed (see Swagger documentation). Now only need to create a BankRegistration and then can create and use consents.

Release image: https://github.com/finlabsuk/open-banking-connector/pkgs/container/open-banking-connector-web-app/83823912?tag=4.0.0.

Require bank profile when creating BankRegistration

21 Mar 23:57
Compare
Choose a tag to compare

Breaking change: Require bank profile (cannot be null) when creating BankRegistration. The bank profile is then persisted to DB.

Release image: https://github.com/finlabsuk/open-banking-connector/pkgs/container/open-banking-connector-web-app/79222005?tag=3.0.0.

Add OpenTelemetry context to logging by default

20 Mar 23:25
Compare
Choose a tag to compare

NatWest update and support for AWS SSM parameters

01 Mar 22:44
Compare
Choose a tag to compare

ACR validation for NatWest banks is removed to increase support. New configuration sources settings are added including one which allows use of AWS SSM parameters as a configuration source.

Release image: https://github.com/finlabsuk/open-banking-connector/pkgs/container/open-banking-connector-web-app/74250558?tag=2.1.1.

Minor updates and URL fix

08 Feb 21:51
Compare
Choose a tag to compare

A URL used by NatWest bank profiles is fixed.

Minor breaking changes:
(1) default value of AllowNullRegistrationEndpoint property in request POST /config/banks is now null rather than false;
(2) minor tweaks to configuration defaults for JSON console logging;
(3) database setting EnsureDatabaseMigrated now defaults to true.

Release image: https://github.com/finlabsuk/open-banking-connector/pkgs/container/open-banking-connector-web-app/69219824?tag=2.0.0.

Update Direct Debit handling

04 Feb 20:59
Compare
Choose a tag to compare

Use new JSON de-serialiser to handle invalid PreviousPaymentDateTime property values returned by LBG.

Release image: https://github.com/finlabsuk/open-banking-connector/pkgs/container/open-banking-connector-web-app/68162420?tag=1.0.0.

Add new CustomBehaviour switches

Support AISP Direct Debit and Standing Order endpoints

Update following Lloyds testing

10 Jan 12:52
Compare
Choose a tag to compare