Releases: googleapis/google-api-go-client
Release list
v0.22.0
Depreciation Notice
- Package
google.golang.org/api/sql/v1beta4has 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
v0.20.0
v0.19.0
v0.18.0
-
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
-
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
-
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
v0.14.0
-
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.