Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release google-cloud-pubsub 1.3.0 #4793

Merged
merged 2 commits into from
Feb 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions google-cloud-pubsub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

### 1.3.0 / 2020-02-10

#### Features

* Add support for Dead Letter Topics
* Add `dead_letter_topic` and `dead_letter_max_delivery_attempts` to `Topic#subscribe`
* Add `Subscription#dead_letter_topic` and `Subscription#dead_letter_topic=`
* Add `Subscription#dead_letter_max_delivery_attempts` and `Subscription#dead_letter_max_delivery_attempts=`
* Add `ReceivedMessage#delivery_attempt`

### 1.2.2 / 2020-02-04

#### Performance Improvements
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-pubsub/lib/google/cloud/pubsub/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module PubSub
VERSION = "1.2.2".freeze
VERSION = "1.3.0".freeze
end

Pubsub = PubSub unless const_defined? :Pubsub
Expand Down