Skip to content

Commit

Permalink
Merge pull request #310 from Altinity/fix_github_issues
Browse files Browse the repository at this point in the history
actualize CHANGELOG.md
  • Loading branch information
Slach authored Nov 30, 2020
2 parents 591ee7b + 9108ac6 commit 67e5b7f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 2.2.0 (2020-11-30)
## Enhancement:

* add region support to annotation query, try to fix wrong column orders for table format, fix https://github.com/Vertamedia/clickhouse-grafana/issues/303
* add plugin sign process, fix https://github.com/Vertamedia/clickhouse-grafana/issues/212
* add `DateTime64` support, fix https://github.com/Vertamedia/clickhouse-grafana/issues/292
* add `linux\arm64` backend plugin build
* improve ARRAY JOIN parsing, fix https://github.com/Vertamedia/clickhouse-grafana/issues/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 https://github.com/Vertamedia/clickhouse-grafana/issues/282
* fix corner case for table format with wrong columns order between meta and data response section, fix https://github.com/Vertamedia/clickhouse-grafana/issues/281
* add trickster to docker-compose environment
* actualize links in README.md

# 2.1.0 (2020-08-13)

## Enhancement:
Expand Down

0 comments on commit 67e5b7f

Please sign in to comment.