PackageTrack

Go modules

github.com/cenkalti/backoff/v5

v5.0.3cenkalti/backoff

Release timeline

13 releases since 2024
20242026

One column per month.

Releases

  1. v5.0.4-0.20260328163149-880170025c9e28 Mar 2026pre-release

    Nothing published for this version

  2. v5.0.4-0.20260104182414-b67cefebfef34 Jan 2026pre-release

    Nothing published for this version

  3. v5.0.323 Jul 2025
    Release notes

    Don't bubble PermanentError from Retry

    Open source →
  4. v5.0.3-0.20250227125306-aa5bd134412827 Feb 2025pre-release

    Nothing published for this version

  5. v5.0.3-0.20250227124744-34d5e390049027 Feb 2025pre-release

    Nothing published for this version

  6. v5.0.3-0.20250218145907-5567bc72ce0918 Feb 2025pre-release

    Nothing published for this version

  7. v5.0.3-0.20250209181943-b7359dcdb1639 Feb 2025pre-release

    Nothing published for this version

  8. v5.0.29 Feb 2025
    Release notes

    ci: updates go version to 1.23

    Open source →
  9. v5.0.117 Jan 2025
    Release notes

    fixes #156

    Open source →
  10. v5.0.1-0.20241220175635-31e2809de63920 Dec 2024pre-release

    Nothing published for this version

  11. v5.0.019 Dec 2024
    Release notes

    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)
    Open source →
  12. v5.0.0-alpha.118 Dec 2024pre-release

    Nothing published for this version

  13. v5.0.0-20241216033303-66b23f9de85416 Dec 2024pre-release

    Nothing published for this version