Update docker.io/matomo Docker tag to v5.7.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.6.2 → 5.7.0 |
Release Notes
matomo-org/matomo (docker.io/matomo)
v5.7.0
Breaking Changes
- Client-side faults now map to consistent 4xx responses:
- Missing/invalid API params return 400
- Invalid actions return 404
- Missing chunks return 404
- Missing plugins return 404
- Deactivated plugins return 403
New config.ini.php settings
- Proxy scheme headers (like
X-Forwarded-Proto) are now configurable viaproxy_scheme_headers.
New Features
- New event
PrivacyManager.deleteDataSubjectsForDeletedSitesto enable plugins to be GDPR compliant, when tracking visit unrelated data.
HTTP Tracking API
- The new Bot Tracking plugin now supports analyzing requests from AI bots. See https://developer.matomo.org/api-reference/tracking-api#tracking-bots for supported tracking parameters.