Skip to content

Commit

Permalink
all: release v0.9.0
Browse files Browse the repository at this point in the history
This CL will be tagged v0.9.0.

Change-Id: I28d09c9e70ff487c0c724f43d480eb2fa16fd79f
Reviewed-on: https://code-review.googlesource.com/c/google-api-go-client/+/44250
Reviewed-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
Reviewed-by: Tyler Bui-Palsulich <tbp@google.com>
  • Loading branch information
jeanbza committed Aug 20, 2019
1 parent 50e5754 commit feb0267
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v0.9.0

- Small fix to chunking retry logic such that each chunk has its own retry
deadline, instead of unbounded retries.
- Various updates to autogenerated clients.

_Please note:_ the release version is not indicative of an individual client's
stability or version.

# v0.8.0

- Various updates to autogenerated clients.
Expand Down
3 changes: 3 additions & 0 deletions gensupport/resumable_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,9 @@ func TestCancelUploadFast(t *testing.T) {

tr := &interruptibleTransport{
buf: make([]byte, 0, mediaSize),
// Shouldn't really need an event, but sometimes the test loses the
// race. So, this is just a filler event.
events: []event{{"bytes 0-9/*", http.StatusServiceUnavailable}},
}

pr := progressRecorder{}
Expand Down

0 comments on commit feb0267

Please sign in to comment.