releases.shpreview
Axiom/SDK

SDK

$npx -y @buildinternet/releases show sdk
Mon
Wed
Fri
AprMayJunJulAugSepOctNovDecJanFebMarApr
Less
More
Releases6Avg2/moVersionsv0.27.0 → v0.31.1
May 9, 2023
Axiom Go v0.15.2

What's Changed

Full Changelog: https://github.com/axiomhq/axiom-go/compare/v0.15.1...v0.15.2

Apr 21, 2023
Axiom Go v0.15.1

What's Changed

New Contributors

Full Changelog: https://github.com/axiomhq/axiom-go/compare/v0.15.0...v0.15.1

Mar 20, 2023
Axiom Go v0.15.0

What's Changed

Full Changelog: https://github.com/axiomhq/axiom-go/compare/v0.14.2...v0.15.0

Feb 21, 2023
Axiom Go v0.14.2

What's Changed

Full Changelog: https://github.com/axiomhq/axiom-go/compare/v0.14.1...v0.14.2

Feb 16, 2023
Axiom Go v0.14.1

What's Changed

New Contributors

Full Changelog: https://github.com/axiomhq/axiom-go/compare/v0.14.0...v0.14.1

Jan 24, 2023
Axiom Go v0.14.0

What's Changed

Full Changelog: https://github.com/axiomhq/axiom-go/compare/v0.14.0-rc.1...v0.14.0

Dec 15, 2022
Axiom Go v0.14.0-rc.1

What's Changed

Full Changelog: https://github.com/axiomhq/axiom-go/compare/v0.13.4...v0.14.0-rc.1

Nov 21, 2022
Axiom Go v0.13.4

What's Changed

Full Changelog: https://github.com/axiomhq/axiom-go/compare/v0.13.3...v0.13.4

Axiom Go v0.13.3

What's Changed

Full Changelog: https://github.com/axiomhq/axiom-go/compare/v0.13.2...v0.13.3

Axiom Go v0.13.2

What's Changed

Full Changelog: https://github.com/axiomhq/axiom-go/compare/v0.13.1...v0.13.2

Nov 18, 2022
Axiom Go v0.13.1

What's Changed

Full Changelog: https://github.com/axiomhq/axiom-go/compare/v0.13.0...v0.13.1

Nov 16, 2022
Axiom Go v0.13.0

What's Changed

New Contributors

Full Changelog: https://github.com/axiomhq/axiom-go/compare/v0.12.0...v0.13.0

Sep 28, 2022
Axiom Go v0.12.0

What's Changed

Full Changelog: https://github.com/axiomhq/axiom-go/compare/v0.12.0-rc.2...v0.12.0

Sep 6, 2022
Axiom Go v0.12.0-rc.2

What's Changed

Full Changelog: https://github.com/axiomhq/axiom-go/compare/v0.12.0-rc.1...v0.12.0-rc.2

Aug 22, 2022
Axiom Go v0.12.0-rc.1

What's Changed

Full Changelog: https://github.com/axiomhq/axiom-go/compare/v0.11.0...v0.12.0-rc.1

Jul 18, 2022
Axiom Go v0.11.0

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
May 30, 2022
Axiom Go v0.10.0

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

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
May 17, 2022
Axiom Go v0.10.0-rc.1

Changelog

  • 1aadaa1 Add '/_info' endpoint
  • db484dd Address @a-khaledf
  • 9aef938 Drop unneeded '-mod' flag for 'go run'
  • 6cc9be1 Expand tests
  • a3d15c2 Fix CI
  • f2fac30 Handle exchange in callback
  • 1aa4150 Improve login flow
  • 9991f46 OAuth2 Auth Code + PKCE
  • 8216a18 Replace '/_info' with '/_fields' endpoint
  • 0a28eaf Support Go 1.18, phase out Go 1.16
  • 13d4be8 Support rate limits
  • d02ced7 Swallow fields meta
  • 0973565 Update README.md
  • 1e4f1c7 Update dependencies
  • 5949665 Upgrade GitHub Actions
  • d634816 Upgrade dependencies
  • d6c57a7 Wait longer for history queries to settle
  • c5f3264 map -> slice
Mar 8, 2022
Axiom Go v0.9.1

Changelog

  • efc8339 Allow explicit configuration with api token
Latest
v0.31.1
Tracking Since
Mar 26, 2021
Last fetched Apr 18, 2026