joken-elixir / joken_jwks

A Joken 2 hook for fetching the signer from a public JWKS url
Apache License 2.0
29 stars 24 forks source link

chore(deps): bump hackney from 1.18.2 to 1.20.1 #51

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 8 months ago

Bumps hackney from 1.18.2 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
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
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 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)
francescopellegrini commented 4 months ago

Hi, any chance of merging this PR and releasing a new version? :)

victorolinasc commented 4 months ago

Hi @francescopellegrini !

I can cut a new release no problem! I've been lagging behind my OSS projects...

But this specific issue I think shouldn't actually make a big difference. You can always depend and override on newer versions on your applications. Is there anything particularly gnarly with this one I am not aware?

Thanks!

francescopellegrini commented 4 months ago

Hi @victorolinasc , thank you for the swift response! Yes, https://github.com/benoitc/hackney/issues/730 which affects some projects I'm working on: I cannot bump the deps because joken_jwks requires v1.18

victorolinasc commented 4 months ago

So, we've got a PR for updating this dep. I will update the lib and cut a release after that.

I haven't tried it yet but am curious if something like

  {:hackney, "~> 1.20", override: true}

would work? I know it is suboptimal but it "should" work either way...

Also, you can pass a different adapter if you use other libraries. Just make sure to recompile things after that and it also should work. I will try to repro the issue to see what I am missing here...

Thanks a lot either way for bringing this up!

dependabot[bot] commented 3 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.