Skip to content

Commit ec03490

Browse files
authored
Pub / sub release 0.29.4. (#4566)
1 parent 983829b commit ec03490

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

docs/pubsub/releases.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@
1919
* ``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>`__)
2020
* ``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>`__)
2121
* ``0.29.3`` (`PyPI <https://pypi.org/project/google-cloud-pubsub/0.29.3/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/pubsub-0.29.3>`__)
22+
* ``0.29.4`` (`PyPI <https://pypi.org/project/google-cloud-pubsub/0.29.4/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/pubsub-0.29.4>`__)

pubsub/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

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

7+
## 0.29.4
8+
9+
### Notable Implementation Changes
10+
11+
- **Bug fix**: Restore previous behavior of the subscription lease
12+
maintenance worker. This was accidentally "stopped" in `0.29.3`
13+
due to a change in implementation that went from an `active`
14+
boolean to an "inactive" / `stopped` boolean, so `True` became
15+
`False` and vice-versa (#4564).
16+
17+
PyPI: https://pypi.org/project/google-cloud-pubsub/0.29.4/
18+
719
## 0.29.3
820

921
### Notable Implementation Changes

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

0 commit comments

Comments
 (0)