Update docker.io/matomo Docker tag to v5.8.0

Update docker.io/matomo Docker tag to v5.8.0
Photo by Stephen Phillips - Hostreviews.co.uk / Unsplash

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.15.8.0

Release Notes

matomo-org/matomo (docker.io/matomo)

v5.8.0

Compare Source

Breaking Changes
  • API requests that provide conflicting authentication values for token_auth or force_api_session across request sources (for example GET and POST) now fail with 400 Bad Request instead of applying precedence.
  • Category names returned by API.getReportMetadata were updated to match UI terminology. Plugin integrations expecting old names may break:
    • Actions is now Behaviour
    • Referrers is now Acquisition
  • AjaxHelper no longer supports returnResponseObject for bulk requests (API.getBulkRequest / array-based AjaxHelper.fetch). Bulk requests now always resolve to merged response data.
New config.ini.php settings
  • API_bulk_request_limit sets the maximum number of URLs allowed in API.getBulkRequest for authenticated users (-1 disables the limit).
HTTP API
  • API.getBulkRequest now enforces request limits (10 for anonymous users without view access, 50 for anonymous users with view access, or the lower configured limit if API_bulk_request_limit is set).

Read more

Me on Mastodon - This link is here for verification purposes.