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 55[ 1 ] : https://pypi.org/project/google-cloud-pubsub/#history
66
77
8+ ## 2.4.2
9+
10+ 05-06-2021 23:50 PDT
11+
12+
13+ ### Implementation Changes
14+
15+ - Fix memory leak when publishing messages. ([ #406 ] ( https://github.com/googleapis/python-pubsub/pull/406 ) )
16+ - Do not crash if distribution cannot be found when extracting semantic version. ([ #393 ] ( https://github.com/googleapis/python-pubsub/pull/393 ) )
17+ - Emit a warning if ` return_immediately ` is set with synchronous pull. ([ #355 ] ( https://github.com/googleapis/python-pubsub/pull/355 ) )
18+ - Regenerate GAPIC layer with latest changes, use explicit default timeouts. ([ #345 ] ( https://github.com/googleapis/python-pubsub/pull/345 ) )
19+
20+
21+ ### Documentation
22+
23+ - Add additional info on ` use_legacy_flow_control ` parameter. ([ #301 ] ( https://github.com/googleapis/python-pubsub/pull/301 ) )
24+ - Remove EXPERIMENTAL tag for ordering keys in ` publisher/client.py ` . ([ #324 ] ( https://github.com/googleapis/python-pubsub/pull/324 ) )
25+ - Fix ` create_topic() ` call in README. ([ #360 ] ( https://github.com/googleapis/python-pubsub/pull/360 ) )
26+ - Generate PyPI token in secrets manager, fix spacing in docs (via synth). ([ #384 ] ( https://github.com/googleapis/python-pubsub/pull/384 ) )
27+ - Add ` SECURITY.md ` . ([ #401 ] ( https://github.com/googleapis/python-pubsub/pull/401 ) )
28+
29+
30+ ### Internal / Testing Changes
31+
32+ - Require 100% unit test coverage (via synth). ([ #359 ] ( https://github.com/googleapis/python-pubsub/pull/359 ) )
33+ - Bump test coverage to 100%. ([ #364 ] ( https://github.com/googleapis/python-pubsub/pull/364 ) )
34+ - Fix streaming pull close unit test flakiness. ([ #361 ] ( https://github.com/googleapis/python-pubsub/pull/361 ) )
35+ - Pass explicit credentials in all unit tests creating clients. ([ #369 ] ( https://github.com/googleapis/python-pubsub/pull/369 ) )
36+ - Fix flaky test for blocking pull shutdown. ([ #378 ] ( https://github.com/googleapis/python-pubsub/pull/378 ) )
37+ - Add missing licence header. ([ #377 ] ( https://github.com/googleapis/python-pubsub/pull/377 ) )
38+
839## [ 2.4.1] ( https://www.github.com/googleapis/python-pubsub/compare/v2.4.0...v2.4.1 ) (2021-03-30)
940
1041### Bug Fixes
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 = "2.4.1 "
25+ version = "2.4.2 "
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