Skip to content

Commit 9533116

Browse files
tritonebroady
andauthored
all: release v0.27.0 (#533)
Co-authored-by: Chris Broadfoot <cbro@golang.org>
1 parent 4f567d4 commit 9533116

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)