Skip to content

Releases: googleapis/google-api-dotnet-client

v1.34.0 LoginHint; JWT clock tolerance

31 May 13:41
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

v1.31.1 Fix serious URI ':' bug

08 Dec 17:42
6fe633d
Compare
Choose a tag to compare

Bug fixes:

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

v1.31.0 Upload improvements; Path bugfix

06 Dec 14:54
50231ac
Compare
Choose a tag to compare

Important: This release contains a serious bug. Please upgrade to v1.31.1

Bug fixes:

  • #1119 Update build to use net core 2.0.0
  • #1121 Append path to baseuri without special ':' processing

New features:

  • #1118 Support upload data interception

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

v1.30.0 Add per-call response handlers

26 Oct 14:07
Compare
Choose a tag to compare

New features:

  • #1101 Support per-call response handlers

Note: This release does not include UWP support. Beta UWP support is available in v1.31.0-beta01

v1.29.2 Bug fixes

03 Oct 11:07
Compare
Choose a tag to compare

Bug fixes:

  • #1051 GoogleWebAuthorizationBroker.AuthorizeAsync doesn't support multiple scopes
  • #1086 Unable to use Google Translate API
  • #1089 xdg-open: unexpected argument 'https:%2F%2Fwww.googleapis.com%2Fauth%2Fgmail.compose'