Skip to content

v1.0.7

Choose a tag to compare

@alexluong alexluong released this 02 Jul 16:13
d32fd20

Features

  • Wildcard topic subscriptions: destinations can now subscribe to topic patterns like user.*, *.created, or order.*.completed in 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

Full Changelog: v1.0.6...v1.0.7