Skip to content

Releases: grafana/google-bigquery-datasource

grafana-bigquery-datasource v1.2.4

30 Mar 14:58
Compare
Choose a tag to compare

1.2.4

  • Chore: Upgrade to latest grafana-google-sdks #166
  • Chore: Migrate to create-plugin #165
  • Added processing locations: Columbus (Ohio), Madrid, Milan and Paris #161

grafana-bigquery-datasource v1.2.3

05 Dec 07:52
Compare
Choose a tag to compare

1.2.3

  • Chore: Upgrade grafana/experimental to 1.0.1 #144
  • Fix: Update time macros to unquote time variables #155
  • Fix: Don't panic in macro timegroup #156

grafana-bigquery-datasource v1.2.2

26 Oct 12:44
Compare
Choose a tag to compare

1.2.2

  • Chore: Update to Golang 1.19 and build the plugin with it. #149

grafana-bigquery-datasource v1.2.1

09 Aug 14:05
Compare
Choose a tag to compare

1.2.1

  • Querying: Fix an issue when query location would not be set correctly. (#140)

grafana-bigquery-datasource v1.2.0

06 Jul 17:35
Compare
Choose a tag to compare

1.2.0

  • Datasource config: Add support for using private key path in datasource configuration

grafana-bigquery-datasource v1.1.1

26 May 09:24
Compare
Choose a tag to compare

1.1.1

  • Fix: Compatibility issue with Grafana version 8.0.0 (#121)

grafana-bigquery-datasource v1.1.0

29 Apr 11:06
Compare
Choose a tag to compare

1.1.0

This release comes with a new feature that enables using multiple BigQuery projects using a single data source. In order to see GCP projects listed in the query editor, you need to enable the Google Cloud Resource Manager API.

  • Feature: Add support for multi-project setup. (#112)
  • Chore: Update @grafana/experimental dependency. (#115)
  • Fix: Processing location is no longer reset when code editor query changes. (#114)

grafana-bigquery-datasource v1.0.3

21 Apr 14:06
Compare
Choose a tag to compare

1.0.3

  • Data types support: Add support for querying array of primitive types.
  • Fix: Interpolate $__interval and $__interval_ms variables when validating query.

grafana-bigquery-datasource v1.0.2

19 Apr 12:28
Compare
Choose a tag to compare

1.0.2

  • Fix: Use configured default project when using GCE authentication.

grafana-bigquery-datasource v1.0.1

15 Apr 13:56
Compare
Choose a tag to compare

1.0.1

  • Authentication: Allow configuring default project when using GCE authentication.