Releases: MacroPower/macropower-analytics-panel
Releases · MacroPower/macropower-analytics-panel
2.1.0 (2021-08-09)
2.0.1 (2021-07-26)
2.0.0
This release is a near complete rewrite of the plugin, please expect that it will break infrastructure in place for 1.x.x.
Changes:
- Panel is now stateless, sessions are matched using a UUID, not a database ID.
- Panel now optionally forwards heartbeats, which can be used to accurately report session duration.
- New payload schema, now including variables & focused state.
- Updates and cleans up plugin dependencies.
- Adds a verified Grafana signature.
- Adds an included backend server (see readme for details).
- Adds better examples, docs, descriptions, etc.
Server / 0.0.1
The initial release of macropower-analytics-panel-server.
See the server's readme for compatibility notes.
Pull the docker image:
docker pull macropower/analytics-panel-server:0.0.1
1.1.1
[1.1.1]
- Fixes an issue with Grafana 7.1 compatibility (#5)
[1.1.0 - Release Candidate 1]
- Rethrows exceptions on post issues (to make finding non-working panels easier)
- Adds an optional config file that can be used to specify default settings
- [BETA] Adds support for template variables (value to change in #6)
1.0.0
- Removes references to Grafana Angular components
- Replaces JSON component with Grafana React JSON component
- Adds an option to toggle between normal and flattened data
- Displays errors on the panel when a fetch cannot be completed
0.0.3
- Fixes an issue where references were incorrect in Grafana 7
- Flattens output JSON to support Telegraf's HTTP listener
- Adds switchable CORS modes to support some Telegraf environments
0.0.2
Grafana 7 Hotfix
0.0.1
Initial release