Releases: ConsumerDataRight/mock-data-recipient
Releases · ConsumerDataRight/mock-data-recipient
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.
v1.0.1
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
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
Changed
- Build and Test action to archive test results. End to end tests now included in test report.