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 significant new features, including realtime voice agents with LiveKit, file-system routed Mastra primitives, and a unified schedules API. It also includes breaking changes related to the renaming of heartbeats to schedules and improvements in observability and workspace provider registry.
Users relying on heartbeats and related APIs will need to migrate to the new schedules API.
Update your code to use the new schedules API and migrate any deprecated heartbeat methods.
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 per-request workspace sandboxes for multi-tenant deployments, enabling isolated working directories and permissions. It also adds `sandboxCacheKey` for background process continuity and unifies stream behavior with the `untilIdle` option.
Developers using multi-tenant deployments or background processes are most affected by these changes.
Update code to use the new `untilIdle` option and `sandboxCacheKey` for background process continuity.