Releases: ConsumerDataRight/mock-data-recipient
Releases · ConsumerDataRight/mock-data-recipient
v3.0.2
v3.0.1
[3.0.1] - 2025-06-19
Changed
- Fixed multiple build warnings to improve code quality and maintainability
v3.0.0
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
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
- Fixed Consumer Data Sharing Common swagger proxy UI failure due to 'IndustryName' validation - Mock Data Recipient Issue 68
v1.2.5
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
Fixed
- Refactored code and fixed code smells
v1.2.2
Changed
- Regenerated all mTLS, SSA and TLS certificates to allow for another five years before they expire.
v1.2.1
Changed
- redirect_uris and response_types in DCR request are now array of string.
- support for acr values
v1.2.0
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
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.