github googleapis/python-pubsub v0.33.0

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

Implementation changes

  • Drop leased messages after flow_control.max_lease_duration has passed. (#5020)
  • Fix mantain leases to not modack messages it just dropped (#5045)
  • Avoid race condition in maintain_leases by copying leased_messages (#5035)
  • Retry subscription stream on InternalServerError, Unknown, and GatewayTimeout (#5021)
  • Use the rpc's status to determine when to exit the request generator thread (#5054)
  • Fix missing iter on request stream (#5078)
  • Nack messages when the subscriber callback errors (#5019)

Testing

  • pubsub nox.py cleanup (#5056)
  • Fix test that checks for retryable exceptions (#5034)

Don't miss a new python-pubsub release

NewReleases is sending notifications on new releases.