chore(deps): update dependency hackney to v1.25.0 - autoclosed#102
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
chore(deps): update dependency hackney to v1.25.0 - autoclosed#102renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
3d73716 to
bd5f2d9
Compare
a04b01e to
eb5d7a1
Compare
eb5d7a1 to
0ff70f9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.20.1→1.25.0Release Notes
benoitc/hackney (hackney)
v1.25.0: - 2025-07-24Compare Source
IMPORTANT CHANGE
change:
insecure_basic_authnow defaults totrueinstead offalseThis 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:
application:set_env(hackney, insecure_basic_auth, false){insecure_basic_auth, false}in optionsHex.pm : https://hex.pm/packages/hackney/1.25.0
Doc: https://hexdocs.pm/hackney/readme.html
v1.24.1: - 2025-05-26Compare Source
Changes
1.24.1 - 2025-05-26
1.24.0 - 2025-05-26
Breaking Change
The new
insecure_basic_authapplication variable defaults tofalsefor security.If your application relies on insecure basic auth over HTTP, you must explicitly set
application:set_env(hackney, insecure_basic_auth, true)to maintain previous behavior.Hex.pm : https://hex.pm/packages/hackney/1.24.1
Doc: https://hexdocs.pm/hackney/readme.html
v1.24.0: - 2025-05-26Compare Source
Changes
Available on hex.pm
** Breaking Change **
The new insecure_basic_auth application variable defaults to false for security. If your application relies on insecure basic auth over HTTP, you must explicitly set application:set_env(hackney, insecure_basic_auth, true) to maintain previous behavior.
Full Changelog: benoitc/hackney@1.23.0...1.24.0
v1.23.0: - 2025-02-25Compare Source
Changes:
fix: happy eyeball use correct timeout during connectino
fix: don't wrap conection error
improvement: eyeballonly spawn ipv6 worker when needed
Available on hex.pm https://hexdocs.pm/hackney/1.23.0/
v1.22.0: - 2025-02-20Compare Source
Changes
v1.21.0: - 2025-02-20Compare Source
1.21.0 - 2025-02-20
fix: remove SSL options incompatible with tls 1.3
fix: url parsing handle "/" path correctly
fix: simplify integration test suite
fix: handle chunked response in redirect responses
fix: handle http & https proxies separately
fix: skip junk lines in 1.xx response
** security fixes ***
fix URL parsing to prevent SSRF . (related to CVE-2025-1211)
use latest SSL certificate bundle
Available on hex.pm : https://hex.pm/packages/hackney
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.