Releases: circonus-labs/go-trapcheck
Releases · circonus-labs/go-trapcheck
v0.0.15
- feat: add SubmissionTimeout option -- default 10s -- controls timing out requests to broker
- build(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0
- build(deps): bump github.com/circonus-labs/go-apiclient from 0.7.23 to 0.7.24
- fix: check tests to correctly initialize broker list
- fix: GetBroker tests to work with broker_list
v0.0.14
v0.0.13
v0.0.12
v0.0.11
v0.0.10
v0.0.9
- chore: add RefreshCheckBundle tests
- feet: add
RefreshCheckBundle
method - chore: add UpdateCheckTags tests
- feat: add
UpdateCheckTags
method - fix: ensure the trap check has been initialized
- feat(deps): bump go-apiclient from 0.7.15 to 0.7.18
- feat(deps): bump go-retryablehttp from 0.7.0 to 0.7.1
- fix(lint): ioutil deprecation
- chore: update to go1.17
v0.0.8
v0.0.7
- add: tracking if bundle is new (created) or not
- upd: only, allow rule, so a deny is not evaluated by broker for every incoming metric. one rule must be provided in order to enable metric_filters
- upd: use bytes.Buffer for metrics
- add: reader for seek in order to be able to trace (io.Copy drains a buffer leaving it at EOF)
- add: public broker ca setting
- add: exposure of whether this is a new (created) check
- upd: use bytes.Buffer for metrics
- upd: clarity around refreshing check on errors
- upd: GetCheckBundle returns the bundle not a ptr
- upd: add public broker ca setting awareness
- upd: ignore generated mocks