chore(deps): update dependency hackney to v4.7.2 - autoclosed - #482
Closed
renovate[bot] wants to merge 1 commit into
Closed
chore(deps): update dependency hackney to v4.7.2 - autoclosed#482renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
Author
|
renovate
Bot
force-pushed
the
renovate/hackney-4.x
branch
from
April 21, 2026 20:55
b86f2c4 to
43439f1
Compare
renovate
Bot
force-pushed
the
renovate/hackney-4.x
branch
from
May 18, 2026 11:02
43439f1 to
dccfabc
Compare
renovate
Bot
force-pushed
the
renovate/hackney-4.x
branch
4 times, most recently
from
May 30, 2026 01:39
efa0a67 to
1a7263a
Compare
renovate
Bot
force-pushed
the
renovate/hackney-4.x
branch
3 times, most recently
from
June 7, 2026 10:05
eba4a3c to
39ead77
Compare
renovate
Bot
force-pushed
the
renovate/hackney-4.x
branch
4 times, most recently
from
June 18, 2026 18:58
08a7653 to
77ed9e5
Compare
renovate
Bot
force-pushed
the
renovate/hackney-4.x
branch
3 times, most recently
from
July 6, 2026 09:04
5245a90 to
b0705ee
Compare
renovate
Bot
force-pushed
the
renovate/hackney-4.x
branch
5 times, most recently
from
July 17, 2026 14:16
56931ff to
2ffaca0
Compare
renovate
Bot
force-pushed
the
renovate/hackney-4.x
branch
from
July 20, 2026 18:46
2ffaca0 to
5ea4bf8
Compare
renovate
Bot
force-pushed
the
renovate/hackney-4.x
branch
from
July 28, 2026 00:17
5ea4bf8 to
f8e9f66
Compare
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.
This PR contains the following updates:
4.5.2→== 4.7.2Release Notes
benoitc/hackney (hackney)
v4.7.2Compare Source
Bump
quicto 1.7.1. A clean QUIC connection close (idle pooled HTTP/3 connections, orderly shutdown) no longer emits ERROR and CRASH reports fromquic_h3_connectionnor propagates an abnormal exit to the connection owner. This also removes the intermittent eunit group cancellation in the h3/wt test suites.See NEWS.md for details. PR #913.
v4.7.1Compare Source
Chunked decoding no longer fails with
{error, invalid_chunk_size}when the CRLF terminating a chunk-size line is split across two socket reads (buffer ending on a lone\r). The parser now waits for the\n(#901).A malformed chunk-size line or chunk terminator now fails cleanly with
{error, invalid_chunk_size}or{error, poorly_formatted_chunked_size}instead of crashing the parser with acase_clauseerror.See NEWS.md for details. PR #912.
v4.7.0Compare Source
HTTP/2 request bodies larger than the peer's flow control window no longer fail with
{error, send_buffer_full}. Body sends block until the server opens the window, bounded by the newsend_timeoutoption (default 30000 ms,infinityallowed,nonblockrestores the old fail-fast behavior). If the window never opens the request fails with{error, timeout}and the abandoned stream is reset so its buffered body does not linger on a shared connection. Applies to whole-body and streamed HTTP/2 request bodies; HTTP/1.1 and HTTP/3 are unchanged.HTTP/2 async requests now deliver their response messages: the stream entry stored an internal reference where the delivery code expected the
stream_topid, so every async HTTP/2 response was silently dropped.HTTP/2
{async, once}now honorsstream_next/1with the same contract as HTTP/1.1: status and headers eagerly, then one message per pull. once streams use h2 manual flow control, so a slow consumer keeps the peer's window closed and in-flight data stays bounded to one window.Connections created with
hackney:connect/4and{pool, false}honor a{send_timeout, T}connect option; pooled connections keep the default and take the per-request option instead.See NEWS.md for details. PR #911.
v4.6.1Compare Source
Changed
h2to 0.11.0. It addsh2:peername/1, which returns the peer's{IpAddress, Port}for a live connection. Additive only; no behavior change for hackney.v4.6.0Compare Source
Added
set_owner/2now works while a response body is streaming, in both the synchronous and the async path. It used to return{error, invalid_state}once the body had started. This lets a short lived worker run a request and hand the still streaming response to a longer lived process before it exits, without stopping the connection.connect/4accepts a binary host, restoring the 1.x behavior. A binary is converted to a string, so callers passing a binary host no longer fail.Fixed
no_reusefor proxy tunnels, SSL upgrades or a disabled pool, or answered withConnection: close) is now closed and its process stopped when a synchronous request completes, instead of parking inconnectedforever. With a long lived owner nothing stopped it, so onehackney_connprocess leaked per request until the node ran out of memory (#902). The sync and async reuse decision now share the same check, which also stops ano_reusepooled connection on the async path.Configuration
📅 Schedule: (in timezone America/New_York)
* 0-3 * * *)🚦 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 was generated by Mend Renovate. View the repository job log.