From 27a98d07e00c1310a8017be634b7385150396d77 Mon Sep 17 00:00:00 2001 From: Anuj Kumar Date: Wed, 21 May 2025 09:19:22 +0100 Subject: [PATCH 1/3] added release notes for 4.0.2 release --- .../Release-Notes/402_openbanking_relnotes.md | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 content/en/docs/Release-Notes/402_openbanking_relnotes.md diff --git a/content/en/docs/Release-Notes/402_openbanking_relnotes.md b/content/en/docs/Release-Notes/402_openbanking_relnotes.md new file mode 100644 index 00000000..0499fb67 --- /dev/null +++ b/content/en/docs/Release-Notes/402_openbanking_relnotes.md @@ -0,0 +1,29 @@ +--- +title: "Open Banking 4.0.1 Release Notes" +linkTitle: "Open Banking 4.0.1" +weight: 12 +date: 2025-05-21 +--- + +This update contains several new features, enhancements, and performance improvements. + +## Consent Management Updates + +- A new feature has been added to store the **signature token**. + When a user initiates a request from the consent grant app to fetch resource authentication details via the External Resource Authentication API, the response now includes the signature information. This supports secure and traceable consent transactions. + +- Added support to store the **`termsAndConditionVersion`** in the consent metadata via consent grant app. + This ensures accurate version tracking of the terms and conditions accepted during the consent process. + +- **Authorization timestamp** has been added to the consent admin dashboard. + This provides administrators with improved visibility into the timing of consent authorizations. + +- Timestamps have been **re-arranged in the consent admin dashboard** to improve the user interface and readability. + +## Performance Updates + +- **All services have been optimized** to enhance performance and system responsiveness. + +- **FDX Core API flows** have been further optimized to improve processing speed and efficiency. + +- Additional **integration cleanups and flow optimizations** were implemented to streamline system operations. From bda1a45028a1e8f26fe0e3211b5b6ebbb6cfd847 Mon Sep 17 00:00:00 2001 From: lbadenhop Date: Wed, 21 May 2025 09:47:58 -0700 Subject: [PATCH 2/3] Update 402_openbanking_relnotes.md markdown linter errors --- .../Release-Notes/402_openbanking_relnotes.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/content/en/docs/Release-Notes/402_openbanking_relnotes.md b/content/en/docs/Release-Notes/402_openbanking_relnotes.md index 0499fb67..3aa2375d 100644 --- a/content/en/docs/Release-Notes/402_openbanking_relnotes.md +++ b/content/en/docs/Release-Notes/402_openbanking_relnotes.md @@ -7,23 +7,23 @@ date: 2025-05-21 This update contains several new features, enhancements, and performance improvements. -## Consent Management Updates +## Consent Management updates -- A new feature has been added to store the **signature token**. +* A new feature has been added to store the **signature token**. When a user initiates a request from the consent grant app to fetch resource authentication details via the External Resource Authentication API, the response now includes the signature information. This supports secure and traceable consent transactions. -- Added support to store the **`termsAndConditionVersion`** in the consent metadata via consent grant app. +* Added support to store the **`termsAndConditionVersion`** in the consent metadata via consent grant app. This ensures accurate version tracking of the terms and conditions accepted during the consent process. -- **Authorization timestamp** has been added to the consent admin dashboard. +* **Authorization timestamp** has been added to the consent admin dashboard. This provides administrators with improved visibility into the timing of consent authorizations. -- Timestamps have been **re-arranged in the consent admin dashboard** to improve the user interface and readability. +* Timestamps have been **re-arranged in the consent admin dashboard** to improve the user interface and readability. -## Performance Updates +## Performance updates -- **All services have been optimized** to enhance performance and system responsiveness. +* **All services have been optimized** to enhance performance and system responsiveness. -- **FDX Core API flows** have been further optimized to improve processing speed and efficiency. +* **FDX Core API flows** have been further optimized to improve processing speed and efficiency. -- Additional **integration cleanups and flow optimizations** were implemented to streamline system operations. +* Additional **integration cleanups and flow optimizations** were implemented to streamline system operations. From b76c1e86d63f07504015698ba426c73437cf2340 Mon Sep 17 00:00:00 2001 From: lbadenhop Date: Wed, 21 May 2025 09:51:09 -0700 Subject: [PATCH 3/3] Update 402_openbanking_relnotes.md Change version from 4.0.1 to 4.0.1 --- content/en/docs/Release-Notes/402_openbanking_relnotes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/Release-Notes/402_openbanking_relnotes.md b/content/en/docs/Release-Notes/402_openbanking_relnotes.md index 3aa2375d..61429281 100644 --- a/content/en/docs/Release-Notes/402_openbanking_relnotes.md +++ b/content/en/docs/Release-Notes/402_openbanking_relnotes.md @@ -1,6 +1,6 @@ --- -title: "Open Banking 4.0.1 Release Notes" -linkTitle: "Open Banking 4.0.1" +title: "Open Banking 4.0.2 Release Notes" +linkTitle: "Open Banking 4.0.2" weight: 12 date: 2025-05-21 ---