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
HTTP method specification: method field on handlers, workflow steps, and parallel branches. Supports GET, POST (default), PUT, PATCH, DELETE. GET requests omit the body.
Cron triggers: New cron source type with schedule (cron expression) and optional timezone. Fires cron.tick events on schedule, matching handlers and workflows.
Changed
Test coverage improvements: 14 gap-coverage tests added, 4 redundant tests removed (174 total unit tests).