google-cloud-pubsub 0.26.0
- Update
google-cloud-coredependency 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.subscriptionfactory (PR #3370, issue #3369).