github googleapis/python-pubsub v0.29.2

latest releases: v2.17.1, v2.17.0, v2.16.1...
4 years ago

Notable Implementation Changes

  • Bug fix (#4463): Making a subscription consumer actually stop
    running after encountering an exception (#4472, #4498). This bug
    is the only reason for the 0.29.2 release.
  • Thread Changes
    • Added names to all threads created directly by Pub / Sub (#4474,
      #4476, #4480). Also removing spaces and colons from thread
      names (#4476).
  • Logging changes
    • Adding debug logs when lease management exits (#4484)
    • Adding debug logs when QueueCallbackThread exits (#4494).
      Instances handle the processing of messages in a
      subscription (e.g. to ack).
    • Using a named logger in publisher.batch.thread (#4473)
    • Adding newlines before logging protobuf payloads (#4471)

PyPI: https://pypi.org/project/google-cloud-pubsub/0.29.2/

Don't miss a new python-pubsub release

NewReleases is sending notifications on new releases.