Skip to content

Releases: MacroPower/macropower-analytics-panel

2.1.0 (2021-08-09)

09 Aug 05:36
Compare
Choose a tag to compare
  • Adds support for relative URLs in endpoint settings (#23). Thanks to: @mig4

2.0.1 (2021-07-26)

27 Jul 03:49
Compare
Choose a tag to compare
  • Use Grafana's eslint config (#20).
  • Updates plugin dependencies.
  • Switches to Grafana plugin workflows for CI/Release (Fixes #21).

Note: Source code no longer contains dist. You have to build yourself or download the zip file.

2.0.0

21 Apr 04:19
Compare
Choose a tag to compare

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

21 Apr 04:36
Compare
Choose a tag to compare

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

06 Aug 23:41
Compare
Choose a tag to compare

[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

15 Jun 20:25
Compare
Choose a tag to compare
  • 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

09 Jun 21:22
Compare
Choose a tag to compare
  • 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

09 Jun 18:42
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release

Grafana 7 Hotfix

0.0.1

30 Nov 18:09
Compare
Choose a tag to compare

Initial release