Skip to content

Releases: Altinity/clickhouse-grafana

v2.4.0

29 Nov 17:38
Compare
Choose a tag to compare

2.4.0 (2021-11-29)

Enhancement:

Fixes:

  • implements properly GET and POST support for alert queries, fix #353
  • SQL syntax highlight now works always, fix #174, fix #381
  • fix #376,
  • fix negative behavior for $perSecondColumns #337
  • fix #374, ignore -- inside quotas as comment

v2.3.1

23 Apr 14:25
7449aac
Compare
Choose a tag to compare

2.3.1 (2021-04-23)

Breaking changes

  • On latest Grafana 7.x releases, template variables SQL queries shall return only scalar types of values, see #328

Enhancement:

  • add support Apple M1 ;)
  • switch to new grafana plugin Golang SDK, thanks to @bmanth60 and @valeriakononenko for help
  • add BasicAuth support for alerts, see #267

Fixes:

  • fix github actions backend build
  • fix UNION ALL parsing, see #319
  • fix many issues with alerting

2.2.3

17 Feb 08:26
cdcba9f
Compare
Choose a tag to compare

2.2.3 (2021-02-17)

Enhancement:

  • automate plugin sign process via github actions, fix wrong executable file permissions

2.2.0

30 Nov 15:34
67e5b7f
Compare
Choose a tag to compare

2.2.0 (2020-11-30)

Enhancement:

  • add region support to annotation query, try to fix wrong column orders for table format, fix #303
  • add plugin sign process, fix #212
  • add DateTime64 support, fix #292
  • add linux\arm64 backend plugin build
  • improve ARRAY JOIN parsing, fix #284
  • improve docker-compose.yaml add ability to redefine GRAFANA_VERSION and CLICKHOUSE_VERSION via environment variables latest by default

Fixes:

  • add *.js.map and *.js from src and spec folder to .gitignore
  • don't apply adhoc filters twice when used $adhoc macros, fix #282
  • fix corner case for table format with wrong columns order between meta and data response section, fix #281
  • add trickster to docker-compose environment
  • actualize links in README.md

2.1.0

13 Aug 06:17
bcee398
Compare
Choose a tag to compare

2.1.0 (2020-08-13)

Enhancement:

  • add "Skip comments" checkbox to query editor to pass SQL comments to server, fix #265
  • add setup notes for Grafana 7.x to README
  • add SQL preprocessing logic on browser side with <% js code subset %>, #186, thanks @fgbogdan
  • improve alerts query processing for use case when query(query_name, from, to) time range is less than visible dashboard time range, see #237
  • improve alerts json parsing in golang part for case when we have string fields in response which interprets as series name, see #230
  • properly parsing POST queries in golang part of plugin, #228, thanks @it1804

Fixes:

  • fix corner cases for $macro + subquery, see #276 and #277
  • fix parallel query execution, see #273
  • fix identifiers quotes, see #276, #277
  • fix plugin.json for pass grafana-plugin-repository plugin validator
  • fix multi-value variables behavior - #252
  • add Vagrantfile for statefull environment and allow to upgrade scenario like grafana 7.1.0 + grafana-cli upgrade-all
  • add multiple dashboard examples for github issues:

2.0.7

13 Aug 06:16
077cd79
Compare
Choose a tag to compare
2.0.7 Pre-release
Pre-release

Fixes:

  • fix parallel query execution, see #273
  • fix identifiers quotes, see #266

2.0.6

05 Aug 15:10
a7a610f
Compare
Choose a tag to compare
2.0.6 Pre-release
Pre-release

Enhancement:

  • add "Skip comments" checkbox to query editor to pass SQL comments to server, fix #265

Security

  • rollback SQL+javascript preprocessing logic on browser side to avoid XSS scripting, sorry @fgbogdan

2.0.5

01 Aug 18:55
3bc06ed
Compare
Choose a tag to compare
2.0.5 Pre-release
Pre-release

Fixes:

  • fix plugin.json for pass plugin validator

2.0.4

25 Jul 15:53
f340426
Compare
Choose a tag to compare
2.0.4 Pre-release
Pre-release

Fixes:

  • fix multi-value variables behavior - #252

2.0.3

24 Jul 10:07
a02221e
Compare
Choose a tag to compare
2.0.3 Pre-release
Pre-release

Enhancements:

  • add setup notes for Grafana 7.x to README
  • add SQL preprocessing logic on browser side with <% js code subset %>, #186, thanks @fgbogdan
  • improve alerts query processing for use case when query(query_name, from, to) time range is less than visible dashboard time range, see #237
  • improve alerts json parsing in golang part for case when we have string fields in response which interprets as series name, see #230
  • properly parsing POST queries in golang part of plugin, #228, thanks @it1804

Fixes:

  • add Vagrantfile for statefull environment and allow to upgrade scenario like grafana 7.1.0 + grafana-cli upgrade-all
  • add multiple dashboard examples for github issues: