Skip to content

Releases: googleapis/google-api-dotnet-client

v1.44.1 Fix async reading credential from a file

06 Mar 16:53

Choose a tag to compare

Bug fixes:

  • #1523 Fix reading credential from a file

v1.44.0 Auth fixes and features; json.net upgrade

06 Mar 14:16

Choose a tag to compare

Bug fixes:

  • #1508 Minor changes to quota project as a header related code
  • #1513 Fixes service/call credential clashes in REST clients
  • #1516 Upgrade newtonsoft.json from v10.x -> v12.x

New features:

  • #1515 Allow async and cancellable credential fetching

v1.43.0 Various new features for ASP.NET Core 3.x, client creation, quota, auth

06 Jan 14:03

Choose a tag to compare

New features:

  • #1434 GetFallbackPolicyAsync does not have an implementation (ASP.NET Core 3.x)
  • #1466 Make HttpClientFactory.CreateSimpleClientHandler virtual
  • #1484 Quota project read from credential and passed along as x-goog-user-project header
  • #1487, #1488 Allow null auth Scopes

v1.41.1 x-goog-api-client header support; uploading bug fixes

16 Sep 10:37

Choose a tag to compare

Bug fixes:

  • #1430 ResumableUpload modifies the existing HttpClient
  • #1449 Improve error handling for closed streams when uploading
  • #1453 Google.Apis 1.41.0 > "Names in version headers must be unique"

New features:

  • #1440 Support x-goog-api-client in REST libraries

v1.40.3 ResumableUpload fix

06 Aug 09:37

Choose a tag to compare

Bug fixes:

  • #1432 ResumableUpload passes not-received chunks to upload interceptor

v1.40.2 Metadata server access

11 Jun 08:41

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

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

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

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

Choose a tag to compare

New features:

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