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

v2.4.2

Choose a tag to compare

@yoshi-automation yoshi-automation released this 10 May 16:17
312c6f6

05-06-2021 23:50 PDT

Implementation Changes

  • Fix memory leak when publishing messages. (#406)
  • Do not crash if distribution cannot be found when extracting semantic version. (#393)
  • Emit a warning if return_immediately is set with synchronous pull. (#355)
  • Regenerate GAPIC layer with latest changes, use explicit default timeouts. (#345)

Documentation

  • Add additional info on use_legacy_flow_control parameter. (#301)
  • Remove EXPERIMENTAL tag for ordering keys in publisher/client.py. (#324)
  • Fix create_topic() call in README. (#360)
  • Generate PyPI token in secrets manager, fix spacing in docs (via synth). (#384)
  • Add SECURITY.md. (#401)

Internal / Testing Changes

  • Require 100% unit test coverage (via synth). (#359)
  • Bump test coverage to 100%. (#364)
  • Fix streaming pull close unit test flakiness. (#361)
  • Pass explicit credentials in all unit tests creating clients. (#369)
  • Fix flaky test for blocking pull shutdown. (#378)
  • Add missing licence header. (#377)