Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit ce60997

Browse files
authored
Preparing release 0.29.2 of Pub / Sub. (#4500)
1 parent b51ca7f commit ce60997

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

CHANGELOG.md

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

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.2.dev1',
62+
version='0.29.2',
6363
description='Python Client for Google Cloud Pub/Sub',
6464
long_description=README,
6565
namespace_packages=[

0 commit comments

Comments
 (0)