Skip to content

Releases: sethvargo/go-retry

v0.2.4

14 Dec 13:52
Compare
Choose a tag to compare

What's Changed

  • backoff: remove global rand.Seed and using locked rand.Rand by @zchee in #19

New Contributors

  • @zchee made their first contribution in #19

Full Changelog: v0.2.3...v0.2.4

v0.2.3

10 Feb 19:32
009eed1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.2.3

v0.2.2

08 Jan 00:50
2b17a41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

04 Jan 13:49
Compare
Choose a tag to compare

This is the same release as v0.2.0, but v0.2.0 had issues publishing to the Go module registry.

What's Changed

  • Breaking - panic instead of returning an error negative bases. The signature for constructors no longer returns an error, for a better devx.
  • Potentially breaking - Automatically unwrap returned error by @sethvargo in #6
  • Fix typo in README by @chrisfowles in #1
  • Add readme note about ordering of modifiers by @AriehSchneier in #3
  • Update section about WithMaxRetries in README by @wietsevenema in #4

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.2.0

03 Jan 21:06
Compare
Choose a tag to compare

What's Changed

  • Breaking - panic instead of returning an error negative bases. The signature for constructors no longer returns an error, for a better devx.
  • Potentially breaking - Automatically unwrap returned error by @sethvargo in #6
  • Fix typo in README by @chrisfowles in #1
  • Add readme note about ordering of modifiers by @AriehSchneier in #3
  • Update section about WithMaxRetries in README by @wietsevenema in #4

New Contributors

Full Changelog: v0.1.0...v0.2.0