Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 061de8f

Browse files
author
Jon Wayne Parrott
authored
Release 0.33.1 (googleapis#5136)
1 parent 2f5ffb9 commit 061de8f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

pubsub/CHANGELOG.md

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

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

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+
715
## 0.33.0
816

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

0 commit comments

Comments
 (0)