Release 4.2.0#866
Merged
Merged
Conversation
IPv6 and 0-RTT for HTTP/3, cross-signed expired-root recovery across all protocols, and quic 1.6.2 / h2 0.8.0 / webtransport 0.3.0.
A pooled connection can stop between checkout and the request call, which let
exit:{normal, _} or exit:noproc from gen_statem:call reach the caller. The
brief linger in the closed state narrowed the window but could not close it.
Wrap the request, body and streaming calls so those exits become
{error, closed} instead. Fixes #861.
A new is_list/1 guard in get_proxy_config made a proxy host given as an atom (e.g. localhost) or a binary fall through and be silently ignored, regressing hackney 1.x behaviour. Accept list, atom and binary hosts for the plain, connect and socks5 proxy tuples and normalise to a string. Fixes #858.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 4.2.0.
Bump
vsnto 4.2.0 and add the NEWS entry. Highlights since 4.1.0:exit:{normal,_}to caller #861: a pooled connection that stops between checkout and the request call no longer leaksexit:{normal, _}/exit:noproc; request, body and streaming calls return{error, closed}instead.localhost) or a binary is accepted again for the plain, connect and socks5 proxy tuples instead of being silently ignored.