Skip to content

Releases: ConsumerDataRight/mock-data-recipient

v3.0.2

06 Aug 01:31
5090e55

Choose a tag to compare

[3.0.2] - 2025-08-06

Fixed

  • Fixed issue where some claims in the PAR request were not sent in lowercase.

v3.0.1

26 Jun 06:23
88c6ba0

Choose a tag to compare

[3.0.1] - 2025-06-19

Changed

  • Fixed multiple build warnings to improve code quality and maintainability

v3.0.0

03 Apr 02:50
11a47fe

Choose a tag to compare

Changed

  • Updated NuGet packages
  • Fixed multiple build warnings to improve code quality and maintainability
  • Fixed issue where Data Recipient could not access TLS resource APIs

Added

  • Added ability to update Dynamic Client Registrations from UI

Removed

  • Removed all OIDC Hybrid Flow related code and functionality
  • Removed ID Token Decryption from Utilities

v2.1.0

22 Aug 04:36
0a49c8b

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

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

Choose a tag to compare

Fixed

  • Refactored code and fixed code smells

v1.2.2

21 Jun 01:06
0ba3493

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

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

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

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.