Skip to content

Releases: googleapis/google-api-dotnet-client

v1.36.1 Fix OAuth callback bug

17 Oct 13:55
620b8f1

Choose a tag to compare

Bug fixes:

  • #1301 Requesting multiple OAuth scopes via localhost HTTP receiver causes exception

v1.36.0 Auth revoke fix; Allow building a GoogleCredential from a service credential

11 Oct 14:32
1683453

Choose a tag to compare

Bug fixes:

  • #1282 Cannot specify Proxy inside of GoogleCredential object
  • #1285 Revoking a token results in 404

v1.35.2 Update auth URLs

13 Sep 09:36

Choose a tag to compare

Updates:

  • #1269 Use new urls for authentication

v1.35.1 JWT caching; better netstandard2.0 and full-framework support; bug-fixes

09 Aug 16:32

Choose a tag to compare

Bug fixes:

  • #1000 GoogleWebAuthorizationBroker.ReauthorizeAsync does not support token revocation through web page
  • #1261 Properly clone service-credential when creating with scopes or user

New features:

  • #577 Jwt Access Credentials should cache JWTs
  • #1227 Full system net http
  • #1237 Expose Project ID from ServiceAccountCredential
  • #1245 Target netstandard2.0 in all packages

v1.34.0 LoginHint; JWT clock tolerance

31 May 13:41

Choose a tag to compare

Bug fixes:

  • #1223 JWT is not yet valid.
  • #1228 Allow login_hint use in authorization flow.

v1.33.1 Fix URL escaping

14 May 07:06

Choose a tag to compare

Bug fixes:

  • #1214 Attempting to download objects with square brackets ("[" or "]") in their name results in a 503 response.

v1.33.0 Auth fixes; await fix; sourcelink support

08 May 07:49

Choose a tag to compare

Bug fixes:

  • #1179 Can't resolve metadata server in ComputeTokenUrl
  • #1185 GoogleAuthorizationCodeRequestUrl approval_prompt:force and prompt:consent
  • #1191 Dispose of responses in all non-success cases
  • #1192 Some library await calls are missing ConfigureAwait(false)

New features:

  • #1067 Enable source link support
  • #1198 Perform background token refresh

v1.32.2 Metadata bug-fixes

15 Feb 17:53

Choose a tag to compare

Bug fixes:

  • #1158 Use the IP address of the metadata server instead of IP name
  • #1160 Apply a retry policy for detecting GCE
  • #1161 Add inner exception to defaultcredential errors

v1.32.1 Increase metadata server timeout

29 Jan 13:50

Choose a tag to compare

Bug fixes:

  • #1142 Increase timeout for metadata server to 2s

v1.32.0 Bug fixes; pre-decompression interceptor

21 Dec 10:53

Choose a tag to compare

Bug fixes:

  • #595 Crash in parsing an error message from a Google API
  • #1110 GzipEnabled = false has no effect on .NET Core 1.x
  • #1114 Case issue for "range" in ResumableUpload class

New features:

  • #1124 Allow response data to be intercepted before decompression

This release does not include UWP support. Please use the latest beta for UWP support.