Gentics CMS EE 6.0.18
Bugfix SUP-16324 Link to this entry
Editor User Inferface: When using the Link Checker and an invalid external link is changed to an internal link,
the marking of the link was not removed (the link was still shown as invalid). This has been fixed: since internal links
are not checked by the Link Checker, the any markings will be removed when an external link is changed to an internal one.
Gentics Aloha Editor 1.5.0
No changesGentics Mesh 2.0.17
Bugfix SUP-16397 Link to this entry
REST client: The configuration now allows adding default parameter provider for query parameters, that should be added to every request (unless overwritten).
Tests: The tests API has been extended to allow tests which do not reset the database between test cases.
Bugfix SUP-16383 Link to this entry
Cache: The permission cache has been fixed to always return copies of the actually cached entries.
Bugfix SUP-16373 Link to this entry
GraphQL: In cases of long running GraphQL requests, some other GraphQL requests were queued and executed after the long running request, even if enough workers were still
available. The behaviour has been changed, so that GraphQL requests will only be queued, if all workers are currently busy.
Gentics Mesh SQL 2.0.18
Bugfix SUP-16397 Link to this entry
REST client: The configuration now allows adding default parameter provider for query parameters, that should be added to every request (unless overwritten).
Tests: The tests API has been extended to allow tests which do not reset the database between test cases.
Bugfix SUP-16397 Link to this entry
Core: Getting lists of nodes over the REST API has been improved to use less queries for improved performance.
Bugfix SUP-16383 Link to this entry
Cache: The permission cache has been fixed to always return copies of the actually cached entries.
Bugfix SUP-16373 Link to this entry
GraphQL: In cases of long running GraphQL requests, some other GraphQL requests were queued and executed after the long running request, even if enough workers were still
available. The behaviour has been changed, so that GraphQL requests will only be queued, if all workers are currently busy.
Bugfix SUP-16383 Link to this entry
Core: Due to incorrect mutation of cached permission entries, sometimes permissions were temporarily incorrectly granted on nodes.