We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8b06c5 commit 719e19eCopy full SHA for 719e19e
packages/google-cloud-pubsub/CHANGELOG.md
@@ -4,6 +4,12 @@
4
5
[1]: https://pypi.org/project/google-cloud-pubsub/#history
6
7
+## 0.37.1
8
+
9
+### Implementation Changes
10
11
+- Make get_initial_request more resilient to race conditions. (#5803)
12
13
## 0.37.0
14
15
### Implementation Changes
packages/google-cloud-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.37.0'
+version = '0.37.1'
26
# Should be one of:
27
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
0 commit comments