Skip to content

Releases: hookdeck/outpost

v0.4.1

14 Aug 00:09
f32a349
Compare
Choose a tag to compare

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

Full Changelog: v0.4.0...v0.4.1

typescript - sdks/outpost-typescript/v0.3.0 - 2025-07-31 15:54:41

31 Jul 15:54
d926153
Compare
Choose a tag to compare

Generated by Speakeasy CLI

2025-07-31 15:54:41

Changes

Based on:

Generated

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

Releases

Publishing Completed

python - sdks/outpost-python/v0.3.0 - 2025-07-31 16:19:26

31 Jul 16:19
9f23848
Compare
Choose a tag to compare

Generated by Speakeasy CLI

2025-07-31 16:19:26

Changes

Based on:

Generated

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

Releases

Publishing Completed

go - sdks/outpost-go/v0.3.0 - 2025-07-31 16:14:37

31 Jul 16:14
a16ae63
Compare
Choose a tag to compare

Generated by Speakeasy CLI

2025-07-31 16:14:37

Changes

Based on:

Generated

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

Releases

v0.4.0

25 Jul 15:04
f899aef
Compare
Choose a tag to compare

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

12 Jun 13:52
a7175a7
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.2.1...v0.3.0

v0.2.1

04 Jun 12:23
ea0da7a
Compare
Choose a tag to compare

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

Full Changelog: v0.2.0...v0.2.1

go - sdks/outpost-go/v0.2.1 - 2025-05-20 01:14:44

20 May 01:14
902f93c
Compare
Choose a tag to compare

Generated by Speakeasy CLI

2025-05-20 01:14:44

Changes

Based on:

Generated

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

Releases

v0.2.0

19 May 19:11
5649437
Compare
Choose a tag to compare

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

Full Changelog: v0.2.0...v0.1.1

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

19 May 23:19
729c58b
Compare
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