Skip to content

Commit 396b234

Browse files
authoredFeb 24, 2025··
Release 3.0.0-beta.2 (#1164)
1 parent c704adb commit 396b234

File tree

5 files changed

+7
-16
lines changed

5 files changed

+7
-16
lines changed
 

‎.changeset/gold-shoes-help.md

-5
This file was deleted.

‎.changeset/lemon-sloths-play.md

-5
This file was deleted.

‎.changeset/three-clouds-yawn.md

-5
This file was deleted.

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 3.0.0-beta.2
4+
5+
🚀 **New Feature**: Support for additional HTTP methods (`PATCH`, `PUT` and `DELETE`) via data source config `allowDangerousHTTPMethods`
6+
🚀 **Improvements**: Set the backend parser as the default parser for new queries. Existing queries with frontend parser should work as before. If broken, setting the parser to `Frontend` may help.
7+
⚙️ **Chore**: Update frontend and backend dependencies
8+
39
## 3.0.0-beta.1
410

511
🚀 **New Feature**: Support for passing grafana meta data such as user id, datasource uid to the underlying API as headers / query params via datasource settings

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-infinity-datasource",
3-
"version": "3.0.0-beta.1",
3+
"version": "3.0.0-beta.2",
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)
Please sign in to comment.