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
+56-4Lines changed: 56 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,13 +33,13 @@ The highlights of this release are:
33
33
34
34
This release delivers the following component versions:
35
35
36
-
- eccenca DataIntegration v25.1.1
37
-
- eccenca Explore v25.1.1 (formerly DataPlatform and DataManager)
36
+
- eccenca DataIntegration v25.2.0
37
+
- eccenca Explore v25.2.0 (formerly DataPlatform and DataManager)
38
38
- eccenca Corporate Memory Control (cmemc) v25.4.0
39
39
40
40
We tested this release with the following dependency components:
41
41
42
-
- Ontotext GraphDB v10.8.5
42
+
- Ontotext GraphDB v11.0.2
43
43
- Keycloak v25.0.6
44
44
45
45
More detailed information for this release is provided in the next sections.
@@ -86,7 +86,53 @@ We are excited to announce the release of DataIntegration v25.2.0, which introdu
86
86
87
87
## eccenca Explore v25.2.0
88
88
89
-
...
89
+
We are pleased to announce Explore v25.2.0, which brings significant enhancements to SHACL shape management, improved graph handling, and a modernized knowledge graph exploration experience.
90
+
91
+
**v25.2.0 of Explore adds the following new features:**
92
+
93
+
-**Enhanced SHACL Shape Management:**
94
+
- Create target classes for node shapes on-the-fly during shape definition
95
+
- Create properties for property shapes on-the-fly without leaving the shape editor
96
+
- Create classes for property shapes on-the-fly for better data modeling
97
+
- Support for defining properties with `domainIncludes` and `rangeIncludes` predicates (as defined in either `schema:`,`dcam:` or `gist:`)
98
+
)
99
+
-**Query Catalog Enhancements:**
100
+
- Graph selection support for Query Catalog, allowing multiple query catalog graphs and editing queries in arbitrary graphs
101
+
- Graph selection support for Charts visualization, allowing to store and edit chart visualization in arbitrary graphs
102
+
-**GraphDB 11.0.x Support** - Full compatibility with the latest GraphDB version
103
+
-**Unified Error Handling** - New RTKAction handler provides consistent error handling across the application
104
+
105
+
**v25.2.0 of Explore introduces the following changes:**
106
+
107
+
-**Infrastructure Updates:**
108
+
- Upgraded to Spring Boot 3.5.x and Apache Jena 5.4
109
+
- Migrated to Java 21 runtime for improved performance
110
+
-**Timetracker Module** - Complete rework of the Timetracker and reports module for better performance and usability
111
+
-**Knowledge Graph Editor (BKE) Improvements:**
112
+
- Updated to React Flow v12 for enhanced graph visualization
113
+
- Automatic canvas scrolling when dragging items beyond visible area
114
+
- Advanced multi-select functionality on canvas for bulk operations
115
+
-**SPARQL Query Endpoints** - Changed to use an explicit list of allowed content-types for better security
116
+
-**Catalog Query Management** - Update and SELECT queries are now differentiated by `rdf:type` using `shui:SparqlQuery` or `shui:UpdateQuery`
117
+
118
+
**v25.2.0 of Explore ships the following fixes:**
119
+
120
+
-**Query Catalog:**
121
+
- Fixed SPARQL Query editor behavior after "save as" operation
122
+
- Improved error handling in Query Catalog API
123
+
-**Knowledge Graph Editor (BKE):**
124
+
- Property shape descriptions now consistently display as tooltips
- Resolved duplicate entries in ResourceManager table
134
+
- Fixed broken resource selection for domain and range when graphs contain complex classes
135
+
- Enabled empty GSP multipart file uploads
90
136
91
137
## eccenca Corporate Memory Control (cmemc) v25.4.0
92
138
@@ -141,6 +187,12 @@ We are excited to announce cmemc v25.4.0, which introduces new features, improve
141
187
- Legacy REST operator
142
188
- To check if your instance uses any deprecated plugins, use the endpoint: `GET {DataIntegrationURL}/api/core/usages/deprecatedPlugins`
143
189
190
+
### eccenca Explore
191
+
192
+
-**Query Catalog Query Type Changes** - Catalog managed queries no longer persist `shui:queryType`. Update and SELECT queries are now differentiated by `rdf:type`:
193
+
- SELECT queries use `shui:SparqlQuery`
194
+
- UPDATE queries use `shui:UpdateQuery`
195
+
144
196
### eccenca Corporate Memory Control (cmemc)
145
197
146
198
- With the introduction of the `graph imports` command group, the `graph tree` command is now deprecated.
0 commit comments