Skip to content

Commit

Permalink
Preparing release 0.29.2 of Pub / Sub. (#4500)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes authored Nov 30, 2017
1 parent b51ca7f commit ce60997
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,35 @@

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

## 0.29.2

### Notable Implementation Changes

- **Bug fix** (#4463): Making a subscription consumer actually stop
running after encountering an exception (#4472, #4498). This bug
is the **only** reason for the `0.29.2` release.
- Thread Changes
- Added names to all threads created directly by Pub / Sub (#4474,
#4476, #4480). Also removing spaces and colons from thread
names (#4476).
- Logging changes
- Adding debug logs when lease management exits (#4484)
- Adding debug logs when hen `QueueCallbackThread` exits (#4494).
Instances handle theprocessing of messages in a
subscription (e.g. to `ack`).
- Using a named logger in `publisher.batch.thread` (#4473)
- Adding newlines before logging protobuf payloads (#4471)

### Documentation

- Fixing broken examples in quick start (#4398)

### Dependencies

- Dropping

PyPI: https://pypi.org/project/google-cloud-pubsub/0.29.2/

## 0.29.1

### Notable Implementation Changes
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

setup(
name='google-cloud-pubsub',
version='0.29.2.dev1',
version='0.29.2',
description='Python Client for Google Cloud Pub/Sub',
long_description=README,
namespace_packages=[
Expand Down

0 comments on commit ce60997

Please sign in to comment.