Releases: xmidt-org/retry
Releases · xmidt-org/retry
v0.0.3
Changelog
Bug Fixes
- 6135397: fix: ensure the timer is never nil, even if an option sets it to nil (@johnabass)
Other Work
- f145b1a: a couple of runner examples (@johnabass)
- dab1d87: added a Client that can be used to retry HTTP requests (@johnabass)
- 341f9ad: added custom HTTP retry logic (@johnabass)
- ae7c897: expose an immediate timer for testing other packages that use retry (@johnabass)
- b28bb3e: expose the ability to set a custom Timer (@johnabass)
- c32da12: refactored the ShouldRetry part of the API to better support HTTP tasks (@johnabass)
v0.0.2
Changelog
Bug Fixes
- f53c58d: fix: errors should be retryable by default (@johnabass)
Other Work
- 8c5ebcd: Update dependabot to manage all dependencies. (@schmidtw)
- d8adceb: added a Requester strategy so that requests may be modified prior to execution (@johnabass)
- cb9f3d0: commonly useful RequestFactory implementations (@johnabass)
- b2bad9e: expanded Task conversions for more flexibility (@johnabass)
- d8dd0d5: initial code (@johnabass)
- a83f7bb: refactor to support context cancelation (@johnabass)