Releases: grafana/azure-data-explorer-datasource
Releases · grafana/azure-data-explorer-datasource
grafana-azure-data-explorer-datasource v4.1.3
[4.1.3]
- Fix: Correctly cast dynamically typed columns in the query builder.
grafana-azure-data-explorer-datasource v4.1.2
[4.1.2]
This release include several bug fixes:
- Fix reload schema button in configuration.
- Fix dynamic resolution for simple types in the query builder.
- Fix "Aggregate" and "Group by" removal logic also for the builder.
- Return configured default database instead of the first one.
grafana-azure-data-explorer-datasource v4.1.1
[4.1.1]
Several bug fixes for the visual query builder:
- Add materialized views as tables.
- Fix template variable quoting.
- Fix syntax dynamic fields with multiple types.
grafana-azure-data-explorer-datasource v4.1.0
[4.1.0]
- New Feature: The visual query editor now supports
dynamic
columns. This includes columns with one or more arrays ofdynamic
values.
grafana-azure-data-explorer-datasource v4.0.2
[4.0.2]
- Breaking Change on Beta feature: On-Behalf-Of flow is now disabled by default
grafana-azure-data-explorer-datasource v4.0.1
[4.0.1]
- Bugfix: Remove custom token cache used for On-Behalf-Of flow (Beta) and rely on Microsoft Authentication Library to keep a local cache.
grafana-azure-data-explorer-datasource v4.0.0
[4.0.0]
- Breaking Change: Azure Data Explorer plugin now requires Grafana 8.0+ to run.
- Breaking Change: obo_latency_seconds metric was removed.
- Bugfix: Included new Kusto query editor. NOTE: This new editor will be only available if used with Grafana 8.5 or later. Fixes #325.
- Bugfix: Filter dynamic columns from Where/Aggregate/Group by clauses to prevent syntax errors.
- Bugfix: Add logical operators for timespan types in the query builder.
- Internal: Client secret authentication via Grafana Azure SDK.
- Internal: OBO authentication via MSAL for Go.
grafana-azure-data-explorer-datasource v3.7.1
[3.7.1]
- Bugfix: Fix scope for national clouds
grafana-azure-data-explorer-datasource v3.7.0
[3.7.0]
- Chore: Added test coverage script
grafana-azure-data-explorer-datasource v3.7.0-beta1
[3.7.0-beta1]
- Feature: Add On-Behalf-Of Token Authorization
- Bugfix: Eliminate Client ID Panic
- Bugfix: Append azure error to query unsuccessful message
- Bugfix: Fix macro regex on columns with hyphens
- Internal: Update plugin dependencies