Skip to content

Commit 9f6fb12

Browse files
authored
Release 2.12.2 (#1126)
1 parent 2ff3737 commit 9f6fb12

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

.changeset/few-seahorses-swim.md

-5
This file was deleted.

CHANGELOG.md

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

3+
## 2.12.2
4+
5+
### Patch Changes
6+
7+
🐛 Build and publish pipelines uses latest go lang version `1.23.5` which includes security fixes to the `crypto/x509` and `net/http` packages ( CVE-2024-45341 and CVE-2024-45336 ). More details can be found [here](https://groups.google.com/g/golang-announce/c/sSaUhLA-2SI)
8+
9+
🐛 **Bug fix**: Fixed error source for invalid queries
10+
11+
⚙️ **Chore**: Updated backend plugin SDK `github.com/grafana/grafana-plugin-sdk-go` from `0.261.0` to `0.263.0`
12+
313
## 2.12.1
414

515
⚙️ **Chore**: Updated `cross-spawn` to `7.0.6`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-infinity-datasource",
3-
"version": "2.12.1",
3+
"version": "2.12.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)