We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd1682e commit bffc6ecCopy full SHA for bffc6ec
CHANGELOG.md
@@ -1,5 +1,20 @@
1
# Changelog
2
3
+## 1.0.3
4
+
5
+* Use the custom CA in the custom http client
6
+* Only check for client certs when TLS options are present
7
8
+## 1.0.2
9
10
+### What's Changed
11
12
+Add support for TLS client auth
13
14
+## 1.0.1
15
16
+Updated dependencies.
17
18
## 1.0.0
19
20
Initial release.
package.json
@@ -1,6 +1,6 @@
{
"name": "trino-datasource",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "The Trino datasource allows to query and visualize Trino data from within Grafana.",
"scripts": {
"build": "grafana-toolkit plugin:build",
0 commit comments