Skip to content

Bump httpoison from 2.3.0 to 3.0.0 - #133

Merged
nelsonic merged 2 commits into
mainfrom
dependabot/hex/httpoison-3.0.0
Jun 15, 2026
Merged

Bump httpoison from 2.3.0 to 3.0.0#133
nelsonic merged 2 commits into
mainfrom
dependabot/hex/httpoison-3.0.0

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps httpoison from 2.3.0 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

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

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.3.0 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.3.0...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>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Jun 15, 2026
@nelsonic

Copy link
Copy Markdown
Member

@nelsonicnelsonic left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @dependabot 🤖📕👌

@nelsonic
nelsonic merged commit f133f8c into mainJun 15, 2026
1 check passed
@nelsonic
nelsonic deleted the dependabot/hex/httpoison-3.0.0 branch June 15, 2026 21:02
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency fileelixirPull requests that update elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@nelsonic