Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps the prod group with 3 updates: castore, finch and hackney.

Updates castore from 1.0.14 to 1.0.17

Commits

Updates finch from 0.19.0 to 0.21.0

Changelog

Sourced from finch's changelog.

v0.21.0 (2026-01-22)

Enhancements

  • Add support for querying default pool metrics via Finch.get_pool_status/2 #329
  • Add more details on Finch.request/3 docs #327

Bug Fixes

  • Prevent idle HTTP/1 pools from being terminated while connections are in use #292
  • Disable unsupported HTTP/2 server push responses to avoid crashes #333
  • Drop :cacerts from defaults for HTTP connections to avoid breaking plain HTTP pools #333
  • Only track default pool metrics when start_pool_metrics? is enabled #329

Other

  • Elixir 1.19 compatibility updates for HTTP/1 pool state handling #331
  • CI: update test matrix and x509/deps for Elixir 1.19 #330
  • Add ALPN large-body regression test coverage (issue #265) #332

v0.20.0 (2025-07-04)

Enhancements

  • Support manual pool termination #299
  • Refactor HTTP1 pool state for better maintainability #308
  • Add :supported_groups to list of TLS options #307
  • Be more explicit about the :default pool in documentation #314
  • Upgrade nimble_options to document deprecations #315

Bug Fixes

  • Fix Finch.stream_while/5 on halt for both HTTP/1 and HTTP/2 #320
  • Return accumulator when Finch.stream/5 and Finch.stream_while/5 fail #295
  • Fix documentation reference for get_pool_status/2 #301

Other

  • Upgrade CI VM to Ubuntu 24 #321
  • CI housekeeping: support Elixir 1.17/Erlang OTP 27, bump Credo and deps #303
  • Update GitHub CI badge URL #304
Commits
  • f95c2e1 Merge pull request #339 from sneako/release-0.21.0
  • 20941ba prepare v0.21.0
  • 3053a16 Merge pull request #337 from oliveigah/main
  • 685e4ef feat: ets based default shp tracking
  • 6d1d6f1 Merge pull request #332 from neilberkman/main
  • 3c60899 Merge pull request #333 from TheOneric/fix-config-defaults
  • 173f88a Drop :cacerts from defaults for HTTP connections
  • ad478de Always disable unsupported server push responses
  • 75d06a8 Fix Credo readability warning for large number formatting
  • a38a401 Add test case for issue #265 (ALPN + large body bug)
  • Additional commits viewable in compare view

Updates hackney from 1.24.1 to 3.0.1

Release notes

Sourced from hackney's releases.

1.25.0 - 2025-07-24

IMPORTANT CHANGE

  • change: insecure_basic_auth now defaults to true instead of false

    This restores backward compatibility with pre-1.24.0 behavior where basic auth was allowed over HTTP connections. If you need strict HTTPS-only basic auth:

    • Set globally: application:set_env(hackney, insecure_basic_auth, false)
    • Or per-request: {insecure_basic_auth, false} in options

Hex.pm : https://hex.pm/packages/hackney/1.25.0 Doc: https://hexdocs.pm/hackney/readme.html

Changelog

Sourced from hackney's changelog.

3.0.1 - 2026-01-28

Bug Fixes

  • Fix dialyzer warning in follow_redirect by removing dead code branch that checked is_pid() on a value that was always binary
  • Store final redirect location in connection process state so it can be retrieved via hackney:location/1
  • Clean up request_ret() type spec to accurately reflect return values

3.0.0 - 2026-01-27

BREAKING CHANGES

This is a major release with breaking changes to the high-level API. See Migration Guide for detailed upgrade instructions.

Response Format Change

The high-level API now returns the response body directly in the tuple, consistent across all protocols (HTTP/1.1, HTTP/2, HTTP/3):

%% Before (2.x) - HTTP/1.1
{ok, 200, Headers, ConnPid} = hackney:get(URL),
{ok, Body} = hackney:body(ConnPid).
%% After (3.x) - All protocols
{ok, 200, Headers, Body} = hackney:get(URL).

Removed Functions

The following deprecated functions have been removed:

Function Replacement
hackney:body/1 Body returned directly in response tuple
hackney:body/2 Body returned directly in response tuple
hackney:stream_body/1 Use async mode with [async] or [{async, once}]
hackney:skip_body/1 Not needed - body always consumed

Security: Cross-Host Redirect Behavior (CVE-2018-1000007)

Authorization headers and credentials are no longer forwarded when following redirects to a different host. This prevents credential leakage when a server redirects to an untrusted host.

To restore the previous behavior (not recommended), use the location_trusted option:

hackney:get(URL, [], <<>>, [{location_trusted, true}]).

... (truncated)

Commits
  • 6c8046d release: version 3.0.1
  • 515745f fix: store final redirect location in connection process
  • bee5ae0 fix: resolve dialyzer warning in follow_redirect
  • 38d8baa Merge pull request #822 from benoitc/fix/consistent-response-format
  • 491faa3 fix(docs): use edoc quote syntax for inline code
  • b4436d3 docs: update version references to 3.0.0
  • 854d57a docs: add manual connection management documentation
  • 64412e6 release: version 3.0.0
  • badebc6 feat(http3): add setopts/2 support for HTTP/3 connections
  • ac4ebb0 feat(http3): add peercert/1 support for HTTP/3 connections
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Feb 1, 2026
Bumps the prod group with 3 updates: [castore](https://github.com/elixir-mint/castore), [finch](https://github.com/sneako/finch) and [hackney](https://github.com/benoitc/hackney).


Updates `castore` from 1.0.14 to 1.0.17
- [Commits](elixir-mint/castore@v1.0.14...v1.0.17)

Updates `finch` from 0.19.0 to 0.21.0
- [Changelog](https://github.com/sneako/finch/blob/main/CHANGELOG.md)
- [Commits](sneako/finch@v0.19.0...v0.21.0)

Updates `hackney` from 1.24.1 to 3.0.1
- [Release notes](https://github.com/benoitc/hackney/releases)
- [Changelog](https://github.com/benoitc/hackney/blob/master/NEWS.md)
- [Commits](benoitc/hackney@1.24.1...3.0.1)

---
updated-dependencies:
- dependency-name: castore
  dependency-version: 1.0.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: finch
  dependency-version: 0.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: hackney
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/hex/prod-4c4ccb472e branch from 95e575a to 1a7b028 Compare February 1, 2026 02:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants