Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update reqwest-middleware, reqwest-retry, and retry-policies #322

Merged

Conversation

musicinmybrain
Copy link
Contributor

Update reqwest-middleware, reqwest-retry, and retry-policies to their latest versions.

Essential changelog entries:

reqwest-middleware 0.4.0

Breaking Changes

  • request_middleware::Error is now a transparent error enum and doesn't add its own context anymore.

reqwest-retry 0.7.0

Breaking changes

  • Errors are now reported as RetryError that adds the number of retries to the error chain if there were any. This changes the returned error types.

retry-policies 0.4.0

Breaking changes

  • Replace chrono with standard library types: Replace chrono::DateTime<Utc> with std::time::SystemTime

@yoshidan yoshidan added the safe to test safe to test label Nov 14, 2024
@yoshidan
Copy link
Owner

Thank you for your contribution.

@yoshidan yoshidan merged commit 75b566c into yoshidan:main Nov 15, 2024
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe to test safe to test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants