All Versions
106
Latest Version
Avg Release Cycle
8 days
Latest Release
527 days ago

Changelog History
Page 8

  • v0.33.0 Changes

    October 13, 2020
    • 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 Changes

    September 15, 2020
    • 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 Changes

    September 01, 2020
    • 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 Changes

    August 04, 2020

    🔄 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 Changes

    July 08, 2020

    🔄 Changes

    • ⚡️ Various updates to autogenerated clients.
    • 🛠 transport: internal bug fixes for mTLS.

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

  • v0.28.0 Changes

    June 18, 2020

    🔄 Changes

    • 👍 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 Changes

    June 16, 2020

    🔄 Changes

    • 👍 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 Changes

    June 01, 2020

    🔄 Changes

    • 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 Changes

    May 20, 2020

    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 Changes

    May 11, 2020

    🔄 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.