Skip to content

Commit

Permalink
chore: release pubsub/v1.6.0 (#2627)
Browse files Browse the repository at this point in the history
* chore: release pubsub/v1.6.0
  • Loading branch information
hongalex authored Jul 22, 2020
1 parent a00f5d9 commit 14f5e9c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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 = "20200721"
const Repo = "20200722"

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

## 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.
- Add fake time function in pstest.
- Add support for server side flow control.

## v1.5.0

- Add support for subscription detachment.
Expand Down

0 comments on commit 14f5e9c

Please sign in to comment.