github googleapis/python-pubsub v0.29.1

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

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/

Don't miss a new python-pubsub release

NewReleases is sending notifications on new releases.