Skip to content

Commit 07d3770

Browse files
committed
add migration infos and highlights
1 parent a96555c commit 07d3770

File tree

4 files changed

+17
-9
lines changed

4 files changed

+17
-9
lines changed
217 KB
Loading
730 KB
Loading
977 KB
Loading

docs/release-notes/corporate-memory-24-3/index.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ tags:
77

88
Corporate Memory 24.3.0 is the third major release in 2024.
99

10-
<!-- ![24.2: Explore - New Shacl(2) based Data Exploration](24-2-explore-shacl2.png "24.2: Explore - New Shacl(2) based Data Exploration"){ class="bordered" } -->
11-
<!-- ![24.2: Explore - Sankey Chart Type](24-2-explore-charts-sankey.png "24.2: Explore - Sankey Chart Type"){ class="bordered" } -->
12-
<!-- ![24.2: Build - Add new Datasets to Workflows by File Drag and Drop](24-2-build-add-ds-via-dnd.png "24.2: Build - Add new Datasets to Workflows by File Drag and Drop"){ class="bordered" } -->
10+
![24.3: Explore - New Shacl(2) based dossier view](24-3-explore-shacl2-dossier.png "24.3: Explore - New Shacl(2) based dossier view"){ class="bordered" }
11+
![24.3: Build - Workflow report entity preview](24-3-build-wf-report-preview.png "24.3: Build - Workflow report entity preview"){ class="bordered" }
12+
![24.3: Automate - Migration recipe list](24-3-automate-admin-migration-list.png "24.3: Automate - Migration recipe list"){ class="bordered" }
1313

1414
The highlights of this release are:
1515

1616
- Explore and Author:
17-
-
17+
- New shacl2 engine now used in the Business Knowledge Editor sidebar for a whole new experience when viewing and editing node details.
1818
- Build:
19-
-
19+
- Workflow reports now show a preview of the output entities being produced, allowing quick review and verification of the underlying workflow tasks..
2020
- Automate:
21-
-
21+
- The `cmem` command group `admin migration`, which adds various migration recipes to make it easier to upgrade to new versions of Corporate Memory.
2222

2323
!!! info inline end "Important info"
2424

@@ -371,8 +371,8 @@ We're excited to bring you the latest update to Corporate Memory Control (cmemc)
371371
372372
- CSV files are no longer deleted by default at the beginning of a workflow execution. This behavior can be changed in the CSV dataset configuration.
373373
- Access control changes. Action URIs have been renamed and new actions are introduced by default:
374-
- `urn:eccenca:di` -> `<https://vocab.eccenca.com/auth/Action/Build>`
375-
- `urn:elds-backend-all-actions` -> `<https://vocab.eccenca.com/auth/Action/AllActions>`
374+
- `urn:eccenca:di` -> `<https://vocab.eccenca.com/auth/Action/Build>` (will be handled by `cmemc admin migration`, see below).
375+
- `urn:elds-backend-all-actions` -> `<https://vocab.eccenca.com/auth/Action/AllActions>` (will be handled by `cmemc admin migration`, see below).
376376
- Python plugin management endpoints are now secured via `<https://vocab.eccenca.com/auth/Action/Build-AdminPython>` action.
377377
- Workspace admin functions (reload workspace, import workspace) are now secured via `<https://vocab.eccenca.com/auth/Action/Build-AdminWorkspace>` action.
378378
@@ -383,7 +383,15 @@ We're excited to bring you the latest update to Corporate Memory Control (cmemc)
383383
Since v24.3.0, the components eccenca DataPlatform and eccenca DataManager are merged
384384
into a single component eccenca Explore.
385385
386-
...
386+
This release introduces changes to internally used graphs (access control graph) and data structures (ACL actions, workspace configuration, chart integration, workflow trigger integration, table report integration).
387+
388+
For easy migration, we introduce a new cmemc command group that automates the necessary adjustments to use your configuration with v24.3: `cmemc admin migration`.
389+
390+
Test if migrations are required: `cmemc admin migration execute --test-only --all`.
391+
392+
Run a specific migration: `cmemc admin migration execute <recipe-id>`.
393+
394+
Run all migrations: `cmemc admin migration execute --all`.
387395
388396
### eccenca Corporate Memory Control (cmemc)
389397

0 commit comments

Comments
 (0)