chore(deps): update dependency hackney to v4.4.1 #49

Merged
Doridian merged 1 commit from renovate/hackney-4.x-lockfile into main 2026-06-16 02:27:06 -07:00
Member

This PR contains the following updates:

Package Type Update Change
hackney (source) prod minor 4.3.04.4.1

Release Notes

benoitc/hackney (hackney)

v4.4.1

Compare Source

Fixed
  • Pool checkout no longer fails with checkout_timeout when a connection from a just-completed request has not yet been checked back in. pool_size / max_connections now bounds the warm (idle) pool kept for reuse; per-host concurrency is capped by max_per_host. A request beyond the warm pool size opens an overflow connection that is closed at checkin instead of being pooled. Set max_per_host to cap concurrent connections to a host.
Dependencies
  • webtransport 0.4.0 -> ~> 0.4.1, h2 ~> 0.10.0 -> ~> 0.10.1, quic 1.6.5 -> ~> 1.6.5. The exact webtransport 0.4.0 pin required h2 0.9.0, conflicting with hackney's own h2 ~> 0.10.0 and breaking installation on strict resolvers. webtransport 0.4.1 relaxes that requirement; the ranges now accept any 0.4.x / 0.10.x / 1.6.x patch release without a further bump. (#​879)

v4.4.0

Compare Source

Added
  • HTTP/2 streaming request bodies and streaming response reads, reaching parity with HTTP/1.1 and HTTP/3: pass stream as the body, send chunks with send_body/2 then finish_send_body/1, and read the response with start_response/1 followed by body/1 or stream_body/1. (#​875)
  • Full-duplex HTTP/2 bidirectional streaming (gRPC-style) via a new h2_* API (h2_open, h2_send, h2_recv, h2_send_trailers, h2_consume, h2_setopts, h2_close), mirroring the ws_* and wt_* APIs. Send and receive interleaved on one stream, with trailers, passive/active delivery, and {flow_control, manual} + h2_consume/2 backpressure. (#​876)
Dependencies
  • h2 0.9.0 -> ~> 0.10.0, now accepting every patched 0.10 release.

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.3.0` → `4.4.1` | --- ### Release Notes <details> <summary>benoitc/hackney (hackney)</summary> ### [`v4.4.1`](https://github.com/benoitc/hackney/releases/tag/4.4.1) [Compare Source](https://github.com/benoitc/hackney/compare/4.4.0...4.4.1) ##### Fixed - Pool checkout no longer fails with `checkout_timeout` when a connection from a just-completed request has not yet been checked back in. `pool_size` / `max_connections` now bounds the warm (idle) pool kept for reuse; per-host concurrency is capped by `max_per_host`. A request beyond the warm pool size opens an overflow connection that is closed at checkin instead of being pooled. Set `max_per_host` to cap concurrent connections to a host. ##### Dependencies - webtransport 0.4.0 -> \~> 0.4.1, h2 \~> 0.10.0 -> \~> 0.10.1, quic 1.6.5 -> \~> 1.6.5. The exact webtransport 0.4.0 pin required h2 0.9.0, conflicting with hackney's own h2 \~> 0.10.0 and breaking installation on strict resolvers. webtransport 0.4.1 relaxes that requirement; the ranges now accept any 0.4.x / 0.10.x / 1.6.x patch release without a further bump. ([#&#8203;879](https://github.com/benoitc/hackney/issues/879)) ### [`v4.4.0`](https://github.com/benoitc/hackney/releases/tag/4.4.0) [Compare Source](https://github.com/benoitc/hackney/compare/4.3.0...4.4.0) ##### Added - HTTP/2 streaming request bodies and streaming response reads, reaching parity with HTTP/1.1 and HTTP/3: pass `stream` as the body, send chunks with `send_body/2` then `finish_send_body/1`, and read the response with `start_response/1` followed by `body/1` or `stream_body/1`. ([#&#8203;875](https://github.com/benoitc/hackney/issues/875)) - Full-duplex HTTP/2 bidirectional streaming (gRPC-style) via a new `h2_*` API (`h2_open`, `h2_send`, `h2_recv`, `h2_send_trailers`, `h2_consume`, `h2_setopts`, `h2_close`), mirroring the `ws_*` and `wt_*` APIs. Send and receive interleaved on one stream, with trailers, passive/active delivery, and `{flow_control, manual}` + `h2_consume/2` backpressure. ([#&#8203;876](https://github.com/benoitc/hackney/issues/876)) ##### Dependencies - h2 0.9.0 -> \~> 0.10.0, now accepting every patched 0.10 release. </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMjUuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIyNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
chore(deps): update dependency hackney to v4.4.1
All checks were successful
Lint / Lint (pull_request) Successful in 1m51s
Nix check / check-nix (pull_request) Successful in 2m46s
d2cba1fb48
Doridian deleted branch renovate/hackney-4.x-lockfile 2026-06-16 02:27:06 -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!49
No description provided.