Releases: codeGROOVE-dev/retry
Releases · codeGROOVE-dev/retry
v1.2.0
What's Changed
- rename repo from retry-go to retry by @tstromberg in #15
Full Changelog: v1.1.1...v1.2.0
v1.1.1
What's Changed
- Modernize code-base & improve code quality by @tstromberg in #14
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- merge avast#103 with test by @tstromberg in #1
- merge avast#128 (FullJitterBackoffDe… by @tstromberg in #2
- Add missing options.go from avast#128 by @tstromberg in #3
- merge: No delay after final retry on max attempts avast#129 by @tstromberg in #4
- merge: BackOffDelay multiplies attempts from zero avast#130 by @tstromberg in #5
- merge: Fix: Check Attempts For Error even when Attempts is zero avast#131 by @tstromberg in #6
- Update go.mod URL, clarify fork intent by @tstromberg in #7
- Remove use of testify and other related 3rd party libraries by @tstromberg in #8
- Improve code defensiveness & use of idiomatic Go by @tstromberg in #9
- Apply Google Style Guide & performance optimizations by @tstromberg in #10
- tests: add edge cases, improve TestComments compliance by @tstromberg in #11
- Improve code correctness, update README by @tstromberg in #12
- run gofumpt by @tstromberg in #13
Full Changelog: v1.0.0...v1.1.0
v1.0.0
- Just a fork