Releases: hookdeck/outpost
Releases · hookdeck/outpost
v0.4.1
Features
- Add deployment scripts and configuration for Azure Container Apps by @leggetter in #447
- Improve observability for Destinations API 5xx error investigation by @leggetter in #458
Updates
- Add Azure Service Bus to event delivery support list by @leggetter in #448
- Update SDKs (OUTPOST-TS, OUTPOST-GO, OUTPOST-PYTHON) to v0.3.0 by @github-actions[bot] in https://github.com/hookdeck/outpost/pulls/451,452,453,454
- Update SDK examples to use v0.3.0 and add create destination example by @leggetter in #455
- Add diagnostics-clean script and enhance diagnostics.sh for Azure by @leggetter in #457
Full Changelog: v0.4.0...v0.4.1
typescript - sdks/outpost-typescript/v0.3.0 - 2025-07-31 15:54:41
Generated by Speakeasy CLI
2025-07-31 15:54:41
Changes
Based on:
- OpenAPI Doc 0.0.1
- Speakeasy CLI 1.593.0 (2.669.0) https://github.com/speakeasy-api/speakeasy
Generated
- [typescript v0.3.0] sdks/outpost-typescript
Releases
- [NPM v0.3.0] https://www.npmjs.com/package/@hookdeck/outpost-sdk/v/0.3.0 - sdks/outpost-typescript
Publishing Completed
python - sdks/outpost-python/v0.3.0 - 2025-07-31 16:19:26
Generated by Speakeasy CLI
2025-07-31 16:19:26
Changes
Based on:
- OpenAPI Doc 0.0.1
- Speakeasy CLI 1.594.0 (2.670.1) https://github.com/speakeasy-api/speakeasy
Generated
- [python v0.3.0] sdks/outpost-python
Releases
- [PyPI v0.3.0] https://pypi.org/project/outpost_sdk/0.3.0 - sdks/outpost-python
Publishing Completed
go - sdks/outpost-go/v0.3.0 - 2025-07-31 16:14:37
Generated by Speakeasy CLI
2025-07-31 16:14:37
Changes
Based on:
- OpenAPI Doc 0.0.1
- Speakeasy CLI 1.594.0 (2.670.1) https://github.com/speakeasy-api/speakeasy
Generated
- [go v0.3.0] sdks/outpost-go
Releases
- [Go v0.3.0] https://github.com/hookdeck/outpost/releases/tag/sdks/outpost-go/v0.3.0 - sdks/outpost-go
v0.4.0
Features
- Add support for Azure Service Bus queue and topic destinations by @alexluong in #437
- Support Azure Service Bus as a publish message queue by @alexluong in #435
- Implement distributed Redis lock before provisioning message queue infrastructure by @alexluong in #433
Bug fixes
- Portal: Remove top/bottom retry button padding in events table by @leggetter in #444
- Portal: Update DestinationDetailsField to accept string values and truncate long strings by @leggetter in #445
Updates
- Comment out ClickHouse and remove from docs. Add Azure Service Bus config. Update config docs generation. by @leggetter in #441
- Docs: Update PostgreSQL configuration description and requirement status by @leggetter in #442
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Features
- Support Azure ServiceBus PubSub for internal message queue by @alexluong in #425
Fixes
- Use outpost.imagePullSecrets value in Helm chart by @alexluong in #421
Updates
- Improve config docs gen by @leggetter in #426
- Update alert JSON structure in docs by @leggetter in #422
- Swap clickhouse logo with postgres, small text fix in website hero by @thomasklepacz in #424
New Contributors
- @thomasklepacz made their first contribution in #424
Full Changelog: v0.2.1...v0.3.0
v0.2.1
Features
- Publish response contains an ID + example updates by @leggetter in #399
- AWS SQS target_url in portal UI by @alexluong in #410
- Auto-generate configuration docs from code to keep docs in sync by @leggetter in #406
- Include event data & metadata in alert payload by @alexluong in #409
{ "topic": "alert.consecutive_failure", "timestamp": "2025-05-29T05:07:09.269672003Z", "data": { "event": { "id": "evt_id" "topic": "user.created", "metadata": {} "data": {} }, "max_consecutive_failures": 3, "consecutive_failures": 3, "will_disable": false, "destination": {}, "delivery_response": { "body": "{\"success\":false,\"verified\":false,\"payload\":{\"user_id\":\"userid\"}}", "status": 400 } } }
Fixes
- Remove destination credentials from alert payload by @alexluong in #414
Updates
- AWS deployment for benchmarking by @alexluong in #376
- AWS SQS long polling by @alexluong in #377
Full Changelog: v0.2.0...v0.2.1
go - sdks/outpost-go/v0.2.1 - 2025-05-20 01:14:44
Generated by Speakeasy CLI
2025-05-20 01:14:44
Changes
Based on:
- OpenAPI Doc 0.0.1
- Speakeasy CLI 1.548.1 (2.605.0) https://github.com/speakeasy-api/speakeasy
Generated
- [go v0.2.1] sdks/outpost-go
Releases
- [Go v0.2.1] https://github.com/hookdeck/outpost/releases/tag/sdks/outpost-go/v0.2.1 - sdks/outpost-go
v0.2.0
Breaking Changes
- Publish response changed from 200 to 202. Tenant response can be 200 or 201 by @leggetter in #385
Updates
- Destination config can be optional when creating destinations by @alexluong in #348
Docs & Examples
- Docs SDK page by @leggetter in #386
- Add basic SDK usage examples (Go | TypeScript | Python) by @leggetter in #382
- Add GitHub Action to update Outpost version in compose.yml by @leggetter in #365
Full Changelog: v0.2.0...v0.1.1
typescript - sdks/outpost-typescript/v0.2.0 - 2025-05-19 23:19:07
Generated by Speakeasy CLI
2025-05-19 23:19:07
Changes
Based on:
- OpenAPI Doc 0.0.1
- Speakeasy CLI 1.548.1 (2.605.0) https://github.com/speakeasy-api/speakeasy
Generated
- [typescript v0.2.0] sdks/outpost-typescript
Releases
- [NPM v0.2.0] https://www.npmjs.com/package/@hookdeck/outpost-sdk/v/0.2.0 - sdks/outpost-typescript
Publishing Completed