Skip to content

Update dependency hackney to v3#1776

Open
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/demo-hackney-3.x
Open

Update dependency hackney to v3#1776
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/demo-hackney-3.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 28, 2026

This PR contains the following updates:

Package Type Update Change
hackney (source) prod major ~> 1.17~> 3.0

Release Notes

benoitc/hackney (hackney)

v3.1.0

Compare Source

Refactor
  • Replace QUIC NIF with pure Erlang implementation. HTTP/3 now works with zero external dependencies - no CMake, Go, or C compiler needed. Just rebar3 compile.
Removed
  • Remove c_src/ directory containing lsquic, BoringSSL, and NIF code (~1.3M lines of C)
  • Remove do_cmake.sh and do_quic.sh build scripts
Added
  • Add hackney_qpack.erl for QPACK header compression (RFC 9204)
Changed
  • hackney_quic:is_available/0 now always returns true (pure Erlang is always available)
  • Update documentation to reflect no C dependencies
Dependencies
  • Add quic ~>0.5.1 (pure Erlang QUIC implementation)

v3.0.3

Compare Source

Bug Fixes
  • Restore function-based streaming body support (#​821). Functions passed to send_body/2 now work correctly for iterative body streaming, supporting both stateless fun() -> {ok, Data} | eof and stateful fun(State) -> {ok, Data, NewState} | eof forms.
CI
  • Fix FreeBSD CI job by adding pcre2 package to resolve git linker error

v3.0.2

Compare Source

Bug Fixes
  • Add default Content-Type: application/octet-stream header when sending a body without explicit Content-Type (#​823). This restores 1.x behavior and follows RFC 7231 recommendations.
Dependencies

v3.0.1

Compare Source

v3.0.0

Compare Source

v2.0.1

Compare Source

v2.0.0

Compare Source


Configuration

📅 Schedule: 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added demo Changes and features added to backpex demo application dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code ignore-for-release Should not appear in releas notes labels Jan 28, 2026
@renovate renovate bot requested a review from Flo0807 January 28, 2026 00:24
@renovate renovate bot force-pushed the renovate/demo-hackney-3.x branch 2 times, most recently from 2fa099c to a1834ac Compare February 4, 2026 08:09
@renovate renovate bot force-pushed the renovate/demo-hackney-3.x branch 2 times, most recently from 2362eae to 192687f Compare February 15, 2026 22:00
@renovate renovate bot force-pushed the renovate/demo-hackney-3.x branch from 192687f to e7523a2 Compare February 17, 2026 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

demo Changes and features added to backpex demo application dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code ignore-for-release Should not appear in releas notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments