chore(deps): update dependency hackney to v4.5.2 - autoclosed #58
Loading…
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.5.1→4.5.2Release Notes
benoitc/hackney (hackney)
v4.5.2: hackney 4.5.2Compare Source
Dependency bump release. No API changes.
Changed
h2to 0.10.4. It fixes a regression from 0.10.3 where a blocking send whose data had fully drained received{error, stream_closed}when the stream closed on its END_STREAM chunk. A waiting sender is now settled asokonce the send buffer has drained, and only gets the close-reason error when data is still outstanding.quicto 1.7.0. Relevant to hackney's HTTP/3 client: the connection flow-control window now slides forward with received bytes instead of stalling after 8 MiB, so large HTTP/3 downloads keep flowing; the idle timer restarts on received activity per RFC 9000 §10.1; an invalid peer SETTINGS frame now closes the connection cleanly instead of crashing; and a client recognizes a server stateless reset (RFC 9000 §10.3) and closes promptly instead of waiting for the idle timeout.webtransportto 0.4.3, which aligns its transitiveh2(0.10.4) andquic(1.7.0) dependencies with hackney's own, so thewt_*API runs on the same HTTP/2 and HTTP/3 stack versions.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.
edb8ff5712ef43aad66echore(deps): update dependency hackney to v4.5.2to chore(deps): update dependency hackney to v4.5.2 - autoclosedPull request closed