Skip to content

Commit b0c0521

Browse files
author
Jon Wayne Parrott
authored
Release pubsub 0.33.0 (googleapis#5079)
1 parent 4dbb324 commit b0c0521

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

pubsub/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@
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

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

0 commit comments

Comments
 (0)