Releases: asaf-shitrit/go-wait
Releases · asaf-shitrit/go-wait
v1.1.2
- Fixed issue with unexported options fields.
- Changed README.md file accordingly
What's Changed
- package import issues by @asaf-shitrit in #3
Full Changelog: v1.1.1...v1.1.2
V1.1.1
changed go mod module path due to import issues from other projects
v1.1
A new Backoff
waiting strategy has now been added for cases where CPU overhead is a constraint.
This is inspired by Golangs own http.Server
implementation of backoff.
v1.0
What's Changed
- added support for jitter by @asaf-shitrit in #1
New Contributors
- @asaf-shitrit made their first contribution in #1
Full Changelog: https://github.com/asaf-shitrit/go-wait/commits/v1.0.0