Skip to content

Commit 51057f6

Browse files
committed
Update versions for 2.3.7
1 parent 5d10512 commit 51057f6

File tree

6 files changed

+11
-17
lines changed

6 files changed

+11
-17
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.3.7
4+
5+
Improve support for visualizing Power Query results on newer versions of Grafana.
6+
37
## 2.3.6
48

59
Fix issue with annotations where configured query would be ignored. (#78) (Yan Shnayder)

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -239,15 +239,10 @@ and variables are accepted in DataLinks but there are limitations due to a
239239
1. Breakdown graphs are currently not supported. These may be supported in the
240240
future.
241241
242-
2. Power Queries is an experimental feature and requires the user to change the
243-
visualization to a ***“table”*** inside Grafana. You can also attempt to graph
244-
your results with a ***“graph”*** visualization, by setting the x-axis mode
245-
to ***“series”***.
246-
247-
3. Complex queries with multiple functions are currently not supported. These may
242+
2. Complex queries with multiple functions are currently not supported. These may
248243
be supported in the future.
249244
250-
4. The DataLinks feature currently only works for queries without variables due to
245+
3. The DataLinks feature currently only works for queries without variables due to
251246
a [Grafana bug](https://github.com/grafana/grafana/issues/22183).
252247
253248
## Contributing

dist/README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -239,15 +239,10 @@ and variables are accepted in DataLinks but there are limitations due to a
239239
1. Breakdown graphs are currently not supported. These may be supported in the
240240
future.
241241
242-
2. Power Queries is an experimental feature and requires the user to change the
243-
visualization to a ***“table”*** inside Grafana. You can also attempt to graph
244-
your results with a ***“graph”*** visualization, by setting the x-axis mode
245-
to ***“series”***.
246-
247-
3. Complex queries with multiple functions are currently not supported. These may
242+
2. Complex queries with multiple functions are currently not supported. These may
248243
be supported in the future.
249244
250-
4. The DataLinks feature currently only works for queries without variables due to
245+
3. The DataLinks feature currently only works for queries without variables due to
251246
a [Grafana bug](https://github.com/grafana/grafana/issues/22183).
252247
253248
## Contributing

dist/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "Scalyr",
77
"id": "scalyr-datasource",
88
"info": {
9-
"version": "2.3.6",
9+
"version": "2.3.7",
1010
"description": "Scalyr Observability Platform",
1111
"author": {
1212
"name": "Scalyr",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scalyr-grafana-datasource-plugin",
3-
"version": "2.3.6",
3+
"version": "2.3.7",
44
"description": "This grafana plugin allows Scalyr as a datasource for metrics and graphs",
55
"main": "webpack.config.js",
66
"scripts": {

src/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "Scalyr",
77
"id": "scalyr-datasource",
88
"info": {
9-
"version": "2.3.6",
9+
"version": "2.3.7",
1010
"description": "Scalyr Observability Platform",
1111
"author": {
1212
"name": "Scalyr",

0 commit comments

Comments
 (0)