Skip to content

Commit 69b201b

Browse files
authored
Release 0.35.2 (googleapis#5414)
1 parent 7d2138a commit 69b201b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

pubsub/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
[1]: https://pypi.org/project/google-cloud-pubsub/#history
66

7+
## 0.35.2
8+
9+
### Implementation Changes
10+
- Add heartbeating to the streaming pull manager (#5413)
11+
- Fix retrying of bidirectional RPCs and closing the streaming pull manager (#5412)
12+
713
## 0.35.1
814

915
### Implementation Changes

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 = '0.35.1'
25+
version = '0.35.2'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)