Skip to content

Releases: googleapis/google-api-go-client

v0.22.0

Choose a tag to compare

@codyoss codyoss released this 21 Apr 19:47

Depreciation Notice

  • Package google.golang.org/api/sql/v1beta4 has been deprecated as it was
    generated under the wrong name. This package will be removed in a future
    release. Please migrate to: google.golang.org/api/sqladmin/v1beta4.

Changes

  • Apigee client has temporarily been disabled.

  • Updated custom search example to be in line with new API.

  • Various updates to autogenerated clients.

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

v0.21.0

Choose a tag to compare

@broady broady released this 03 Apr 18:09
  • Disabled automatic switching to *.mtls.googleapis.com endpoints.

  • Various updates to autogenerated clients.

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

v0.20.0

Choose a tag to compare

@codyoss codyoss released this 03 Mar 22:12
  • WithGRPCConnectionPool is a no-op for some APIs

  • correctly report Go version of runtime

  • Various updates to autogenerated clients.

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

v0.19.0

Choose a tag to compare

@tbpg tbpg released this 25 Feb 20:10
  • Various updates to autogenerated clients.

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

v0.18.0

Choose a tag to compare

@broady broady released this 24 Feb 22:41
  • 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

Choose a tag to compare

@broady broady released this 06 Feb 17:47
  • 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

Choose a tag to compare

@broady broady released this 04 Feb 17:02
  • 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

Choose a tag to compare

@broady broady released this 16 Jan 22:29
  • 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

Choose a tag to compare

@shollyman shollyman released this 15 Nov 20:20
  • 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

Choose a tag to compare

@shollyman shollyman released this 28 Oct 18:24
  • 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.