Skip to content

Releases: zorkian/go-datadog-api

Release v2.17.0

18 Oct 20:26
v2.17.0
dc324c0
Compare
Choose a tag to compare

Release v2.16.0

11 Oct 21:23
da6dade
Compare
Choose a tag to compare
  • Changes Precision (in timeboard and screenboard) to use *json.Number rather than *string type by @nyanshak (#179)
  • Fix hostmap style setting by @AlexJF (#178)

Release v2.15.0

09 Oct 21:23
v2.15.0
304c46e
Compare
Choose a tag to compare

Release v2.14.0

25 Sep 21:33
v2.14.0
9d88cb5
Compare
Choose a tag to compare
  • Fix type issue for threshold in screenboard rule by oxlay (#169)
  • Propagate errors in JSON payload, even for 200 OK responses, by @knyar (#171)

Release v2.13.0

04 Sep 22:43
05fc4dd
Compare
Choose a tag to compare
  • Add AutoMin and AutoMax fields for the Yaxis struct so we can work around the times when datadog's API returns a string when we expect a float64 by @anthony-tsang (#167)
  • Improved support for screenboard API by @oxlay (#168)

Release v2.12.0

21 Aug 08:36
v2.12.0
d7b8b10
Compare
Choose a tag to compare

Add support for OverallState to Monitor struct by @Seanstoppable (#163)

Release v2.11.0

05 Aug 22:37
114bbae
Compare
Choose a tag to compare

Release v2.10.0

23 May 15:53
d74ca17
Compare
Choose a tag to compare

Release v2.9.1

29 Apr 22:09
v2.9.1
Compare
Choose a tag to compare
  • Response from metrics endpoint may now contain null values by jkorzekwa-atlassian (#145)

Release v2.8.6

29 Apr 22:07
v2.8.6
Compare
Choose a tag to compare

Reverts breaking change ( e105a8d ).