Skip to content

Commit c58eed7

Browse files
authored
Preparing release 0.29.1 of Pub / Sub. (googleapis#4460)
1 parent 8dce7d1 commit c58eed7

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

pubsub/CHANGELOG.md

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

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

7+
## 0.29.1
8+
9+
### Notable Implementation Changes
10+
11+
- **Bug fix** (#4234): Adding retries for connection `UNAVAILABLE`. This
12+
bug made the Pub / Sub client mostly unusable for subscribers to topics
13+
that don't have a steady stream of messages. After ~2 minutes of inactivity,
14+
the gRPC connection would timeout and raise `UNAVAILABLE` locally, i.e. not
15+
due to a response from the backend. (#4444)
16+
- Updating autogenerated packages (#4438)
17+
18+
### Documentation
19+
20+
- Fixing broken examples in quick start (#4398)
21+
- Fixing broken example in README (#4402, h/t to @mehmetboraezer)
22+
- Updating old/dead link to usage doc in README (#4406, h/t to @mehmetboraezer)
23+
24+
### Dependencies
25+
26+
- Dropping dependency on `google-cloud-core` in exchange for
27+
`google-api-core` (#4438)
28+
29+
PyPI: https://pypi.org/project/google-cloud-pubsub/0.29.1/
30+
731
## 0.29.0
832

933
### Notable Implementation Changes

pubsub/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
setup(
6161
name='google-cloud-pubsub',
62-
version='0.29.1.dev1',
62+
version='0.29.1',
6363
description='Python Client for Google Cloud Pub/Sub',
6464
long_description=README,
6565
namespace_packages=[

0 commit comments

Comments
 (0)