Skip to content

Releases: circonus-labs/go-apiclient

v0.7.24

05 Dec 17:06
d3ddbbc
Compare
Choose a tag to compare

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

01 Mar 21:59
c25f838
Compare
Choose a tag to compare
  • feat: prepare to switch C3DataURL to be writeable

v0.7.22

05 Jan 17:22
Compare
Choose a tag to compare
  • feat: add Cache-Control: no-store to prevent caching of list responses

v0.7.21

28 Nov 15:58
Compare
Choose a tag to compare
  • feat: add _c3_data_url support to account endpoint

v0.7.20

17 Nov 00:31
4f05f6f
Compare
Choose a tag to compare
  • 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

02 Nov 18:56
Compare
Choose a tag to compare
  • feat: add support for _account_uuid attribute to account

v0.7.18

17 Aug 16:05
b35b574
Compare
Choose a tag to compare
  • 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

12 Jul 16:29
36ced95
Compare
Choose a tag to compare
  • upd: Implements a new DisableRetries configuration setting to allow the retry functionality to be disabled when needed.

v0.7.16

06 Jun 21:28
bd4f318
Compare
Choose a tag to compare
  • upd: Bumps github.com/hashicorp/go-retryablehttp from 0.7.0 to 0.7.1.
  • upd: Adds the default_dashboard_uuid and default_dashboard_type optional fields to the Account type. And, removes the account_default field from the Dashboard type. This is to reflect the changes made to the dashboard defaulting process in the Circonus API.

v0.7.15

27 May 22:17
78519ba
Compare
Choose a tag to compare
  • fix: do not allow blank tags through on check bundle creation