Skip to content

v0.2.1

Choose a tag to compare

@leggetter leggetter released this 04 Jun 12:23
· 309 commits to main since this release
ea0da7a

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