github googleapis/google-api-dotnet-client v1.47.0
v1.47.0 Quota project related features; Signed JWT fixes.

latest releases: v1.68.0, v1.67.0, v1.66.0...
4 years ago

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.

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:

  • #1581 All credential types support the setting of quota project (x-goog-user-project).
  • #1581 Added GoogleCredential.CreateWithQuotaProject(string) that allows overriding the quota project associated to the credential.
  • #1583 and #1585 Make AccessTokenWithHeaders more usable from outside its package.

Don't miss a new google-api-dotnet-client release

NewReleases is sending notifications on new releases.