You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
## [2.1.0] - 2024-08-16
10
+
### Changed
11
+
- Updated nuget package versions
12
+
13
+
## [2.0.0] - 2024-06-12
14
+
### Changed
15
+
- Migrated from .NET 6 to .NET 8
16
+
- Migrated docker compose from v1 to v2
17
+
18
+
## [1.3.0] - 2024-03-13
19
+
### Changed
20
+
- Removed Bank Participant Data scope (i.e. cdr-register:bank:read) references.
21
+
- Updated NuGet packages to avoid vulnerabilities.
22
+
- DCR and PAR screen defaults to Authorisation Code Flow (ACF).
23
+
24
+
### Fixed
25
+
- Fixed Consumer Data Sharing Common swagger proxy UI failure due to 'IndustryName' validation - [Mock Data Recipient Issue 68](https://github.com/ConsumerDataRight/mock-data-recipient/issues/68)
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1

2
2
3
-
[](https://consumerdatastandardsaustralia.github.io/standards-archives/standards-1.27.0/#introduction)
3
+
[](https://consumerdatastandardsaustralia.github.io/standards-archives/standards-1.31.0/#introduction)
@@ -13,7 +13,7 @@ This repository contains a mock implementation of a Data Recipient and is offere
13
13
14
14
## Mock Data Recipient - Alignment
15
15
The Mock Data Recipient in this release:
16
-
* aligns to [v1.27.0](https://consumerdatastandardsaustralia.github.io/standards-archives/standards-1.27.0/#introduction) of the [Consumer Data Standards](https://consumerdatastandardsaustralia.github.io/standards-archives/standards-1.27.0/#introduction);
16
+
* aligns to [v1.31.0](https://consumerdatastandardsaustralia.github.io/standards-archives/standards-1.31.0/#introduction) of the [Consumer Data Standards](https://consumerdatastandardsaustralia.github.io/standards-archives/standards-1.31.0/#introduction);
17
17
* can connect to and complete authentication against both [FAPI 1.0 Migration Phase 2 and Phase 3](https://consumerdatastandardsaustralia.github.io/standards/#authentication-flows) compliant data holders.
18
18
19
19
## Getting Started
@@ -89,7 +89,7 @@ The Mock Data Recipient contains the following components:
89
89
- Used internally within the Mock Data Recipient to simplify interactions with the Register and Data Holders.
90
90
- Azure Functions
91
91
- Azure Functions that can automate the continuous Get Data Holders discovery and Dynamic Client Registration process.
92
-
- For each Data Holder retrieved from the Register, a message will be added to the DynamicClietnRegistration queue. A function listening to the queue, will pick up the message and attempt to register the Data Recipient with the Data Holder.
92
+
- For each Data Holder retrieved from the Register, a message will be added to the DynamicClientRegistration queue. A function listening to the queue, will pick up the message and attempt to register the Data Recipient with the Data Holder.
93
93
- To get help on the Azure Functions, see the [help guide](./Help/azurefunctions/HELP.md).
94
94
- Repository
95
95
- A SQL repository is included that contains local data used within the Mock Data Recipient.
@@ -100,7 +100,7 @@ The Mock Data Recipient contains the following components:
100
100
101
101
## Technology Stack
102
102
The following technologies have been used to build the Mock Data Recipient:
103
-
- The source code has been written in `C#` using the `.Net 6` framework.
103
+
- The source code has been written in `C#` using the `.Net 8` framework.
104
104
- The Repository utilises a `SQL` instance.
105
105
106
106
# Testing
@@ -125,4 +125,4 @@ See our [security policy](./SECURITY.md) for information on security controls, r
125
125
[MIT License](./LICENSE)
126
126
127
127
# Notes
128
-
The Mock Data Recipient is provided as a development tool only. It conforms to the Consumer Data Standards.
128
+
The Mock Data Recipient is provided as a development tool only. It conforms to the Consumer Data Standards.
0 commit comments