Releases: circonus-labs/go-apiclient
Releases · circonus-labs/go-apiclient
v0.7.24
Changelog
Others
- d3ddbbc v0.7.24
- d23fa09 v0.7.23
- 50a64f7 chore: use latest lint in workflow
- 2b4a011 chore: update .gitignore
- e895367 build: add goreleaser config (with sbom generation)
- de5815d build(deps): bump github.com/hashicorp/go-retryablehttp
- a54bbce build(deps): bump github.com/hashicorp/go-retryablehttp
- 478804d Merge pull request #44 from circonus-labs/sbom_generation
- 079198e Merge pull request #43 from circonus-labs/dependabot/go_modules/github.com/hashicorp/go-retryablehttp-0.7.5
- 80508dc Merge pull request #42 from circonus-labs/dependabot/go_modules/github.com/hashicorp/go-retryablehttp-0.7.4
v0.7.23
v0.7.22
v0.7.21
v0.7.20
- upd: Changes the type of some of the fields of the Graph type to interface{}. These fields can be set to nil, an empty string "", or a string containing a number that will parse to a float. This is needed to support special rules for setting these fields to null via the API /graph endpoint.
v0.7.19
v0.7.18
- feat: clean tags - remove blanks and duplicates, lowercase, and sort
- fix: debug messages
- fix(lint): ioutil deprecation
- fix(lint): gofmt
- fix(lint): struct alignment
- chore: update to go1.17
- feat(deps): bump go-retryablehttp from 0.7.0 to 0.7.1
- chore: Merge remote-tracking branch 'upstream/master'
v0.7.17
v0.7.16
- upd: Bumps github.com/hashicorp/go-retryablehttp from 0.7.0 to 0.7.1.
- upd: Adds the
default_dashboard_uuid
anddefault_dashboard_type
optional fields to the Account type. And, removes theaccount_default
field from the Dashboard type. This is to reflect the changes made to the dashboard defaulting process in the Circonus API.