Skip to content

Commit e9c39de

Browse files
committed
all: release v0.16.0
This commit will be tagged v0.16.0. Change-Id: I83356570a15bbe6562171723e79913ffb7c6a808 Reviewed-on: https://code-review.googlesource.com/c/google-api-go-client/+/50572 Reviewed-by: Tyler Bui-Palsulich <tbp@google.com>
1 parent 8c19f07 commit e9c39de

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# v0.16.0
2+
3+
- Increase the default chunk size for uploads (e.g., for the storage package) to 16 MB.
4+
5+
- transport:
6+
- Automatically populate QuotaProject from the "quota_project_id" field in the JSON credentials file.
7+
- Add grpc.DialPool, which opens multiple grpc.ClientConns based on WithGRPCConnectionPool option.
8+
9+
- Added a check to prevent mixed calls to Add and AddWait.
10+
11+
- Various updates to autogenerated clients.
12+
13+
_Please note:_ the release version is not indicative of an individual client's
14+
stability or version.
15+
116
# v0.15.0
217

318
- monitoring/v3:

0 commit comments

Comments
 (0)