We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b95bfdb + 3eeebce commit 823c16cCopy full SHA for 823c16c
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## 1.2.11
6
+
7
+- Update `github.com/grafana/grafana-plugin-sdk-go` to `v0.241.0`
8
+- Fix context canceled errors to be marked as downstream
9
10
## 1.2.10
11
12
- Improve handling of unknown non-api errors
package.json
@@ -1,6 +1,6 @@
1
{
"name": "grafana-google-sheets-datasource",
- "version": "1.2.10",
+ "version": "1.2.11",
"description": "Load data from google sheets in grafana",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
0 commit comments