Skip to content

Axiom Go v0.10.0-rc.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 30 May 14:30
· 365 commits to main since this release
v0.10.0-rc.2

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