Skip to content

v1.3.5

Latest

Choose a tag to compare

@krish-kant krish-kant released this 17 Jun 09:45
Immutable release. Only release title and notes can be modified.

Added

  • PagerDuty and OpsGenie integration via webhook provider now supports custom JSON body templates and configurable HTTP methods for full compatibility with third-party alerting systems. See #289 for details and usage examples.
  • PagerDuty alert lifecycle actions and deduplication keys to reduce noise and support auto-resolution flows.
  • Billing spending limits with notifications and usage synchronization to prevent runaway costs.
  • Blocked job status and billing error handling for clearer visibility into quota- or payment-related execution failures.

Fixed

  • Webhook body template rendering now parses and re-serializes JSON before delivery so interpolated alert values stay escaped safely.
  • Webhook methods are now normalized consistently across provider validation, connection testing, and worker delivery to avoid GET requests with request bodies.

Security

  • Updated dependencies to patch known security vulnerabilities.