Skip to content

Commit a2a9814

Browse files
committed
add DI release notes
1 parent 2a10f93 commit a2a9814

1 file changed

Lines changed: 46 additions & 1 deletion

File tree

  • docs/release-notes/corporate-memory-25-2

docs/release-notes/corporate-memory-25-2/index.md

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,43 @@ More detailed information for this release is provided in the next sections.
4646

4747
## eccenca DataIntegration v25.2.0
4848

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
5086

5187
## eccenca Explore v25.2.0
5288

@@ -96,6 +132,15 @@ We are excited to announce cmemc v25.4.0, which introduces new features, improve
96132

97133
## Migration Notes
98134

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+
99144
### eccenca Corporate Memory Control (cmemc)
100145

101146
- With the introduction of the `graph imports` command group, the `graph tree` command is now deprecated.

0 commit comments

Comments
 (0)