Skip to content

Releases: asaf-shitrit/go-wait

v1.1.2

22 Dec 10:44
e2c4cdc
Compare
Choose a tag to compare
  • Fixed issue with unexported options fields.
  • Changed README.md file accordingly

What's Changed

Full Changelog: v1.1.1...v1.1.2

V1.1.1

22 Dec 10:35
Compare
Choose a tag to compare

changed go mod module path due to import issues from other projects

v1.1

22 Dec 01:57
58be0e6
Compare
Choose a tag to compare

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

19 Dec 14:09
bc6c067
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/asaf-shitrit/go-wait/commits/v1.0.0