Releases: grafana-toolbox/grafana-client
Releases · grafana-toolbox/grafana-client
3.10.0
What's Changed
- Add dashboard methods
get_permissions_by_uid
andupdate_permissions_by_uid
.
Thanks, @meyerder. - Add
organization_id
argument toGrafanaApi
andGrafanaClient
, for targeting all
requests to a Grafana organization using theX-Grafana-Org-Id
HTTP header.
Thanks, @lilatomic.
Full Changelog: 3.9.2...3.10.0
3.9.2
What's Changed
- Add support for Python 3.12, remove use of deprecated
distutils
.
Thanks, @foreverhy.
Full Changelog: 3.9.1...3.9.2
3.9.1
What's Changed
- Plugins: Accept empty JSON response on plugin uninstall
Full Changelog: 3.9.0...3.9.1
3.9.0
What's Changed
- Refine API wrapper for "Plugins" once more. Please note this adjustment changes
all the method names of the recently added "plugins" API wrappers, so it is
effectively a BREAKING CHANGE, if you used it already.
Full Changelog: 3.8.2...3.9.0
3.8.2
3.8.1
3.8.0
What's Changed
- Add API wrapper for "Plugins". Thanks, @bhks.
- Improve
smartquery
andquery_factory
beyond data source health checks.
Thanks, @peekjef72.
New Contributors
Full Changelog: 3.7.0...3.8.0
3.7.0
What's Changed
- Deprecate
get_dashboard_by_name
on Grafana 8 and higher, as it no longer
supports getting dashboards by slug. Thanks, @oz123. - Add
disable_provenance
parameter to applicable method calls. Thanks, @beeradb. - Add
get_rule_group
method. Thanks, @beeradb.
New Contributors
Full Changelog: 3.6.0...3.7.0
3.6.0
What's Changed
- Add missing argument
dashboard_uid
toget_annotation
method.
Thanks, @nikita-b. - Add API method
get_alertrules_all
. Thanks, @harish422. - Improve usability and documentation for changing timeout settings.
Thanks, @bukem and @dheeg.
New Contributors
- @nikita-b made their first contribution in #98
- @harish422 made their first contribution in #97
Full Changelog: 3.5.0...3.6.0
3.5.0
What's Changed
- Add support for a subset of the "RBAC" API. Thanks, @hamelg.
Full Changelog: 3.4.0...3.5.0