Skip to content

Commit 73a4ad3

Browse files
committed
add Explore notes
1 parent a2a9814 commit 73a4ad3

1 file changed

Lines changed: 56 additions & 4 deletions

File tree

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

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

Lines changed: 56 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ The highlights of this release are:
3333

3434
This release delivers the following component versions:
3535

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)
3838
- eccenca Corporate Memory Control (cmemc) v25.4.0
3939

4040
We tested this release with the following dependency components:
4141

42-
- Ontotext GraphDB v10.8.5
42+
- Ontotext GraphDB v11.0.2
4343
- Keycloak v25.0.6
4444

4545
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
8686

8787
## eccenca Explore v25.2.0
8888

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
125+
- Fixed selection issues with expanded nodes
126+
- Fixed greyed-out entries in Initial Search & Explore Navigation Box
127+
- Resolved highlight lag issues for better performance
128+
- **General Fixes:**
129+
- Added warning when "New graph from File" overwrites existing graphs
130+
- Empty node shapes are now properly hidden
131+
- Fixed SHACL Edit Validation Button stability issues
132+
- Fixed SHACL MaxCount property behavior
133+
- 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
90136

91137
## eccenca Corporate Memory Control (cmemc) v25.4.0
92138

@@ -141,6 +187,12 @@ We are excited to announce cmemc v25.4.0, which introduces new features, improve
141187
- Legacy REST operator
142188
- To check if your instance uses any deprecated plugins, use the endpoint: `GET {DataIntegrationURL}/api/core/usages/deprecatedPlugins`
143189

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

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

0 commit comments

Comments
 (0)