|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## 2.5.0 |
| 4 | + |
| 5 | +🚀 **PDC**: Added support for [grafana private datasource connect (PDC)](https://grafana.com/docs/grafana-cloud/connect-externally-hosted/private-data-source-connect/) |
| 6 | + |
| 7 | +🛡️ **Security** Backend binaries compiled with go 1.22.1 which includes [security patches](https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg) |
| 8 | + |
| 9 | +⚙️ **Dependencies update**: NodeJS dev dependency updated from Node 18 to Node 20 |
| 10 | + |
| 11 | +⚙️ **Dependencies update**: Updated backend dependencies and plugin SDK update |
| 12 | + |
| 13 | +⚙️ **Chore**: Replaced gorilla mux library with http.ServeMux from standard library |
| 14 | + |
| 15 | +⚙️ **Chore**: Removed unused graphql and open-api resource calls |
| 16 | + |
3 | 17 | ## 2.5.0-beta.1
|
4 | 18 |
|
5 |
| -🚀 Updated health check messages to include details about custom health check settings |
6 |
| -🚀 Updated the grafana plugin SDK from v0.197.0 to v0.206.0 |
7 |
| -🐛 Updated digest authentication backend SDK from [`github.com/xinsnake/go-http-digest-auth-client`](https://github.com/xinsnake/go-http-digest-auth-client) to [`github.com/icholy/digest`](https://github.com/icholy/digest) |
8 |
| -🐛 Fixed a bug where query columns editor is unusable when sandbox enabled |
9 |
| -🐛 Updated rudderstack analytics events |
| 19 | +🚀 **Chore**: Updated health check messages to include details about custom health check settings |
| 20 | + |
| 21 | +🚀 **Authentication**: Updated digest authentication backend SDK from [`github.com/xinsnake/go-http-digest-auth-client`](https://github.com/xinsnake/go-http-digest-auth-client) to [`github.com/icholy/digest`](https://github.com/icholy/digest) |
| 22 | + |
| 23 | +🐛 **Analytics**: Updated rudderstack analytics events |
| 24 | + |
| 25 | +🐛 **Bug fixes**: Fixed a bug where query columns editor is unusable when sandbox enabled |
| 26 | + |
| 27 | +⚙️ **Chore**: Updated the grafana plugin SDK from v0.197.0 to v0.206.0 |
10 | 28 |
|
11 | 29 | ## 2.4.0
|
12 | 30 |
|
13 |
| -🚀 Minimum supported grafana version updated to 9.5.15 |
| 31 | +🚀 **Chore**: Minimum supported grafana version updated to 9.5.15 |
14 | 32 |
|
15 |
| -🚀 Added support for variables in the backend parser root selector |
| 33 | +🚀 **Variables**:Added support for variables in the backend parser root selector |
16 | 34 |
|
17 |
| -🐛 Better support for variable handling when variable queries have more than 1 column |
| 35 | +🐛 **Variables**: Better support for variable handling when variable queries have more than 1 column |
18 | 36 |
|
19 |
| -🐛 Fixed a bug where variable values were not passed with the nested variable queries |
| 37 | +🐛 **Bug fixes**: Fixed a bug where variable values were not passed with the nested variable queries |
20 | 38 |
|
21 |
| -⚙️ Updated the grafana plugin SDK from v0.193.0 to v0.197.0 |
| 39 | +⚙️ **Chore**: Updated the grafana plugin SDK from v0.193.0 to v0.197.0 |
22 | 40 |
|
23 |
| -⚙️ Plugin build system migrated from `@grafana/toolkit` to `@grafana/create-plugin` |
| 41 | +⚙️ **Chore**:Plugin build system migrated from `@grafana/toolkit` to `@grafana/create-plugin` |
24 | 42 |
|
25 |
| -⚙️ NodeJS dev dependency updated from Node 16 to Node 18 |
| 43 | +⚙️ **Chore**: NodeJS dev dependency updated from Node 16 to Node 18 |
26 | 44 |
|
27 | 45 | ## 2.3.1
|
28 | 46 |
|
|
34 | 52 |
|
35 | 53 | ## 2.3.0
|
36 | 54 |
|
37 |
| -🎉 Infinity datasource plugin is now officially maintained by Grafana Labs |
| 55 | +🎉 Infinity datasource plugin is now officially maintained by Grafana Labs. Read more about this in the [blog post](https://grafana.com/blog/2024/02/05/infinity-plugin-for-grafana-grafana-labs-will-now-maintain-the-versatile-data-source-plugin/) |
38 | 56 |
|
39 | 57 | ## 2.2.1
|
40 | 58 |
|
|
0 commit comments