Skip to content

Commit

Permalink
Bump plugin version (2.0.0 -> 2.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
MacroPower committed Jul 27, 2021
1 parent 6fe2d7b commit 18be95e
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 4 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Changelog

## 2.0.1 (2021-07-26)

- Use Grafana's eslint config (#20).
- Updates plugin dependencies.
- Switches to Grafana plugin workflows for CI/Release.

## 2.0.0 (2021-04-21)

- 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.

## 1.1.1 (2020-08-06)

- Fixes an issue with Grafana 7.1 compatibility (#5).

## 1.1.0 (2020-08-06)

- 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.
- Adds support for template variables (value to change in #6).

## 1.0.0 (2020-06-15)

- 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 (2020-06-09)

- 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 (2020-06-09)

- Grafana 7 hotfix.

## 0.0.1 (2019-11-30)

- Initial release.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "analytics-panel",
"version": "2.0.0",
"version": "2.0.1",
"description": "Grafana Analytics Panel",
"license": "GPL-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Flags:
| Server | Panel |
| ------ | ----- |
| | 1.x.x |
| 0.0.1 | 2.0.0 |
| 0.0.1 | 2.0.x |

## Examples

Expand Down
4 changes: 2 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
}
],
"screenshots": [],
"version": "2.0.0",
"updated": "2021-04-11"
"version": "2.0.1",
"updated": "2021-07-26"
},
"dependencies": {
"grafanaVersion": "7.x.x",
Expand Down

0 comments on commit 18be95e

Please sign in to comment.