From 15261e8c6ff45157aedb2caa8f23fd105b1b77a5 Mon Sep 17 00:00:00 2001 From: Robert Isele Date: Tue, 20 May 2025 15:59:59 +0200 Subject: [PATCH 1/4] Add changes for DI 25.1.1 --- .../corporate-memory-25-1/index.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/docs/release-notes/corporate-memory-25-1/index.md b/docs/release-notes/corporate-memory-25-1/index.md index ae2528f9..1631adbb 100644 --- a/docs/release-notes/corporate-memory-25-1/index.md +++ b/docs/release-notes/corporate-memory-25-1/index.md @@ -3,9 +3,9 @@ status: new tags: - ReleaseNote --- -# Corporate Memory 25.1.0 +# Corporate Memory 25.1.1 -Corporate Memory 25.1.0 is the first major release in 2025. +Corporate Memory 25.1.1 is the first major release in 2025. ![25.1: Build - Seamless Workflow Integration](25-1-build-connect-csv-datasets-directly.png "25.1: Build - Seamless Workflow Integration"){ class="bordered" } ![25.1: Build - Improved Rule Editing Experience](25-1-build-copy-paste.png "25.1: Build - Improved Rule Editing Experience"){ class="bordered" } @@ -31,7 +31,7 @@ The highlights of this release are: This release delivers the following component versions: -- eccenca DataIntegration v25.1.0 +- eccenca DataIntegration v25.1.1 - eccenca Explore v25.1.0 (formerly DataPlatform and DataManager) - eccenca Corporate Memory Control (cmemc) v25.1.1 @@ -42,10 +42,19 @@ We tested this release with the following dependency components: More detailed information for this release is provided in the next sections. -## eccenca DataIntegration v25.1.0 +## eccenca DataIntegration v25.1.1 We're excited to bring you the latest update to DataIntegration v25.1, which introduces new features, improvements and bug fixes: +**v25.1.1 of DataIntegration adds support for Request Party-Initiated Logout as specified by OpenID Connect.** + +**v25.1.1 of DataIntegration ships the following fixes:** + +- **S3:** Now defaults to the AWS credentials provider chain if S3 access and secret keys are not configured. +- **Python:** Prevented redundant re-imports of already loaded modules. +- **Python:** Updated `FileEntitySchema` in `cmem-plugin-base` for improved compatibility with datasets. +- **RegexExtractionTransformer:** Resolved an issue that incorrectly generated null values. + **v25.1.0 of DataIntegration adds the following new features:** - Use colors for workbench tags. From 5fcb58582d4648d42c6e4f704c161ca4530f03a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Unbehauen?= Date: Tue, 20 May 2025 19:06:18 +0200 Subject: [PATCH 2/4] adds explore changes --- docs/release-notes/corporate-memory-25-1/index.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/corporate-memory-25-1/index.md b/docs/release-notes/corporate-memory-25-1/index.md index 1631adbb..26cadd70 100644 --- a/docs/release-notes/corporate-memory-25-1/index.md +++ b/docs/release-notes/corporate-memory-25-1/index.md @@ -32,7 +32,7 @@ The highlights of this release are: This release delivers the following component versions: - eccenca DataIntegration v25.1.1 -- eccenca Explore v25.1.0 (formerly DataPlatform and DataManager) +- eccenca Explore v25.1.1 (formerly DataPlatform and DataManager) - eccenca Corporate Memory Control (cmemc) v25.1.1 We tested this release with the following dependency components: @@ -87,7 +87,7 @@ We're excited to bring you the latest update to DataIntegration v25.1, which int - Fixed issue where tasks created in the workflow editor are not added to the recently viewed list. - Fixed issue where adding a note to a linking rule fails to save. -## eccenca Explore v25.1.0 +## eccenca Explore v25.1.1 !!! info inline end "Important info" @@ -96,6 +96,17 @@ We're excited to bring you the latest update to DataIntegration v25.1, which int We are excited to announce Explore v25.1, which introduces new features, improvements and bug fixes. +**v25.1.1 of Explore ships the following fixes:** + +- Other + - Add deployment property for post logout redirect uri (CMEM-6519) +- Shacl + - Disable adding properties if the max amount of properties is reached (CMEM-6501) + - Show fields of subshapes (CMEM-6594) +- BKE +- Prevent loading candidates queries for readonly properties (CMEM-6580) +- Switching between nodeshapes (CMEM-6593) + **v25.1.0 of Explore adds the following new features:** - Other From 40607249520c874db00e2a87b3ca8064a0f6d1b5 Mon Sep 17 00:00:00 2001 From: Sebastian Tramp Date: Tue, 20 May 2025 20:17:36 +0200 Subject: [PATCH 3/4] adapat menu --- docs/release-notes/.pages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/.pages b/docs/release-notes/.pages index 5101bdad..47da82f0 100644 --- a/docs/release-notes/.pages +++ b/docs/release-notes/.pages @@ -1,5 +1,5 @@ nav: - - Corporate Memory 25.1.0: corporate-memory-25-1 + - Corporate Memory 25.1.1: corporate-memory-25-1 - Corporate Memory 24.3.2: corporate-memory-24-3 - Corporate Memory 24.2.1: corporate-memory-24-2 - Corporate Memory 24.1.3: corporate-memory-24-1 From e0ce97d0c568915895d52e0c4a77013fa8d7e106 Mon Sep 17 00:00:00 2001 From: Sebastian Tramp Date: Tue, 20 May 2025 20:25:41 +0200 Subject: [PATCH 4/4] some minor fixes --- .../corporate-memory-25-1/index.md | 31 ++++++++++--------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/docs/release-notes/corporate-memory-25-1/index.md b/docs/release-notes/corporate-memory-25-1/index.md index 26cadd70..9d3a7738 100644 --- a/docs/release-notes/corporate-memory-25-1/index.md +++ b/docs/release-notes/corporate-memory-25-1/index.md @@ -46,14 +46,17 @@ More detailed information for this release is provided in the next sections. We're excited to bring you the latest update to DataIntegration v25.1, which introduces new features, improvements and bug fixes: -**v25.1.1 of DataIntegration adds support for Request Party-Initiated Logout as specified by OpenID Connect.** - -**v25.1.1 of DataIntegration ships the following fixes:** - -- **S3:** Now defaults to the AWS credentials provider chain if S3 access and secret keys are not configured. -- **Python:** Prevented redundant re-imports of already loaded modules. -- **Python:** Updated `FileEntitySchema` in `cmem-plugin-base` for improved compatibility with datasets. -- **RegexExtractionTransformer:** Resolved an issue that incorrectly generated null values. +**v25.1.1 of DataIntegration ships the following fixes and additions:** + +- OIDC + - added support for Request Party-Initiated Logout as specified by OpenID Connect +- S3 + - Now defaults to the AWS credentials provider chain if S3 access and secret keys are not configured. +- Python + - Prevented redundant re-imports of already loaded modules. + - Updated `FileEntitySchema` in `cmem-plugin-base` for improved compatibility with datasets. +- RegexExtractionTransformer + - Resolved an issue that incorrectly generated null values. **v25.1.0 of DataIntegration adds the following new features:** @@ -98,14 +101,14 @@ We are excited to announce Explore v25.1, which introduces new features, improve **v25.1.1 of Explore ships the following fixes:** -- Other - - Add deployment property for post logout redirect uri (CMEM-6519) +- OIDC + - Add deployment property for post logout redirect uri - Shacl - - Disable adding properties if the max amount of properties is reached (CMEM-6501) - - Show fields of subshapes (CMEM-6594) + - Disable adding properties if the max amount of properties is reached + - Show fields of subshapes - BKE -- Prevent loading candidates queries for readonly properties (CMEM-6580) -- Switching between nodeshapes (CMEM-6593) + - Prevent loading candidates queries for readonly properties + - Switching between nodeshapes **v25.1.0 of Explore adds the following new features:**