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.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
Original file line number Diff line number Diff line change 5959
6060setup (
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 = [
You can’t perform that action at this time.
0 commit comments