Skip to content

Releases: ConsumerDataRight/mock-data-recipient

v2.1.0

22 Aug 04:36
0a49c8b
Compare
Choose a tag to compare

Changed

  • Updated nuget package versions
  • Migrated from .NET 6 to .NET 8
  • Migrated docker compose from v1 to v2
  • Removed Bank Participant Data scope (i.e. cdr-register:bank:read) references.
  • DCR and PAR screen defaults to Authorisation Code Flow (ACF).

Fixed

v1.2.5

29 Nov 07:59
07fa78f
Compare
Choose a tag to compare

Fixed

  • Refactored code and minor bug fixes
  • The address property in the userinfo endpoint structure is updated from string to object. Mock Data Recipient Issue 67

v1.2.4

22 Aug 00:56
5dc646e
Compare
Choose a tag to compare

Fixed

  • Refactored code and fixed code smells

v1.2.2

21 Jun 01:06
0ba3493
Compare
Choose a tag to compare

Changed

  • Regenerated all mTLS, SSA and TLS certificates to allow for another five years before they expire.

v1.2.1

13 Jun 03:10
b6a2490
Compare
Choose a tag to compare

Changed

  • redirect_uris and response_types in DCR request are now array of string.
  • support for acr values

v1.2.0

22 Mar 06:06
a1da9c6
Compare
Choose a tag to compare

Changed

  • Updated to be compliant with FAPI 1.0 phase 3.
  • Dynamic Client Registration Azure Function updated to be compliant with FAPI 1.0 phase 3.
  • Home page html content to reflect latest version

v1.1.0

05 Oct 03:34
b91897b
Compare
Choose a tag to compare

Added

  • Logging middleware to create a centralised list of all API requests and responses

Changed

  • Primary key constraints for registrations. Now combines Client Id and Data Holder Brand Id as the unique constraint.

v1.0.1

30 Aug 00:16
bb98baa
Compare
Choose a tag to compare

Changed

  • Updated arrangement revocation to match CDS v1.18. Configuration added based on the date to make functionality available or unavailable.
  • Updated side menu layout and text on screens.
  • Updated package references.

Fixed

  • Fixed issue with Dynamic Client Registration Azure function not retrying for DCR Failed data holders.

v1.0.0

02 Aug 01:31
35f26b4
Compare
Choose a tag to compare

Added

  • Azure functions to perform Data Holder discovery by polling the Get Data Holder Brands API of the Register.

Changed

  • First version of the Mock Data Recipient deployed into the CDR Sandbox.

v0.2.1

09 Jun 06:00
2ddbc58
Compare
Choose a tag to compare

Changed

  • Build and Test action to archive test results. End to end tests now included in test report.