Skip to content

chore(deps): update dependency hackney to v4.7.2 - autoclosed - #482

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/hackney-4.x
Closed

chore(deps): update dependency hackney to v4.7.2 - autoclosed#482
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/hackney-4.x

Conversation

@renovate

@renovate renovate Bot commented Apr 17, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
hackney (source) prod minor 4.5.2== 4.7.2

Release Notes

benoitc/hackney (hackney)

v4.7.2

Compare Source

Bump quic to 1.7.1. A clean QUIC connection close (idle pooled HTTP/3 connections, orderly shutdown) no longer emits ERROR and CRASH reports from quic_h3_connection nor propagates an abnormal exit to the connection owner. This also removes the intermittent eunit group cancellation in the h3/wt test suites.

See NEWS.md for details. PR #​913.

v4.7.1

Compare Source

Chunked decoding no longer fails with {error, invalid_chunk_size} when the CRLF terminating a chunk-size line is split across two socket reads (buffer ending on a lone \r). The parser now waits for the \n (#​901).

A malformed chunk-size line or chunk terminator now fails cleanly with {error, invalid_chunk_size} or {error, poorly_formatted_chunked_size} instead of crashing the parser with a case_clause error.

See NEWS.md for details. PR #​912.

v4.7.0

Compare Source

HTTP/2 request bodies larger than the peer's flow control window no longer fail with {error, send_buffer_full}. Body sends block until the server opens the window, bounded by the new send_timeout option (default 30000 ms, infinity allowed, nonblock restores the old fail-fast behavior). If the window never opens the request fails with {error, timeout} and the abandoned stream is reset so its buffered body does not linger on a shared connection. Applies to whole-body and streamed HTTP/2 request bodies; HTTP/1.1 and HTTP/3 are unchanged.

HTTP/2 async requests now deliver their response messages: the stream entry stored an internal reference where the delivery code expected the stream_to pid, so every async HTTP/2 response was silently dropped.

HTTP/2 {async, once} now honors stream_next/1 with the same contract as HTTP/1.1: status and headers eagerly, then one message per pull. once streams use h2 manual flow control, so a slow consumer keeps the peer's window closed and in-flight data stays bounded to one window.

Connections created with hackney:connect/4 and {pool, false} honor a {send_timeout, T} connect option; pooled connections keep the default and take the per-request option instead.

See NEWS.md for details. PR #​911.

v4.6.1

Compare Source

Changed
  • Bump h2 to 0.11.0. It adds h2:peername/1, which returns the peer's {IpAddress, Port} for a live connection. Additive only; no behavior change for hackney.

v4.6.0

Compare Source

Added
  • set_owner/2 now works while a response body is streaming, in both the synchronous and the async path. It used to return {error, invalid_state} once the body had started. This lets a short lived worker run a request and hand the still streaming response to a longer lived process before it exits, without stopping the connection.
  • connect/4 accepts a binary host, restoring the 1.x behavior. A binary is converted to a string, so callers passing a binary host no longer fail.
Fixed
  • A non-reusable connection (flagged no_reuse for proxy tunnels, SSL upgrades or a disabled pool, or answered with Connection: close) is now closed and its process stopped when a synchronous request completes, instead of parking in connected forever. With a long lived owner nothing stopped it, so one hackney_conn process leaked per request until the node ran out of memory (#​902). The sync and async reuse decision now share the same check, which also stops a no_reuse pooled connection on the async path.

Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • 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 was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Apr 17, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: mix.lock
Command failed: install-tool elixir v1.20.2

@renovate
renovate Bot force-pushed the renovate/hackney-4.x branch from b86f2c4 to 43439f1 Compare April 21, 2026 20:55
@renovate
renovate Bot force-pushed the renovate/hackney-4.x branch from 43439f1 to dccfabc Compare May 18, 2026 11:02
@renovate
renovate Bot force-pushed the renovate/hackney-4.x branch 4 times, most recently from efa0a67 to 1a7263a Compare May 30, 2026 01:39
@renovate
renovate Bot force-pushed the renovate/hackney-4.x branch 3 times, most recently from eba4a3c to 39ead77 Compare June 7, 2026 10:05
@renovate
renovate Bot force-pushed the renovate/hackney-4.x branch 4 times, most recently from 08a7653 to 77ed9e5 Compare June 18, 2026 18:58
@renovate
renovate Bot force-pushed the renovate/hackney-4.x branch 3 times, most recently from 5245a90 to b0705ee Compare July 6, 2026 09:04
@renovate
renovate Bot force-pushed the renovate/hackney-4.x branch 5 times, most recently from 56931ff to 2ffaca0 Compare July 17, 2026 14:16
@renovate renovate Bot changed the title chore(deps): update dependency hackney to v4 chore(deps): update dependency hackney to v4.7.2 Jul 17, 2026
@renovate
renovate Bot force-pushed the renovate/hackney-4.x branch from 2ffaca0 to 5ea4bf8 Compare July 20, 2026 18:46
@renovate
renovate Bot force-pushed the renovate/hackney-4.x branch from 5ea4bf8 to f8e9f66 Compare July 28, 2026 00:17
@renovate renovate Bot changed the title chore(deps): update dependency hackney to v4.7.2 chore(deps): update dependency hackney to v4.7.2 - autoclosed Aug 3, 2026
@renovate renovate Bot closed this Aug 3, 2026
@renovate
renovate Bot deleted the renovate/hackney-4.x branch August 3, 2026 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants