Skip to content

Commit f441d78

Browse files
authored
release 3.6.0 (#1339)
1 parent 9c80f59 commit f441d78

File tree

5 files changed

+9
-16
lines changed

5 files changed

+9
-16
lines changed

.changeset/chilled-walls-know.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/great-papayas-chew.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wet-countries-breathe.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 3.6.0
4+
5+
💥 **BREAKING CHANGE**: Renamed the Google Sheets range property to sheetRange to avoid conflicts with Grafana's built-in range field. See more information here [#1337](https://github.com/grafana/grafana-infinity-datasource/issues/1337)
6+
7+
🐛 **Bug fix**: Add Assistant helper for creating JQ and JSONata parser
8+
9+
🐛 **Bug fix**: Config editor crash when global query added
10+
311
## 3.5.0
412

513
🚀 **New Feature**: Allow parsing HTTP response from non 200 status codes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-infinity-datasource",
3-
"version": "3.5.0",
3+
"version": "3.6.0",
44
"description": "JSON, CSV, XML, GraphQL, HTML and REST API datasource for Grafana. Do infinite things with Grafana. Transform data with UQL/GROQ. Visualize data from many apis, RSS/ATOM feeds directly",
55
"keywords": [
66
"grafana",

0 commit comments

Comments
 (0)