Skip to content

Commit f60bdea

Browse files
authored
Merge pull request #196 from Altinity/make_release_2.0
release 2.0.0
2 parents 46c4bc8 + 6f1e9b0 commit f60bdea

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 2.0.0 (2020-06-17)
2+
3+
## Enhancements:
4+
* compatibility with grafana 7.x, please use environment variable `GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=vertamedia-clickhouse-datasource` or `allow_loading_unsigned_plugins=vertamedia-clickhouse-datasource` in plugins section of `grafana.ini` https://github.com/Vertamedia/clickhouse-grafana/pull/192
5+
* add grafana 7.x alerting support thanks to Brian Thai https://github.com/bmanth60
6+
* add alias support to $perSecondColumns macro https://github.com/Vertamedia/clickhouse-grafana/pull/193
7+
* Support `custom` variable type and empty values for `$conditionalTest` macro https://github.com/Vertamedia/clickhouse-grafana/pull/178
8+
* add docker-compose.yaml to improve local development
9+
10+
## Fixes:
11+
* fix AST for corner case when quotes escaped inside quotes https://github.com/Vertamedia/clickhouse-grafana/pull/123, https://github.com/Vertamedia/clickhouse-grafana/pull/195
12+
* fix https://github.com/Vertamedia/clickhouse-grafana/issues/179, add "Extrapolation" checkbox to Query Editor
13+
114
# 1.9.5 (2020-01-15)
215

316
## Fixes:
@@ -216,4 +229,4 @@ as Ad-hoc's `database.table`
216229

217230
## New Features
218231
* Allow `UInt32` as Timestamp column [#15](https://github.com/Vertamedia/clickhouse-grafana/issues/15)
219-
* Add `Format as Table` format [#17](https://github.com/Vertamedia/clickhouse-grafana/issues/17)
232+
* Add `Format as Table` format [#17](https://github.com/Vertamedia/clickhouse-grafana/issues/17)

dist/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"url": "https://github.com/Vertamedia/clickhouse-grafana"
3030
}
3131
],
32-
"version": "1.9.5"
32+
"version": "2.0.0"
3333
}
3434
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vertamedia-clickhouse",
3-
"version": "1.9.5",
3+
"version": "2.0.0",
44
"description": "ClickHouse datasource for Grafana",
55
"scripts": {
66
"build:prod": "webpack --config webpack.config.prod.js",

src/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"url": "https://github.com/Vertamedia/clickhouse-grafana"
3030
}
3131
],
32-
"version": "1.9.5"
32+
"version": "2.0.0"
3333
}
3434
}

0 commit comments

Comments
 (0)