what stackpulse tracks
Mastra releases from GitHub
StackPulse watches Mastra release notes and keeps the original source link close to every summary.
TypeScript agent framework with workflows, RAG, and evals StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.
what stackpulse tracks
StackPulse watches Mastra release notes and keeps the original source link close to every summary.
upgrade risk
Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.
migration notes
Migration steps and recommended actions are only shown when the upstream release notes support them.
This release introduces multi-session architecture with isolated session management, HTTP harness operations, and cross-process signal delivery. It also adds deterministic agent experiments and new integrations.
Users of Harness singleton and direct API calls will need to migrate to session-based operations.
Update code to use the new session-based APIs for state, events, and run control.
This release introduces trusted system actor execution for workflows, tools, and agents, enabling server-side/background work without JWT/human membership requirements. It also adds a new SignalProvider framework for declarative agent signal wiring and makes task tools agent-agnostic with durable thread state storage.
Developers using Harness APIs for question handling and plan approval will need to migrate to the new tool suspension APIs.
Update code to use `respondToToolSuspension` and handle `tool_suspended` events instead of deprecated question and plan approval APIs.