v0.61.0 #87
michaelklishin
announced in
Announcements
v0.61.0
#87
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
v0.61.0 (Oct 8, 2025)
Enhancements
Logging via the
log
crate. Both clients now emit trace-level logs for HTTP operations, including request/response details and retry attempts.HTTP request timeout support. Both
ClientBuilder
implementations now provide awith_request_timeout
methodfor configuring request timeouts:
The timeout applies to the entire request/response cycle.
If a request takes longer than the configured duration, it will be aborted and return a timeout error.
Note that this new setting is ignored if a custom HTTP client is provided via
ClientBuilder#with_client
.In that case, configure the timeout directly on the custom client instead.
This discussion was created from the release v0.61.0.
Beta Was this translation helpful? Give feedback.
All reactions