Releases: nytm/go-grafana-api
Releases · nytm/go-grafana-api
v0.5.0
03 Jun 17:40
Compare
Sorry, something went wrong.
No results found
New Features:
Support for Grafana playlists (#32 )
Support for Grafana teams (#37 )
Improvements:
Better testing for dashboards (#31 )
Add uid field to alert notifications (#34 )
Ability to list existing dashboards (#38 )
Support for unauthenticated clients (#40 )
Maintenance:
Changes since previous release: v0.4.0...v0.5.0
v0.4.0
16 Apr 03:17
Compare
Sorry, something went wrong.
No results found
Enhancements:
[enhancement ][size/M ] Flesh Out Datasource struct #35
[enhancement ][size/S ] Implement read & delete by UID as per Grafana depreciating #25
[enhancement ][size/XS ] Set new HttpClient via cleanhttp #19
[enhancement ][size/M ] Added datasource prometheus values for json data #23
v0.3.1
12 Apr 21:30
Compare
Sorry, something went wrong.
No results found
Bug Fixes:
Support HTTP basic authentication for passwords that include a colon (#41 )
Changes since previous release: v0.3.0...v0.3.1
v0.3.0
01 Feb 15:46
Compare
Sorry, something went wrong.
No results found
New Features:
Implement read & delete by UID as per Grafana depreciating (#25 )
Improvements:
Flesh Out Datasource struct (#35 )
v0.2.0
20 Oct 00:32
Compare
Sorry, something went wrong.
No results found
Improvements:
Add Automated Tests (#27 )
Update alert notification and test has been added (#24 )
Set new HttpClient via cleanhttp (#19 )
v0.1.0
17 Oct 03:18
Compare
Sorry, something went wrong.
No results found
Same as 0.1.0 but with a "v"
Initial Tagged Release
10 Oct 00:58
Compare
Sorry, something went wrong.
No results found
Added datasource prometheus values for json data (#23)
* add missing fields for datasources
* remove EsVersion
* added test and corrected json syntax
* Update datasource_test.go