Skip to content

Releases: axiomhq/axiom-go

Axiom Go v0.13.2

21 Nov 11:46
v0.13.2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.1...v0.13.2

Axiom Go v0.13.1

18 Nov 15:44
v0.13.1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.13.1

Axiom Go v0.13.0

16 Nov 21:11
v0.13.0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.0...v0.13.0

Axiom Go v0.12.0

28 Sep 11:32
v0.12.0
Compare
Choose a tag to compare

What's Changed

  • Mark BlocksDeleted as deprecated by @bahlo in #140

Full Changelog: v0.12.0-rc.2...v0.12.0

Axiom Go v0.12.0-rc.2

06 Sep 11:20
v0.12.0-rc.2
Compare
Choose a tag to compare
Axiom Go v0.12.0-rc.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.12.0-rc.1...v0.12.0-rc.2

Axiom Go v0.12.0-rc.1

22 Aug 15:32
v0.12.0-rc.1
Compare
Choose a tag to compare
Axiom Go v0.12.0-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.11.0...v0.12.0-rc.1

Axiom Go v0.11.0

18 Jul 14:29
v0.11.0
d808723
Compare
Choose a tag to compare

Changelog

  • fc109c1 Merge branch 'main' into fix-ci
  • d808723 Merge pull request #123 from axiomhq/fix-ci
  • a433dc1 Revert "feat(ci): optimize"
  • f4a0a8f doc(apl): improved go doc
  • d2dfdf5 doc(query): improved go doc
  • 8d840fe feat(ci): optimize
  • 591c040 feat(client): extract module info from build info for use in 'User-Agent' header
  • c76c2ff feat(dep): update
  • d9cb7c2 feat(history): apl support
  • 8be466c feat(orgs): drop 'trial' plan
  • 36a11d7 feat(orgs): drop outdated fields
  • 74d0aa5 feat(orgs): support new plans
  • 4ee2d54 feat(orgs): support new/updated fields
  • 1c3e039 feat(starred): apl query support
  • d35d6fa feat: apl support for monitors
  • 083eb2f fix(ci): default to matrix.experimental = false
  • 60c75bf fix(ci): restore old behaviour without go 1.19
  • b5c259d fix(orgs): ignore 'externalPlan'
  • f55f46e remove maxQueriesPerSecond from SDK

Axiom Go v0.10.0

30 May 14:58
v0.10.0
Compare
Choose a tag to compare

Changelog

  • 65b6b12 Fix client backoff mechanism
  • c31dc31 Implement test for the backoff/retry logic.
  • ef9c42d Initial implementation of backoff
  • b8ba347 Move the call to op to where it should be (thank you tests)
  • 567cda7 Shorten the op func, do error checking outside of the retry logic (with the exception of statusCode >= 500)
  • 28e3f0e Update dependencies
  • 5003770 add nolint comment
  • bd2086e fix variable shadowing
  • 4f50a89 for loop isn't required in calling client.do
  • 2d64a1a httpResp nil check
  • a074763 move defer and change err scope
  • 265f1b1 move function to be an inline anonymous function
  • 05812e7 remove unneeded return statement
  • e9c6276 return non nil error in case of statuscode>=500
  • 3dd35ff set MaxElapsedTime to 10s and remove MaxElapsedTime

Axiom Go v0.10.0-rc.2

30 May 14:30
v0.10.0-rc.2
Compare
Choose a tag to compare
Axiom Go v0.10.0-rc.2 Pre-release
Pre-release

Changelog

  • 65b6b12 Fix client backoff mechanism
  • c31dc31 Implement test for the backoff/retry logic.
  • ef9c42d Initial implementation of backoff
  • b8ba347 Move the call to op to where it should be (thank you tests)
  • 567cda7 Shorten the op func, do error checking outside of the retry logic (with the exception of statusCode >= 500)
  • 28e3f0e Update dependencies
  • 5003770 add nolint comment
  • bd2086e fix variable shadowing
  • 4f50a89 for loop isn't required in calling client.do
  • 2d64a1a httpResp nil check
  • a074763 move defer and change err scope
  • 265f1b1 move function to be an inline anonymous function
  • 05812e7 remove unneeded return statement
  • e9c6276 return non nil error in case of statuscode>=500
  • 3dd35ff set MaxElapsedTime to 10s and remove MaxElapsedTime

Axiom Go v0.10.0-rc.1

17 May 15:14
v0.10.0-rc.1
Compare
Choose a tag to compare
Axiom Go v0.10.0-rc.1 Pre-release
Pre-release

Changelog