Releases: googleapis/google-api-go-client
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.
v0.13.0
v0.12.0
v0.11.0
-
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
pathinternal/gensupport
.
Please note: the release version is not indicative of an individual client's
stability or version.