What's Changed
- Fix typo in README by @stefanvanburen in #30
- Fix typo in GoDoc comment for NewConstant function by @domelzer in #31
- Only check for ctx exipry in one place by @JonasAlfredsson in #33
- add more unit tests by @medyagh in #36
- Add test badge to README by @medyagh in #35
- fix: avoid Int63n panic on non-positive jitter by @sethvargo in #39
- Modernize for Go 1.25 by @sethvargo in #40
- Fix exponential backoff overflow race by @sethvargo in #41
- Pin checkout and setup-go to v7 SHAs by @sethvargo in #43
- Cover backoff wrappers and constructor panics by @sethvargo in #42
- Add WithFullJitter backoff middleware by @sethvargo in #45
New Contributors
- @stefanvanburen made their first contribution in #30
- @domelzer made their first contribution in #31
- @JonasAlfredsson made their first contribution in #33
- @medyagh made their first contribution in #36
Full Changelog: v0.3.0...v0.4.0