Google Pub/Sub Listener
Most recent version: v1.0.1
Learn more about this Listener type in this article.
v1.0.1
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)
v1.0.0
Released on 03/05/2026
The configuration YAML has been updated to support more google sub parameters (message, orderingKey, publishedTime, deliveryAttempt)
v0.0.2
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
Last updated
Was this helpful?

