Skip to content

Releases: Altinity/clickhouse-grafana

v3.2.4

28 Oct 19:22
Compare
Choose a tag to compare

3.2.4 (2024-10-28)

Enhancements:

  • implements support custom http headers in alerts, fix #483, thanks @addshore
  • improve Logs support add Log Context and Log adhoc filters, fix #646
  • improve support DateTime(timezone) more consistent, fix #625
  • switch to go 1.23
  • add more e2e test for unified and legacy alerts
  • made e2e tests more stable

Fixes:

  • fix corner case in AST parsing to properly count open and close brackets, fix #648
  • fix bug in connection settings, when turn on default values, then Default field values drop down selectors do not work with BasicAuth,
    fix #624, #632
  • fix bug in connection settings, when turn on default values, then Default field values drop down doesn't show DateTime64 fields,
    fix #630

What's Changed

New Contributors

Full Changelog: v3.2.3...v3.2.4

v3.2.3

03 Sep 18:23
Compare
Choose a tag to compare

3.2.3 (2024-09-03)

Fixes:

  • fix default values in connection editor behavior when changing fields, also change URL, fix #615

What's Changed

Full Changelog: v3.2.2...v3.2.3

v3.2.2

11 Aug 19:39
Compare
Choose a tag to compare

3.2.2 (2024-08-11)

Enhancements:

  • improve e2e tests, more scenarios covered
  • if query is filled then switched to Query Editor instead of Query Settings, fix #605

Fixes:

  • remove information_schema from adhoc system.columns drop down query
  • fix issues with use default values option in connection settings dialog, fix #600
  • fix query reset error when edit multiple queries panel, fix #604
  • properly handle empty response with 502 status code, fix #595

What's Changed

New Contributors

Full Changelog: v3.2.1...v3.2.2

v3.2.1

25 Jun 11:11
Compare
Choose a tag to compare

3.2.1 (2024-06-25)

Fixes:

  • fix wrong time series conversion when custom GROUP BY clause, fix #583

What's Changed

Full Changelog: v3.2.0...v3.2.1

v3.2.0

24 Jun 07:34
Compare
Choose a tag to compare

3.2.0 (2024-06-24)

Enhancements:

  • add ability to setup default values for query builder in connection properties to avoid unnecessary duplicated UI actions, fix #495
  • add example dashboard for Histogram support, fix #497
  • add properly visualization for Map and JSON ClickHouse types, fix #486 and #189
  • add e2e test which cover basic happy path scenarios

Fixes:

  • fixed wrong time range reset after query editing in explore mode, fix #566
  • fixed wrong behavior for $columns + subqueries, fix #565

What's Changed

New Contributors

Full Changelog: v3.1.1...v3.2.0

v3.1.1

20 May 06:34
Compare
Choose a tag to compare

3.1.1 (2024-05-20)

Fixes:

  • fixed wrong encoding messages in golang part of plugin
  • fixed wrong screenshots reference in plugin.json
  • fixed wrong alerts query editor behavior, fix #560 (affected 3.1.0)
  • fixed syntax highlight when auto-complete items sql query failed, fix #559
  • fixed drop-down fields values clean when datasource changed #561

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

10 May 14:25
Compare
Choose a tag to compare

3.1.0

Enhancements:

  • add additional auto-complete functions the same as clickhouse-client, fix #509
  • add support for Flamegraph and Tracing, fix #508
  • enchanced support for Annotations Query builder.
  • added support for HTTP Compression in Connection Settings, fix #494
  • switched to go 1.22
  • updated README with grafana 10 screenshots
  • added $rateColumnsAggregated, $perSecondsColumnsAggregated, $increaseColumnsAggregated, $deltaColumnsAggregated macros for aggregating per-second rates - fix #386
  • added Add metadata option which added SQL comment to allow detection which dashboard and user is source of query on ClickHouse server side, fix #435

Fixes:

  • fixed support grafana cloud fix #517, fix #516
  • multiple UI fixes for QueryEditor component, fix #551, #546, #555, #547, #540, #542,
  • fixed tlsSkipVerify was ignored when empty tlsCARoot or tlsClientCert and tlsClientKey, fix #532
  • fixed multiple issues for format As table, fix #515, #529
  • fixed Annotations setup page don't contain Query textfield, fix #518
  • refactored processing macros and whole query on client side, fix #524
  • fixed legacy alerting when use $from and $to macros in query, fix #458
  • fixed corner case for WHERE field IN ('value1','value2') vs WHERE field IN ['value1','value2'], fix #506
  • fixed corner case for $conditionalTest macro, fix #524

Full Changelog: https://github.com/Altinity/clickhouse-grafana/compare/v3.0.0..v3.1.0

v3.0.5

06 May 17:54
Compare
Choose a tag to compare

3.1.0 (not released yet)

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.5

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