chore(deps): update dependency hackney to v4.5.1 #56

Merged
Doridian merged 1 commit from renovate/hackney-4.x-lockfile into main 2026-07-04 22:04:14 -07:00
Member

This PR contains the following updates:

Package Type Update Change
hackney (source) prod minor 4.4.54.5.1

Release Notes

benoitc/hackney (hackney)

v4.5.1

Compare Source

Changed
  • Bump h2 to 0.10.3. It fixes an HTTP/2 upload hang: a sender blocked on
    flow control is now released with {error, stream_reset} or
    {error, stream_closed} when the peer cancels the stream, instead of
    hanging for the connection's lifetime. This affects hackney's streamed
    request bodies over HTTP/2 when the server resets the stream
    mid-backpressure.

v4.5.0

Compare Source

Added
  • HTTP QUERY method (RFC 10008) as a first-class method: hackney:query/1..4
    helpers and hackney:request(query, ...). QUERY is safe and idempotent and
    carries a request body like POST. It works over HTTP/1.1, HTTP/2, and
    HTTP/3 with every request body mode (binary, streamed, async, connection
    API).

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 | minor | `4.4.5` → `4.5.1` | --- ### Release Notes <details> <summary>benoitc/hackney (hackney)</summary> ### [`v4.5.1`](https://github.com/benoitc/hackney/releases/tag/4.5.1) [Compare Source](https://github.com/benoitc/hackney/compare/4.5.0...4.5.1) ##### Changed - Bump `h2` to 0.10.3. It fixes an HTTP/2 upload hang: a sender blocked on flow control is now released with `{error, stream_reset}` or `{error, stream_closed}` when the peer cancels the stream, instead of hanging for the connection's lifetime. This affects hackney's streamed request bodies over HTTP/2 when the server resets the stream mid-backpressure. ### [`v4.5.0`](https://github.com/benoitc/hackney/releases/tag/4.5.0) [Compare Source](https://github.com/benoitc/hackney/compare/4.4.5...4.5.0) ##### Added - HTTP QUERY method (RFC 10008) as a first-class method: `hackney:query/1..4` helpers and `hackney:request(query, ...)`. QUERY is safe and idempotent and carries a request body like POST. It works over HTTP/1.1, HTTP/2, and HTTP/3 with every request body mode (binary, streamed, async, connection API). </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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDkuNSIsInVwZGF0ZWRJblZlciI6IjQzLjI0OS41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
chore(deps): update dependency hackney to v4.5.0
All checks were successful
Lint / Lint (pull_request) Successful in 1m9s
Nix check / check-nix (pull_request) Successful in 1m40s
f115a68ca3
MaidFox force-pushed renovate/hackney-4.x-lockfile from f115a68ca3
All checks were successful
Lint / Lint (pull_request) Successful in 1m9s
Nix check / check-nix (pull_request) Successful in 1m40s
to 3defff6e6a
All checks were successful
Lint / Lint (pull_request) Successful in 1m54s
Nix check / check-nix (pull_request) Successful in 2m47s
2026-07-04 05:08:02 -07:00
Compare
MaidFox force-pushed renovate/hackney-4.x-lockfile from 3defff6e6a
All checks were successful
Lint / Lint (pull_request) Successful in 1m54s
Nix check / check-nix (pull_request) Successful in 2m47s
to 8b4d98f676
All checks were successful
Lint / Lint (pull_request) Successful in 1m50s
Nix check / check-nix (pull_request) Successful in 2m42s
2026-07-04 06:38:01 -07:00
Compare
MaidFox changed title from chore(deps): update dependency hackney to v4.5.0 to chore(deps): update dependency hackney to v4.5.1 2026-07-04 06:38:01 -07:00
Doridian deleted branch renovate/hackney-4.x-lockfile 2026-07-04 22:04:14 -07:00
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!56
No description provided.