4.0.0
What's Changed
- Add asynchronous interface via
AsyncGrafanaClient
. Thanks, @Ousret.
Changed the HTTP backend fromrequests
toniquests
.
BREAKING CHANGE: In certain conditions, you will need to adjust your code,
as it no longer propagatesrequests.exceptions.Timeout
exceptions, but
usesGrafanaTimeoutError
instead. Other than this, Niquests is a drop-
in replacement for [Requests] and therefore is largely compatible. - Remove Python 3.6 support. Thanks, @Ousret.
- Improve support for folders, by adding
parent_uid
option to relevant
endpoints, and by adding missingmove_folder
. Thanks, @grafuls. - Service Accounts: Unlock endpoint to update service account by id.
Thanks, @einar-lanfranco. - Data Source API: Add support for Amazon Redshift and Clickhouse.
Thanks, @lpfann and @mysuperai.
Full Changelog: https://github.com/panodata/grafana-client/compare/3.11.2..4.0.0