We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e141106 commit 6c30700Copy full SHA for 6c30700
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.0.11
4
+
5
+* Don't overwrite Grafana variables when editing existing dashboard queries
6
+* Don't cancel queries running for longer than 60 seconds
7
8
## 1.0.10
9
10
* Store access token securely
package.json
@@ -1,6 +1,6 @@
{
"name": "trino-datasource",
- "version": "1.0.10",
+ "version": "1.0.11",
"description": "The Trino datasource allows to query and visualize Trino data from within Grafana.",
"scripts": {
"build": "grafana-toolkit plugin:build",
0 commit comments