Skip to content

Releases: googleapis/google-api-go-client

v0.18.0

24 Feb 22:41
Compare
Choose a tag to compare
  • Add the WithClientCertSource option for mTLS (client TLS certificates), currently only supported for HTTP clients.

  • Allow host:port for endpoint overrides, rather than requiring the full base URL (for google.golang.org/api clients).

  • Make DialPool work with WithGRPCConn plus non-zero pool size googleapis/google-cloud-go#1780

v0.17.0

06 Feb 17:47
Compare
Choose a tag to compare
  • Revert sqladmin package name back from sql to sqladmin. (#448)

  • Various updates to autogenerated clients.

Internal:

  • transport/grpc: add internal WithDialPool option for GAPIC clients.

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

v0.16.0

04 Feb 17:02
Compare
Choose a tag to compare
  • Increase the default chunk size for uploads (e.g., for the storage package) to 16 MB.

  • transport:

    • Automatically populate QuotaProject from the "quota_project_id" field in the JSON credentials file.
    • Add grpc.DialPool, which opens multiple grpc.ClientConns based on WithGRPCConnectionPool option.
  • Added a check to prevent mixed calls to Add and AddWait.

  • Various updates to autogenerated clients.

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

v0.15.0

16 Jan 22:29
Compare
Choose a tag to compare
  • monitoring/v3:

    • Rename Service to MService; revert APIService to Service.
  • Various updates to autogenerated clients.

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

v0.14.0

15 Nov 20:20
Compare
Choose a tag to compare
  • Fix for setting custom HTTP headers in the absence of UserAgent.

  • Add a client option for disabling telemetry such as OpenCensus.

  • Performance improvements to google.golang.org/api/support/bundler.

  • Various updates to autogenerated clients.

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

v0.13.0

28 Oct 18:24
Compare
Choose a tag to compare
  • Changes to how media path redirection is handled in generated code.

  • Various updates to autogenerated clients.

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

v0.12.0

28 Oct 16:19
Compare
Choose a tag to compare
  • Various updates to autogenerated clients.

v0.11.0

08 Oct 19:25
Compare
Choose a tag to compare
  • Various updates to autogenerated clients.

  • Module information now indicates go 1.11 as oldest supported version. As of
    October 1, 2019 versions 1.9 and 1.10 are no longer supported.

  • Removed the following APIs which are no longer available via the discovery
    service: dfareporting/v2.8, prediction/*.

  • The internal gensupport library has been relocated to the more idiomatic
    path internal/gensupport.

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

v0.10.0

05 Sep 21:05
Compare
Choose a tag to compare
  • Various updates to autogenerated clients.

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

v0.9.0

20 Aug 17:09
Compare
Choose a tag to compare
  • Small fix to chunking retry logic such that each chunk has its own retry
    deadline, instead of unbounded retries.
  • Various updates to autogenerated clients.

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