Skip to content

v3.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Aug 04:53
· 8 commits to main since this release
Immutable release. Only release title and notes can be modified.
2a97dba

🚀 Added

⚠️ Breaking Changes

  • feat!: Rename private class _Attempt to backoff.Attempt and make it part of the public API #210 (from @edgarrmondragon)
  • fix!: Drop support for nullary (i.e. zero-argument) jitter functions #196 (from @edgarrmondragon)

🔄 Changed

🐛 Fixed

  • fix: Preserve the types of annotated async functions wrapped with on_exception or on_predicate #202 (from @MeisQuietude)

📚 Documentation

🛠️ Maintenance