Skip to content

Release google-cloud-pubsub 1.1.0

Choose a tag to compare

Features

  • Add support for Ordering Keys
    • Google Cloud Pub/Sub ordering keys provide the ability to ensure related
      messages are sent to subscribers in the order in which they were published.
      The service guarantees that, for a given ordering key and publisher, messages
      are sent to subscribers in the order in which they were published.
    • Note: At the time of this release, ordering keys are not yet publicly enabled
      and requires special project enablements.
    • Add Google::Cloud::PubSub::Topic#enable_message_ordering! method.
    • Add Google::Cloud::PubSub::Topic#message_ordering? method.
    • Add ordering_key argument to Google::Cloud::PubSub::Topic#publish_async method.
    • Add Google::Cloud::PubSub::Topic#resume_publish method.
    • Add message_ordering argument to Google::Cloud::PubSub::Topic#subscribe method.
    • Add Google::Cloud::PubSub::Subscription#message_ordering? method.
  • Update Ruby dependency to minimum of 2.4.