We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7739431 commit d36f8e8Copy full SHA for d36f8e8
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.0.6
4
+
5
+* Revert focus change actions from last version to fix running queries
6
7
## 1.0.5
8
9
* Don't execute query with every focus change
package.json
@@ -1,6 +1,6 @@
{
"name": "trino-datasource",
- "version": "1.0.5",
+ "version": "1.0.6",
"description": "The Trino datasource allows to query and visualize Trino data from within Grafana.",
"scripts": {
"build": "grafana-toolkit plugin:build",
0 commit comments