Releases: simPod/GrafanaJsonDatasource
Releases · simPod/GrafanaJsonDatasource
Wait is over
Features
- DataFrame is supported. Every response is converted to DataFrame now.
- Uses native Annotations
interval
variables are supported
Breaking Changes
- Removed Format As input and with that a
type
field in request.
- Field
target.data
in request was renamed to target.payload
(edit your Dashboard's JSON for easy migration).
- You should resave your variables as the legacy support has been dropped (it requires
{ query: string, format: string }
shape) 77a042f
Constraint is set to Grafana 8.0.0+
v0.2.6
Query Variables now have Raw JSON
switch. When enabled, the query string is parsed as a JSON object. Otherwise when disabled, the query string is placed into a target
key to create a JSON object.
v0.2.5
- Security dep bumps
- Do not issue a query when metric is not selected #165
This should be a last version in 0.2.x row
v0.2.4
@istvan86-nagy fixed order of processing Additional JSON, so we're first replacing variables and JSON parse after that in #149
v0.2.3
- Require @grafana v7.3
- Support textbox variables
- Upgrade deps
v0.2.0
Min required version of Grafana is v7
v0.1.8
Last release supporting Grafana v6