chore(deps): update dependency hackney to v4.4.1 #49
Loading…
Add table
Add a link
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.3.0→4.4.1Release Notes
benoitc/hackney (hackney)
v4.4.1Compare Source
Fixed
checkout_timeoutwhen a connection from a just-completed request has not yet been checked back in.pool_size/max_connectionsnow bounds the warm (idle) pool kept for reuse; per-host concurrency is capped bymax_per_host. A request beyond the warm pool size opens an overflow connection that is closed at checkin instead of being pooled. Setmax_per_hostto cap concurrent connections to a host.Dependencies
v4.4.0Compare Source
Added
streamas the body, send chunks withsend_body/2thenfinish_send_body/1, and read the response withstart_response/1followed bybody/1orstream_body/1. (#875)h2_*API (h2_open,h2_send,h2_recv,h2_send_trailers,h2_consume,h2_setopts,h2_close), mirroring thews_*andwt_*APIs. Send and receive interleaved on one stream, with trailers, passive/active delivery, and{flow_control, manual}+h2_consume/2backpressure. (#876)Dependencies
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.