Skip to content

Releases: grafana/azure-data-explorer-datasource

grafana-azure-data-explorer-datasource v4.1.2

13 Jul 13:14
Compare
Choose a tag to compare

[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

23 Jun 07:57
Compare
Choose a tag to compare

[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

08 Jun 08:40
Compare
Choose a tag to compare

[4.1.0]

  • New Feature: The visual query editor now supports dynamic columns. This includes columns with one or more arrays of dynamic values.

grafana-azure-data-explorer-datasource v4.0.2

02 Jun 12:08
Compare
Choose a tag to compare

[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

26 May 07:48
Compare
Choose a tag to compare

[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

17 May 12:12
Compare
Choose a tag to compare

[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

14 Mar 15:48
Compare
Choose a tag to compare

[3.7.1]

  • Bugfix: Fix scope for national clouds

grafana-azure-data-explorer-datasource v3.7.0

10 Mar 13:27
Compare
Choose a tag to compare

[3.7.0]

  • Chore: Added test coverage script

grafana-azure-data-explorer-datasource v3.7.0-beta1

17 Feb 17:14
Compare
Choose a tag to compare

[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

grafana-azure-data-explorer-datasource v3.6.1

23 Nov 16:47
Compare
Choose a tag to compare

[3.6.1]

  • Reverted change made in 3.6.0 and reuse the previous code editor until we fix the related issues.