f2calv / CasCap.Apis.GooglePhotos

*unofficial* Google Photos REST API library for .NET projects.
MIT License
58 stars 10 forks source link

Bump Google.Apis.Auth from 1.52.0 to 1.57.0 #93

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps Google.Apis.Auth from 1.52.0 to 1.57.0.

Release notes

Sourced from Google.Apis.Auth's releases.

v1.57.0 Several new features

Features

  • #2067 BREAKING. Improve error handling for failed requests. BREAKING CHANGE: If calling code depended on exact GoogleApiException message or string representation.
  • #2086 Makes LocalServerCodeReceiver partially extendable.

v1.56.0 Several fixes and new features

Bug fixes:

  • #1991. Disables self signed JWTs for domain-wide delegation.
  • #2023. Observes execeptions in refresh token tasks.

Features:

  • #2037. Adds GoogleCredential.FromJsonParameters.
  • #2046. Improves error messages for JWT validation.

Docs:

  • #2044. Adds links to OAuth2 docs in FAQs.

v1.54.0 Support multiple properties for a single parameter

Features

  • #1914 Which add supports for multiple properties for the same parameter. This will allow to add support for repeated enums in query strings.

v1.53.0 Several new features

Features

  • #1890 Allows scopes for self signed JWTs
  • #1886 Allows custom payloads for JWTs verification
Commits
  • f911830 Update discovery documents and generated code
  • a901cb8 Update version: 1.56.0 -> 1.57.0
  • 72e5978 Allow deriving classes to override OpenBrowser
  • 8ef4e8d Update discovery documents and generated code
  • 2a4bc02 Update discovery documents and generated code
  • 381c61c Update discovery documents and generated code
  • 421ac39 Update discovery documents and generated code
  • 8f3df4c tests: Upgrade test target framework from netcoreap2.* to netcoreapp3.1.
  • a5fc47f tests: Drop netcoreapp1.0 and netcoreap1.1 as tests target frameworks.
  • 2a36f0f Update discovery documents and generated code
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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 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)
dependabot[bot] commented 2 years ago

Looks like Google.Apis.Auth is up-to-date now, so this is no longer needed.