Skip to content

Commit 89b5048

Browse files
authored
chore: release v2.4.0 (#296)
1 parent 4dc3297 commit 89b5048

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

packages/google-cloud-pubsub/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@
55
[1]: https://pypi.org/project/google-cloud-pubsub/#history
66

77

8+
## 2.4.0
9+
10+
02-22-2021 05:02 PST
11+
12+
13+
### Implementation Changes
14+
15+
### New Features
16+
17+
- Add graceful streaming pull shutdown. ([#292](https://github.com/googleapis/python-pubsub/pull/292))
18+
19+
### Documentation
20+
21+
- Update samples with using the subscriber client as a context manager. ([#254](https://github.com/googleapis/python-pubsub/pull/254))
22+
823
## [2.3.0](https://www.github.com/googleapis/python-pubsub/compare/v2.2.0...v2.3.0) (2021-02-08)
924

1025

packages/google-cloud-pubsub/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = "google-cloud-pubsub"
2424
description = "Google Cloud Pub/Sub API client library"
25-
version = "2.3.0"
25+
version = "2.4.0"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)