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 d57d7b0 commit 856c638Copy full SHA for 856c638
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.0.9
4
+
5
+* Add support for access token (JWT) authentication
6
7
## 1.0.8
8
9
* Add support for OAuth
README.md
@@ -22,6 +22,8 @@ docker run -d -p 3000:3000 \
22
* Authentication:
23
* HTTP Basic
24
* TLS client authentication
25
+ * Access token (JWT)
26
+ * OAuth
27
* Raw SQL editor only, no query builder yet
28
* Macros
29
package.json
@@ -1,6 +1,6 @@
{
"name": "trino-datasource",
- "version": "1.0.8",
+ "version": "1.0.9",
"description": "The Trino datasource allows to query and visualize Trino data from within Grafana.",
"scripts": {
"build": "grafana-toolkit plugin:build",
0 commit comments