Features
Webhook Deduplication and Custom ACK Configuration
The headline feature in v0.5.111 introduces enhanced webhook control with deduplication and custom acknowledgment (ACK) settings. This allows developers to prevent duplicate webhook processing and customize how webhooks acknowledge receipt of messages.
Improvements
Webhook Execution Optimization
Non-polling webhook executions have been moved off trigger.dev infrastructure, improving performance and reliability for webhook-based workflows. This optimization reduces dependencies and streamlines execution paths for webhook operations.
Bug Fixes
Gmail Subject Header Encoding
Fixed an issue where non-ASCII characters in Gmail subject headers weren't properly RFC 2047 encoded. This ensures international characters and special symbols in email subjects are correctly transmitted and displayed across different email clients.