Releases: vimeo/go-retry
Releases · vimeo/go-retry
v1.4.1 -- bug fix & go 1.20 multi-error unwrapping
What's Changed
Full Changelog: v1.4.0...v1.4.1
v1.4.0 add generic, typed retry wrapper
What's Changed
Full Changelog: v1.3.1...v1.4.0
Return early if deadline is too soon
If the next backoff would involve sleeping beyond the deadline in the context passed to Retry()
,
it's nice to return an error early and save some resources.
Error Wrapping
Provide wrapped errors for easier introspection.
go-clocks integration
Merge pull request #5 from vimeo/go-clocks Use github.com/vimeo/go-clocks and update tests
DefaultBackoff Function
DefaultBackoff is now a function and doesn't need to be cloned.
First Public Version
Merge pull request #1 from vimeo/github-actions Use GitHub Actions for Testing