Google Pub/Sub Listener

Most recent version: v1.0.1

Learn more about this Listener type in this article.

chevron-rightv1.0.1hashtag

Released on 03/05/2026

  • Improved error messages to provide specific diagnostics when subscription verification fails

  • Added detailed error handling for context timeouts, authentication failures, permission issues, and network problems

  • Error messages now include actionable guidance for troubleshooting (e.g., verify credentials, check permissions, validate subscription name)

chevron-rightv1.0.0hashtag

Released on 03/05/2026

The configuration YAML has been updated to support more google sub parameters (message, orderingKey, publishedTime, deliveryAttempt)

chevron-rightv0.0.2hashtag

Released on 12/06/2025

Added support for bulk messages to enable processing multiple messages in a single read operation using two methods:

  • with_delimiter: Reads messages separated by a specified character (like newline) in a continuous stream

  • json_array: Processes messages formatted as elements within a JSON array structure

chevron-rightv0.0.1hashtag

Released on 11/03/2023

Initial version

Last updated

Was this helpful?