Skip to content

Releases: circonus-labs/go-apiclient

v0.6.4

12 Jun 15:18
9fd8081
Compare
Choose a tag to compare
  • fix: graph.datapoint.alpha - doc:floating point number, api:string

v0.6.3

05 Jun 18:42
7d519fa
Compare
Choose a tag to compare
  • upd: remove tests for invalid cids
  • fix: validate cids on prefix only to compensate for breaking change to rule_set cid in public v2 api

v0.6.2

25 Apr 14:13
ab322df
Compare
Choose a tag to compare
  • upd: dependencies (retryablehttp)

v0.6.1

16 Apr 22:55
62635d3
Compare
Choose a tag to compare
  • add: full overlay test suite to examples/graph/overlays
  • fix: incorrect attribute types in graph overlays (docs vs what api actually returns)

v0.6.0

15 Apr 20:03
e6dd161
Compare
Choose a tag to compare
  • fix: graph structures incorrectly represented nesting of overlay sets

v0.5.4

10 Apr 14:50
6eeb1a6
Compare
Choose a tag to compare
  • add: search (*string) attribute to graph datapoint
  • upd: cluster_ip (*string) can be string OR null
  • add: cluster_ip attribute to broker details

v0.5.3

28 Nov 18:42
e8c5a73
Compare
Choose a tag to compare
  • upd: use std log in retryablehttp until dependency releases Logger interface

v0.5.2

27 Nov 23:46
1613a96
Compare
Choose a tag to compare
  • upd: support any logging package with a Printf method via Logger interface rather than forcing log.Logger from standard log package
  • upd: remove explicit log level classifications from logging messages
  • upd: switch to errors package (for errors.Wrap et al.)
  • upd: clarify error messages
  • upd: refactor tests
  • fix: SearchCheckBundles to use *SearchFilterType as its second argument
  • fix: remove NewAlert - not applicable, alerts are not created via the API
  • add: ensure all Delete*ByCID methods have CID corrections so short CIDs can be passed

v0.5.1

26 Nov 19:06
3f20443
Compare
Choose a tag to compare
  • upd: retryablehttp to use versions

v0.5.0

23 Oct 18:54
Compare
Choose a tag to compare

Initial release - this package replaces github.com/circonus-labs/circonus-gometrics/api