Releases: fumoboy007/swift-retry
Releases · fumoboy007/swift-retry
0.2.4: Log the full error instead of only the error type.
The retry implementation cannot know whether or not the error contains private information, so it should log the error and allow the user of the library to decide. As detailed [here](https://github.com/apple/swift-log/issues/204#issuecomment-1633283808), the log handler can redact metadata values as needed.
0.2.3
Add details about `RetryableRequest` to the Overview section of the d…
0.2.2
Add messages to user-facing preconditions.
0.2.1
Update `ReuseRetryConfiguration` snippet to demonstrate reusing a `Re…
0.2.0
Add `RecoveryAction.retryAfter` to allow specifying a minimum retry d…
0.1.3
Add a `RetryableRequest` protocol that adds safe retry methods to a c…
0.1.2
Do not retry if the thrown error is `CancellationError`.
0.1.1
Implement a more robust workaround for https://github.com/apple/swift…
0.1.0
Initial commit.