@@ -167,16 +167,53 @@ We are pleased to announce Explore v25.3.0, which delivers the new **Companion**
167167
168168## eccenca Corporate Memory Control (cmemc) v25.5.0
169169
170- !!! info inline end "Important info"
171-
172- This eccenca Corporate Memory release is the first release where we introduced Semantic Versioning for our components.
173- This cmemc release notes section reflects this by reporting multiple minor versions in one section.
174-
175170We are excited to announce cmemc v25.5.0, which introduces new features, improvements and bug fixes.
176171
177172** v25.5.0 of cmemc adds the following new features:**
178173
179- - …
174+ - ` admin acl create ` and ` admin acl update ` commands
175+ - new ` --read-graph-pattern ` option for granting read access to graphs matching a pattern
176+ - new ` --write-graph-pattern ` option for granting write access to graphs matching a pattern
177+ - new ` --action-pattern ` option for granting action permissions matching a pattern
178+ - patterns support wildcard (` * ` ) at the end or standalone wildcard for broad access
179+ - ` admin token ` command
180+ - new ` --ttl ` option to output information about the lifetime of the access token.
181+ - ` graph insights ` command group
182+ - ` graph insights create ` command - Create or update a graph insight snapshot
183+ - ` graph insights delete ` command - Delete a graph insight snapshot.
184+ - ` graph insights inspect ` command - Inspect the metadata of a graph insight snapshot.
185+ - ` graph insights list ` command - List graph insight snapshots.
186+ - ` vocabulary install ` command
187+ - new ` --replace ` option to re-install already installed vocabularies
188+ - ` admin acl create ` command
189+ - new ` --replace ` option to replace (overwrite) existing access condition.
190+
191+ ** v25.5.0 of cmemc ships the following fixes:**
192+
193+ - ` dataset create ` command
194+ - ` *.xls ` files are tab-completed and treated as excel datasets
195+ - ` workflow io ` command
196+ - ` *.xls ` files are tab-completed and treated as excel datasets
197+ - ` query open ` command
198+ - open a file based query in browser now possible again
199+ - ` admin workspace python install ` command
200+ - error handling corrected
201+ - ` admin workspace python reload ` command
202+ - error handling corrected
203+ - ` graph import ` command
204+ - gzipped files into tentris store: now sends correct content encoding header
205+ - ` dataset resource ` command group
206+ - completion of projects with ` project ` filter does not crash anymore
207+ - ` project list ` command
208+ - projects without label metadata are handled correctly now
209+ - ` project ` command group
210+ - shell completion for projects without label metadata does not crash anymore
211+
212+ ** v25.5.0 of cmemc introduces the following changes:**
213+
214+ - upgrade click to 8.3.0
215+ - docker image: upgrade python to 3.13.8 (using uv)
216+ - cmemc does warn now if executed with python other than 3.13
180217
181218## Migration Notes
182219
0 commit comments