Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Releases: nytm/go-grafana-api

v0.5.0

03 Jun 17:40
c4e06a3
Compare
Choose a tag to compare

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
df50c0d
Compare
Choose a tag to compare

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
cd94108
Compare
Choose a tag to compare

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
5cf70a2
Compare
Choose a tag to compare

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
bd4e74c
Compare
Choose a tag to compare

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
Choose a tag to compare

Same as 0.1.0 but with a "v"

Initial Tagged Release

10 Oct 00:58
Compare
Choose a tag to compare
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