Skip to content

Releases: fumoboy007/swift-retry

0.2.3: Add details about `RetryableRequest` to the Overview section of the d…

15 Jan 00:04
Compare
Choose a tag to compare
…ocumentation landing page.

0.2.2

08 Jan 09:29
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release
Add messages to user-facing preconditions.

0.2.1: Update `ReuseRetryConfiguration` snippet to demonstrate reusing a `Re…

08 Jan 00:35
Compare
Choose a tag to compare
…tryConfiguration` with any `Clock` type.

0.2.0: Add `RecoveryAction.retryAfter` to allow specifying a minimum retry d…

07 Jan 00:38
Compare
Choose a tag to compare

0.1.3: Add a `RetryableRequest` protocol that adds safe retry methods to a c…

03 Jan 08:51
Compare
Choose a tag to compare
…onforming request type.

0.1.2

23 Dec 20:12
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release
Do not retry if the thrown error is `CancellationError`.

0.1.1: Implement a more robust workaround for https://github.com/apple/swift…

22 Dec 22:10
Compare
Choose a tag to compare

0.1.0

20 Dec 11:21
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
Initial commit.