Skip to content

Releases: Altinity/clickhouse-grafana

v3.0.4

29 Apr 14:08
Compare
Choose a tag to compare
v3.0.4 Pre-release
Pre-release

3.0.4 (not released yet 3.1.0)

Enhancements:

  • add additional auto-complete functions the same as clickhouse-client, fix #509
  • add support for Flamegraph and Tracing, fix #508
  • switched to go 1.22

Fixes:

  • fix support grafana cloud fix #517, fix #516
  • fix tlsSkipVerify was ignored when empty tlsCARoot or tlsClientCert and tlsClientKey, fix #532
  • fix multiple issues for format As table, fix #515, #529
  • fix Annotations setup page don't contain Query textfield, fix #518
  • refactored processing macros and whole query on client side, fix #524

What's Changed

Full Changelog: v3.0.0...v3.0.4

v3.0.3

11 Apr 12:16
Compare
Choose a tag to compare
v3.0.3 Pre-release
Pre-release

3.0.3 (2024-04-11)

Fixes:

  • continue to debug grafana cloud 517, 516

What's Changed

Full Changelog: v3.0.0...v3.0.3

v3.0.0

19 Jan 12:23
Compare
Choose a tag to compare

3.0.0 (2024-01-19)

Enhancements:

  • rewrite plugin from scratch for Grafana 10+ compatibility using react instead of angular
  • if you provision datasource from YAML, now xHeaderKey move from jsonData to secureJsonData, and you need to add dataSourceUrl to jsonData, look #348 and docker/grafana/provisioning/datasources/clickhouse-x-auth.yaml for details

What's Changed

New Contributors

Full Changelog: v2.5.4...v3.0.0

v2.5.4

13 Sep 11:12
Compare
Choose a tag to compare

2.5.4 (2023-09-13)

Enhancements:

  • switch to go 1.21

Fixes:

  • fix $conditionalTest macro behavior when drop-down template variable doesn't have All value, have Multi value and zero values is selected, fix #485
  • fix some function descriptions in ACE query editor

v2.5.3

22 Nov 18:51
Compare
Choose a tag to compare

2.5.3 (2022-11-22)

Enhancements:

  • add secureJsonData description for datasource in README, fix #452
  • add $delta, $deltaColumns, $increase, $increaseColumns, fix #455

Fixes:

  • add CGO_ENABLED=0 when build plugin, fix #447

v2.5.2

05 Sep 10:05
Compare
Choose a tag to compare

2.5.2 (2022-09-05)

Enhancements:

  • add Node graph example, fix #352

Fixes:

  • properly escaping database and table identifiers on client-side, fix #440, add more tests

v2.5.1

24 Aug 08:38
Compare
Choose a tag to compare

2.5.1 (2022-08-24)

Enhancements:

  • Switch to go1.19, update go package dependencies

Fixes:

  • properly escaping database and table identifiers, fix #440

v2.5.0

01 Jun 15:21
Compare
Choose a tag to compare

2.5.0 (2022-05-31)

Enhancements:

  • Add support for Logs visualization, fix #331, thanks @Fiery-Fenix and @pixelsquared
  • Add $conditionalTest to editor auto-complete
  • Add support $__searchFilter to template variable queries, fix #354
  • Add allow sub-seconds time resolution with $timeSeriesMs and $timeFilterMs support, fix #344, fix #398
  • Expand template variable values when open context menu Explore, fix #346

Fixes:

  • remove legacy binaries in dist folder, fix #419
  • allow Nullable types in alert label name in backend part, fix #405
  • remove INFORMATION_SCHEMA from adhoc control, fix #426
  • legacy binaries in dist folder after 2.4.4 release plugin name changed, fix #419
  • resolve corner case for SELECT x IN (SELECT ...), fix #421
  • tested textbox variables with ${variable:sqlstring} format, fix #125

v2.4.4

07 Apr 07:17
Compare
Choose a tag to compare

2.4.4 (2022-04-01)

Fixes:

  • replace Vertamedia Altinity logo

v2.4.3

03 Mar 08:59
Compare
Choose a tag to compare

2.4.3 (2022-03-02)

Fixes:

  • change ClickHouse logo to Altinity logo