Releases: axiomhq/axiom-go
Releases · axiomhq/axiom-go
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
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
Axiom Go v0.9.1
Changelog
- efc8339 Allow explicit configuration with api token
Axiom Go v0.9.0
Axiom Go v0.9.0-rc.2
Axiom Go v0.9.0-rc.1
Changelog
- d5bc312 APL result with dataset names
- 56e117b Add some cloud-only organization endpoints
- 71537ff Additional protection for sending odd constants
- adaa099 Address @bahlo and @thecraftman
- 56beea1 Allow for org id to be set for non cloud deployments
- dd86c70 Bump x pkg
- 6bc687e Cleanup tests
- 3180c99 Cleaup some jobs
- bffc3aa Code grooming
- 738d0ad Code grooming
- e0b303c Disable Azure 1 Staging
- 7f4ceac Drop ingest tokens
- 9392ddb Drop useless code
- f4f1b40 Enhanced token tests
- 8090099 Fix CI
- 2a4235e Fix sas test
- 05dafc5 Fix tokens
- 6c98c26 Ignore cloud org keys field
- 6b40bad Improve Actions
- 40dc32b Improve Actions, pt. 2
- 4048b2e Improve README
- 3e75372 Improve README
- defef10 Improved docs
- 1eb48e9 Make sure rotation works fine
- 46a101e Properly implement keys
- 0531232 Rate limit reached error
- 46b24f6 Run examples on cloud dev as well
- 001836e Run pr intgration tests on cloud dev as well
- adeffb6 Run tests on cloud only
- 1bfda09 SAS/SAT support
- fa51280 Server regression & push
- 0bef394 Test against local deployment on PR using setup-axiom
- 361776b Update README
- 43ec013 Use CI check
Axiom Go v0.8.2
Axiom Go v0.8.1
Axiom Go v0.8.0
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