Skip to content

Releases: googleapis/google-api-go-client

v0.34.0

26 Oct 15:47
e10ce72
Compare
Choose a tag to compare
  • transport:
    • Fix mergeEndpoint logic to support default endpoints without scheme.
  • Various updates to autogenerated clients.

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

v0.33.0

13 Oct 15:39
a176829
Compare
Choose a tag to compare
  • idtoken:
    • Add an example of setting HTTP auth header.
  • internal:
    • Refactor service-account.json into a testdata folder.
  • transport:
    • Add device certificate Authentication support to GRPC.
    • Support GOOGLE_API_USE_CLIENT_CERTIFICATE and
      GOOGLE_API_USE_MTLS_ENDPOINT environment variables to conform with
      AIP-4114.
  • Various updates to autogenerated clients.

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

v0.32.0

15 Sep 20:46
c006748
Compare
Choose a tag to compare
  • 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

01 Sep 13:55
b4a18d7
Compare
Choose a tag to compare
  • 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

04 Aug 15:45
dcbe36d
Compare
Choose a tag to compare

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

08 Jul 20:44
cb1f45c
Compare
Choose a tag to compare
  • Various updates to autogenerated clients.
  • transport: internal bug fixes for mTLS.

v0.28.0

18 Jun 15:10
0324d5e
Compare
Choose a tag to compare
  • 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

16 Jun 22:02
9533116
Compare
Choose a tag to compare
  • 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

01 Jun 20:15
6ca1abe
Compare
Choose a tag to compare
  • 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

20 May 21:58
8ecc69f
Compare
Choose a tag to compare

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.