Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/pubsub/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@
* ``0.28.4`` (`PyPI <https://pypi.org/project/google-cloud-pubsub/0.28.4/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/pubsub-0.28.4>`__)
* ``0.29.0`` (`PyPI <https://pypi.org/project/google-cloud-pubsub/0.29.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/pubsub-0.29.0>`__)
* ``0.29.1`` (`PyPI <https://pypi.org/project/google-cloud-pubsub/0.29.1/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/pubsub-0.29.1>`__)
* ``0.29.2`` (`PyPI <https://pypi.org/project/google-cloud-pubsub/0.29.2/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/pubsub-0.29.2>`__)
29 changes: 29 additions & 0 deletions pubsub/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 pubsub/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