Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 312c6f6

Browse files
authored
chore: release v2.4.2 (#409)
1 parent 3976580 commit 312c6f6

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,37 @@
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = "google-cloud-pubsub"
2424
description = "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'

0 commit comments

Comments
 (0)