Skip to content

Releases: hookdeck/outpost

typescript - sdks/outpost-typescript/v0.2.0 - 2025-05-19 23:19:07

19 May 23:19
729c58b

Choose a tag to compare

Generated by Speakeasy CLI

2025-05-19 23:19:07

Changes

Based on:

Generated

  • [typescript v0.2.0] sdks/outpost-typescript

Releases

Publishing Completed

python - sdks/outpost-python/v0.2.0 - 2025-05-19 23:47:12

19 May 23:47
b74ef4b

Choose a tag to compare

Generated by Speakeasy CLI

2025-05-19 23:47:12

Changes

Based on:

Generated

  • [python v0.2.0] sdks/outpost-python

Releases

Publishing Completed

go - sdks/outpost-go/v0.2.0 - 2025-05-19 23:30:58

19 May 23:31
729c58b

Choose a tag to compare

Generated by Speakeasy CLI

2025-05-19 23:30:58

Changes

Based on:

Generated

  • [go v0.2.0] sdks/outpost-go

Releases

typescript - sdks/outpost-typescript/v0.1.1 - 2025-05-09 23:20:04

09 May 23:20
22ca16b

Choose a tag to compare

Generated by Speakeasy CLI

2025-05-09 23:20:04

Changes

Based on:

Generated

  • [typescript v0.1.1] sdks/outpost-typescript

Releases

Publishing Completed

python - sdks/outpost-python/v0.1.1 - 2025-05-09 23:19:59

09 May 23:20
22ca16b

Choose a tag to compare

Generated by Speakeasy CLI

2025-05-09 23:19:59

Changes

Based on:

Generated

  • [python v0.1.1] sdks/outpost-python

Releases

Publishing Completed

go - sdks/outpost-go/v0.1.7 - 2025-05-09 23:19:53

09 May 23:19
22ca16b

Choose a tag to compare

Generated by Speakeasy CLI

2025-05-09 23:19:53

Changes

Based on:

Generated

  • [go v0.1.7] sdks/outpost-go

Releases

v0.1.0

06 May 12:15
49a69ef

Choose a tag to compare

The first BETA release of Outpost.

Features

Destination types

Delivery events with automatic retries and at-least-once delivery guarantees to:

  • Webhook endpoints
  • Hookdeck Event Gateway
  • AWS SQS
  • AWS Kinesis
  • RabbitMQ

https://outpost.hookdeck.com/docs/features/destinations

Internal message queue

Run Outpost on any of the following message queues:

  • RabbitMQ
  • AWS SQS
  • GCP Pub/Sub

Publish message queues

In addition to using the API to publish events, events can be read from the following queues to be published by Outpost:

  • RabbitMQ
  • AWS SQS
  • GCP Pub/Sub

API

The Outpost API allows tenants and destinations to be managed. Additionally, you can inspect events and event delivery attempts, and retry the delivery of events.

https://outpost.hookdeck.com/docs/api/authentication

User portal

Outpost ships with an in-built user portal that enables tenant users to manage and configure destinations, inspect events and delivery attempts, and manually retry sending events.

Documentation

Additional features

  • Event Topics & Subscriptions: Familiar pub/sub for easy integration.
  • Event Fanout: Replicate messages to multiple endpoints for parallel processing.
  • Multi-Tenant Support: Isolate tenants on a single deployment.
  • Alerting: Receive notification of event delivery failures
  • OpenTelemetry Native: Standardized traces, metrics, and logs out-of-the-box.
  • Webhook Best Practices Built-In: Idempotency headers, timestamps, signatures, and secret rotation.

v0.1.0-alpha.12

06 May 10:57
5873248

Choose a tag to compare

v0.1.0-alpha.12 Pre-release
Pre-release

Changelog

  • 402c8b2 Merge branch 'main' of https://github.com/hookdeck/outpost into chore/dest-schema
  • de0b5d7 Merge pull request #334 from hookdeck/feat/portal-manual-retry
  • c326245 Merge pull request #342 from hookdeck/loadtest
  • 9626e4a Merge pull request #344 from hookdeck/chore/update-openapi
  • 205afa3 Merge pull request #346 from hookdeck/eligible_for_retry
  • b9e4371 Merge pull request #347 from hookdeck/user-agent
  • 1d29dcc Merge pull request #349 from hookdeck/feat/docs-review
  • f0e1eeb Merge pull request #350 from hookdeck/chore/openapi-target
  • 08df8a5 Merge pull request #351 from hookdeck/feat/create-own-ui-guide
  • fa60791 Merge pull request #352 from hookdeck/chore/dest-schema
  • 1e23070 Merge pull request #353 from hookdeck/chore/update-readme-docs
  • c0323ad Merge pull request #354 from hookdeck/feat/website-quote
  • d0898c3 build: Local outpost k8s infra
  • c862f49 chore(docs): add hookdeck and kinesis types to OpenAPI spec
  • 5bef50d chore(docs): add link to website
  • dc63fcf chore(docs): add target and target_url
  • fd9349c chore(docs): building UI grammar and spelling
  • 6c9adee chore(docs): claritfy status of support ED types
  • 85bcf4c chore(docs): grammar and spelling review
  • 0c8559a chore(docs): main README updates
  • 4f4b268 chore(docs): remove DestinationOAuthRedirect
  • 0023c21 chore(docs): remove comments
  • 5f4ba1d chore(docs): targets are readOnly
  • 3d50397 chore(docs): update DestinationSchemaField
  • 9d94435 chore(portal): remove unused ref
  • c36ddd1 chore: Add guide to create your own ui
  • 5190117 chore: Add more docs improvement and clarification
  • 9de324c chore: Allow manual retry on successful event deliveries
  • a49a2f3 chore: Cleanup readme and docs features
  • 26896f4 chore: Custom Grafana dashboard
  • 951dabd chore: Default eligble_for_retry to true
  • 5fc655b chore: Mock webhook destination service
  • 8dc85e6 chore: Re-organize readme
  • b2c38b0 chore: Update link copy to be shorter
  • 0db1268 chore: Update user agent logic to support backward compat
  • 5873248 chore: Use millisecond for delivery timestamp (#358)
  • 1c3ffd1 feat(porta): add inline event retry
  • f345ed7 feat(portal): add retry button to event detail view / event tab
  • 138bcc8 feat: Add event destination link and quote to website
  • 9d47997 feat: Support custom user-agent for HTTP-based destinations
  • 29d9169 feat: k6 loadtesting scripts
  • 6db8629 fix(examples): dependencies script missing quotation
  • 19be56f fix(website): event destinations button width
  • fc35558 fix: Fix casing in hero illustration
  • 72106d6 fix: Remove hard-coded localhost in portal (#356)
  • 5f2d6ad refactor(portal): make retry button a reusable component
  • 2b8da53 refactor(portal): update RetryEventButton to have completed callback
  • 7160e09 wip: Add new structure, add new documentation file placeholder and review content

v0.1.0-alpha.11

30 Apr 21:02
3b1d68f

Choose a tag to compare

Features

Fixes

  • Ensure portal checkbox values are present as true/false. Fix handling of true/false value in DestinationConfigFields. by @leggetter in #335

Updates

Full Changelog: v0.1.0-alpha.10...v0.1.0-alpha.11

v0.1.0-alpha.10

14 Apr 12:18
4802361

Choose a tag to compare

Features

Updates

Full Changelog: v0.1.0-alpha.9...v0.1.0-alpha.10