March 1, 2026 feature improvement fix
Added scenario import/export — back up and migrate scenario definitions between environments. Added MCP (Model Context Protocol) integration for AI-assisted scenario management.
Added scenario import/export — back up and migrate scenario definitions between environments
Added MCP (Model Context Protocol) integration for AI-assisted scenario management
Added API key authentication support for programmatic access
Improved rate limiting across the platform with better visibility and controls
Improved handling of truncated events in execution history
Improved OpenAI connection handling and error reporting
Fixed LENGTH operator handling inside nested expressions
February 22, 2026 feature improvement fix
Added calendar component for scheduling operations. Added automatic cleanup of stale compiled scenario images.
Added calendar component for scheduling operations
Improved folder structure and organization for scenarios
Unified unsaved changes prompts in the scenario editor
Fixed PWA update prompt not reloading correctly
Improved scenario validation rules
Added automatic cleanup of stale compiled scenario images
February 15, 2026 feature improvement fix
Added Filter and GroupBy step outputs to the variable picker. Added ID column header to object instance tables.
Added Filter and GroupBy step outputs to the variable picker
Added ID column header to object instance tables
Added ability to open error configuration directly from error handles
Improved schema name validation for database filtering
Improved Error step field serialization
Fixed incomplete filter conditions being sent to the backend
Fixed child scenario default variables lost during compilation
Improved connection stats and tagging in the execution engine
Added variable display in instance history view
February 8, 2026 feature improvement
Added WaitForSignal step — pause a scenario and resume it via an external signal. Added Delay step for portable, timed waits within workflows.
Added WaitForSignal step — pause a scenario and resume it via an external signal
Added Delay step for portable, timed waits within workflows
Added child scenario input validation with circular dependency detection
Added ensure-array capability for Split steps
Improved single-instance trigger enforcement
Improved rate limit API and visibility
Improved heartbeat handling and process termination
Streamlined execution platform internals for better reliability
February 1, 2026 feature improvement
Added Switch step support in the visual editor. Added GroupBy step for aggregating data within workflows.
Added Switch step support in the visual editor
Added GroupBy step for aggregating data within workflows
Added Filter step for conditional data filtering
Introduced OpenTelemetry-based observability (tracing, metrics, logs)
Improved rate limit display and controls in the dashboard
Improved cancellation and pause/resume handling
Improved child scenario dependency tracking
Added folder-specific scenario fetching
January 25, 2026 feature improvement
Added bottom panel with history tab for quick access to execution events. Added template editor for configuring step templates.
Added bottom panel with history tab for quick access to execution events
Added template editor for configuring step templates
Introduced structured error handling with dedicated error step configuration
Improved auto-layout algorithm for workflow graphs
Improved edge rendering and scenario editing UX
Added modular Shopify sync scenarios
Improved cancellation handling to prevent deadlocks
Added scope-specific filtering for execution history
January 18, 2026 feature improvement fix
Added Progressive Web App (PWA) support — install the dashboard as a native app. Added structured error processing with detailed error context.
Added Progressive Web App (PWA) support — install the dashboard as a native app
Added structured error processing with detailed error context
Added Error step with configurable error handling paths
Added connection-based object store support
Improved condition editor UX
Fixed SFTP connection editing
Improved mobile responsiveness
January 11, 2026 feature improvement
Added File agent for file-based I/O within workflows. Added DateTime agent for date parsing, formatting, and arithmetic.
Added File agent for file-based I/O within workflows
Added DateTime agent for date parsing, formatting, and arithmetic
Added Crypto agent for data signing and verification
Added Compression agent for data compression/decompression
Improved folder navigation and organization in the dashboard
Added compilation status tracking
Improved object store with SSL support
Added DNS override support inside workflows
Improved diamond-pattern code generation for complex workflow graphs
January 4, 2026 improvement feature
Added environment variable persistence and overrides for workflows. Added background heartbeat monitoring for running scenarios.
Improved connection management with async HTTP agent support
Added environment variable persistence and overrides for workflows
Improved child scenario connection handling
Added background heartbeat monitoring for running scenarios
Added health endpoints across all services
Introduced heartbeat monitoring and tenant-wide metrics in the execution engine
Improved default handling for step parameters
December 28, 2025 improvement feature
Added embeddable mode for Runtara core and environment. Introduced SQLite support for lightweight embedded deployments.
Migrated execution engine to Runtara — the new durable execution foundation
Added embeddable mode for Runtara core and environment
Introduced SQLite support for lightweight embedded deployments
Added custom signal support and improved sleep handling
Added workflow retry support via the #[durable] macro
Added Playwright-based E2E test infrastructure
Improved schema validation and scenario history display
Added retry, pause, and resume API endpoints