Runtara Changelog

Product updates and release notes.

A running record of platform features, workflow runtime changes, operational improvements, and fixes.

Added File agent for file-based I/O within workflows. Added DateTime agent for date parsing, formatting, and arithmetic.

featureimprovement
  • 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

Added environment variable persistence and overrides for workflows. Added background heartbeat monitoring for running scenarios.

improvementfeature
  • 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

Added embeddable mode for Runtara core and environment. Introduced SQLite support for lightweight embedded deployments.

improvementfeature
  • 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

Launched Runtara — the open-source durable execution engine underpinning the platform. Added workflow validation with static analysis and examples.

featureimprovement
  • Launched Runtara — the open-source durable execution engine underpinning the platform
  • Published runtara-core and runtara-environment to crates.io
  • Added workflow validation with static analysis and examples
  • Added custom event queries and management SDK
  • Improved OCI container isolation and scheduling
  • Introduced latency improvements for scenario execution
  • Added metrics infrastructure for the execution engine

Added analytics improvements for execution tracking. Added agent documentation and metadata improvements.

improvementfeature
  • Improved scenario editing with better split step and schema editors
  • Added analytics improvements for execution tracking
  • Renamed “Operator” to “Agent” across the platform
  • Improved DSL code generation and spec generation
  • Added agent documentation and metadata improvements
  • Improved connection management for agents
  • Improved type system and schema handling

Added system stats and system info endpoints. Added multipart file upload support.

featureimprovement
  • Major improvements to scenario editing: mapping fields, agent selector, and DSL updates
  • Added system stats and system info endpoints
  • Improved Shopify agent with product search and catalog sync
  • Added multipart file upload support
  • Improved SFTP operator and object model handling
  • Added operator annotations for better discoverability
  • Improved checkpoint handling and I/O operations
  • Improved validation rules and input normalization

Added scenario input/output schema definition. Added input/output mapping editor for configuring data flow between steps.

featureimprovement
  • Added scenario input/output schema definition
  • Added input/output mapping editor for configuring data flow between steps
  • Introduced object model with schema management and instance CRUD
  • Improved trigger configuration and editing
  • Added invocation history with detailed view
  • Added file support in the execution engine
  • Improved code generation for step events and triggers
  • Added credential extraction for secure connection handling

Added child scenario support — compose workflows by referencing other scenarios. Added smart rate limiting per scenario.

featureimprovement
  • Added child scenario support — compose workflows by referencing other scenarios
  • Added smart rate limiting per scenario
  • Introduced new object model with schema and instance management
  • Added Split step improvements with subgraph validation
  • Improved conditional step editing and code generation
  • Added LLM API integration for AI-powered steps
  • Improved local scenario build and compilation pipeline
  • Added onboarding flows for new user setup

Added debug mode — step through scenario execution with variable inspection. Added Switch and Conditional step harmonization.

featureimprovement
  • Added debug mode — step through scenario execution with variable inspection
  • Added Switch and Conditional step harmonization
  • Added connection-specific forms for OpenAI, HTTP, and SFTP
  • Introduced Shopify HDM (Headless Data Management) agent
  • Added LLM support with text rendering capabilities
  • Added inventory management for e-Commerce workflows
  • Improved autocomplete for step configuration
  • Added metadata support for HTTP and LLM agents
  • Renamed “Entry Point” to “Start” for clarity

Added scenario stop and cancellation support. Added execution checkpointing for durability.

featureimprovement
  • Added scenario stop and cancellation support
  • Added execution checkpointing for durability
  • Introduced Switch step type
  • Added OpenTelemetry integration for distributed tracing
  • Improved memory management for scenario execution
  • Added nested structure support in data mappings
  • Improved conditional step argument handling
  • Added auto-layout for the workflow editor