v1.0.7
Features
- Wildcard topic subscriptions: destinations can now subscribe to topic patterns like
user.*,*.created, ororder.*.completedin addition to exact topics and the existing catch-all*by @Abdulmumin1 in #912
Fixes
- Alert tracking keys are now tenant-scoped, preventing two tenants that use the same destination ID from corrupting each other's consecutive-failure counts and auto-disable behavior by @mvanhorn in #967
- Events published without metadata are normalized to an empty map, fixing a Postgres log store insert failure (and a Postgres/ClickHouse read inconsistency) introduced by the pgx upgrade by @alexluong in #973
Updates
- Updated Go dependencies and toolchain (1.26.4) to patch known CVEs by @alexluong in #940, #983
- Webhook proxy docs moved to the self-hosting section and trimmed to operator scope by @alexluong in #906
- Cleaned up an unused package alias in the SDK test suite by @alexluong in #971
New Contributors
- @Abdulmumin1 made their first contribution in #912
Full Changelog: v1.0.6...v1.0.7