Update docker.io/matomo Docker tag to v5.8.0
No problems automatically updating the Docker image, migrating the application manually and run the container by Watchtower with dependency update facilitated by Mend's Renovate Bot.
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| docker.io/matomo | minor | 5.7.1 → 5.8.0 |
Release Notes
matomo-org/matomo (docker.io/matomo)
v5.8.0
Breaking Changes
- API requests that provide conflicting authentication values for
token_authorforce_api_sessionacross request sources (for example GET and POST) now fail with400 Bad Requestinstead of applying precedence. - Category names returned by
API.getReportMetadatawere updated to match UI terminology. Plugin integrations expecting old names may break:Actionsis nowBehaviourReferrersis nowAcquisition
AjaxHelperno longer supportsreturnResponseObjectfor bulk requests (API.getBulkRequest/ array-basedAjaxHelper.fetch). Bulk requests now always resolve to merged response data.
New config.ini.php settings
API_bulk_request_limitsets the maximum number of URLs allowed inAPI.getBulkRequestfor authenticated users (-1 disables the limit).
HTTP API
API.getBulkRequestnow enforces request limits (10 for anonymous users without view access, 50 for anonymous users with view access, or the lower configured limit ifAPI_bulk_request_limitis set).