Skip to content

Releases: googleapis/google-api-dotnet-client

v1.59.0 ComputeCredential implements IBlobSigner

19 Jan 21:08
Compare
Choose a tag to compare

And support libraries from 1.59.0-alpha01 => 1.59.0

Features:

  • #2308 ComputeCredential implements IBlobSigner

v1.58.0-beta02 Mostly bug fixes for AWS Credential

22 Nov 14:19
Compare
Choose a tag to compare

Bug fixes:

  • #2251 Which fixes a typo on then name of one of the AWS Credential environment variables.
  • #2264 Which adds a missing line break in AWS Credential canonical request.

Features

  • #2269 Support per-request max retry configuration.

v1.58.0-beta01 Several new features

18 Oct 10:23
Compare
Choose a tag to compare
Pre-release

Features

  • #2228 Supports Quota Project environment variable for ADC.
  • #2219 Removes obsolete OOB code. BREAKING CHANGE: We have removed OOB support from the library because the feature is not supported by Google OAuth as of October 3rd 2022. See the official announcement for more information.
  • #2216 Log errors when trying to reach Compute's metadata server.
  • #2177, #2197, #2200, #2206, #2215, #2235 Support for Workload Identity Federation and Worforce Identity Federation.
  • #2103 Compute credentials support explicit scopes.
  • #2096 Improves deserialization error handling.

v1.57.0 Several new features

28 Mar 09:38
Compare
Choose a tag to compare

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

18 Feb 10:45
Compare
Choose a tag to compare

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.55.0 Repeated enum values support and dependency updates.

01 Feb 15:04
Compare
Choose a tag to compare
  • Repeated enum values for query string parameters are now fully supported.
  • Several dependency updates including Newtonsoft.Json to v13

v1.54.0 Support multiple properties for a single parameter

09 Aug 09:57
Compare
Choose a tag to compare

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

28 Jul 09:40
Compare
Choose a tag to compare

Features

  • #1890 Allows scopes for self signed JWTs
  • #1886 Allows custom payloads for JWTs verification

Several new features, fixes and dependency updates.

15 Jun 15:04
Compare
Choose a tag to compare

Features

  • #1832 Helper for loading Client Secrets directly from file.
  • #1838 and #1874 Support for credential impersonation.
  • #1851 Make it easier to configure a credential's HTTP client, in particular it's now easier to set a proxy to be used for token fetching.

Fixes

  • #1874 ServiceAccountCredential should copy scopes from initializer.

Dependencies

  • #1842 System.Net.Http to 4.3.4
  • #1873 Add target for .NET 4.6.1

v1.51.0 Several new features

18 Mar 16:32
Compare
Choose a tag to compare

Features: