Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release google-cloud-pubsub 0.37.0 (#3500)
* Release google-cloud-pubsub 0.37.0 * Add Topic#persistence_regions * Subscriber changes * Fix potential inventory bug * Messages are removed after callback * This change prevents the Subscriber inventory from filling up when messages are never acked or nacked in the user callback. This might happen due to an error in the user callback code. Removing a message from the inventory will cause the message to be redelivered and reprocessed. * Update concurrency implementation * Use concurrent-ruby Promises framework. * Update network configuration * Enable grpc.service_config_disable_resolution
- Loading branch information