Skip to content

Tags: ThalesGroup/requester

Tags

v1.3.1

Merge branch 'dependabot/go_modules/gopkg.in/yaml.v3-3.0.0' of github…

….com:ThalesGroup/requester

v1.3.0

Added convenience functions for typical types of backoff

v1.2.1

Enhancements to retry

- Don't use net.Error.Transparent() it was deprecated
- Retry on a few more types of probably transient network errors
- Better docs for ExponentialBackoff, explaining how to use it as a fixed or zero backoff
- Treat MaxDelay as no delay
- If added jitter would make the delay exceed the max, redistribute the delay below the max

v1.2.0

replace deprecated linters

v1.1.1

Retry EOF errors

and do more error wrapping to catch stacks closer to source.

v1.1.0

added docs

v1.0.3

allow manually triggering a build

v1.0.2

fix bug in expect success code

would return errors if success code was returned

v1.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Build status badge

v1.0.0

more test coverage