July 2025 Summaries
4 posts from Hookdeck
Filter
Month:
Year:
Post Summaries
Back to Blog
Outpost v0.4.0 has been released, introducing support for Azure Service Bus as an event destination, enhancing its flexibility for developer tools on Microsoft and Azure infrastructures. Outpost is a self-hosted event delivery service that offers at-least-once delivery, event fanout, and observability features while allowing for multi-tenant support and configurable retries. It enables users to control and observe how events are delivered to multiple destinations like webhooks and message queues. The release emphasizes the benefits of self-hosting, such as compliance, performance, and cost efficiency, particularly useful for platforms with webhooks, high-volume event streams, and event-driven architectures. Outpost provides tools for creating tenants, defining destinations, and publishing events using TypeScript, Go, and Python SDKs, allowing extensive integration and control over event delivery infrastructure.
Jul 31, 2025
2,127 words in the original blog post.
Phil Leggetter introduces a significant update to Hookdeck's event flow management system, providing users with the ability to control the order in which transformations and filters are applied to events. Previously, transformations always occurred before filters, which presented challenges for developers needing to filter events based on payload content or use internal metadata for filtering without passing it downstream. The new feature allows users to reorder these processes, enabling transformations to occur either before or after filtering, depending on the specific needs of the event flow. This flexibility is especially beneficial for scenarios involving complex transformation logic or sensitive metadata, as it simplifies processing and prevents unnecessary data leakage. The update is reflected in both the Hookdeck dashboard UI and API, where users can adjust the rule order through drag-and-drop functionality or by modifying the rules array in the API. This change not only enhances the simplicity and efficiency of event processing but also aligns with Hookdeck's aim to make rule logic more expressive and adaptable.
Jul 29, 2025
1,092 words in the original blog post.
Webhooks present significant challenges when scaled, as they function within an event-driven architecture where developers do not control the event producer, leading to complexities such as message ordering, retries, and duplicates. Phil Leggetter, from his experience at Hookdeck, identifies critical strategies for managing webhooks, including idempotency techniques such as fetch-before-process, insert-or-update with timestamp checks, and tracking processing state per event ID. These approaches help mitigate issues like duplicate events and out-of-order delivery. Additionally, managing webhook bursts via queue-first processing and monitoring back pressure is essential for maintaining system stability, while observability through centralized event logging is crucial for incident response. The emergence of event destinations and event gateways, which offer direct event infrastructure delivery, represents an evolving landscape that provides new solutions for handling webhooks at scale, as demonstrated by Hookdeckâs Event Gateway, which addresses common webhook challenges such as burst protection, provider chaos, incident recovery, and real-time visibility.
Jul 15, 2025
2,075 words in the original blog post.
The Hookdeck Dashboard v4, released on July 14, 2025, represents a comprehensive redesign aimed at enhancing usability and efficiency, allowing new features to be implemented more swiftly and to higher quality standards. This update introduces dedicated pages for core resources such as Source, Destination, and Transformation, making navigation easier for projects with numerous resources, and adds functionalities like alphabetical sorting, pagination, quick editing, and advanced filtering. Metrics have been redesigned to be more insightful, with a focus on data density and clarity in a new left-aligned layout that maximizes screen use. The Event and Request sidebar now includes additional contextual data to streamline debugging, and while the v4 update lays a strong foundation, further enhancements are planned to continue improving the user experience.
Jul 14, 2025
484 words in the original blog post.