chore(deps): update dependency hackney to v4.5.2 - autoclosed #58

Closed
MaidFox wants to merge 1 commit from renovate/hackney-4.x-lockfile into main
Member

This PR contains the following updates:

Package Type Update Change
hackney (source) prod patch 4.5.14.5.2

Release Notes

benoitc/hackney (hackney)

v4.5.2: hackney 4.5.2

Compare Source

Dependency bump release. No API changes.

Changed
  • Bump h2 to 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 as ok once the send buffer has drained, and only gets the close-reason error when data is still outstanding.
  • Bump quic to 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.
  • Bump webtransport to 0.4.3, which aligns its transitive h2 (0.10.4) and quic (1.7.0) dependencies with hackney's own, so the wt_* API runs on the same HTTP/2 and HTTP/3 stack versions.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [hackney](https://hex.pm/packages/hackney) ([source](https://github.com/benoitc/hackney)) | prod | patch | `4.5.1` → `4.5.2` | --- ### Release Notes <details> <summary>benoitc/hackney (hackney)</summary> ### [`v4.5.2`](https://github.com/benoitc/hackney/releases/tag/4.5.2): hackney 4.5.2 [Compare Source](https://github.com/benoitc/hackney/compare/4.5.1...4.5.2) Dependency bump release. No API changes. ##### Changed - Bump `h2` to 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 as `ok` once the send buffer has drained, and only gets the close-reason error when data is still outstanding. - Bump `quic` to 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. - Bump `webtransport` to 0.4.3, which aligns its transitive `h2` (0.10.4) and `quic` (1.7.0) dependencies with hackney's own, so the `wt_*` API runs on the same HTTP/2 and HTTP/3 stack versions. </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **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. --- - [x] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDkuNSIsInVwZGF0ZWRJblZlciI6IjQzLjI1Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
chore(deps): update dependency hackney to v4.5.2
All checks were successful
Lint / Lint (pull_request) Successful in 1m10s
Nix check / check-nix (pull_request) Successful in 1m38s
edb8ff5712
MaidFox force-pushed renovate/hackney-4.x-lockfile from edb8ff5712
All checks were successful
Lint / Lint (pull_request) Successful in 1m10s
Nix check / check-nix (pull_request) Successful in 1m38s
to ef43aad66e
All checks were successful
Lint / Lint (pull_request) Successful in 2m10s
Nix check / check-nix (pull_request) Successful in 3m18s
2026-07-07 12:48:54 -07:00
Compare
MaidFox changed title from chore(deps): update dependency hackney to v4.5.2 to chore(deps): update dependency hackney to v4.5.2 - autoclosed 2026-07-07 12:52:18 -07:00
MaidFox closed this pull request 2026-07-07 12:52:18 -07:00
All checks were successful
Lint / Lint (pull_request) Successful in 2m10s
Nix check / check-nix (pull_request) Successful in 3m18s

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
SpaceAge/space_age_api!58
No description provided.