This repository was archived by the owner on Mar 9, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55[ 1 ] : https://pypi.org/project/google-cloud-pubsub/#history
66
7+ ## 0.42.0
8+
9+ 06-18-2019 11:32 PDT
10+
11+ ### Implementation Changes
12+ - Core: Mitigate busy reopen loop in ResumableBidiRpc consuming 100% CPU ([ #8193 ] ( https://github.com/GoogleCloudPlatform/google-cloud-python/pull/8193 ) )
13+ - Pub/Sub: Increase initial_rpc_timeout for messaging (via synth). ([ #8219 ] ( https://github.com/GoogleCloudPlatform/google-cloud-python/pull/8219 ) )
14+ - PubSub: Release the state lock before calling the publish api ([ #8234 ] ( https://github.com/GoogleCloudPlatform/google-cloud-python/pull/8234 ) )
15+ - Pub/Sub: Expose publish retry settings ([ #8231 ] ( https://github.com/GoogleCloudPlatform/google-cloud-python/pull/8231 ) )
16+ - Prevent unhandled background error on SPM shutdown ([ #8111 ] ( https://github.com/GoogleCloudPlatform/google-cloud-python/pull/8111 ) )
17+ - Update timeouts, blacken noxfile.py, setup.py (via synth). ([ #8128 ] ( https://github.com/GoogleCloudPlatform/google-cloud-python/pull/8128 ) )
18+ - PubSub: Fix streaming pull incorrectly handling FlowControl max_messages setting ([ #7948 ] ( https://github.com/GoogleCloudPlatform/google-cloud-python/pull/7948 ) )
19+
20+ ### Documentation
21+ - Document PubSub FlowControl settings ([ #8293 ] ( https://github.com/GoogleCloudPlatform/google-cloud-python/pull/8293 ) )
22+ - Replace readthedocs links with links to github docs. ([ #8291 ] ( https://github.com/GoogleCloudPlatform/google-cloud-python/pull/8291 ) )
23+ - Pub/Sub: surface publish future in documentation ([ #8229 ] ( https://github.com/GoogleCloudPlatform/google-cloud-python/pull/8229 ) )
24+ - Pubsub: Separate subscriber and publish future documentation. ([ #8205 ] ( https://github.com/GoogleCloudPlatform/google-cloud-python/pull/8205 ) )
25+ - Drop mention of long-removed 'policy' object. ([ #8081 ] ( https://github.com/GoogleCloudPlatform/google-cloud-python/pull/8081 ) )
26+
27+ ### Internal / Testing Changes
28+ - Pub/Sub: staticmethod check ([ #8091 ] ( https://github.com/GoogleCloudPlatform/google-cloud-python/pull/8091 ) )
29+ - Add empty lines (via synth). ([ #8067 ] ( https://github.com/GoogleCloudPlatform/google-cloud-python/pull/8067 ) )
30+
731## 0.41.0
832
93305-15-2019 13:57 PDT
Original file line number Diff line number Diff line change 2222
2323name = "google-cloud-pubsub"
2424description = "Google Cloud Pub/Sub API client library"
25- version = "0.41 .0"
25+ version = "0.42 .0"
2626# Should be one of:
2727# 'Development Status :: 3 - Alpha'
2828# 'Development Status :: 4 - Beta'
You can’t perform that action at this time.
0 commit comments