Skip to content

Releases: octo/retry

v1.0.2

18 Dec 07:38
2f2c74c
Compare
Choose a tag to compare

1.0.2 (2024-12-18)

Bug Fixes

  • http: Check for and return Seek() failures. (9f2b30f)

v1.0.1

17 Dec 14:07
ffcf6ba
Compare
Choose a tag to compare

1.0.1 (2024-12-17)

Bug Fixes

  • Make contextAttemptKey its own type. (6a772f7)

v1.0.0

17 Dec 12:39
4db686d
Compare
Choose a tag to compare

What's Changed

  • Implement a per-client retry budget. by @octo in #1
  • Implement Attempt(ctx), returning the request index. by @octo in #2
  • BudgetHandler: Add http.Handler to use Budget server-side. by @octo in #3

Full Changelog: https://github.com/octo/retry/commits/v1.0.0