This repository was archived by the owner on Mar 9, 2026. It is now read-only.
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.2
8+
9+ ### Notable Implementation Changes
10+
11+ - ** Bug fix** (#4463 ): Making a subscription consumer actually stop
12+ running after encountering an exception (#4472 , #4498 ). This bug
13+ is the ** only** reason for the ` 0.29.2 ` release.
14+ - Thread Changes
15+ - Added names to all threads created directly by Pub / Sub (#4474 ,
16+ #4476 , #4480 ). Also removing spaces and colons from thread
17+ names (#4476 ).
18+ - Logging changes
19+ - Adding debug logs when lease management exits (#4484 )
20+ - Adding debug logs when hen ` QueueCallbackThread ` exits (#4494 ).
21+ Instances handle theprocessing of messages in a
22+ subscription (e.g. to ` ack ` ).
23+ - Using a named logger in ` publisher.batch.thread ` (#4473 )
24+ - Adding newlines before logging protobuf payloads (#4471 )
25+
26+ ### Documentation
27+
28+ - Fixing broken examples in quick start (#4398 )
29+
30+ ### Dependencies
31+
32+ - Dropping
33+
34+ PyPI: https://pypi.org/project/google-cloud-pubsub/0.29.2/
35+
736## 0.29.1
837
938### Notable Implementation Changes
Original file line number Diff line number Diff line change 5959
6060setup (
6161 name = 'google-cloud-pubsub' ,
62- version = '0.29.2.dev1 ' ,
62+ version = '0.29.2' ,
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