Skip to content

Commit

Permalink
chore(pubsub): release pubsub/v1.8.1 (#2954)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongalex committed Oct 2, 2020
1 parent a38716b commit 64b4546
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (

// Repo is the current version of the client libraries in this
// repo. It should be a date in YYYYMMDD format.
const Repo = "20201001"
const Repo = "20201002"

// Go returns the Go runtime version. The returned string
// has no whitespace.
Expand Down
6 changes: 5 additions & 1 deletion pubsub/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## v1.8.1

- Suppress connection is closing on error on subscriber close. (#2951)

## v1.8.0

- Add status code to error injection in pstest. This is a BREAKING CHANGE.
Expand All @@ -21,7 +25,7 @@
## v1.6.0

- Fix issue where subscriber streams were limited because it was using a single grpc conn.
- As a side effect, publisher and subscriber grpc conns are no longer shared.
- As a side effect, publisher and subscriber grpc conns are no longer shared.
- Add fake time function in pstest.
- Add support for server side flow control.

Expand Down

0 comments on commit 64b4546

Please sign in to comment.