-
FEATURE: add a setting to the datasource configuration to choose the api for label names and label values. If enabled, the datasource will use the
/api/v1/labelsfor the label names and the/api/v1/label/<label>/valuesendpoint for label values. See #187. -
BUGFIX: fix React Router vulnerability to XSS via Open Redirects by updating the transitive dependencies: grafana packages. See pr #426.
-
BUGFIX: fix time range rounding for the small intervals. See #310.