Releases: trinodb/grafana-trino
Releases · trinodb/grafana-trino
Release list
v1.1.1
What's Changed
Other changes
- Bump actions/setup-node from 4.3.0 to 7.0.0 by @dependabot[bot] in #330
- Bump github.com/grafana/grafana-plugin-sdk-go from 0.292.2 to 0.296.1 in the dependency-updates group across 1 directory by @dependabot[bot] in #329
- Bump actions/checkout from 4 to 7 by @dependabot[bot] in #324
- Bump actions/setup-go from 5 to 7 by @dependabot[bot] in #314
- Bump actions/attest-build-provenance from 2 to 4 by @dependabot[bot] in #313
- Unblock Grafana review for plugin 1.1.1 by @nineinchnick in #340
New Contributors
- @dependabot[bot] made their first contribution in #330
Full Changelog: v1.1.0...v1.1.1
Release v1.1.0
1.1.0
- Add support for Trino roles
- Add support for client tags
- Keep OAuth2 tokens isolated between data source instances
- Respect configured CA certificates for Trino TLS connections
- Modernize the Grafana plugin SDK and tooling and require Grafana 10.4 or later
Release v1.0.12
1.0.12
- Add support for OAuth2 client-credentials flow
Release v1.0.11
1.0.11
- Don't overwrite Grafana variables when editing existing dashboard queries
- Don't cancel queries running for longer than 60 seconds
Release v1.0.10
1.0.10
- Store access token securely
- Update dependencies
Release v1.0.9
1.0.9
- Add support for access token (JWT) authentication
Release v1.0.8
1.0.8
- Add support for OAuth
- Add support for annotations
- Use UTC timestamps in macroTimeFilter
Release v1.0.7
1.0.7
- Add support for user impersonation
Release v1.0.6
1.0.6
- Revert focus change actions from last version to fix running queries
Release v1.0.5
1.0.5
- Don't execute query with every focus change
- Fix connection error handling