Releases: grafana/google-bigquery-datasource
Releases · grafana/google-bigquery-datasource
grafana-bigquery-datasource v1.0.0
1.0.0
- Visual Query Builder: Support IS [NOT] NULL operator.
- Code editor: Add template variables suggestions.
- Query builder: Automatically import doitintl-bigquery-datasource queries when changing data source to google-bigquery-datasource. Works only with Grafana 8.5+.
grafana-bigquery-datasource v0.1.15
0.1.15
- Data types support Add support for GEOGRAPHY, BIGNUMERIC and BYTES data types.
- Code editor: Add possibility to edit query in an expanded editor.
- Visual Query Builder: Support asterisk in select.
- Visual Query Builder: Format preview.
- Visual Query Builder: Open group by when aggregation selected.
- Fix: Reset query on dataset change.
- Fix: Remove not used config settings.
- Fix: Perform query validation on processing location change.
- Update list of available processing locations.
- Update minimal Grafana version.
grafana-bigquery-datasource v0.1.14
0.1.14
- Fix: Reset query in visual query builder when table is changed.
- Fix: Remove debounced state updates in visual query builder.
- Fix: Format template variables and macros correctly in code editor.
- Fix: Do not run hidden queries.
- Fix: Interpolate template variables correctly for validation requests.
grafana-bigquery-datasource v0.1.13
0.1.13
- Data source settings: Fix bug, that made it impossible to reset and change JWT token used for authentication.
grafana-bigquery-datasource v0.1.12
0.1.12
- Annotations: Add annotation support.
- Visual Query Builder: Visual query builder has now a default limit set for a query (50).
- Visual Query Builder: Queries built with visual query builder are no longer automatically executed- the Run query button is shown as in code editor.
- Visual Query Builder: Query produced by visual query builder has table wrapped in backticks.
- Visual Query Builder: Add aggregated columns to Order By select.
- Visual Query Builder: Fix bug when the user changes the filter operator.
- Autocomplete: Add completion for macros.
- Query validation: Add time range to query validation API call. Fixes query validation errors when macros using the time range is used.
- Query validation: Return validation when an unsupported macro is used.
- Fix: timeGroup macro should now be interpolated correctly.
grafana-bigquery-datasource v0.1.11
0.1.11
- Fix: Allow running script queries.
- Query validation: Add interpolated to validation response.
grafana-bigquery-datasource v0.1.10
0.1.10
- Code editor: Add option to format the query.
- Code editor: Do not run the query when user blurs the code editor.
- Query validation: Do not re-validate query if it hasn's changed.
grafana-bigquery-datasource v0.1.9
0.1.9
- Autocomplete: Add suggestions for columns in WHERE clause.
- Query validation: Actively run query validation on query change rather than on blur.
- Code editor: Run query when CTRL/CMD+Return is pressed.
grafana-bigquery-datasource v0.1.8
0.1.8
- Autocomplete: Improve tables suggestions.
- Query validation: Interpolate template variables and macros before performing dry run.
grafana-bigquery-datasource v0.1.7
0.1.7
- Autocomplete: Add suggestions for ingestion-time partitioned table filters.
- Code editor: Make autocomplete case insentive for keywords and operators.
- Code editor: Make query bytes estimate more user friendly.