chore(deps): update dependency oauth2 to v2 #8201
Open
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:
~> 0.9
->~> 2.0
Release Notes
scrogson/oauth2 (oauth2)
v2.1.0
Compare 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
mix.exs
Add the dependency
In config:
elixir config :oauth2, adapter: Tesla.Adapter.Hackney
v2.0.1
Compare Source
Bug fixes
v2.0.0
Compare Source
Bug fixes (possibly backwards incompatible)
described in the spec (#131).
v1.0.1
Compare Source
Bug fixes
v1.0.0
Compare 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
oauth2
a way to provide defaultserializers without requiring the user to manually configure a serializer.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.