There was an error while loading. Please reload this page.
1 parent 7d2138a commit 69b201bCopy full SHA for 69b201b
pubsub/CHANGELOG.md
@@ -4,6 +4,12 @@
4
5
[1]: https://pypi.org/project/google-cloud-pubsub/#history
6
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
13
## 0.35.1
14
15
### Implementation Changes
pubsub/setup.py
@@ -22,7 +22,7 @@
22
23
name = 'google-cloud-pubsub'
24
description = 'Google Cloud Pub/Sub API client library'
25
-version = '0.35.1'
+version = '0.35.2'
26
# Should be one of:
27
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
0 commit comments