Skip to content

Commit

Permalink
Release google-cloud-pubsub 0.39.2 (#4026)
Browse files Browse the repository at this point in the history
#### Bug Fixes

* Do not interrupt Subscriber callbacks when stopping
  * Allow in-process callbacks to complete when a Subscriber is stopped.

#### Documentation

* Update Subscriber stop and wait documentation
  * Update Subscriber#stop and Subscriber#wait! method
  • Loading branch information
yoshi-automation authored and blowmage committed Sep 17, 2019
1 parent 9120d1d commit 5e6ca20
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions google-cloud-pubsub/CHANGELOG.md
@@ -1,5 +1,17 @@
# Release History

### 0.39.2 / 2019-09-17

#### Bug Fixes

* Do not interrupt Subscriber callbacks when stopping
* Allow in-process callbacks to complete when a Subscriber is stopped.

#### Documentation

* Update Subscriber stop and wait documentation
* Update Subscriber#stop and Subscriber#wait! method

### 0.39.1 / 2019-09-04

#### Features
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-pubsub/lib/google/cloud/pubsub/version.rb
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module PubSub
VERSION = "0.39.1".freeze
VERSION = "0.39.2".freeze
end

Pubsub = PubSub unless const_defined? :Pubsub
Expand Down

0 comments on commit 5e6ca20

Please sign in to comment.