Skip to content
This repository was archived by the owner on Jun 30, 2026. It is now read-only.

chore(deps): update dependency oauth2 to v2#13314

Closed
renovate-bot wants to merge 1 commit into
googleapis:mainfrom
renovate-bot:renovate/oauth2-2.x
Closed

chore(deps): update dependency oauth2 to v2#13314
renovate-bot wants to merge 1 commit into
googleapis:mainfrom
renovate-bot:renovate/oauth2-2.x

Conversation

@renovate-bot

@renovate-bot renovate-bot commented Aug 1, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
oauth2 (source) prod major ~> 0.9~> 2.0

Release Notes

scrogson/oauth2 (oauth2)

v2.1.1

Compare Source

What's Changed

New Contributors

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

v2.1.0

Compare Source

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

Compare Source

Bug fixes
  • Fix incorrect Accept header when requesting token

v2.0.0

Compare Source

Bug fixes (possibly backwards incompatible)
  • Ensure that the OAuth client is authenticated via Authorization header as
    described in the spec (#​131).

v1.0.1

Compare Source

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

v1.0.0

Compare Source

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.

Configuration

📅 Schedule: (UTC)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested a review from a team August 1, 2025 00:44
@trusted-contributions-gcf trusted-contributions-gcf Bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 1, 2025
@renovate-bot renovate-bot requested review from a team as code owners March 14, 2026 23:03
@renovate-bot renovate-bot force-pushed the renovate/oauth2-2.x branch from 33f2a37 to af8256a Compare June 21, 2026 23:18
@forking-renovate

Copy link
Copy Markdown

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: mix.lock
Command failed: install-tool elixir v1.20.1

@codyoss

codyoss commented Jun 30, 2026

Copy link
Copy Markdown
Member

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.

@codyoss codyoss closed this Jun 30, 2026
@forking-renovate

Copy link
Copy Markdown

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 2.x releases. But if you manually upgrade to 2.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate-bot renovate-bot deleted the renovate/oauth2-2.x branch June 30, 2026 16:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

kokoro:force-run Add this label to force Kokoro to re-run the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants