Releases: opendatateam/udata-piwik
Releases · opendatateam/udata-piwik
v2.1.4
Pin influx docker image version to prevent usign Influx v2 #239
v2.1.3
- Fix noscript img protocol #215
- Add exception raise when analyze's API call fails #230
v2.1.2
- Add specific query for each model metrics #203
v2.1.1
Remove object's id in error log message in order to have a cleaner message #195
v2.1.0
Changed metrics system #185:
- Metrics are now stored into InfluxDB before being injected in udata's objects
- Udata piwik accesses influxDB throught udata-metrics
- The periodic job
piwik-update-metrics
needs to be scheduled in addition to existing jobs, in order to retrieve the views metrics in udata's objects
- The command
update-metrics
was added to trigger the metrics injection manually
v2.0.2
- [fix] Do not expect a json response from tracking api #192
v2.0.1
- Do not expect a json response from tracking api #190
v2.0.0
- Migrate to python3 🐍 #68
- Migrate footer snippet to the new
footer.snippets
hook #157
v1.5.1
- Fix JS syntax when subscribing to goals #174
v1.5.0
- Independant Matomo site ids for front and api tracking ⚠️ breaking change, you need to set
PIWIK_ID_FRONT
and PIWIK_ID_API
in settings (they can be the same) #173