- Documentation updates
- Removes 'Run' button from query editor
- Removes reliance on deprecated features
- Bumps dependences to latest versions
- Adds 'display column' support to variables
- Adds placeholders to variable column inputs to explain behavior
- Ref variables do not include id in display
- Variables use
id
column if unspecified
- Adds full nhaystack support with basic authentication
- Improves display name detection
- Changes default query type to
read
to better support non-Axon environments - Loosens basic auth server header requirements
Fixes haystack v0.1.12 upgrade.
Upgrades to haystack v0.1.12 to add basic auth client support.
Sets Grafana field display name to column meta ID
display name, if present.
Minor documentation updates
- 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.
Adds login/retry on a 403 response. This ensures that visualizations are still functional after long periods of inactivity.
Initial release.