Releases: TrueLayer/reqwest-middleware
Releases · TrueLayer/reqwest-middleware
reqwest-retry-v0.6.0
Added
- Added
with_retry_log_leveltoRetryTransientMiddleware
Changed
- Upgraded
retry-policiesto0.4.0.
reqwest-middleware-v0.3.2
Added
- Added re-export of
reqwest. http2,rustls-tls, andcharsetfeatures, which simply enable those features inreqwest.
reqwest-tracing-v0.5.0
Breaking changes
- Upgraded
reqwest-middlewareto0.3.0. - Removed support for
opentelemetry0.13 to 0.19 - The keys emitted by the crate now match the stable Semantic Conventions for HTTP Spans.
Changed
- The keys emitted by the crate now match the stable Semantic Conventions for HTTP Spans.
- Opentelemetry features are now additive.
reqwest-retry-v0.5.0
Breaking changes
- Upgraded
reqwest-middlewareto0.3.0.
reqwest-middleware-v0.3.0
Breaking changes
- Upgraded
reqwestto0.12.0- Removed default-features
jsonandmultipartfromreqwestdependency - Added
jsonandmultipartfeatures toreqwest-middleware
- Removed default-features
- Upgraded
matchitto0.8.0- You may need to update some matches that look like
/a/:some_varto/a/{some_var}
- You may need to update some matches that look like
- Removed
task_local_extensionsin favour ofhttp::Extensions- All extensions must be
Clonenow.
- All extensions must be
Changed
RequestBuilder::try_clonenow clones the extensions.
Added
- Implemented
ServiceforClientWithMiddlewareto have more feature parity withreqwest. - Added more methods like
build_splitto have more feature parity withreqwest. - Added more documentation