Update docker.io/matomo Docker tag to v5.10.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.8.0 → 5.10.0 |
Release Notes
matomo-org/matomo (docker.io/matomo)
v5.10.0
New APIs
- Widgets can now be declared as client-rendered through
WidgetConfig::setClientSideComponent()andWidgetConfig::setClientSideProps().API.getWidgetMetadataandAPI.getReportPagesMetadatanow expose aclientComponentfield for these widgets, and Widgetize/dashboard rendering supports bootstrapping them without an extra widget controller request.
Deprecations
- The methods
ArchiveTableCreator::getNumericTable()andArchiveTableCreator::getBlobTable()now support a$createIfMissingparameter. Omitting this parameter is deprecated; passtrueto create missing archive tables orfalseto return only existing tables. In Matomo 6 the default behavior for omitted calls will change to lookup-only.
v5.9.0
New APIs
UsersManager.logoutUserwas added to sign a user out of all sessions.
Deprecations
- The jQuery UI
liveWidgetAPI ($.fn.liveWidget) is now deprecated and will be removed in Matomo 6. UseLive.AutoRefreshWidgetvue component instead.