Releases: googleapis/google-api-dotnet-client
Releases · googleapis/google-api-dotnet-client
v1.50.0 Several new features
Features:
- #1757 Allows injecting
System.Net.Http.HttpMessageHandler
when creatingGoogle.Apis.Http.ConfigurableHtppClient
. - #1749 and #1753 Include more detailed error information in batch operations.
- #1741 Allows parameter validation to be bypassed.
- #1710 Makes obtaining default credentials more async (when possible).
- #1665 Adss support for GCE_METADATA_HOST environment variable.
v1.49.0 ASP.NET Core Google Auth packages now work with Endpoints
v1.48.0 Improvements and fixes to Google.Apis.Auth.OAuth2.LocalServerCodeReceiver
Bug Fixes:
- #1597 fixes #1596 by making .NET Standard 2.0 use an HttpListener instead of a TcpListener on LocalServerCodeReceiver.
- #1597 fixes some issues that arose from several authorization requests happening rappidly one after the other.
New features:
- #1597 Makes the choosing of the local callback URL configurable.
v1.47.0 Quota project related features; Signed JWT fixes.
Breaking changes:
- #1581 Semantically breaking change: Fails if the
x-goog-user-project
header is set through interceptors.- This is unlikely to actually break anyone since the
x-goog-user-project
is not being currently used by Google APIs, so it's unlikely being set by client code.
- This is unlikely to actually break anyone since the
Bug fixes:
- #1592 fixes #1574. Adds the signing key ID to the header of a service account key signed JWT.
- #1592 When generating a JWT to access a REST API, sets the audience to https://service_name instead of the full requested URL.
New features:
v1.46.0 OIDC fixes and features; config improvements for requests; access token in query string helper deprecation.
Bug fixes:
- #1558 Fixes issues with OIDC token emission:
- Sets the correct audience in the JWT used to request the OIDC token.
- The OIDC token exposes the
id_token
instead of theaccess_token
.
New features:
- #1558 Adds support for IAP token verification.
- #1563 Extension method for requests to allow for fluent configuration.
Obsoletes:
- #1564 Marks as obsolete
Google.Apis.Auth.OAuth2.BearerToken.QueryParameterAccessMethod
.
v1.44.1 Fix async reading credential from a file
Bug fixes:
- #1523 Fix reading credential from a file
v1.44.0 Auth fixes and features; json.net upgrade
v1.43.0 Various new features for ASP.NET Core 3.x, client creation, quota, auth
v1.41.1 x-goog-api-client header support; uploading bug fixes
v1.40.3 ResumableUpload fix
Bug fixes:
- #1432 ResumableUpload passes not-received chunks to upload interceptor