Skip to content

v2.4.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 04:01
· 27 commits to main since this release
a3652e7

🚀 Added

🔄 Changed

🐛 Fixed

  • fix: Updated the type annotation of the exception argument in on_exception, on_predicate, retry_context and aretry_context to correctly expect an exception type or a tuple of exception types #192 (from @edgarrmondragon)
  • fix: Measure elapsed time after function call #187 (from @edgarrmondragon)

📚 Documentation

🧰 Internal

🛠️ Maintenance