Skip to content

Commit 6f5c88b

Browse files
committed
all: release v0.17.0
This commit will be tagged v0.17.0. Change-Id: I4c64e0583460bae3d929d8d482556daa827d399e Reviewed-on: https://code-review.googlesource.com/c/google-api-go-client/+/51570 Reviewed-by: Tyler Bui-Palsulich <tbp@google.com> Reviewed-by: kokoro <noreply+kokoro@google.com>
1 parent 61f8eb6 commit 6f5c88b

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# v0.17.0
2+
3+
4+
- Revert sqladmin package name back from sql to sqladmin. (#448)
5+
6+
- Various updates to autogenerated clients.
7+
8+
Internal:
9+
10+
- transport/grpc: add internal WithDialPool option for GAPIC clients.
11+
12+
_Please note:_ the release version is not indicative of an individual client's
13+
stability or version.
14+
115
# v0.16.0
216

317
- Increase the default chunk size for uploads (e.g., for the storage package) to 16 MB.

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616

1717
// Repo is the current version of the client libraries in this
1818
// repo. It should be a date in YYYYMMDD format.
19-
const Repo = "20200205"
19+
const Repo = "20200206"
2020

2121
// Go returns the Go runtime version. The returned string
2222
// has no whitespace.

0 commit comments

Comments
 (0)