Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump hackney from 1.17.4 to 1.20.1 #1996

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2024

Bumps hackney from 1.17.4 to 1.20.1.

Release notes

Sourced from hackney's releases.

1.20.1

Changes

  • fix multipart: handle case where Length is undefined

Config

  • rebar.config : {hackney, "1.20.1"}
  • erlang.mk: dep_hackney = hex 1.20.1
  • mix.exs= {:hackney, "~> 1.21"}

Hex.pm: https://hex.pm/packages/hackney

1.20.0

Changes

  • handle * in path encoding
  • Support LF separators: since rfc7230-3.5 allows for LF-only
  • fix recv stream fix fetching trailers during streaming
  • fix CI
  • Improve documentation

Config

  • rebar.config : {hackney, "1.20.0"}
  • erlang.mk: dep_hackney = hex 1.20.0
  • mix.exs= {:hackney, "~> 1.20"}

Hex.pm: https://hex.pm/packages/hackney

1.19.0

Changes:

  • fix: recv: if expected size < BufSize fallback to old behaviour. Fix issue with negative length
  • feature: add support for proxy environment setting

1.18.0 - 2021-09-28

  • security: update default CA bundle
  • fix pool: make checkout synchrounous (remove unwanted messages)
Changelog

Sourced from hackney's changelog.

1.20.1 - 2013-10-11

  • fix multipart: handle case where Length is undefined

1.20.0 - 2023-10-10

  • handle * in path encoding
  • Support LF separators: since rfc7230-3.5 allows for LF-only
  • fix recv stream fix fetching trailers during streaming
  • fix CI
  • Improve documentation

1.19.1 - 2023-09-21

  • feature: add no_proxy_env option to bypass proxy environment settings

1.19.0 - 2023-09-20

  • fix: recv: if expected size < BufSize fallback to old behaviour. Fix issue with negative length
  • feature: add support for proxy environment setting

1.18.2 - 2023-08-29

  • security: update default CA bundles

1.18.1 - 2022-02-03

  • security: update default CA bundles
  • doc: fix typos

1.18.0 - 2021-09-28

  • security: update default CA bundle
  • fix pool: make checkout synchrounous (remove unwanted messages)
Commits
  • f190daf bump 1.20.1
  • f8b89cd handle case where Length is undefined
  • aa95d66 regen doc
  • bed69b9 update todo and versions of erlang supported
  • 0821202 update changes
  • 8f758ea bump to 1.20.0
  • 6709e7a Fix partial_pathencode to properly handle asterisk (*) (#720)
  • 870b6ad Explicitly state max_connections and timeout defaults in docs (#688)
  • 992cc36 (feat) Support LF separators since rfc7230-3.5 allows for LF-only (#706)
  • bbe73c8 remove rebar3 from support
  • 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 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Mar 18, 2024
Copy link

Coverage of commit 37a7b66

Summary coverage rate:
  lines......: 44.4% (2838 of 6395 lines)
  functions..: 41.8% (1014 of 2425 functions)
  branches...: no data found

Files changed coverage rate: n/a

Download coverage report

@dependabot dependabot bot force-pushed the dependabot/hex/hackney-1.20.1 branch from 37a7b66 to b41ba97 Compare March 25, 2024 20:51
Copy link

Coverage of commit b41ba97

Summary coverage rate:
  lines......: 44.4% (2840 of 6395 lines)
  functions..: 41.9% (1016 of 2426 functions)
  branches...: no data found

Files changed coverage rate: n/a

Download coverage report

@dependabot dependabot bot force-pushed the dependabot/hex/hackney-1.20.1 branch from b41ba97 to 858e1b4 Compare April 11, 2024 19:58
Copy link

Coverage of commit 858e1b4

Summary coverage rate:
  lines......: 44.4% (2839 of 6394 lines)
  functions..: 41.9% (1017 of 2427 functions)
  branches...: no data found

Files changed coverage rate: n/a

Download coverage report

@dependabot dependabot bot force-pushed the dependabot/hex/hackney-1.20.1 branch from 858e1b4 to 16b5282 Compare April 12, 2024 14:57
Copy link

Coverage of commit 16b5282

Summary coverage rate:
  lines......: 44.4% (2839 of 6394 lines)
  functions..: 41.9% (1017 of 2427 functions)
  branches...: no data found

Files changed coverage rate: n/a

Download coverage report

@cmaddox5
Copy link
Contributor

@dependabot rebase

Bumps [hackney](https://github.com/benoitc/hackney) from 1.17.4 to 1.20.1.
- [Release notes](https://github.com/benoitc/hackney/releases)
- [Changelog](https://github.com/benoitc/hackney/blob/master/NEWS.md)
- [Commits](benoitc/hackney@1.17.4...1.20.1)

---
updated-dependencies:
- dependency-name: hackney
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/hex/hackney-1.20.1 branch from 16b5282 to b31355d Compare April 17, 2024 17:29
Copy link

Coverage of commit b31355d

Summary coverage rate:
  lines......: 44.4% (2839 of 6394 lines)
  functions..: 41.9% (1017 of 2427 functions)
  branches...: no data found

Files changed coverage rate: n/a

Download coverage report

@cmaddox5
Copy link
Contributor

@dependabot merge

@dependabot dependabot bot merged commit c895ac6 into main Apr 17, 2024
7 checks passed
@dependabot dependabot bot deleted the dependabot/hex/hackney-1.20.1 branch April 17, 2024 17:49
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.

1 participant