Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.0.10

- Adds a `HisRead with Filter` query type that allows filtering and performing multiple hisReads in one step.
- Improves unit detection of historical data.
- Fixes HisRead legend and DataFrame name to reflect the name of the point.

## 0.0.9

Adds login/retry on a 403 response. This ensures that visualizations are still functional after long periods of
Expand Down
9 changes: 5 additions & 4 deletions DEVELOPMENT_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,12 @@ Otherwise, nearly every Axon query can be visualized using the table view.
To trigger a new release of the plugin, we need to push a version tag to github. This can be
achieved with the following steps:

1. Fill out changelog and merge
1. Run `npm version <major|minor|patch>`
2. Run `git push origin main --follow-tags`
3. Navigate to the GitHub releases page, and follow the instructions in the new draft release.
4. Before submitting the plugin in Grafana Cloud, edit the release and make it public.
5. Submit the plugin
1. Run `git push origin main --follow-tags`
1. Navigate to the GitHub releases page, and follow the instructions in the new draft release.
1. Before submitting the plugin in Grafana Cloud, edit the release and make it public.
1. Submit the plugin

---

Expand Down