Release notes¶
Notable changes to Stegflow, newest first. Versions follow semantic versioning.
1.0.0¶
First stable release (upcoming).
Added¶
- Workflow engine: all eight States Language state types, including
Mapwith concurrency and failure tolerance andParallelbranches, with retries, catch, timeouts and heartbeats. - Query languages: JSONPath and JSONata with full parity, plus the standard
States.*intrinsic functions. - Service integrations: HTTP invoke and nested state-machine execution (
startExecutionandstartExecution.sync), plus activities with task tokens and heartbeats. - AWS compatibility: Signature v4 API compatible with the official AWS Step Functions SDKs and CLI.
- Security & multi-tenancy: hard tenant isolation, roles, groups and policy-based authorization, per-tenant credentials and branding, and OpenID Connect single sign-on.
- Lifecycle & deployment: immutable versioning, aliases with weighted canary routing, scheduled executions (cron and time zone), and tags.
- Console: interactive graph visualizer, real-time execution monitoring, in-browser editor, execution history and RSS feeds.
- Operations: self-hosted Docker deployment, PostgreSQL or SQLite persistence, Valkey/Redis queues, Prometheus metrics and OpenTelemetry tracing.