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