Skip to content

Release google-cloud-pubsub 0.38.0

Choose a tag to compare

@yoshi-automation yoshi-automation released this 31 Jul 16:03
eb7f420
  • Allow persistence_regions to be set
    • Support setting persistence_regions on topic creation
      and topic update.
  • Allow Service endpoint to be configured
    • Google::Cloud::PubSub.configure.endpoint
  • Fix max threads setting in thread pools
    • Thread pools once again limit the number of threads allocated.
  • Reduce thread usage at startup
    • Allocate threads in pool as needed, not all up front
  • Update documentation links