Skip to content

google-cloud-pubsub 0.26.0

Choose a tag to compare

@tseaver tseaver released this 26 Jun 23:33
· 58404 commits to main since this release
pubsub-0.26.0
  • Update google-cloud-core dependency to ~= 0.25.
  • Provide more useful exception (from google.cloud.exceptions) when trying to create a topic/subscription that already exists, i.e. a "Conflict" (PR #3443, issue #3175).
  • Make Subscription.reload() update the topic if unset. (#3397)
  • Add Client.subscription factory (PR #3370, issue #3369).