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

v0.29.1

Choose a tag to compare

@busunkim96 busunkim96 released this 03 Feb 21:20

Notable Implementation Changes

  • Bug fix (#4234): Adding retries for connection UNAVAILABLE. This
    bug made the Pub / Sub client mostly unusable for subscribers to topics
    that don't have a steady stream of messages. After ~2 minutes of inactivity,
    the gRPC connection would timeout and raise UNAVAILABLE locally, i.e. not
    due to a response from the backend. (#4444)
  • Updating autogenerated packages (#4438)

Documentation

Dependencies

  • Dropping dependency on google-cloud-core in exchange for
    google-api-core (#4438)

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