File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55[ 1 ] : https://pypi.org/project/google-cloud-pubsub/#history
66
7+ ## 0.33.0
8+
9+ ### Implementation changes
10+
11+ - Drop leased messages after flow_control.max_lease_duration has passed. (#5020 )
12+ - Fix mantain leases to not modack messages it just dropped (#5045 )
13+ - Avoid race condition in maintain_leases by copying leased_messages (#5035 )
14+ - Retry subscription stream on InternalServerError, Unknown, and GatewayTimeout (#5021 )
15+ - Use the rpc's status to determine when to exit the request generator thread (#5054 )
16+ - Fix missing iter on request stream (#5078 )
17+ - Nack messages when the subscriber callback errors (#5019 )
18+
19+ ### Testing
20+
21+ - pubsub nox.py cleanup (#5056 )
22+ - Fix test that checks for retryable exceptions (#5034 )
23+
724## 0.32.1
825
926### Dependencies
Original file line number Diff line number Diff line change 2222
2323name = 'google-cloud-pubsub'
2424description = 'Google Cloud Pub/Sub API client library'
25- version = '0.32.1 '
25+ version = '0.33.0 '
2626# Should be one of:
2727# 'Development Status :: 3 - Alpha'
2828# 'Development Status :: 4 - Beta'
You can’t perform that action at this time.
0 commit comments