Mastra v1.0's March 2026 changelog adds stepExecutionPath to all workflow results—a list of step IDs that actually ran, available mid-execution and persisted across resume/restart cycles—enabling precise post-mortem analysis of which branches fired in parallel. More critically, storage backends now expose supportsConcurrentUpdates() as a capability check: without verifying this, simultaneous tool calls hitting the same workflow state produce subtle data corruption that only manifests under load in production. Both features are essential for any multi-step TypeScript agent workflow with branching or parallel execution patterns.
2026-03-15 / AGENTSMastra v1.0 GA: TypeScript Agent Framework Reaches 220K Weekly NPM Downloads with SoftBank, Adobe, and Replit Agent 3 in ProductionMastra cut its v1.0 release marking API stability for agents, workflows, evals, and observability after shipping incrementally through v0.21–0.23. The release formalizes agent.network(), Mastra Auth, and multi-engine workflow support (Inngest). At 220K weekly downloads and production adoption by SoftBank, Marsh McLennan, Adobe, and Replit Agent 3, Mastra is now the dominant TypeScript-native agent framework — significant for the large cohort of Next.js developers who need a production-grade TypeScript-first alternative to Python-centric frameworks like LangChain.