Skip to content

Releases: googleapis/google-api-dotnet-client

v1.40.2 Metadata server access

11 Jun 08:41
Compare
Choose a tag to compare

Bug fixes:

  • #1409 ComputeCredential.IsRunningOnComputeEngine doesn't work

v1.40.1 BaseUri handling; Client disposal bugfix

07 Jun 19:13
Compare
Choose a tag to compare

Bug fixes:

  • #1399 Tcp Connection Leak in CLOSED_WAIT when GZIpEnabled is set on TranslateService

New features:

  • #1385 Configurable BaseUri

v1.39.0 Auth updates

01 May 13:03
Compare
Choose a tag to compare

Bug fixes:

  • #1376 LocalServerCodeReciever does not respect CancellationToken on initial login page.

New features:

  • #1346 FR: Custom Google auth redirect message.
  • #1366 Consider nonce / security_token support.
  • #1371 Feature Request: Allow different credentials to be used within a single service instance.

v1.38.1 Fix ASP.NET Core token refresh bug

01 Apr 14:10
c4eed3b
Compare
Choose a tag to compare

Bug fixes:

  • #1345 Possible token refresh problem with asp.net core auth

v1.38.0 AspNetCore auth support

31 Jan 11:47
a696b98
Compare
Choose a tag to compare

New features:

  • #1329 Add scope constants generation.
  • #1330 Move Google.Apis.Auth.AspNetCore from beta to GA.

v1.37.0 Support for `prompt` in oauth

11 Jan 10:14
Compare
Choose a tag to compare

New features:

  • #1322 Support setting prompt when using GoogleWebAuthorizationBroker

v1.36.1 Fix OAuth callback bug

17 Oct 13:55
620b8f1
Compare
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
Compare
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
Compare
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
Compare
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