Skip to content

Commit

Permalink
Release 3.0.0-beta.2 (#1164)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanahuckova authored Feb 24, 2025
1 parent c704adb commit 396b234
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-shoes-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-sloths-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-clouds-yawn.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.0.0-beta.2

🚀 **New Feature**: Support for additional HTTP methods (`PATCH`, `PUT` and `DELETE`) via data source config `allowDangerousHTTPMethods`
🚀 **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.
⚙️ **Chore**: Update frontend and backend dependencies

## 3.0.0-beta.1

🚀 **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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grafana-infinity-datasource",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"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",
"keywords": [
"grafana",
Expand Down

0 comments on commit 396b234

Please sign in to comment.