chore(deps): update dependency oauth2 to v2#13314
Conversation
89631ed to
33f2a37
Compare
33f2a37 to
af8256a
Compare
|
|
Thank you for your contribution to elixir-google-api. This repository is currently in the process of being archived and as such all existing pull requests are being closed. |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
~> 0.9→~> 2.0Release Notes
scrogson/oauth2 (oauth2)
v2.1.1Compare Source
What's Changed
OAuth2.Strategy.AuthCode.authorize_url/2docs by @mariusbutuc in ueberauth#172client. by @zorn in ueberauth#178New Contributors
Full Changelog: ueberauth/oauth2@v2.1.0...v2.1.1
v2.1.0Compare Source
Improvements
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
In config:
v2.0.1Compare Source
Bug fixes
v2.0.0Compare Source
Bug fixes (possibly backwards incompatible)
described in the spec (#131).
v1.0.1Compare Source
Bug fixes
v1.0.0Compare Source
Backward Incompatible Changes
application/json. Please makesure to register a serializer with
OAuth2.Client.put_serializer/3.OAuth2.Client.put_serializer/3.This change allows applications wrapping
oauth2a way to provide defaultserializers without requiring the user to manually configure a serializer.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.