Releases: grafana/clickhouse-datasource
grafana-clickhouse-datasource v2.0.7
2.0.7
- Fix - Empty template variables used with the conditionalAll macro work the same as selecting All. Allow empty Inputs for $__conditionalAll
- Fix - Intervals are limited to 1 second. limit $__interval_s to at least 1 second
- Chore - Bump ClickHouse go API to v2.5.1 Bump github.com/ClickHouse/clickhouse-go/v2 from 2.4.3 to 2.5.1
grafana-clickhouse-datasource v2.0.6
2.0.6
Chore - Backend binaries compiled with latest go version 1.19.4
Chore - Backend grafana dependencies updated to latest version
Chore - Clickhouse-go client updated to v2.4.3
grafana-clickhouse-datasource v2.0.5
2.0.5
Chore - update sqlds to 2.3.17 which fixes complex macro queries
Chore - backend grafana dependency updated
Fix - Allow default protocol toggle value when saving in settings
grafana-clickhouse-datasource v2.0.4
2.0.4
Fix - Query builder: allow custom filter values for fields with Map
type
grafana-clickhouse-datasource v2.0.3
2.0.3
Chore - Backend binaries compiled with latest go version 1.19.3
Chore - Backend grafana dependencies updated
grafana-clickhouse-datasource v2.0.2
2.0.2
Feature - update sqlds to 2.3.13 which fixes some macro queries
grafana-clickhouse-datasource v2.0.1
2.0.1
Bug - now works with Safari. Safari does not support regex look aheads
grafana-clickhouse-datasource v2.0.0
2.0.0
Feature - upgrade driver to support HTTP
Feature - Changed how ad hoc filters work with a settings option provided in CH 22.7
Feature - Conditional alls are now handled with a conditional all function. The function checks if the second parameter is a template var set to all, if it then replaces the function with 1=1, and if not set the function to the first parameter.
Bug - visual query builder can use any date type for time field
Fix - 'any' is now an aggregation type in the visual query builder
Fix - time filter macros can be used in the adhoc query
Bug - time interval macro cannot have an interval of 0
Fix - update drive to v2.1.0
Bug - expand query button works with grafana 8.0+
Fix - added adhoc columns macro
grafana-clickhouse-datasource v2.0.0-beta
2.0.0
Feature - upgrade driver to support HTTP
Feature - Changed how ad hoc filters work with a settings option provided in CH 22.7
Feature - Conditional alls are now handled with a conditional all function. The function checks if the second parameter is a template var set to all, if it then replaces the function with 1=1, and if not set the function to the first parameter.
Bug - visual query builder can use any date type for time field
Fix - 'any' is now an aggregation type in the visual query builder
Fix - time filter macros can be used in the adhoc query
Bug - time interval macro cannot have an interval of 0
Fix - update drive to v2.1.0
Bug - expand query button works with grafana 8.0+
Fix - added adhoc columns macro
grafana-clickhouse-datasource v1.1.2
1.1.2
Bug - add timerange to metricFindQuery