Skip to content

Releases: googleapis/google-api-go-client

v0.32.0

Choose a tag to compare

@codyoss codyoss released this 15 Sep 20:46
c006748
  • option:
    • Add experimental ImpersonateCredentials option for impersonating a service
      account.
  • Various updates to autogenerated clients.

Please note: the release version is not indicative of an individual client's
stability or version.

v0.31.0

Choose a tag to compare

@codyoss codyoss released this 01 Sep 13:55
b4a18d7
  • cloudcommerceprocurement:
    • Regenerate cloudcommerceprocurement v1.
  • Updated dependencies.
  • Various updates to autogenerated clients.

Please note: the release version is not indicative of an individual client's
stability or version.

v0.30.0

Choose a tag to compare

@codyoss codyoss released this 04 Aug 15:45
dcbe36d

Changes

  • idtoken:
    • Fix flaky ecdsa test.
    • Fix some typos in the docs.
    • Fix WithCredentialsJSON not working with NewClient.
    • Speed up tests.
  • internal:
    • Remove the install of staticcheck.
    • Automate dependency updates with Renovate.
  • Various updates to autogenerated clients.

Please note: the release version is not indicative of an individual client's
stability or version.

v0.29.0

Choose a tag to compare

@broady broady released this 08 Jul 20:44
cb1f45c
  • Various updates to autogenerated clients.
  • transport: internal bug fixes for mTLS.

v0.28.0

Choose a tag to compare

@tritone tritone released this 18 Jun 15:10
0324d5e
  • gensupport:
    • Retry the initial request for a media upload in the storage library only.
  • Various updates to autogenerated clients.

Please note: the release version is not indicative of an individual client's
stability or version.

v0.27.0

Choose a tag to compare

@tritone tritone released this 16 Jun 22:02
9533116
  • gensupport:
    • Expand retryable errors to include wrapped errors and transient network
      failures.
    • Add retry for the initial request in a resumable or multipart upload.
  • transport/http:
    • Don't reuse a base transport between clients. This fixes a race condition in
      defaultBaseTransport.
  • Various updates to autogenerated clients.

Please note: the release version is not indicative of an individual client's
stability or version.

v0.26.0

Choose a tag to compare

@tritone tritone released this 01 Jun 20:15
6ca1abe
  • idtoken:
    • Populate Claims map.
  • transport/http:
    • Update default HTTP transport settings to use a larger value for
      MaxIdleConnsPerHost. This improves performance in the storage client.
  • Various updates to autogenerated clients.

Please note: the release version is not indicative of an individual client's
stability or version.

v0.25.0

Choose a tag to compare

@codyoss codyoss released this 20 May 21:58
8ecc69f

Announcements

goolgeapis/google-api-go-client
has moved its source of truth to GitHub and is no longer a mirror. This means
that our contributing process has changed a bit. We will now be conducting all
code reviews on GitHub which means we now accept Pull Requests! If you have a
version of the codebase previously checked out you may wish to update your git
remote to point to GitHub.

Changes

  • all:
    • Updated instructions in CONTRIBUTING.md for pull requests.
  • idtoken:
    • Validate now checks to see if the token is expired.
  • sheets:
    • Update ExtendedValue Fields to be pointer types.
  • support/bunder:
    • Fix a deadlock that could when handler limit was set to one.
  • transport:
    • Allow GOOGLE_API_USE_MTLS overriding the mTLS endpoint behavior for the
      HTTP client.
  • Various updates to autogenerated clients.

Please note: the release version is not indicative of an individual client's
stability or version.

v0.24.0

Choose a tag to compare

@codyoss codyoss released this 11 May 18:26

Changes

  • googleapi:
    • Return more details with errors.
  • sqladmin
    • Make StorageAutoResize a pointer type for v1.
  • transport/http:
    • When provided, use the TokenSource from options for NewTransport. This fixes
      a bug in idtoken.NewClient where the wrong TokenSource was being used for
      authentication.
  • Various updates to autogenerated clients.

Please note: the release version is not indicative of an individual client's
stability or version.

v0.23.0

Choose a tag to compare

@codyoss codyoss released this 04 May 18:35
  • apigee:
    • Re-enable generation of this client.
  • compute:
    • Make Id a on ExternalVpnGateway a pointer type.
  • idtoken:
    • Add new package to support making requests with and validating Google ID
      tokens.
  • slides:
    • Make int values of Range optional.
  • Various updates to autogenerated clients.

Please note: the release version is not indicative of an individual client's
stability or version.