-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump plugin version (2.0.0 -> 2.0.1)
- Loading branch information
1 parent
6fe2d7b
commit 18be95e
Showing
4 changed files
with
52 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters