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.
1 parent cb4d1f2 commit b02e850Copy full SHA for b02e850
CHANGELOG.md
@@ -2,10 +2,14 @@
2
3
## unreleased
4
5
-* Add methods `get_permissions_by_uid` and `update_permissions_by_uid` for dashboards.
+
6
+## 3.10.0 (2023-10-30)
7
8
+* Add dashboard methods `get_permissions_by_uid` and `update_permissions_by_uid`.
9
Thanks, @meyerder.
-* Add `GrafanaApi.organization_id` for targeting all requests to a Grafana organization
- Thanks, @lilatomic
10
+* Add `organization_id` argument to `GrafanaApi` and `GrafanaClient`, for targeting all
11
+ requests to a Grafana organization using the `X-Grafana-Org-Id` HTTP header.
12
+ Thanks, @lilatomic.
13
14
15
## 3.9.2 (2023-10-14)
0 commit comments