You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Task(channels=...) and the NotificationChannel API are removed;
HTMLEmailStyle.style and traced_vars_frame_filter are removed (the latter moves
to Task). Per-task email/webhook alerts are replaced by report.notify.
Feat
add process name to report, email subject, and webhook payload
normalize task names to lowercase for case-insensitive matching
delegate notifications to ProcessExecutionReport, drop per-task channels
replace notify_errors with notify(only_errors=...) and add task filter
implement WebhookChannel and EmailChannel send_report
add ReportChannel architecture for report notifications