Releases: ConsumerDataRight/mock-register
Releases · ConsumerDataRight/mock-register
v2.2.3
Added
- Added health check endpoints for APIs
Changed
- Converted to Central Package Management
- Use Multi-stage builds for tests
- Updated NuGet packages to address vulnerabilities
v2.2.1
Changed
- Updated NuGet packages
- Fixed multiple build warnings to improve code quality and maintainability
v2.2.0
v2.1.0
Changed
- Updated NuGet packages
- Replaced Postman collections with a Polyglot Notebook solution
- Migrated from .NET 6 to .NET 8
- Migrated docker compose from v1 to v2
- Added SSL Server Validation capability with switched off by default
- Added custom User-Agent header for request filtering on GetClientJwks
Fixed
- Location for log file in appsettings file is fixed - Issue 65
- lastUpdated field fixed to populate the correct value
- Remove the old Scope "cdr-register:bank:read" references
- Added property code_challenge_methods_supported in Mock Register
- Audience validations for token endpoint have been fixed
v1.3.2
v1.3.0
Changed
- Client_id is now optional in the access token request.
- Removed client certificate thumbprint check from the access token request.
- Accreditation Number format has been updated in seed data.
v1.2.1
Changed
- Regenerated all mTLS, SSA and TLS certificates to allow for another five years before they expire.
- Append base path to URIs in discovery document
Fixed
- Links in readme
v1.2.0
Added
- Added new API admin/metadata/data-recipients to add or update a Data Recipient into the Register.
- Added new API admin/metadata/data-holders to add or update a Data Holder into the Register.
- Added dynamic base path to allow changes to external facing URLs.
Changed
- Retired end of life APIs.
v1.1.1
Added
- The 'jti' claim in the client assertion sent to the token endpoint is now checked for re-use. An error is raised if the jti value is re-used
- Register client certificate
Changed
- Some error codes that were not aligned with the CDR Register are now aligned
- Database structure to move legal entity status to participation status
v1.1.0
Added
- Logging middleware to create a centralised list of all API requests and responses
Changed
- Get SSA x-v 1 and 2 now only return banking scopes. x-v 3 still returns banking and energy scopes
- Transactional database tables updated to temporal tables
Fixed
- Issue occurring when using docker compose eco system. Issue 52