Skip to content

Releases: axiomhq/axiom-go

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

Axiom Go v0.9.1

08 Mar 12:40
Compare
Choose a tag to compare

Changelog

  • efc8339 Allow explicit configuration with api token

Axiom Go v0.9.0

17 Feb 14:47
Compare
Choose a tag to compare

Changelog

Axiom Go v0.9.0-rc.2

17 Feb 13:26
Compare
Choose a tag to compare
Axiom Go v0.9.0-rc.2 Pre-release
Pre-release

Changelog

Axiom Go v0.9.0-rc.1

15 Feb 16:01
Compare
Choose a tag to compare
Axiom Go v0.9.0-rc.1 Pre-release
Pre-release

Changelog

Axiom Go v0.8.2

01 Dec 13:24
Compare
Choose a tag to compare

Changelog

Axiom Go v0.8.1

29 Nov 11:27
Compare
Choose a tag to compare

Changelog

Axiom Go v0.8.0

26 Nov 12:15
Compare
Choose a tag to compare

Changelog

0634f63 API token prefix support
fd92088 API token support
12eec5f Better streamer names
cba985d Constant nameing cleanups
610cfbd Doc fixes
6df0fc5 Drop timestamp for test because we need to query on them
db6043c Fix linter
0e0202b Fix test
3e2fd38 Integrations tests
01494ec README fixes
4e6ce38 Reuse reader
82eea88 Support Update Dataset Fields API
ec9f714 zstandard compression support