chore(deps): update dependency hackney to v4.3.0 #47
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/hackney-4.x-lockfile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
4.2.3→4.3.0Release Notes
benoitc/hackney (hackney)
v4.3.0Compare Source
Added
{ssl_pooling, true}(request option or application env, default false). Upgraded SSL connections return to the pool keyed by the hash of their effective TLS options and are reused only on an exact match, skipping the handshake on follow-up requests. (#872)ssl_options, connections use{session_tickets, auto}. Disable with thetls_session_resumptionenv. Customssl_optionsnever resume (the OTP ticket store is node-wide and a resumed session skips certificate validation). (#872)Changed
ssl_optionsno longer share a connection or resume each other's tickets.server_name_indicationis sent for IP-literal hosts (RFC 6066) across HTTP/1.1, HTTP/2 and HTTP/3. A user-suppliedserver_name_indicationis honored consistently as both the wire value and the verification target, anddisablesuppresses SNI without weakening verification.quicto 1.6.5 andwebtransportto 0.4.0.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.