File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # v0.27.0
2+
3+ ## Changes
4+
5+ - gensupport:
6+ - Expand retryable errors to include wrapped errors and transient network
7+ failures.
8+ - Add retry for the initial request in a resumable or multipart upload.
9+ - transport/http:
10+ - Don't reuse a base transport between clients. This fixes a race condition in
11+ defaultBaseTransport.
12+ - Various updates to autogenerated clients.
13+
14+ _ Please note:_ the release version is not indicative of an individual client's
15+ stability or version.
16+
117# v0.26.0
218
319## Changes
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ package version
1010
1111// Repo is the current version of the client libraries in this
1212// repo. It should be a date in YYYYMMDD format.
13- const Repo = "20200613 "
13+ const Repo = "20200616 "
You can’t perform that action at this time.
0 commit comments