Skip to content

v0.2.2

Choose a tag to compare

@ezqy ezqy released this 10 Mar 03:26
· 155 commits to main since this release

Added

  • 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).