Skip to content

Commit b9d6455

Browse files
authored
Release 0.35.4 (googleapis#5447)
1 parent ce35cd3 commit b9d6455

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

pubsub/CHANGELOG.md

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

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

7+
## 0.35.4
8+
9+
### Implementation Changes
10+
11+
- Recover streams during the gRPC error callback. (#5446)
12+
- Use operational lock when checking for activity on streams. (#5445)
13+
714
## 0.35.3
815

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

0 commit comments

Comments
 (0)