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

chore(deps): bump oauth2 from 0.9.4 to 2.1.0 #438

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2024

Bumps oauth2 from 0.9.4 to 2.1.0.

Release notes

Sourced from oauth2's releases.

v2.1.0

What's Changed

New Contributors

Full Changelog: ueberauth/oauth2@v2.0.1...v2.1.0

v2.0.1

What's Changed

New Contributors

Full Changelog: ueberauth/oauth2@v2.0.0...v2.0.1

v2.0.0

Bug fixes (possibly backwards incompatible)

  • Ensure that the OAuth client is authenticated via Authorization header as described in the spec (#131).

v1.0.1

Bug fixes

  • Always use the provided serializer if one is registered (#132)

v1.0.0

Backward Incompatible Changes

  • There is no longer a default serializer for application/json. Please make sure to register a serializer with OAuth2.Client.put_serializer/3.
  • Serializers are now registered via OAuth2.Client.put_serializer/3. This change allows applications wrapping oauth2 a way to provide default serializers without requiring the user to manually configure a serializer.
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
      ]
    end

    In config:

    config :oauth2, adapter: Tesla.Adapter.Hackney

v2.0.1 (2022-06-20)

Bug fixes

  • Fix incorrect Accept header when requesting token

v2.0.0 (2019-07-15)

Bug fixes (possibly backwards incompatible)

  • Ensure that the OAuth client is authenticated via Authorization header as described in the spec (#131).

v1.0.1 (2019-04-12)

Bug fixes

  • Always use the provided serializer if one is registered (#132)

... (truncated)

Commits
  • c4dede7 chore: upgrade release ci workflow
  • c3879b6 Merge pull request #170 from olafura/olafura/tesla
  • 9de3eda change version number
  • 0d7e671 update tesla to fix httpc
  • 59b9d18 update the changelog
  • 7faef2d Initial support for tesla to replace hackney
  • bd43487 Merge pull request #171 from ueberauth/upgrade-workflow
  • 0a02bb5 chore: upgrade workflow setup
  • 597933c Merge pull request #167 from flexibility-org/master
  • d705b31 Add Changelog entry and bump version to 2.0.1
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [oauth2](https://github.com/scrogson/oauth2) from 0.9.4 to 2.1.0.
- [Release notes](https://github.com/scrogson/oauth2/releases)
- [Changelog](https://github.com/ueberauth/oauth2/blob/master/CHANGELOG.md)
- [Commits](ueberauth/oauth2@v0.9.4...v2.1.0)

---
updated-dependencies:
- dependency-name: oauth2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 10, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 17, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

2 similar comments
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 31, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 7, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants