We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce35cd3 commit b9d6455Copy full SHA for b9d6455
2 files changed
pubsub/CHANGELOG.md
@@ -4,6 +4,13 @@
4
5
[1]: https://pypi.org/project/google-cloud-pubsub/#history
6
7
+## 0.35.4
8
+
9
+### Implementation Changes
10
11
+- Recover streams during the gRPC error callback. (#5446)
12
+- Use operational lock when checking for activity on streams. (#5445)
13
14
## 0.35.3
15
16
### 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.3'
+version = '0.35.4'
26
# Should be one of:
27
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
0 commit comments