We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7acd17 commit 5c6712eCopy full SHA for 5c6712e
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.0.5
4
+
5
+* Don't execute query with every focus change
6
+* Fix connection error handling
7
8
## 1.0.4
9
10
* Add query variable support
package.json
@@ -1,6 +1,6 @@
{
"name": "trino-datasource",
- "version": "1.0.4",
+ "version": "1.0.5",
"description": "The Trino datasource allows to query and visualize Trino data from within Grafana.",
"scripts": {
"build": "grafana-toolkit plugin:build",
0 commit comments