H

Hookdeck Outpost

H
Hookdeck Outpost Dev Tools v1.1.0

v1.1.0

Note: No breaking changes and no new migrations in this release. Review the Upgrade to v1.1 guide for behavior changes and deprecations before upgrading. Features Configurable webhook system header names: pin the exact name of each system header (DESTINATIONS_WEBHOOK_EVENT_ID_HEADER_NAME, _TIMESTAMP_, _TOPIC_, _SIGNATURE_) or set to an empty string to disable it. Deprecates the DESTINATIONS_WEBHOO…

H
Hookdeck Outpost Dev Tools v1.5.0

typescript - sdks/outpost-typescript/v1.5.0 - 2026-07-24 16:32:20

Generated by Speakeasy CLI @hookdeck/outpost-sdk 1.5.0 Typescript SDK Changes: outpost.configuration.getManagedConfig(): response Changed (Breaking ⚠️) outpost.configuration.updateManagedConfig(): request Changed (Breaking ⚠️) response Changed (Breaking ⚠️) Generated with Speakeasy CLI 1.791.0 Publishing Completed

H
Hookdeck Outpost Dev Tools v1.5.0

python - sdks/outpost-python/v1.5.0 - 2026-07-24 16:24:19

Generated by Speakeasy CLI outpost_sdk 1.5.0 Python SDK Changes: outpost.configuration.get_managed_config(): response Changed (Breaking ⚠️) outpost.configuration.update_managed_config(): request Changed (Breaking ⚠️) response Changed (Breaking ⚠️) Generated with Speakeasy CLI 1.791.0 Publishing Completed

H
Hookdeck Outpost Dev Tools v1.5.0

go - sdks/outpost-go/v1.5.0 - 2026-07-24 16:12:38

Generated by Speakeasy CLI github.com/hookdeck/outpost/sdks/outpost-go 1.5.0 Go SDK Changes: Outpost.Configuration.GetManagedConfig(): response Changed (Breaking ⚠️) Outpost.Configuration.UpdateManagedConfig(): request.Request Changed (Breaking ⚠️) response Changed (Breaking ⚠️) Generated with Speakeasy CLI 1.790.3

H
Hookdeck Outpost Dev Tools v1.0.7

v1.0.7

Features Wildcard topic subscriptions: destinations can now subscribe to topic patterns like user.*, *.created, or order.*.completed in addition to exact topics and the existing catch-all * by @Abdulmumin1 in #912 Fixes Alert tracking keys are now tenant-scoped, preventing two tenants that use the same destination ID from corrupting each other's consecutive-failure counts and auto-disable behavior…

H
Hookdeck Outpost Dev Tools v1.0.6

v1.0.6

What's Changed Alert dimensions now support default/disable semantics via a single config key — leave it unset for the built-in default, set an empty string to disable, or set a value to override the threshold. Applies to ALERT_CONSECUTIVE_FAILURE_COUNT and ALERT_EXHAUSTED_RETRIES_WINDOW_SECONDS by @alexluong in #964 Full Changelog: v1.0.5...v1.0.6

H
Hookdeck Outpost Dev Tools v1.4.1

typescript - sdks/outpost-typescript/v1.4.1 - 2026-06-16 19:09:41

Generated by Speakeasy CLI @hookdeck/outpost-sdk 1.4.1 Typescript SDK Changes: outpost.configuration.getManagedConfig(): response Changed (Breaking ⚠️) outpost.configuration.updateManagedConfig(): request Changed (Breaking ⚠️) response Changed (Breaking ⚠️) Generated with Speakeasy CLI 1.780.0 Publishing Completed

H
Hookdeck Outpost Dev Tools v1.4.1

python - sdks/outpost-python/v1.4.1 - 2026-06-16 18:54:29

Generated by Speakeasy CLI outpost_sdk 1.4.1 Python SDK Changes: outpost.configuration.get_managed_config(): response Changed (Breaking ⚠️) outpost.configuration.update_managed_config(): request Changed (Breaking ⚠️) response Changed (Breaking ⚠️) Generated with Speakeasy CLI 1.780.0 Publishing Completed

H
Hookdeck Outpost Dev Tools v1.4.1

go - sdks/outpost-go/v1.4.1 - 2026-06-16 18:42:46

Generated by Speakeasy CLI github.com/hookdeck/outpost/sdks/outpost-go 1.4.1 Go SDK Changes: Outpost.Configuration.GetManagedConfig(): response Changed (Breaking ⚠️) Outpost.Configuration.UpdateManagedConfig(): request.Request Changed (Breaking ⚠️) response Changed (Breaking ⚠️) Generated with Speakeasy CLI 1.780.0

H
Hookdeck Outpost Dev Tools v1.0.5

v1.0.5

Fixes Webhook secret rotation now correctly defaults the previous-secret invalidation window to 24h on every rotation, not just the first — previously later rotations carried forward a stale (often already-expired) timestamp, stripping the previous secret from API responses by @alexluong in #951 Duplicate log messages are now handled idempotently — at-least-once duplicates in the same batch no lon…

H
Hookdeck Outpost Dev Tools v1.0.4

v1.0.4

Features Mobile-responsive portal layout — sidebar overlays on narrow viewports, tables scroll horizontally, and scenes reflow for tablet/phone widths by @lovlyx in #915 Cleaned up OTel logs to only include audit lines, eliminating operator-diagnostic noise from the customer-visible sink by @alexluong in #913 Fixes Fixed a portal load race where the destinations list could blank out when /destinat…

H
Hookdeck Outpost Dev Tools v1.0.3

v1.0.3

Features Enable/disable destinations directly through Create and Update endpoints via the disabled_at field, plus importable created_at/updated_at timestamps so migrations can preserve original source-system timestamps by @alexluong in #895 Proxy-aware error handling for webhook deliveries through a forward proxy: proxy infrastructure failures (auth, dial) now nack instead of burning the destinati…