ueberauth_auth0
ueberauth_auth0 copied to clipboard
chore(deps): bump oauth2 from 2.0.1 to 2.1.0
Bumps oauth2 from 2.0.1 to 2.1.0.
Release notes
Sourced from oauth2's releases.
v2.1.0
What's Changed
- chore: upgrade workflow setup by
@yordisin ueberauth/oauth2#171- Initial support for tesla to replace hackney by
@olafurain ueberauth/oauth2#170New Contributors
@olafuramade their first contribution in ueberauth/oauth2#170Full Changelog: https://github.com/ueberauth/oauth2/compare/v2.0.1...v2.1.0
Changelog
Sourced from oauth2's changelog.
v2.1.0 (2022-11-29)
Improvements
- Now you can have a lot more control over your http client, including selecting what client you are using from the adapters available for Tesla. You can also easily add logging and tracing with middleware.
Backward Incompatible Changes
No longer directly using hackney it's still possible to use it through a Tesla adapter. To keep all your tweaks working correctly you'll need to add these settings:
In mix.exs
# mix.exs defp deps do # Add the dependency [ {:oauth2, "~> 2.0"}, {:hackney, "~> 1.18"} # This is the new line you need to add ] endIn config:
config :oauth2, adapter: Tesla.Adapter.Hackney
Commits
c4dede7chore: upgrade release ci workflowc3879b6Merge pull request #170 from olafura/olafura/tesla9de3edachange version number0d7e671update tesla to fix httpc59b9d18update the changelog7faef2dInitial support for tesla to replace hackneybd43487Merge pull request #171 from ueberauth/upgrade-workflow0a02bb5chore: upgrade workflow setup- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@dependabot rebase