Skip to content

Bump httpoison from 2.2.1 to 3.0.0#90

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/httpoison-3.0.0
Open

Bump httpoison from 2.2.1 to 3.0.0#90
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/httpoison-3.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps httpoison from 2.2.1 to 3.0.0.

Release notes

Sourced from httpoison's releases.

HTTPoison 3.0.0

What's Changed

  • Upgrade to hackney 4.0, which fixes several CVEs (atom-table exhaustion via URL schemes, HTTP header injection, WebSocket buffer limits and more)
  • Response bodies now come straight from hackney; max_body_length is trimmed on our side
  • Redirects are now followed inside hackney, so HTTPoison.MaybeRedirect is no longer returned. The struct is kept only for backward compatibility
  • ssl: [verify: :verify_none] disables certificate verification again
  • Skip empty chunks when streaming a request body so they don't truncate the request
  • Basic auth over plain HTTP now requires the insecure_basic_auth: true option

New Contributors

Full Changelog: edgurgel/httpoison@v2.3.0...v3.0.0

HTTPison 2.3.0

What's Changed

New Contributors

Full Changelog: edgurgel/httpoison@v2.2.3...v2.3.0

HTTPoison 2.2.3

What's Changed

New Contributors

Full Changelog: edgurgel/httpoison@v2.2.2...v2.2.3

HTTPoison 2.2.2

What's Changed

New Contributors

Full Changelog: edgurgel/httpoison@v2.2.1...v2.2.2

Changelog

Sourced from httpoison's changelog.

3.0.0 (2026-06-14)

  • Upgrade to hackney 4.0, which fixes several CVEs (atom-table exhaustion via URL schemes, HTTP header injection, WebSocket buffer limits and more)
  • Response bodies now come straight from hackney; max_body_length is trimmed on our side
  • Redirects are now followed inside hackney, so HTTPoison.MaybeRedirect is no longer returned. The struct is kept only for backward compatibility
  • ssl: [verify: :verify_none] disables certificate verification again
  • Skip empty chunks when streaming a request body so they don't truncate the request
  • Basic auth over plain HTTP now requires the insecure_basic_auth: true option
Commits
  • 7ab9c0b chore: update README.md
  • f317fab chore: update CHANGELOG.md
  • d14284e upgrade to hackney 4.0 to fix CVEs (#500)
  • f5b79a3 docs: add missing space (#507)
  • 3920ca7 fix: return a descriptive error for relative URLs instead of a CaseClauseErro...
  • 64ca963 Fix typos in redirect handling documentation
  • 0d7d6c8 tests: Tag network dependent test cases.
  • fd9c0a7 Bump version
  • 5d3c185 Update CI
  • d936b1e Update README.md
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [httpoison](https://github.com/edgurgel/httpoison) from 2.2.1 to 3.0.0.
- [Release notes](https://github.com/edgurgel/httpoison/releases)
- [Changelog](https://github.com/edgurgel/httpoison/blob/main/CHANGELOG.md)
- [Commits](edgurgel/httpoison@v2.2.1...v3.0.0)

---
updated-dependencies:
- dependency-name: httpoison
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Jun 15, 2026
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