Skip to content

Release v1.3.0

Choose a tag to compare

@github-actions github-actions released this 24 Apr 05:54
· 65 commits to main since this release
eb6d50e

Added

  • http_client::ClientBuilder::with(middleware) — chainable extension point that appends a caller-supplied reqwest_middleware::Middleware to the stack after the built-in trace and request-id middleware. Multiple calls compose in call order.