Skip to content

Releases: googleapis/google-api-dotnet-client

v1.62.1 Fix: Use ordinal comparisons for string operations

25 Sep 17:20

Choose a tag to compare

Bugs:

  • #2546 Which uses ordinal comparisons for string operations.

v1.62.0 Bug fix and new feature

12 Sep 19:11

Choose a tag to compare

Updates version: 1.61.0 -> 1.62.0

Bugs:

  • #2506 Which uses the invariant culture to convert DateTimeOffset.

Features:

  • #2453 Which adds an extension method for IHttpExecuteInterceptor to create a DelegatingHandler

v1.61.0 Several new features

26 Jun 12:10

Choose a tag to compare

Updates support version: 1.61.0-beta02 -> 1.61.0

Features

  • Improvements for date/time parsing.
  • #2435 PKCE support.
  • #2394 Which improves impersonation support.
  • #2349 and #2379 Which improve error reported when ADC is not configured.

v1.60.0 Improve exception thrown from progress interfaces

20 Feb 12:42

Choose a tag to compare

Features:

  • #2330 Improves exceptions thrown from progress interfaces.

v1.59.0 ComputeCredential implements IBlobSigner

19 Jan 21:08

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

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

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

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

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

Choose a tag to compare

  • Repeated enum values for query string parameters are now fully supported.
  • Several dependency updates including Newtonsoft.Json to v13