Skip to content

4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Mar 14:33
· 84 commits to main since this release

What's Changed

  • Add asynchronous interface via AsyncGrafanaClient. Thanks, @Ousret.
    Changed the HTTP backend from requests to niquests.
    BREAKING CHANGE: In certain conditions, you will need to adjust your code,
    as it no longer propagates requests.exceptions.Timeout exceptions, but
    uses GrafanaTimeoutError 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 missing move_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