Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5ffb9 commit 061de8fCopy full SHA for 061de8f
pubsub/CHANGELOG.md
@@ -4,6 +4,14 @@
4
5
[1]: https://pypi.org/project/google-cloud-pubsub/#history
6
7
+## 0.33.1
8
+
9
+### Implementation changes
10
11
+- Surface publish RPC errors back to the publish futures (#5124)
12
+- Make the pausable response iterator aware of the RPC state to prevent deadlock (#5108)
13
+- Properly handle graceful stop in request generator (#5097)
14
15
## 0.33.0
16
17
### 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.33.0'
+version = '0.33.1'
26
# Should be one of:
27
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
0 commit comments