What’s New in Spring 2026 (10.5)
Tracking of User Actions with Web Analytics Tools
If you want to know how Cadenza is used in your organization, you can now forward export actions to your analytics tool via a new interface.
For each export action, the following information is provided:
-
Export of a view: name of the view and export format
-
Export of a worksheet: name of the worksheet and export format
-
Export of all tables in a worksheet: name of the worksheet and export format
-
Export of all tables in a workbook: name of the workbook and export format
-
Export of report templates: name of the workbook and name of the report template
The connection to your analytics tool is set up via the theming template. The interface is available by default but only captures data once an analytics tool has been connected.
For detailed information on setting up the interface, including an example for connecting Matomo, refer to developer documentation.
Setting for activating the Cadenza JS Sandbox
With -DCADENZA_ENABLE_EMBEDDING_SANDBOX=true the Development Sandbox for Cadenza JS can be activated.
The sandbox is served on <cadenzaUrl>/sandbox.
Configuring
-
There is a new element
systemDbin the core settings. This element defines the login credentials and additional connection settings for the system database. Warning: In case thesystemDbsetting is configured, the job management database (jobs > datasourcesetting), the user preference database (userpreferences > databasesetting), or the configuration database (configurationdatabase > databasesetting) must not be configured. -
It is now possible to set the optional
minimumIdleConnectionCountsetting also for auditlog, configuration database, jobs, userpreferences, repositoryList, databaseRepository and the systemDb. -
When the
OIDCauthenticator is used, the OpenID Connect server is now automatically an allowed source for theContent-Security-Policyconfiguration for Cadenza. This means that it no longer needs to be configured explicitly in the corresponding section of the basicweb settings.