Skip to content

Release google-cloud-pubsub 0.25.0

Choose a tag to compare

@blowmage blowmage released this 08 Jun 15:28
· 24761 commits to main since this release
  • Add Snapshot and Subscription#seek.
  • Add Subscription#retain_acked and Subscription#retention.
  • Update gem spec homepage links.
  • Remove memoization of Policy.
  • Remove force parameter from Subscription#policy and Topic#policy.
  • Remove Policy#deep_dup.
  • Configure gRPC max_send_message_length and max_receive_message_length
    to accommodate max message size > 4 MB.