Changelog
### 2.1.2
```
- Add specific query for each model metrics [203](https://github.com/opendatateam/udata-piwik/pull/203)
```
### 2.1.1
```
- Remove object's id in error log message in order to have a cleaner message [195](https://github.com/opendatateam/udata-piwik/pull/195)
```
### 2.1.0
```
- Changed metrics system [185](https://github.com/opendatateam/udata-piwik/pull/185):
- Metrics are now stored into InfluxDB before being injected in udata's objects
- Udata piwik accesses influxDB throught [udata-metrics](https://github.com/opendatateam/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
```
### 2.0.2
```
- [fix] Do not expect a json response from tracking api [192](https://github.com/opendatateam/udata-piwik/pull/190)
```
### 2.0.1
```
- Do not expect a json response from tracking api [190](https://github.com/opendatateam/udata-piwik/pull/190)
```
Links
- PyPI: https://pypi.org/project/udata-piwik
- Changelog: https://pyup.io/changelogs/udata-piwik/
- Repo: https://github.com/opendatateam/udata-piwik
This PR updates udata-piwik from 2.0.0 to 2.1.2.
Changelog
### 2.1.2 ``` - Add specific query for each model metrics [203](https://github.com/opendatateam/udata-piwik/pull/203) ``` ### 2.1.1 ``` - Remove object's id in error log message in order to have a cleaner message [195](https://github.com/opendatateam/udata-piwik/pull/195) ``` ### 2.1.0 ``` - Changed metrics system [185](https://github.com/opendatateam/udata-piwik/pull/185): - Metrics are now stored into InfluxDB before being injected in udata's objects - Udata piwik accesses influxDB throught [udata-metrics](https://github.com/opendatateam/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 ``` ### 2.0.2 ``` - [fix] Do not expect a json response from tracking api [192](https://github.com/opendatateam/udata-piwik/pull/190) ``` ### 2.0.1 ``` - Do not expect a json response from tracking api [190](https://github.com/opendatateam/udata-piwik/pull/190) ```Links
- PyPI: https://pypi.org/project/udata-piwik - Changelog: https://pyup.io/changelogs/udata-piwik/ - Repo: https://github.com/opendatateam/udata-piwik