grafana-toolbox / grafana-client

Python client library for accessing the Grafana HTTP API.
MIT License
106 stars 30 forks source link

Address Grafana 10.2.3: breaking changes #152

Closed hamelg closed 9 months ago

hamelg commented 9 months ago

Grafana-client is no longer compatible with the data source permissions APIs of grafana Enterprise 10.2.3. This commit adds the new APIs :

Description

https://github.com/panodata/grafana-client/issues/147

Checklist

codecov[bot] commented 9 months ago

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (7303ec2) 94.44% compared to head (df2e937) 94.23%. Report is 2 commits behind head on main.

Files Patch % Lines
grafana_client/elements/datasource.py 54.54% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #152 +/- ## ========================================== - Coverage 94.44% 94.23% -0.22% ========================================== Files 26 26 Lines 1711 1734 +23 ========================================== + Hits 1616 1634 +18 - Misses 95 100 +5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

amotl commented 9 months ago

grafana-client 3.11.1 has been released, it includes your improvements. Thanks again!