[go: up one dir, main page]

Skip to content

Release google-cloud-pubsub 0.37.0

Compare
Choose a tag to compare
@yoshi-automation yoshi-automation released this 18 Jun 14:01
005c6c2
  • 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