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: docs/release-notes/corporate-memory-25-2/index.md
+46-1Lines changed: 46 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,43 @@ More detailed information for this release is provided in the next sections.
46
46
47
47
## eccenca DataIntegration v25.2.0
48
48
49
-
...
49
+
We are excited to announce the release of DataIntegration v25.2.0, which introduces powerful new file handling capabilities, enhanced workflow features, and important infrastructure updates.
50
+
51
+
**v25.2.0 of DataIntegration adds the following new features:**
52
+
53
+
- New operators and dataset for improved file handling in workflows:
54
+
-**Add project files** workflow operator - Add files to projects directly from workflows
55
+
-**Get project files** workflow operator - Retrieve and process project files within workflow executions
56
+
-**Binary file dataset** - Handle binary files (PDF, images, etc.) in data integration pipelines
57
+
-**Neo4j database configuration** - Added parameter to configure specific databases in Neo4j connections
58
+
-**Project variable autocompletion** - All template operators now support autocompletion for project variables
59
+
-**Camel case transform operator** - Convert text to camel case format for data standardization
60
+
-**Project page URL suffix configuration** - New config key `workbench.project.defaultUrlSuffix` to configure the project page view (defaults to `?itemType=workflow&page=1&limit=10`)
61
+
-**Path auto-completion** - Mapping and linking rule editors now feature intelligent path auto-completion like in value mapping forms
62
+
63
+
**v25.2.0 of DataIntegration introduces the following changes:**
64
+
65
+
-**Infrastructure updates:**
66
+
- Migrated to Java 21 for improved performance and latest language features
67
+
- Updated Docker base image to `eclipse-temurin:21-ubi9-minimal`
68
+
-**"Internal dataset (single graph)"** added to plugins to properly display reports using this dataset type
69
+
-**Configurable favicon** - Organizations can customize the application favicon
70
+
-**JSON dataset improvements:**
71
+
- New parameter to control automatic navigation into JSON arrays
72
+
- New `#arrayPath` path operator for explicit navigation into JSON arrays (available when automatic JSON array navigation is set to `false`)
73
+
- New `#uuid` path operator generates type 3 (name-based) UUIDs from JSON node string representations
74
+
- New `#arrayText` path operator for enhanced array value extraction
75
+
76
+
**v25.2.0 of DataIntegration ships the following fixes:**
77
+
78
+
- Fixed queries with ORDER BY clauses in SQL dataset
79
+
- Fixed create task dialog focus issues when opened via 'connect to newly created...' menu option
80
+
- Fixed errors in Office365 dataset tests and adapted to Microsoft API changes
81
+
- Fixed display issues for workflow reports containing internal datasets
82
+
- Fixed drag-and-drop problems when adding operators to nested workflow editors
83
+
- Non-printable characters in CSV datasets are now preserved during read/write transformations
84
+
- XML datasets now return empty values for empty tags when string values are expected
85
+
- Project variable updates now properly use the triggering user's credentials
50
86
51
87
## eccenca Explore v25.2.0
52
88
@@ -96,6 +132,15 @@ We are excited to announce cmemc v25.4.0, which introduces new features, improve
96
132
97
133
## Migration Notes
98
134
135
+
### eccenca DataIntegration
136
+
137
+
- The following plugins have been deprecated and will be removed in a future release:
138
+
- Old Python plugins depending on Jython (Python 2.x)
139
+
- Spark scripting plugins
140
+
- Spark virtual dataset
141
+
- Legacy REST operator
142
+
- To check if your instance uses any deprecated plugins, use the endpoint: `GET {DataIntegrationURL}/api/core/usages/deprecatedPlugins`
143
+
99
144
### eccenca Corporate Memory Control (cmemc)
100
145
101
146
- With the introduction of the `graph imports` command group, the `graph tree` command is now deprecated.
0 commit comments