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 8ce3c5b commit 7d53233Copy full SHA for 7d53233
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
## unreleased
4
5
+
6
+## 4.0.0 (2024-03-29)
7
8
* Add asynchronous interface via `AsyncGrafanaClient`. Thanks, @Ousret.
9
Changed the HTTP backend from `requests` to `niquests`.
10
BREAKING CHANGE: In certain conditions, you will need to adjust your code,
@@ -19,6 +22,7 @@
19
22
[Niquests]: https://niquests.readthedocs.io/
20
23
[Riquests]: https://requests.readthedocs.io/
21
24
25
26
## 3.11.2 (2024-03-07)
27
28
* Fixed delete operation on "teams" API endpoint.
0 commit comments