Skip to content

Releases: ConsumerDataRight/mock-data-holder

v3.1.0

22 Aug 03:19
9d6e689
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
  • Changed Banking Get Accounts API to only support version 2

Removed

  • Get Metrics endpoints with version less than v4 removed.
  • Postman Collections

Fixed

  • Resolved issue where Banking repository was unable to reseed existing databases.

v2.0.1

29 Nov 07:56
a7b7a15
Compare
Choose a tag to compare

Fixed

  • Refactored code and fixed code smells

Changed

  • Combined Mock Data Holder Banking and Energy repositories into a single code base.
  • Refactored automated tests to use a shared NuGet package.

v1.2.3

26 Oct 03:21
cf6e96b
Compare
Choose a tag to compare

Changed

v1.2.2

21 Jun 00:21
aaa4c5a
Compare
Choose a tag to compare

Changed

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

Fixed

  • Links in help file

v1.2.1

13 Jun 01:41
7f9f0bf
Compare
Choose a tag to compare

Changed

  • Updated Authorisation Server git clone command in readme
  • Rebuilt to include v1.0.1 of the Authorisation Server

v1.2.0

22 Mar 04:35
659832f
Compare
Choose a tag to compare

Added

  • The Mock Data Holder now utilises the Authorisation Server as the Identity Provider
  • Get Metrics API

Changed

  • Updated to be compliant with FAPI 1.0 phase 3
  • Removed Identity Server 4 project
  • Removed Get Data Recipients Azure Function

v1.1.0

05 Oct 01:54
3c835a9
Compare
Choose a tag to compare

Added

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

Fixed

  • Updated supported response modes in OIDC discovery endpoint. Issue 46

v1.0.1

29 Aug 23:42
de96d1f
Compare
Choose a tag to compare

Changed

  • Updated package references.

v1.0.0

02 Aug 01:05
901056c
Compare
Choose a tag to compare

Added

  • Azure function to perform Data Recipient discovery by polling the Get Data Recipients API of the Register.

Changed

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

v0.3.1

09 Jun 05:16
5219ee6
Compare
Choose a tag to compare

Changed

  • Account transactions dates and person information in seed data.
  • Build and Test action to download containers from docker hub.

Fixed

  • Issuing of refresh_token when FapiComplianceLevel is set to Fapi1Phase2.
  • Intermittent issue when creating the LogEventsManageAPI database table.