Gentics CMS EE 6.0.7
Bugfix SUP-15795 Link to this entry
Some possible NullPointerExceptions during the publish process have been fixed.
Error logging in cases of lock wait timeouts during the publish process has been improved.
Bugfix SUP-15821 Link to this entry
Performance of checking template permissions has been improved.
This especially reduces load time for the REST API call to /rest/node/[node_id]/templates
.
Bugfix SUP-15749 Link to this entry
The detection of changes in constructs has been refined when synchronizing devtool packages from the filesystem into the CMS.
Gentics Aloha Editor 1.5.0
No changesGentics Mesh 2.0.6
Bugfix SUP-15795 Link to this entry
Core: More NPE occurrences during the massive concurrent publishing process have been fixes.
Gentics Mesh SQL 2.0.7
Bugfix SUP-15795 Link to this entry
Core: A crash of an attempt to publish the node field, referencing to the deleted node, during the massive publish process, has been fixed.
Bugfix SUP-15650 Link to this entry
GraphQL: An edge case of losing node data in the massive GraphQL response has been fixed.
Bugfix SUP-15795 Link to this entry
Core: More NPE occurrences during the massive concurrent publishing process have been fixes.
Bugfix SUP-15795 Link to this entry
Core: More NPE occurrences during the massive concurrent publishing process have been fixes.
Bugfix SUP-15831 Link to this entry
Core: An edge case of `Too many SQL parameters` occurrence has been fixed.
Gentics Mesh Commercial Plugins 2.0.1
No changesGentics Portal | java 3.0.2
Bugfix SUP-15839 Link to this entry
Adds configuration option monitoring.startupCheckMode
which determines the consequence of failed start-up checks: OFF meaning no checks will be performed, ABORT will abort the portal start-up immediatelly and UNREADY will cause the /health/live
endpoint to respond that the portal is no longer live.
Bugfix SUP-15839 Link to this entry
Adds configuration option checkedQueries
. A list of queries which should be checked for validity on portal startup-up. The possible values are LANGUAGES
, LOAD_BY_PATH
, NAVIGATION
and SITEMAP
. An empty list will cause the portal to check all queries.