File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
15
# v0.16.0
2
16
3
17
- Increase the default chunk size for uploads (e.g., for the storage package) to 16 MB.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
16
16
17
17
// Repo is the current version of the client libraries in this
18
18
// repo. It should be a date in YYYYMMDD format.
19
- const Repo = "20200205 "
19
+ const Repo = "20200206 "
20
20
21
21
// Go returns the Go runtime version. The returned string
22
22
// has no whitespace.
You can’t perform that action at this time.
0 commit comments