Update docker.io/matomo Docker tag to v5.3.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.2.2 -> 5.3.0 |
Release Notes
matomo-org/matomo (docker.io/matomo)v5.3.0
Breaking Changes
- When requesting goals for multiple sites at once using
Goals.getGoals
, the result will no longer be indexed byidgoal
. Requesting the goals for a single site will still return them indexed byidgoal
. - The SEO widget does no longer serve the metric
Google indexed pages
. As Google search is no longer accessible without JavaScript this metric can no longer be fetched.
New APIs
- The method
getNthLevelTableDimension
has been added to theReport
class. This extends support for subtable reports for more than three levels. - Commands can subscribe to system signals by defining a
getSystemSignalsToHandle
function in the command implementation. This feature is gated behind the "SystemSignals" feature flag, signal subscription will be silently disabled unless that feature flag is enabled.