Releases: googleapis/google-api-dotnet-client
Releases · googleapis/google-api-dotnet-client
v1.40.2 Metadata server access
Bug fixes:
- #1409 ComputeCredential.IsRunningOnComputeEngine doesn't work
v1.40.1 BaseUri handling; Client disposal bugfix
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
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
Bug fixes:
- #1345 Possible token refresh problem with asp.net core auth
v1.38.0 AspNetCore auth support
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
New features:
- #1322 Support setting
prompt
when using GoogleWebAuthorizationBroker
v1.36.1 Fix OAuth callback bug
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
Bug fixes:
- #1282 Cannot specify Proxy inside of GoogleCredential object
- #1285 Revoking a token results in 404
v1.35.2 Update auth URLs
Updates:
- #1269 Use new urls for authentication
v1.35.1 JWT caching; better netstandard2.0 and full-framework support; bug-fixes
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