Skip to content

Commit 43a59ff

Browse files
authored
Release 3.5.0 (#1318)
1 parent 8dd7a53 commit 43a59ff

File tree

5 files changed

+11
-16
lines changed

5 files changed

+11
-16
lines changed

.changeset/curly-falcons-greet.md

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

.changeset/sharp-taxis-applaud.md

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

.changeset/strange-mayflies-press.md

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

CHANGELOG.md

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

3+
## 3.5.0
4+
5+
🚀 **New Feature**: Allow parsing HTTP response from non 200 status codes
6+
7+
🐛 **Bug fix**: Fixed a bug in oauth2 custom token template implementation
8+
9+
🐛 **Bug fix**: Fixed timeseries parsing in UQL
10+
11+
⚙️ **Chore**: Updated dependencies
12+
313
## 3.4.1
414

515
⚙️ **Chore**: If the URL is specified without `http://` / `https://` scheme, infinity will now default to `https://` for non localhost URLs.

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.4.1",
3+
"version": "3.5.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)