Last release 5 months ago
28 Mar 2026
Release timing varies
gaps range from 8 days to 6 months
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
13 releases · first in 2024
Release timeline
13 releases since 2024202420252026
20242026
One column per month.
Releases
- v5.0.4-0.20260328163149-880170025c9e28 Mar 2026pre-release
Nothing published for this version
- v5.0.4-0.20260104182414-b67cefebfef34 Jan 2026pre-release
Nothing published for this version
- v5.0.323 Jul 2025
- v5.0.3-0.20250227125306-aa5bd134412827 Feb 2025pre-release
Nothing published for this version
- v5.0.3-0.20250227124744-34d5e390049027 Feb 2025pre-release
Nothing published for this version
- v5.0.3-0.20250218145907-5567bc72ce0918 Feb 2025pre-release
Nothing published for this version
- v5.0.3-0.20250209181943-b7359dcdb1639 Feb 2025pre-release
Nothing published for this version
- v5.0.29 Feb 2025
- v5.0.117 Jan 2025
- v5.0.1-0.20241220175635-31e2809de63920 Dec 2024pre-release
Nothing published for this version
- v5.0.019 Dec 2024
Release notes
Open source →Added
- RetryAfterError can be returned from an operation to indicate how long to wait before the next retry.
Changed
- Retry function now accepts additional options for specifying max number of tries and max elapsed time.
- Retry function now accepts a context.Context.
- Operation function signature changed to return result (any type) and error.
Removed
- RetryNotify* and RetryWithData functions. Only single Retry function remains.
- Optional arguments from ExponentialBackoff constructor.
- Clock and Timer interfaces.
Fixed
- The original error is returned from Retry if there's a PermanentError. (#144)
- The Retry function respects the wrapped PermanentError. (#140)
- v5.0.0-alpha.118 Dec 2024pre-release
Nothing published for this version
- v5.0.0-20241216033303-66b23f9de85416 Dec 2024pre-release
Nothing published for this version