File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed
Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 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 >`__)
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.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
Original file line number Diff line number Diff line change 5959
6060setup (
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 = [
You can’t perform that action at this time.
0 commit comments