@mastra/libsql 0.0.0-safe-stringify-telemetry-20251205024938 → 0.0.0-sandbox-process-manager-20260223224846

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/CHANGELOG.md +2731 -27
  2. package/README.md +30 -20
  3. package/dist/docs/SKILL.md +50 -0
  4. package/dist/docs/assets/SOURCE_MAP.json +6 -0
  5. package/dist/docs/references/docs-agents-agent-approval.md +377 -0
  6. package/dist/docs/references/docs-agents-agent-memory.md +209 -0
  7. package/dist/docs/references/docs-agents-network-approval.md +275 -0
  8. package/dist/docs/references/docs-agents-networks.md +286 -0
  9. package/dist/docs/references/docs-memory-memory-processors.md +314 -0
  10. package/dist/docs/references/docs-memory-message-history.md +260 -0
  11. package/dist/docs/references/docs-memory-overview.md +45 -0
  12. package/dist/docs/references/docs-memory-semantic-recall.md +272 -0
  13. package/dist/docs/references/docs-memory-storage.md +261 -0
  14. package/dist/docs/references/docs-memory-working-memory.md +400 -0
  15. package/dist/docs/references/docs-observability-overview.md +70 -0
  16. package/dist/docs/references/docs-observability-tracing-exporters-default.md +209 -0
  17. package/dist/docs/references/docs-rag-retrieval.md +515 -0
  18. package/dist/docs/references/docs-workflows-snapshots.md +238 -0
  19. package/dist/docs/references/guides-agent-frameworks-ai-sdk.md +140 -0
  20. package/dist/docs/references/reference-core-getMemory.md +50 -0
  21. package/dist/docs/references/reference-core-listMemory.md +56 -0
  22. package/dist/docs/references/reference-core-mastra-class.md +66 -0
  23. package/dist/docs/references/reference-memory-memory-class.md +147 -0
  24. package/dist/docs/references/reference-storage-composite.md +235 -0
  25. package/dist/docs/references/reference-storage-dynamodb.md +282 -0
  26. package/dist/docs/references/reference-storage-libsql.md +135 -0
  27. package/dist/docs/references/reference-vectors-libsql.md +305 -0
  28. package/dist/index.cjs +8517 -2043
  29. package/dist/index.cjs.map +1 -1
  30. package/dist/index.js +8510 -2050
  31. package/dist/index.js.map +1 -1
  32. package/dist/storage/db/index.d.ts +306 -0
  33. package/dist/storage/db/index.d.ts.map +1 -0
  34. package/dist/storage/{domains → db}/utils.d.ts +21 -13
  35. package/dist/storage/db/utils.d.ts.map +1 -0
  36. package/dist/storage/domains/agents/index.d.ts +30 -0
  37. package/dist/storage/domains/agents/index.d.ts.map +1 -0
  38. package/dist/storage/domains/blobs/index.d.ts +17 -0
  39. package/dist/storage/domains/blobs/index.d.ts.map +1 -0
  40. package/dist/storage/domains/datasets/index.d.ts +43 -0
  41. package/dist/storage/domains/datasets/index.d.ts.map +1 -0
  42. package/dist/storage/domains/experiments/index.d.ts +29 -0
  43. package/dist/storage/domains/experiments/index.d.ts.map +1 -0
  44. package/dist/storage/domains/mcp-clients/index.d.ts +26 -0
  45. package/dist/storage/domains/mcp-clients/index.d.ts.map +1 -0
  46. package/dist/storage/domains/mcp-servers/index.d.ts +26 -0
  47. package/dist/storage/domains/mcp-servers/index.d.ts.map +1 -0
  48. package/dist/storage/domains/memory/index.d.ts +39 -53
  49. package/dist/storage/domains/memory/index.d.ts.map +1 -1
  50. package/dist/storage/domains/observability/index.d.ts +41 -29
  51. package/dist/storage/domains/observability/index.d.ts.map +1 -1
  52. package/dist/storage/domains/prompt-blocks/index.d.ts +25 -0
  53. package/dist/storage/domains/prompt-blocks/index.d.ts.map +1 -0
  54. package/dist/storage/domains/scorer-definitions/index.d.ts +26 -0
  55. package/dist/storage/domains/scorer-definitions/index.d.ts.map +1 -0
  56. package/dist/storage/domains/scores/index.d.ts +19 -31
  57. package/dist/storage/domains/scores/index.d.ts.map +1 -1
  58. package/dist/storage/domains/skills/index.d.ts +26 -0
  59. package/dist/storage/domains/skills/index.d.ts.map +1 -0
  60. package/dist/storage/domains/workflows/index.d.ts +19 -25
  61. package/dist/storage/domains/workflows/index.d.ts.map +1 -1
  62. package/dist/storage/domains/workspaces/index.d.ts +26 -0
  63. package/dist/storage/domains/workspaces/index.d.ts.map +1 -0
  64. package/dist/storage/index.d.ts +68 -252
  65. package/dist/storage/index.d.ts.map +1 -1
  66. package/dist/vector/index.d.ts +8 -2
  67. package/dist/vector/index.d.ts.map +1 -1
  68. package/dist/vector/sql-builder.d.ts.map +1 -1
  69. package/package.json +15 -18
  70. package/dist/storage/domains/legacy-evals/index.d.ts +0 -18
  71. package/dist/storage/domains/legacy-evals/index.d.ts.map +0 -1
  72. package/dist/storage/domains/operations/index.d.ts +0 -110
  73. package/dist/storage/domains/operations/index.d.ts.map +0 -1
  74. package/dist/storage/domains/traces/index.d.ts +0 -21
  75. package/dist/storage/domains/traces/index.d.ts.map +0 -1
  76. package/dist/storage/domains/utils.d.ts.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,63 +1,2767 @@
1
1
  # @mastra/libsql
2
2
 
3
- ## 0.0.0-safe-stringify-telemetry-20251205024938
3
+ ## 0.0.0-sandbox-process-manager-20260223224846
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Add restart method to workflow run that allows restarting an active workflow run ([#10703](https://github.com/mastra-ai/mastra/pull/10703))
8
- Add status filter to `getWorkflowRuns`
7
+ - Fixed non-deterministic query ordering by adding secondary sort on id for dataset and dataset item queries. ([#13399](https://github.com/mastra-ai/mastra/pull/13399))
8
+
9
+ - Prompt blocks can now define their own variables schema (`requestContextSchema`), allowing you to create reusable prompt blocks with typed variable placeholders. The server now correctly computes and returns draft/published status for prompt blocks. Existing databases are automatically migrated when upgrading. ([#13351](https://github.com/mastra-ai/mastra/pull/13351))
10
+
11
+ - Updated dependencies [[`24284ff`](https://github.com/mastra-ai/mastra/commit/24284ffae306ddf0ab83273e13f033520839ef40), [`f5097cc`](https://github.com/mastra-ai/mastra/commit/f5097cc8a813c82c3378882c31178320cadeb655), [`71e237f`](https://github.com/mastra-ai/mastra/commit/71e237fa852a3ad9a50a3ddb3b5f3b20b9a8181c), [`13a291e`](https://github.com/mastra-ai/mastra/commit/13a291ebb9f9bca80befa0d9166b916bb348e8e9), [`2b40831`](https://github.com/mastra-ai/mastra/commit/2b40831dcca2275c9570ddf09b7f25ba3e8dc7fc), [`6d5bb21`](https://github.com/mastra-ai/mastra/commit/6d5bb21c63ac3b77e25e3c27a4e45548440ef333), [`46e7768`](https://github.com/mastra-ai/mastra/commit/46e77684ecb0437f6587427ce3fcd90192923904)]:
12
+ - @mastra/core@0.0.0-sandbox-process-manager-20260223224846
13
+
14
+ ## 1.6.0
15
+
16
+ ### Minor Changes
17
+
18
+ - Added MCP server table and CRUD operations to storage adapters, enabling MCP server configurations to be persisted alongside agents and workflows. ([#13357](https://github.com/mastra-ai/mastra/pull/13357))
19
+
20
+ ### Patch Changes
21
+
22
+ - Added storage schema support for processor graphs on stored agents. ([#13357](https://github.com/mastra-ai/mastra/pull/13357))
23
+
24
+ - Storage adapters now return `suggestedContinuation` and `currentTask` fields on Observational Memory activation, enabling agents to maintain conversational context across activation boundaries. ([#13357](https://github.com/mastra-ai/mastra/pull/13357))
25
+
26
+ - Updated dependencies [[`0d9efb4`](https://github.com/mastra-ai/mastra/commit/0d9efb47992c34aa90581c18b9f51f774f6252a5), [`5caa13d`](https://github.com/mastra-ai/mastra/commit/5caa13d1b2a496e2565ab124a11de9a51ad3e3b9), [`940163f`](https://github.com/mastra-ai/mastra/commit/940163fc492401d7562301e6f106ccef4fefe06f), [`47892c8`](https://github.com/mastra-ai/mastra/commit/47892c85708eac348209f99f10f9a5f5267e11c0), [`45bb78b`](https://github.com/mastra-ai/mastra/commit/45bb78b70bd9db29678fe49476cd9f4ed01bfd0b), [`70eef84`](https://github.com/mastra-ai/mastra/commit/70eef84b8f44493598fdafa2980a0e7283415eda), [`d84e52d`](https://github.com/mastra-ai/mastra/commit/d84e52d0f6511283ddd21ed5fe7f945449d0f799), [`24b80af`](https://github.com/mastra-ai/mastra/commit/24b80af87da93bb84d389340181e17b7477fa9ca), [`608e156`](https://github.com/mastra-ai/mastra/commit/608e156def954c9604c5e3f6d9dfce3bcc7aeab0), [`2b2e157`](https://github.com/mastra-ai/mastra/commit/2b2e157a092cd597d9d3f0000d62b8bb4a7348ed), [`59d30b5`](https://github.com/mastra-ai/mastra/commit/59d30b5d0cb44ea7a1c440e7460dfb57eac9a9b5), [`453693b`](https://github.com/mastra-ai/mastra/commit/453693bf9e265ddccecef901d50da6caaea0fbc6), [`78d1c80`](https://github.com/mastra-ai/mastra/commit/78d1c808ad90201897a300af551bcc1d34458a20), [`c204b63`](https://github.com/mastra-ai/mastra/commit/c204b632d19e66acb6d6e19b11c4540dd6ad5380), [`742a417`](https://github.com/mastra-ai/mastra/commit/742a417896088220a3b5560c354c45c5ca6d88b9)]:
27
+ - @mastra/core@1.6.0
28
+
29
+ ## 1.6.0-alpha.0
30
+
31
+ ### Minor Changes
32
+
33
+ - Added MCP server table and CRUD operations to storage adapters, enabling MCP server configurations to be persisted alongside agents and workflows. ([#13357](https://github.com/mastra-ai/mastra/pull/13357))
34
+
35
+ ### Patch Changes
36
+
37
+ - Added storage schema support for processor graphs on stored agents. ([#13357](https://github.com/mastra-ai/mastra/pull/13357))
38
+
39
+ - Storage adapters now return `suggestedContinuation` and `currentTask` fields on Observational Memory activation, enabling agents to maintain conversational context across activation boundaries. ([#13357](https://github.com/mastra-ai/mastra/pull/13357))
40
+
41
+ - Updated dependencies [[`0d9efb4`](https://github.com/mastra-ai/mastra/commit/0d9efb47992c34aa90581c18b9f51f774f6252a5), [`5caa13d`](https://github.com/mastra-ai/mastra/commit/5caa13d1b2a496e2565ab124a11de9a51ad3e3b9), [`940163f`](https://github.com/mastra-ai/mastra/commit/940163fc492401d7562301e6f106ccef4fefe06f), [`b260123`](https://github.com/mastra-ai/mastra/commit/b2601234bd093d358c92081a58f9b0befdae52b3), [`47892c8`](https://github.com/mastra-ai/mastra/commit/47892c85708eac348209f99f10f9a5f5267e11c0), [`45bb78b`](https://github.com/mastra-ai/mastra/commit/45bb78b70bd9db29678fe49476cd9f4ed01bfd0b), [`70eef84`](https://github.com/mastra-ai/mastra/commit/70eef84b8f44493598fdafa2980a0e7283415eda), [`d84e52d`](https://github.com/mastra-ai/mastra/commit/d84e52d0f6511283ddd21ed5fe7f945449d0f799), [`24b80af`](https://github.com/mastra-ai/mastra/commit/24b80af87da93bb84d389340181e17b7477fa9ca), [`608e156`](https://github.com/mastra-ai/mastra/commit/608e156def954c9604c5e3f6d9dfce3bcc7aeab0), [`2b2e157`](https://github.com/mastra-ai/mastra/commit/2b2e157a092cd597d9d3f0000d62b8bb4a7348ed), [`59d30b5`](https://github.com/mastra-ai/mastra/commit/59d30b5d0cb44ea7a1c440e7460dfb57eac9a9b5), [`453693b`](https://github.com/mastra-ai/mastra/commit/453693bf9e265ddccecef901d50da6caaea0fbc6), [`78d1c80`](https://github.com/mastra-ai/mastra/commit/78d1c808ad90201897a300af551bcc1d34458a20), [`c204b63`](https://github.com/mastra-ai/mastra/commit/c204b632d19e66acb6d6e19b11c4540dd6ad5380), [`742a417`](https://github.com/mastra-ai/mastra/commit/742a417896088220a3b5560c354c45c5ca6d88b9)]:
42
+ - @mastra/core@1.6.0-alpha.0
43
+
44
+ ## 1.5.0
45
+
46
+ ### Minor Changes
47
+
48
+ - Added workspace and skill storage domains with full CRUD, versioning, and implementations across LibSQL, Postgres, and MongoDB. Added `editor.workspace` and `editor.skill` namespaces for managing workspace configurations and skill definitions through the editor. Agents stored in the editor can now reference workspaces (by ID or inline config) and skills, with full hydration to runtime `Workspace` instances during agent resolution. ([#13156](https://github.com/mastra-ai/mastra/pull/13156))
49
+
50
+ **Filesystem-native skill versioning (draft → publish model):**
51
+
52
+ Skills are versioned as filesystem trees with content-addressable blob storage. The editing surface (live filesystem) is separated from the serving surface (versioned blob store), enabling a `draft → publish` workflow:
53
+ - `editor.skill.publish(skillId, source, skillPath)` — Snapshots a skill directory from the filesystem into blob storage, creates a new version with a tree manifest, and sets `activeVersionId`
54
+ - Version switching via `editor.skill.update({ id, activeVersionId })` — Points the skill to a previous version without re-publishing
55
+ - Publishing a skill automatically invalidates cached agents that reference it, so they re-hydrate with the updated version on next access
56
+
57
+ **Agent skill resolution strategies:**
58
+
59
+ Agents can reference skills with different resolution strategies:
60
+ - `strategy: 'latest'` — Resolves the skill's active version (honors `activeVersionId` for rollback)
61
+ - `pin: '<versionId>'` — Pins to a specific version, immune to publishes
62
+ - `strategy: 'live'` — Reads directly from the live filesystem (no blob store)
63
+
64
+ **Blob storage infrastructure:**
65
+ - `BlobStore` abstract class for content-addressable storage keyed by SHA-256 hash
66
+ - `InMemoryBlobStore` for testing
67
+ - LibSQL, Postgres, and MongoDB implementations
68
+ - `S3BlobStore` for storing blobs in S3 or S3-compatible storage (AWS, R2, MinIO, DO Spaces)
69
+ - `BlobStoreProvider` interface and `MastraEditorConfig.blobStores` registry for pluggable blob storage
70
+ - `VersionedSkillSource` and `CompositeVersionedSkillSource` for reading skill files from the blob store at runtime
71
+
72
+ **New storage types:**
73
+ - `StorageWorkspaceSnapshotType` and `StorageSkillSnapshotType` with corresponding input/output types
74
+ - `StorageWorkspaceRef` for ID-based or inline workspace references on agents
75
+ - `StorageSkillConfig` for per-agent skill overrides (`pin`, `strategy`, description, instructions)
76
+ - `SkillVersionTree` and `SkillVersionTreeEntry` for tree manifests
77
+ - `StorageBlobEntry` for content-addressable blob entries
78
+ - `SKILL_BLOBS_SCHEMA` for the `mastra_skill_blobs` table
79
+
80
+ **New editor namespaces:**
81
+ - `editor.workspace` — CRUD for workspace configs, plus `hydrateSnapshotToWorkspace()` for resolving to runtime `Workspace` instances
82
+ - `editor.skill` — CRUD for skill definitions, plus `publish()` for filesystem-to-blob snapshots
83
+
84
+ **Provider registries:**
85
+ - `MastraEditorConfig` accepts `filesystems`, `sandboxes`, and `blobStores` provider registries (keyed by provider ID)
86
+ - Built-in `local` filesystem and sandbox providers are auto-registered
87
+ - `editor.resolveBlobStore()` resolves from provider registry or falls back to the storage backend's blobs domain
88
+ - Providers expose `id`, `name`, `description`, `configSchema` (JSON Schema for UI form rendering), and a factory method
89
+
90
+ **Storage adapter support:**
91
+ - LibSQL: Full `workspaces`, `skills`, and `blobs` domain implementations
92
+ - Postgres: Full `workspaces`, `skills`, and `blobs` domain implementations
93
+ - MongoDB: Full `workspaces`, `skills`, and `blobs` domain implementations
94
+ - All three include `workspace`, `skills`, and `skillsFormat` fields on agent versions
95
+
96
+ **Server endpoints:**
97
+ - `GET/POST/PATCH/DELETE /stored/workspaces` — CRUD for stored workspaces
98
+ - `GET/POST/PATCH/DELETE /stored/skills` — CRUD for stored skills
99
+ - `POST /stored/skills/:id/publish` — Publish a skill from a filesystem source
100
+
101
+ ```ts
102
+ import { MastraEditor } from '@mastra/editor';
103
+ import { s3FilesystemProvider, s3BlobStoreProvider } from '@mastra/s3';
104
+ import { e2bSandboxProvider } from '@mastra/e2b';
105
+
106
+ const editor = new MastraEditor({
107
+ filesystems: { s3: s3FilesystemProvider },
108
+ sandboxes: { e2b: e2bSandboxProvider },
109
+ blobStores: { s3: s3BlobStoreProvider },
110
+ });
111
+
112
+ // Create a skill and publish it
113
+ const skill = await editor.skill.create({
114
+ name: 'Code Review',
115
+ description: 'Reviews code for best practices',
116
+ instructions: 'Analyze the code and provide feedback...',
117
+ });
118
+ await editor.skill.publish(skill.id, source, 'skills/code-review');
119
+
120
+ // Agents resolve skills by strategy
121
+ await editor.agent.create({
122
+ name: 'Dev Assistant',
123
+ model: { provider: 'openai', name: 'gpt-4' },
124
+ workspace: { type: 'id', workspaceId: workspace.id },
125
+ skills: { [skill.id]: { strategy: 'latest' } },
126
+ skillsFormat: 'xml',
127
+ });
128
+ ```
129
+
130
+ - Added draft/publish version management for all editor primitives (agents, scorers, MCP clients, prompt blocks). ([#13061](https://github.com/mastra-ai/mastra/pull/13061))
131
+
132
+ **Status filtering on list endpoints** — All list endpoints now accept a `?status=draft|published|archived` query parameter to filter by entity status. Defaults to `published` to preserve backward compatibility.
133
+
134
+ **Draft vs published resolution on get-by-id endpoints** — All get-by-id endpoints now accept `?status=draft` to resolve the entity with its latest (unpublished) version, or `?status=published` (default) to resolve with the active published version.
135
+
136
+ **Edits no longer auto-publish** — When updating any primitive, a new version is created but `activeVersionId` is no longer automatically updated. Edits stay as drafts until explicitly published via the activate endpoint.
137
+
138
+ **Full version management for all primitives** — Scorers, MCP clients, and prompt blocks now have the same version management API that agents have: list versions, create version snapshots, get specific versions, activate/publish, restore from a previous version, delete versions, and compare versions.
139
+
140
+ **New prompt block CRUD routes** — Prompt blocks now have full server routes (`GET /stored/prompt-blocks`, `GET /stored/prompt-blocks/:id`, `POST`, `PATCH`, `DELETE`).
141
+
142
+ **New version endpoints** — Each primitive now exposes 7 version management endpoints under `/stored/{type}/:id/versions` (list, create, get, activate, restore, delete, compare).
143
+
144
+ ```ts
145
+ // Fetch the published version (default behavior, backward compatible)
146
+ const published = await fetch('/api/stored/scorers/my-scorer');
147
+
148
+ // Fetch the draft version for editing in the UI
149
+ const draft = await fetch('/api/stored/scorers/my-scorer?status=draft');
150
+
151
+ // Publish a specific version
152
+ await fetch('/api/stored/scorers/my-scorer/versions/abc123/activate', { method: 'POST' });
153
+
154
+ // Compare two versions
155
+ const diff = await fetch('/api/stored/scorers/my-scorer/versions/compare?from=v1&to=v2');
156
+ ```
157
+
158
+ ### Patch Changes
159
+
160
+ - Dataset schemas now appear in the Edit Dataset dialog. Previously the `inputSchema` and `groundTruthSchema` fields were not passed to the dialog, so editing a dataset always showed empty schemas. ([#13175](https://github.com/mastra-ai/mastra/pull/13175))
161
+
162
+ Schema edits in the JSON editor no longer cause the cursor to jump to the top of the field. Typing `{"type": "object"}` in the schema editor now behaves like a normal text input instead of resetting on every keystroke.
163
+
164
+ Validation errors are now surfaced when updating a dataset schema that conflicts with existing items. For example, adding a `required: ["name"]` constraint when existing items lack a `name` field now shows "2 existing item(s) fail validation" in the dialog instead of silently dropping the error.
165
+
166
+ Disabling a dataset schema from the Studio UI now correctly clears it. Previously the server converted `null` (disable) to `undefined` (no change), so the old schema persisted and validation continued.
167
+
168
+ Workflow schemas fetched via `client.getWorkflow().getSchema()` are now correctly parsed. The server serializes schemas with `superjson`, but the client was using plain `JSON.parse`, yielding a `{json: {...}}` wrapper instead of the actual JSON Schema object.
169
+
170
+ - CMS draft support with status badges for agents. ([#13194](https://github.com/mastra-ai/mastra/pull/13194))
171
+ - Agent list now resolves the latest (draft) version for each stored agent, showing current edits rather than the last published state.
172
+ - Added `hasDraft` and `activeVersionId` fields to the agent list API response.
173
+ - Agent list badges: "Published" (green) when a published version exists, "Draft" (colored when unpublished changes exist, grayed out otherwise).
174
+ - Added `resolvedVersionId` to all `StorageResolved*Type` types so the server can detect whether the latest version differs from the active version.
175
+ - Added `status` option to `GetByIdOptions` to allow resolving draft vs published versions through the editor layer.
176
+ - Fixed editor cache not being cleared on version activate, restore, and delete — all four versioned domains (agents, scorers, prompt-blocks, mcp-clients) now clear the cache after version mutations.
177
+ - Added `ALTER TABLE` migration for `mastra_agent_versions` in libsql and pg to add newer columns (`mcpClients`, `requestContextSchema`, `workspace`, `skills`, `skillsFormat`).
178
+
179
+ - Added scorer version management and CMS draft/publish flow for scorers. ([#13194](https://github.com/mastra-ai/mastra/pull/13194))
180
+ - Added scorer version methods to the client SDK: `listVersions`, `createVersion`, `getVersion`, `activateVersion`, `restoreVersion`, `deleteVersion`, `compareVersions`.
181
+ - Added `ScorerVersionCombobox` for navigating scorer versions with Published/Draft labels.
182
+ - Scorer edit page now supports Save (draft) and Publish workflows with an "Unpublished changes" indicator.
183
+ - Storage list methods for agents and scorers no longer default to filtering only published entities, allowing drafts to appear in the playground.
184
+
185
+ - Updated dependencies [[`252580a`](https://github.com/mastra-ai/mastra/commit/252580a71feb0e46d0ccab04a70a79ff6a2ee0ab), [`f8e819f`](https://github.com/mastra-ai/mastra/commit/f8e819fabdfdc43d2da546a3ad81ba23685f603d), [`5c75261`](https://github.com/mastra-ai/mastra/commit/5c7526120d936757d4ffb7b82232e1641ebd45cb), [`e27d832`](https://github.com/mastra-ai/mastra/commit/e27d83281b5e166fd63a13969689e928d8605944), [`e37ef84`](https://github.com/mastra-ai/mastra/commit/e37ef8404043c94ca0c8e35ecdedb093b8087878), [`6fdd3d4`](https://github.com/mastra-ai/mastra/commit/6fdd3d451a07a8e7e216c62ac364f8dd8e36c2af), [`10cf521`](https://github.com/mastra-ai/mastra/commit/10cf52183344743a0d7babe24cd24fd78870c354), [`efdb682`](https://github.com/mastra-ai/mastra/commit/efdb682887f6522149769383908f9790c188ab88), [`0dee7a0`](https://github.com/mastra-ai/mastra/commit/0dee7a0ff4c2507e6eb6e6ee5f9738877ebd4ad1), [`04c2c8e`](https://github.com/mastra-ai/mastra/commit/04c2c8e888984364194131aecb490a3d6e920e61), [`02dc07a`](https://github.com/mastra-ai/mastra/commit/02dc07acc4ad42d93335825e3308f5b42266eba2), [`bb7262b`](https://github.com/mastra-ai/mastra/commit/bb7262b7c0ca76320d985b40510b6ffbbb936582), [`cf1c6e7`](https://github.com/mastra-ai/mastra/commit/cf1c6e789b131f55638fed52183a89d5078b4876), [`5ffadfe`](https://github.com/mastra-ai/mastra/commit/5ffadfefb1468ac2612b20bb84d24c39de6961c0), [`1e1339c`](https://github.com/mastra-ai/mastra/commit/1e1339cc276e571a48cfff5014487877086bfe68), [`d03df73`](https://github.com/mastra-ai/mastra/commit/d03df73f8fe9496064a33e1c3b74ba0479bf9ee6), [`79b8f45`](https://github.com/mastra-ai/mastra/commit/79b8f45a6767e1a5c3d56cd3c5b1214326b81661), [`9bbf08e`](https://github.com/mastra-ai/mastra/commit/9bbf08e3c20731c79dea13a765895b9fcf29cbf1), [`0a25952`](https://github.com/mastra-ai/mastra/commit/0a259526b5e1ac11e6efa53db1f140272962af2d), [`ffa5468`](https://github.com/mastra-ai/mastra/commit/ffa546857fc4821753979b3a34e13b4d76fbbcd4), [`3264a04`](https://github.com/mastra-ai/mastra/commit/3264a04e30340c3c5447433300a035ea0878df85), [`6fdd3d4`](https://github.com/mastra-ai/mastra/commit/6fdd3d451a07a8e7e216c62ac364f8dd8e36c2af), [`088d9ba`](https://github.com/mastra-ai/mastra/commit/088d9ba2577518703c52b0dccd617178d9ee6b0d), [`74fbebd`](https://github.com/mastra-ai/mastra/commit/74fbebd918a03832a2864965a8bea59bf617d3a2), [`aea6217`](https://github.com/mastra-ai/mastra/commit/aea621790bfb2291431b08da0cc5e6e150303ae7), [`b6a855e`](https://github.com/mastra-ai/mastra/commit/b6a855edc056e088279075506442ba1d6fa6def9), [`ae408ea`](https://github.com/mastra-ai/mastra/commit/ae408ea7128f0d2710b78d8623185198e7cb19c1), [`17e942e`](https://github.com/mastra-ai/mastra/commit/17e942eee2ba44985b1f807e6208cdde672f82f9), [`2015cf9`](https://github.com/mastra-ai/mastra/commit/2015cf921649f44c3f5bcd32a2c052335f8e49b4), [`7ef454e`](https://github.com/mastra-ai/mastra/commit/7ef454eaf9dcec6de60021c8f42192052dd490d6), [`2be1d99`](https://github.com/mastra-ai/mastra/commit/2be1d99564ce79acc4846071082bff353035a87a), [`2708fa1`](https://github.com/mastra-ai/mastra/commit/2708fa1055ac91c03e08b598869f6b8fb51fa37f), [`ba74aef`](https://github.com/mastra-ai/mastra/commit/ba74aef5716142dbbe931351f5243c9c6e4128a9), [`ba74aef`](https://github.com/mastra-ai/mastra/commit/ba74aef5716142dbbe931351f5243c9c6e4128a9), [`ec53e89`](https://github.com/mastra-ai/mastra/commit/ec53e8939c76c638991e21af762e51378eff7543), [`9b5a8cb`](https://github.com/mastra-ai/mastra/commit/9b5a8cb13e120811b0bf14140ada314f1c067894), [`607e66b`](https://github.com/mastra-ai/mastra/commit/607e66b02dc7f531ee37799f3456aa2dc0ca7ac5), [`a215d06`](https://github.com/mastra-ai/mastra/commit/a215d06758dcf590eabfe0b7afd4ae39bdbf082c), [`6909c74`](https://github.com/mastra-ai/mastra/commit/6909c74a7781e0447d475e9dbc1dc871b700f426), [`192438f`](https://github.com/mastra-ai/mastra/commit/192438f8a90c4f375e955f8ff179bf8dc6821a83)]:
186
+ - @mastra/core@1.5.0
187
+
188
+ ## 1.5.0-alpha.0
189
+
190
+ ### Minor Changes
191
+
192
+ - Added workspace and skill storage domains with full CRUD, versioning, and implementations across LibSQL, Postgres, and MongoDB. Added `editor.workspace` and `editor.skill` namespaces for managing workspace configurations and skill definitions through the editor. Agents stored in the editor can now reference workspaces (by ID or inline config) and skills, with full hydration to runtime `Workspace` instances during agent resolution. ([#13156](https://github.com/mastra-ai/mastra/pull/13156))
193
+
194
+ **Filesystem-native skill versioning (draft → publish model):**
195
+
196
+ Skills are versioned as filesystem trees with content-addressable blob storage. The editing surface (live filesystem) is separated from the serving surface (versioned blob store), enabling a `draft → publish` workflow:
197
+ - `editor.skill.publish(skillId, source, skillPath)` — Snapshots a skill directory from the filesystem into blob storage, creates a new version with a tree manifest, and sets `activeVersionId`
198
+ - Version switching via `editor.skill.update({ id, activeVersionId })` — Points the skill to a previous version without re-publishing
199
+ - Publishing a skill automatically invalidates cached agents that reference it, so they re-hydrate with the updated version on next access
200
+
201
+ **Agent skill resolution strategies:**
202
+
203
+ Agents can reference skills with different resolution strategies:
204
+ - `strategy: 'latest'` — Resolves the skill's active version (honors `activeVersionId` for rollback)
205
+ - `pin: '<versionId>'` — Pins to a specific version, immune to publishes
206
+ - `strategy: 'live'` — Reads directly from the live filesystem (no blob store)
207
+
208
+ **Blob storage infrastructure:**
209
+ - `BlobStore` abstract class for content-addressable storage keyed by SHA-256 hash
210
+ - `InMemoryBlobStore` for testing
211
+ - LibSQL, Postgres, and MongoDB implementations
212
+ - `S3BlobStore` for storing blobs in S3 or S3-compatible storage (AWS, R2, MinIO, DO Spaces)
213
+ - `BlobStoreProvider` interface and `MastraEditorConfig.blobStores` registry for pluggable blob storage
214
+ - `VersionedSkillSource` and `CompositeVersionedSkillSource` for reading skill files from the blob store at runtime
215
+
216
+ **New storage types:**
217
+ - `StorageWorkspaceSnapshotType` and `StorageSkillSnapshotType` with corresponding input/output types
218
+ - `StorageWorkspaceRef` for ID-based or inline workspace references on agents
219
+ - `StorageSkillConfig` for per-agent skill overrides (`pin`, `strategy`, description, instructions)
220
+ - `SkillVersionTree` and `SkillVersionTreeEntry` for tree manifests
221
+ - `StorageBlobEntry` for content-addressable blob entries
222
+ - `SKILL_BLOBS_SCHEMA` for the `mastra_skill_blobs` table
223
+
224
+ **New editor namespaces:**
225
+ - `editor.workspace` — CRUD for workspace configs, plus `hydrateSnapshotToWorkspace()` for resolving to runtime `Workspace` instances
226
+ - `editor.skill` — CRUD for skill definitions, plus `publish()` for filesystem-to-blob snapshots
227
+
228
+ **Provider registries:**
229
+ - `MastraEditorConfig` accepts `filesystems`, `sandboxes`, and `blobStores` provider registries (keyed by provider ID)
230
+ - Built-in `local` filesystem and sandbox providers are auto-registered
231
+ - `editor.resolveBlobStore()` resolves from provider registry or falls back to the storage backend's blobs domain
232
+ - Providers expose `id`, `name`, `description`, `configSchema` (JSON Schema for UI form rendering), and a factory method
233
+
234
+ **Storage adapter support:**
235
+ - LibSQL: Full `workspaces`, `skills`, and `blobs` domain implementations
236
+ - Postgres: Full `workspaces`, `skills`, and `blobs` domain implementations
237
+ - MongoDB: Full `workspaces`, `skills`, and `blobs` domain implementations
238
+ - All three include `workspace`, `skills`, and `skillsFormat` fields on agent versions
239
+
240
+ **Server endpoints:**
241
+ - `GET/POST/PATCH/DELETE /stored/workspaces` — CRUD for stored workspaces
242
+ - `GET/POST/PATCH/DELETE /stored/skills` — CRUD for stored skills
243
+ - `POST /stored/skills/:id/publish` — Publish a skill from a filesystem source
244
+
245
+ ```ts
246
+ import { MastraEditor } from '@mastra/editor';
247
+ import { s3FilesystemProvider, s3BlobStoreProvider } from '@mastra/s3';
248
+ import { e2bSandboxProvider } from '@mastra/e2b';
249
+
250
+ const editor = new MastraEditor({
251
+ filesystems: { s3: s3FilesystemProvider },
252
+ sandboxes: { e2b: e2bSandboxProvider },
253
+ blobStores: { s3: s3BlobStoreProvider },
254
+ });
255
+
256
+ // Create a skill and publish it
257
+ const skill = await editor.skill.create({
258
+ name: 'Code Review',
259
+ description: 'Reviews code for best practices',
260
+ instructions: 'Analyze the code and provide feedback...',
261
+ });
262
+ await editor.skill.publish(skill.id, source, 'skills/code-review');
263
+
264
+ // Agents resolve skills by strategy
265
+ await editor.agent.create({
266
+ name: 'Dev Assistant',
267
+ model: { provider: 'openai', name: 'gpt-4' },
268
+ workspace: { type: 'id', workspaceId: workspace.id },
269
+ skills: { [skill.id]: { strategy: 'latest' } },
270
+ skillsFormat: 'xml',
271
+ });
272
+ ```
273
+
274
+ - Added draft/publish version management for all editor primitives (agents, scorers, MCP clients, prompt blocks). ([#13061](https://github.com/mastra-ai/mastra/pull/13061))
275
+
276
+ **Status filtering on list endpoints** — All list endpoints now accept a `?status=draft|published|archived` query parameter to filter by entity status. Defaults to `published` to preserve backward compatibility.
277
+
278
+ **Draft vs published resolution on get-by-id endpoints** — All get-by-id endpoints now accept `?status=draft` to resolve the entity with its latest (unpublished) version, or `?status=published` (default) to resolve with the active published version.
279
+
280
+ **Edits no longer auto-publish** — When updating any primitive, a new version is created but `activeVersionId` is no longer automatically updated. Edits stay as drafts until explicitly published via the activate endpoint.
281
+
282
+ **Full version management for all primitives** — Scorers, MCP clients, and prompt blocks now have the same version management API that agents have: list versions, create version snapshots, get specific versions, activate/publish, restore from a previous version, delete versions, and compare versions.
283
+
284
+ **New prompt block CRUD routes** — Prompt blocks now have full server routes (`GET /stored/prompt-blocks`, `GET /stored/prompt-blocks/:id`, `POST`, `PATCH`, `DELETE`).
285
+
286
+ **New version endpoints** — Each primitive now exposes 7 version management endpoints under `/stored/{type}/:id/versions` (list, create, get, activate, restore, delete, compare).
287
+
288
+ ```ts
289
+ // Fetch the published version (default behavior, backward compatible)
290
+ const published = await fetch('/api/stored/scorers/my-scorer');
291
+
292
+ // Fetch the draft version for editing in the UI
293
+ const draft = await fetch('/api/stored/scorers/my-scorer?status=draft');
294
+
295
+ // Publish a specific version
296
+ await fetch('/api/stored/scorers/my-scorer/versions/abc123/activate', { method: 'POST' });
297
+
298
+ // Compare two versions
299
+ const diff = await fetch('/api/stored/scorers/my-scorer/versions/compare?from=v1&to=v2');
300
+ ```
301
+
302
+ ### Patch Changes
303
+
304
+ - Dataset schemas now appear in the Edit Dataset dialog. Previously the `inputSchema` and `groundTruthSchema` fields were not passed to the dialog, so editing a dataset always showed empty schemas. ([#13175](https://github.com/mastra-ai/mastra/pull/13175))
305
+
306
+ Schema edits in the JSON editor no longer cause the cursor to jump to the top of the field. Typing `{"type": "object"}` in the schema editor now behaves like a normal text input instead of resetting on every keystroke.
307
+
308
+ Validation errors are now surfaced when updating a dataset schema that conflicts with existing items. For example, adding a `required: ["name"]` constraint when existing items lack a `name` field now shows "2 existing item(s) fail validation" in the dialog instead of silently dropping the error.
309
+
310
+ Disabling a dataset schema from the Studio UI now correctly clears it. Previously the server converted `null` (disable) to `undefined` (no change), so the old schema persisted and validation continued.
311
+
312
+ Workflow schemas fetched via `client.getWorkflow().getSchema()` are now correctly parsed. The server serializes schemas with `superjson`, but the client was using plain `JSON.parse`, yielding a `{json: {...}}` wrapper instead of the actual JSON Schema object.
313
+
314
+ - CMS draft support with status badges for agents. ([#13194](https://github.com/mastra-ai/mastra/pull/13194))
315
+ - Agent list now resolves the latest (draft) version for each stored agent, showing current edits rather than the last published state.
316
+ - Added `hasDraft` and `activeVersionId` fields to the agent list API response.
317
+ - Agent list badges: "Published" (green) when a published version exists, "Draft" (colored when unpublished changes exist, grayed out otherwise).
318
+ - Added `resolvedVersionId` to all `StorageResolved*Type` types so the server can detect whether the latest version differs from the active version.
319
+ - Added `status` option to `GetByIdOptions` to allow resolving draft vs published versions through the editor layer.
320
+ - Fixed editor cache not being cleared on version activate, restore, and delete — all four versioned domains (agents, scorers, prompt-blocks, mcp-clients) now clear the cache after version mutations.
321
+ - Added `ALTER TABLE` migration for `mastra_agent_versions` in libsql and pg to add newer columns (`mcpClients`, `requestContextSchema`, `workspace`, `skills`, `skillsFormat`).
322
+
323
+ - Added scorer version management and CMS draft/publish flow for scorers. ([#13194](https://github.com/mastra-ai/mastra/pull/13194))
324
+ - Added scorer version methods to the client SDK: `listVersions`, `createVersion`, `getVersion`, `activateVersion`, `restoreVersion`, `deleteVersion`, `compareVersions`.
325
+ - Added `ScorerVersionCombobox` for navigating scorer versions with Published/Draft labels.
326
+ - Scorer edit page now supports Save (draft) and Publish workflows with an "Unpublished changes" indicator.
327
+ - Storage list methods for agents and scorers no longer default to filtering only published entities, allowing drafts to appear in the playground.
328
+
329
+ - Updated dependencies [[`252580a`](https://github.com/mastra-ai/mastra/commit/252580a71feb0e46d0ccab04a70a79ff6a2ee0ab), [`f8e819f`](https://github.com/mastra-ai/mastra/commit/f8e819fabdfdc43d2da546a3ad81ba23685f603d), [`5c75261`](https://github.com/mastra-ai/mastra/commit/5c7526120d936757d4ffb7b82232e1641ebd45cb), [`e27d832`](https://github.com/mastra-ai/mastra/commit/e27d83281b5e166fd63a13969689e928d8605944), [`e37ef84`](https://github.com/mastra-ai/mastra/commit/e37ef8404043c94ca0c8e35ecdedb093b8087878), [`6fdd3d4`](https://github.com/mastra-ai/mastra/commit/6fdd3d451a07a8e7e216c62ac364f8dd8e36c2af), [`10cf521`](https://github.com/mastra-ai/mastra/commit/10cf52183344743a0d7babe24cd24fd78870c354), [`efdb682`](https://github.com/mastra-ai/mastra/commit/efdb682887f6522149769383908f9790c188ab88), [`0dee7a0`](https://github.com/mastra-ai/mastra/commit/0dee7a0ff4c2507e6eb6e6ee5f9738877ebd4ad1), [`04c2c8e`](https://github.com/mastra-ai/mastra/commit/04c2c8e888984364194131aecb490a3d6e920e61), [`02dc07a`](https://github.com/mastra-ai/mastra/commit/02dc07acc4ad42d93335825e3308f5b42266eba2), [`bb7262b`](https://github.com/mastra-ai/mastra/commit/bb7262b7c0ca76320d985b40510b6ffbbb936582), [`cf1c6e7`](https://github.com/mastra-ai/mastra/commit/cf1c6e789b131f55638fed52183a89d5078b4876), [`5ffadfe`](https://github.com/mastra-ai/mastra/commit/5ffadfefb1468ac2612b20bb84d24c39de6961c0), [`1e1339c`](https://github.com/mastra-ai/mastra/commit/1e1339cc276e571a48cfff5014487877086bfe68), [`d03df73`](https://github.com/mastra-ai/mastra/commit/d03df73f8fe9496064a33e1c3b74ba0479bf9ee6), [`79b8f45`](https://github.com/mastra-ai/mastra/commit/79b8f45a6767e1a5c3d56cd3c5b1214326b81661), [`9bbf08e`](https://github.com/mastra-ai/mastra/commit/9bbf08e3c20731c79dea13a765895b9fcf29cbf1), [`0a25952`](https://github.com/mastra-ai/mastra/commit/0a259526b5e1ac11e6efa53db1f140272962af2d), [`ffa5468`](https://github.com/mastra-ai/mastra/commit/ffa546857fc4821753979b3a34e13b4d76fbbcd4), [`3264a04`](https://github.com/mastra-ai/mastra/commit/3264a04e30340c3c5447433300a035ea0878df85), [`6fdd3d4`](https://github.com/mastra-ai/mastra/commit/6fdd3d451a07a8e7e216c62ac364f8dd8e36c2af), [`088d9ba`](https://github.com/mastra-ai/mastra/commit/088d9ba2577518703c52b0dccd617178d9ee6b0d), [`74fbebd`](https://github.com/mastra-ai/mastra/commit/74fbebd918a03832a2864965a8bea59bf617d3a2), [`aea6217`](https://github.com/mastra-ai/mastra/commit/aea621790bfb2291431b08da0cc5e6e150303ae7), [`b6a855e`](https://github.com/mastra-ai/mastra/commit/b6a855edc056e088279075506442ba1d6fa6def9), [`ae408ea`](https://github.com/mastra-ai/mastra/commit/ae408ea7128f0d2710b78d8623185198e7cb19c1), [`17e942e`](https://github.com/mastra-ai/mastra/commit/17e942eee2ba44985b1f807e6208cdde672f82f9), [`2015cf9`](https://github.com/mastra-ai/mastra/commit/2015cf921649f44c3f5bcd32a2c052335f8e49b4), [`7ef454e`](https://github.com/mastra-ai/mastra/commit/7ef454eaf9dcec6de60021c8f42192052dd490d6), [`2be1d99`](https://github.com/mastra-ai/mastra/commit/2be1d99564ce79acc4846071082bff353035a87a), [`2708fa1`](https://github.com/mastra-ai/mastra/commit/2708fa1055ac91c03e08b598869f6b8fb51fa37f), [`ba74aef`](https://github.com/mastra-ai/mastra/commit/ba74aef5716142dbbe931351f5243c9c6e4128a9), [`ba74aef`](https://github.com/mastra-ai/mastra/commit/ba74aef5716142dbbe931351f5243c9c6e4128a9), [`ec53e89`](https://github.com/mastra-ai/mastra/commit/ec53e8939c76c638991e21af762e51378eff7543), [`9b5a8cb`](https://github.com/mastra-ai/mastra/commit/9b5a8cb13e120811b0bf14140ada314f1c067894), [`607e66b`](https://github.com/mastra-ai/mastra/commit/607e66b02dc7f531ee37799f3456aa2dc0ca7ac5), [`a215d06`](https://github.com/mastra-ai/mastra/commit/a215d06758dcf590eabfe0b7afd4ae39bdbf082c), [`6909c74`](https://github.com/mastra-ai/mastra/commit/6909c74a7781e0447d475e9dbc1dc871b700f426), [`192438f`](https://github.com/mastra-ai/mastra/commit/192438f8a90c4f375e955f8ff179bf8dc6821a83)]:
330
+ - @mastra/core@1.5.0-alpha.0
331
+
332
+ ## 1.4.0
333
+
334
+ ### Minor Changes
335
+
336
+ - Added datasets and experiments storage implementations. Includes dataset CRUD, item versioning with SCD-2, experiment runs with scorer results, and table/type configurations for dataset and experiment tables. ([#12747](https://github.com/mastra-ai/mastra/pull/12747))
337
+
338
+ **Requires `@mastra/core` >= 1.4.0**
339
+
340
+ ### Patch Changes
341
+
342
+ - Fixed agent version storage to persist the requestContextSchema field. Previously, requestContextSchema was defined on the agent snapshot type but was not included in the database schema, INSERT statements, or row parsing logic, causing it to be silently dropped when saving and loading agent versions. ([#13003](https://github.com/mastra-ai/mastra/pull/13003))
343
+
344
+ - Added MCP client storage domain and ToolProvider interface for integrating external tool catalogs with stored agents. ([#12974](https://github.com/mastra-ai/mastra/pull/12974))
345
+
346
+ **MCP Client Storage**
347
+
348
+ New storage domain for persisting MCP client configurations with CRUD operations. Each MCP client can contain multiple servers with independent tool selection:
349
+
350
+ ```ts
351
+ // Store an MCP client with multiple servers
352
+ await storage.mcpClients.create({
353
+ id: 'my-mcp',
354
+ name: 'My MCP Client',
355
+ servers: {
356
+ 'github-server': { url: 'https://mcp.github.com/sse' },
357
+ 'slack-server': { url: 'https://mcp.slack.com/sse' },
358
+ },
359
+ });
360
+ ```
361
+
362
+ LibSQL, PostgreSQL, and MongoDB storage adapters all implement the new MCP client domain.
363
+
364
+ **ToolProvider Interface**
365
+
366
+ New `ToolProvider` interface at `@mastra/core/tool-provider` enables third-party tool catalog integration (e.g., Composio, Arcade AI):
367
+
368
+ ```ts
369
+ import type { ToolProvider } from '@mastra/core/tool-provider';
370
+
371
+ # Providers implement: listToolkits(), listTools(), getToolSchema(), resolveTools()
372
+ ```
373
+
374
+ `resolveTools()` receives `requestContext` from the current request, enabling per-user API keys and credentials in multi-tenant setups:
375
+
376
+ ```ts
377
+ const tools = await provider.resolveTools(slugs, configs, {
378
+ requestContext: { apiKey: 'user-specific-key', userId: 'tenant-123' },
379
+ });
380
+ ```
381
+
382
+ **Tool Selection Semantics**
383
+
384
+ Both `mcpClients` and `integrationTools` on stored agents follow consistent three-state selection:
385
+ - `{ tools: undefined }` — provider registered, no tools selected
386
+ - `{ tools: {} }` — all tools from provider included
387
+ - `{ tools: { 'TOOL_SLUG': { description: '...' } } }` — specific tools with optional overrides
388
+
389
+ - Updated dependencies [[`7ef618f`](https://github.com/mastra-ai/mastra/commit/7ef618f3c49c27e2f6b27d7f564c557c0734325b), [`b373564`](https://github.com/mastra-ai/mastra/commit/b37356491d43b4d53067f10cb669abaf2502f218), [`927c2af`](https://github.com/mastra-ai/mastra/commit/927c2af9792286c122e04409efce0f3c804f777f), [`b896b41`](https://github.com/mastra-ai/mastra/commit/b896b41343de7fcc14442fb40fe82d189e65bbe2), [`6415277`](https://github.com/mastra-ai/mastra/commit/6415277a438faa00db2af850ead5dee25f40c428), [`0831bbb`](https://github.com/mastra-ai/mastra/commit/0831bbb5bc750c18e9b22b45f18687c964b70828), [`63f7eda`](https://github.com/mastra-ai/mastra/commit/63f7eda605eb3e0c8c35ee3912ffe7c999c69f69), [`a5b67a3`](https://github.com/mastra-ai/mastra/commit/a5b67a3589a74415feb663a55d1858324a2afde9), [`877b02c`](https://github.com/mastra-ai/mastra/commit/877b02cdbb15e199184c7f2b8f217be8d3ebada7), [`7567222`](https://github.com/mastra-ai/mastra/commit/7567222b1366f0d39980594792dd9d5060bfe2ab), [`af71458`](https://github.com/mastra-ai/mastra/commit/af71458e3b566f09c11d0e5a0a836dc818e7a24a), [`eb36bd8`](https://github.com/mastra-ai/mastra/commit/eb36bd8c52fcd6ec9674ac3b7a6412405b5983e1), [`3cbf121`](https://github.com/mastra-ai/mastra/commit/3cbf121f55418141924754a83102aade89835947)]:
390
+ - @mastra/core@1.4.0
391
+
392
+ ## 1.4.0-alpha.0
393
+
394
+ ### Minor Changes
395
+
396
+ - Added datasets and experiments storage implementations. Includes dataset CRUD, item versioning with SCD-2, experiment runs with scorer results, and table/type configurations for dataset and experiment tables. ([#12747](https://github.com/mastra-ai/mastra/pull/12747))
397
+
398
+ **Requires `@mastra/core` >= 1.4.0**
399
+
400
+ ### Patch Changes
401
+
402
+ - Fixed agent version storage to persist the requestContextSchema field. Previously, requestContextSchema was defined on the agent snapshot type but was not included in the database schema, INSERT statements, or row parsing logic, causing it to be silently dropped when saving and loading agent versions. ([#13003](https://github.com/mastra-ai/mastra/pull/13003))
403
+
404
+ - Added MCP client storage domain and ToolProvider interface for integrating external tool catalogs with stored agents. ([#12974](https://github.com/mastra-ai/mastra/pull/12974))
405
+
406
+ **MCP Client Storage**
407
+
408
+ New storage domain for persisting MCP client configurations with CRUD operations. Each MCP client can contain multiple servers with independent tool selection:
409
+
410
+ ```ts
411
+ // Store an MCP client with multiple servers
412
+ await storage.mcpClients.create({
413
+ id: 'my-mcp',
414
+ name: 'My MCP Client',
415
+ servers: {
416
+ 'github-server': { url: 'https://mcp.github.com/sse' },
417
+ 'slack-server': { url: 'https://mcp.slack.com/sse' },
418
+ },
419
+ });
420
+ ```
421
+
422
+ LibSQL, PostgreSQL, and MongoDB storage adapters all implement the new MCP client domain.
423
+
424
+ **ToolProvider Interface**
425
+
426
+ New `ToolProvider` interface at `@mastra/core/tool-provider` enables third-party tool catalog integration (e.g., Composio, Arcade AI):
427
+
428
+ ```ts
429
+ import type { ToolProvider } from '@mastra/core/tool-provider';
430
+
431
+ # Providers implement: listToolkits(), listTools(), getToolSchema(), resolveTools()
432
+ ```
433
+
434
+ `resolveTools()` receives `requestContext` from the current request, enabling per-user API keys and credentials in multi-tenant setups:
435
+
436
+ ```ts
437
+ const tools = await provider.resolveTools(slugs, configs, {
438
+ requestContext: { apiKey: 'user-specific-key', userId: 'tenant-123' },
439
+ });
440
+ ```
441
+
442
+ **Tool Selection Semantics**
443
+
444
+ Both `mcpClients` and `integrationTools` on stored agents follow consistent three-state selection:
445
+ - `{ tools: undefined }` — provider registered, no tools selected
446
+ - `{ tools: {} }` — all tools from provider included
447
+ - `{ tools: { 'TOOL_SLUG': { description: '...' } } }` — specific tools with optional overrides
448
+
449
+ - Updated dependencies [[`7ef618f`](https://github.com/mastra-ai/mastra/commit/7ef618f3c49c27e2f6b27d7f564c557c0734325b), [`b373564`](https://github.com/mastra-ai/mastra/commit/b37356491d43b4d53067f10cb669abaf2502f218), [`927c2af`](https://github.com/mastra-ai/mastra/commit/927c2af9792286c122e04409efce0f3c804f777f), [`b896b41`](https://github.com/mastra-ai/mastra/commit/b896b41343de7fcc14442fb40fe82d189e65bbe2), [`6415277`](https://github.com/mastra-ai/mastra/commit/6415277a438faa00db2af850ead5dee25f40c428), [`0831bbb`](https://github.com/mastra-ai/mastra/commit/0831bbb5bc750c18e9b22b45f18687c964b70828), [`63f7eda`](https://github.com/mastra-ai/mastra/commit/63f7eda605eb3e0c8c35ee3912ffe7c999c69f69), [`a5b67a3`](https://github.com/mastra-ai/mastra/commit/a5b67a3589a74415feb663a55d1858324a2afde9), [`877b02c`](https://github.com/mastra-ai/mastra/commit/877b02cdbb15e199184c7f2b8f217be8d3ebada7), [`7567222`](https://github.com/mastra-ai/mastra/commit/7567222b1366f0d39980594792dd9d5060bfe2ab), [`af71458`](https://github.com/mastra-ai/mastra/commit/af71458e3b566f09c11d0e5a0a836dc818e7a24a), [`eb36bd8`](https://github.com/mastra-ai/mastra/commit/eb36bd8c52fcd6ec9674ac3b7a6412405b5983e1), [`3cbf121`](https://github.com/mastra-ai/mastra/commit/3cbf121f55418141924754a83102aade89835947)]:
450
+ - @mastra/core@1.4.0-alpha.0
451
+
452
+ ## 1.3.0
453
+
454
+ ### Minor Changes
455
+
456
+ - **Updated storage adapters for generic storage domain API** ([#12846](https://github.com/mastra-ai/mastra/pull/12846))
457
+
458
+ All storage adapters now implement the unified `VersionedStorageDomain` method names. Entity-specific methods (`createAgent`, `getAgentById`, `deleteAgent`, etc.) have been replaced with generic equivalents (`create`, `getById`, `delete`, etc.) across agents, prompt blocks, and scorer definitions domains.
459
+
460
+ Added `scorer-definitions` domain support to all adapters.
461
+
462
+ **Before:**
463
+
464
+ ```ts
465
+ const store = storage.getStore('agents');
466
+ await store.createAgent({ agent: input });
467
+ await store.getAgentById({ id: 'abc' });
468
+ await store.deleteAgent({ id: 'abc' });
469
+ ```
470
+
471
+ **After:**
472
+
473
+ ```ts
474
+ const store = storage.getStore('agents');
475
+ await store.create({ agent: input });
476
+ await store.getById('abc');
477
+ await store.delete('abc');
478
+ ```
479
+
480
+ ### Patch Changes
481
+
482
+ - Fixed observational memory progress bars resetting to zero after agent responses finish. ([#12934](https://github.com/mastra-ai/mastra/pull/12934))
483
+
484
+ - Fixed issues with stored agents ([#12790](https://github.com/mastra-ai/mastra/pull/12790))
485
+
486
+ - Supporting changes for async buffering in observational memory, including new config options, streaming events, and UI markers. ([#12891](https://github.com/mastra-ai/mastra/pull/12891))
487
+
488
+ - Added prompt block storage implementations. Each store supports full CRUD for prompt blocks and their versions, including JSON serialization for rules and metadata. Also updated agent instructions serialization to support the new `AgentInstructionBlock` array format alongside plain strings. ([#12776](https://github.com/mastra-ai/mastra/pull/12776))
489
+
490
+ - Updated dependencies [[`717ffab`](https://github.com/mastra-ai/mastra/commit/717ffab42cfd58ff723b5c19ada4939997773004), [`b31c922`](https://github.com/mastra-ai/mastra/commit/b31c922215b513791d98feaea1b98784aa00803a), [`e4b6dab`](https://github.com/mastra-ai/mastra/commit/e4b6dab171c5960e340b3ea3ea6da8d64d2b8672), [`5719fa8`](https://github.com/mastra-ai/mastra/commit/5719fa8880e86e8affe698ec4b3807c7e0e0a06f), [`83cda45`](https://github.com/mastra-ai/mastra/commit/83cda4523e588558466892bff8f80f631a36945a), [`11804ad`](https://github.com/mastra-ai/mastra/commit/11804adf1d6be46ebe216be40a43b39bb8b397d7), [`aa95f95`](https://github.com/mastra-ai/mastra/commit/aa95f958b186ae5c9f4219c88e268f5565c277a2), [`90f7894`](https://github.com/mastra-ai/mastra/commit/90f7894568dc9481f40a4d29672234fae23090bb), [`f5501ae`](https://github.com/mastra-ai/mastra/commit/f5501aedb0a11106c7db7e480d6eaf3971b7bda8), [`44573af`](https://github.com/mastra-ai/mastra/commit/44573afad0a4bc86f627d6cbc0207961cdcb3bc3), [`00e3861`](https://github.com/mastra-ai/mastra/commit/00e3861863fbfee78faeb1ebbdc7c0223aae13ff), [`8109aee`](https://github.com/mastra-ai/mastra/commit/8109aeeab758e16cd4255a6c36f044b70eefc6a6), [`7bfbc52`](https://github.com/mastra-ai/mastra/commit/7bfbc52a8604feb0fff2c0a082c13c0c2a3df1a2), [`1445994`](https://github.com/mastra-ai/mastra/commit/1445994aee19c9334a6a101cf7bd80ca7ed4d186), [`61f44a2`](https://github.com/mastra-ai/mastra/commit/61f44a26861c89e364f367ff40825bdb7f19df55), [`37145d2`](https://github.com/mastra-ai/mastra/commit/37145d25f99dc31f1a9105576e5452609843ce32), [`fdad759`](https://github.com/mastra-ai/mastra/commit/fdad75939ff008b27625f5ec0ce9c6915d99d9ec), [`e4569c5`](https://github.com/mastra-ai/mastra/commit/e4569c589e00c4061a686c9eb85afe1b7050b0a8), [`7309a85`](https://github.com/mastra-ai/mastra/commit/7309a85427281a8be23f4fb80ca52e18eaffd596), [`99424f6`](https://github.com/mastra-ai/mastra/commit/99424f6862ffb679c4ec6765501486034754a4c2), [`44eb452`](https://github.com/mastra-ai/mastra/commit/44eb4529b10603c279688318bebf3048543a1d61), [`6c40593`](https://github.com/mastra-ai/mastra/commit/6c40593d6d2b1b68b0c45d1a3a4c6ac5ecac3937), [`8c1135d`](https://github.com/mastra-ai/mastra/commit/8c1135dfb91b057283eae7ee11f9ec28753cc64f), [`dd39e54`](https://github.com/mastra-ai/mastra/commit/dd39e54ea34532c995b33bee6e0e808bf41a7341), [`b6fad9a`](https://github.com/mastra-ai/mastra/commit/b6fad9a602182b1cc0df47cd8c55004fa829ad61), [`4129c07`](https://github.com/mastra-ai/mastra/commit/4129c073349b5a66643fd8136ebfe9d7097cf793), [`5b930ab`](https://github.com/mastra-ai/mastra/commit/5b930aba1834d9898e8460a49d15106f31ac7c8d), [`4be93d0`](https://github.com/mastra-ai/mastra/commit/4be93d09d68e20aaf0ea3f210749422719618b5f), [`047635c`](https://github.com/mastra-ai/mastra/commit/047635ccd7861d726c62d135560c0022a5490aec), [`8c90ff4`](https://github.com/mastra-ai/mastra/commit/8c90ff4d3414e7f2a2d216ea91274644f7b29133), [`ed232d1`](https://github.com/mastra-ai/mastra/commit/ed232d1583f403925dc5ae45f7bee948cf2a182b), [`3891795`](https://github.com/mastra-ai/mastra/commit/38917953518eb4154a984ee36e6ededdcfe80f72), [`4f955b2`](https://github.com/mastra-ai/mastra/commit/4f955b20c7f66ed282ee1fd8709696fa64c4f19d), [`55a4c90`](https://github.com/mastra-ai/mastra/commit/55a4c9044ac7454349b9f6aeba0bbab5ee65d10f)]:
491
+ - @mastra/core@1.3.0
492
+
493
+ ## 1.3.0-alpha.1
494
+
495
+ ### Patch Changes
496
+
497
+ - Fixed observational memory progress bars resetting to zero after agent responses finish. The messages and observations sidebar bars now retain their values on stream completion, cancellation, and page reload. Also added a buffer-status endpoint so buffering badges resolve with accurate token counts instead of spinning forever when buffering outlives the stream. ([#12934](https://github.com/mastra-ai/mastra/pull/12934))
498
+
499
+ - Updated dependencies [[`b31c922`](https://github.com/mastra-ai/mastra/commit/b31c922215b513791d98feaea1b98784aa00803a)]:
500
+ - @mastra/core@1.3.0-alpha.2
501
+
502
+ ## 1.3.0-alpha.0
503
+
504
+ ### Minor Changes
505
+
506
+ - **Updated storage adapters for generic storage domain API** ([#12846](https://github.com/mastra-ai/mastra/pull/12846))
507
+
508
+ All storage adapters now implement the unified `VersionedStorageDomain` method names. Entity-specific methods (`createAgent`, `getAgentById`, `deleteAgent`, etc.) have been replaced with generic equivalents (`create`, `getById`, `delete`, etc.) across agents, prompt blocks, and scorer definitions domains.
509
+
510
+ Added `scorer-definitions` domain support to all adapters.
511
+
512
+ **Before:**
513
+
514
+ ```ts
515
+ const store = storage.getStore('agents');
516
+ await store.createAgent({ agent: input });
517
+ await store.getAgentById({ id: 'abc' });
518
+ await store.deleteAgent({ id: 'abc' });
519
+ ```
520
+
521
+ **After:**
522
+
523
+ ```ts
524
+ const store = storage.getStore('agents');
525
+ await store.create({ agent: input });
526
+ await store.getById('abc');
527
+ await store.delete('abc');
528
+ ```
529
+
530
+ ### Patch Changes
531
+
532
+ - Fixed issues with stored agents ([#12790](https://github.com/mastra-ai/mastra/pull/12790))
533
+
534
+ - **Async buffering for observational memory is now enabled by default.** Observations are pre-computed in the background as conversations grow — when the context window fills up, buffered observations activate instantly with no blocking LLM call. This keeps agents responsive during long conversations. ([#12891](https://github.com/mastra-ai/mastra/pull/12891))
535
+
536
+ **Default settings:**
537
+ - `observation.bufferTokens: 0.2` — buffer every 20% of `messageTokens` (~6k tokens with the default 30k threshold)
538
+ - `observation.bufferActivation: 0.8` — on activation, retain 20% of the message window
539
+ - `reflection.bufferActivation: 0.5` — start background reflection at 50% of the observation threshold
540
+
541
+ **Disabling async buffering:**
542
+
543
+ Set `observation.bufferTokens: false` to disable async buffering for both observations and reflections:
544
+
545
+ ```ts
546
+ const memory = new Memory({
547
+ options: {
548
+ observationalMemory: {
549
+ model: 'google/gemini-2.5-flash',
550
+ observation: {
551
+ bufferTokens: false,
552
+ },
553
+ },
554
+ },
555
+ });
556
+ ```
557
+
558
+ **Model is now required** when passing an observational memory config object. Use `observationalMemory: true` for the default (google/gemini-2.5-flash), or set a model explicitly:
559
+
560
+ ```ts
561
+ // Uses default model (google/gemini-2.5-flash)
562
+ observationalMemory: true
563
+
564
+ // Explicit model
565
+ observationalMemory: {
566
+ model: "google/gemini-2.5-flash",
567
+ }
568
+ ```
569
+
570
+ **`shareTokenBudget` requires `bufferTokens: false`** (temporary limitation). If you use `shareTokenBudget: true`, you must explicitly disable async buffering:
571
+
572
+ ```ts
573
+ observationalMemory: {
574
+ model: "google/gemini-2.5-flash",
575
+ shareTokenBudget: true,
576
+ observation: { bufferTokens: false },
577
+ }
578
+ ```
579
+
580
+ **New streaming event:** `data-om-status` replaces `data-om-progress` with a structured status object containing active window usage, buffered observation/reflection state, and projected activation impact.
581
+
582
+ **Buffering markers:** New `data-om-buffering-start`, `data-om-buffering-end`, and `data-om-buffering-failed` streaming events for UI feedback during background operations.
583
+
584
+ - Added prompt block storage implementations. Each store supports full CRUD for prompt blocks and their versions, including JSON serialization for rules and metadata. Also updated agent instructions serialization to support the new `AgentInstructionBlock` array format alongside plain strings. ([#12776](https://github.com/mastra-ai/mastra/pull/12776))
585
+
586
+ - Updated dependencies [[`717ffab`](https://github.com/mastra-ai/mastra/commit/717ffab42cfd58ff723b5c19ada4939997773004), [`e4b6dab`](https://github.com/mastra-ai/mastra/commit/e4b6dab171c5960e340b3ea3ea6da8d64d2b8672), [`5719fa8`](https://github.com/mastra-ai/mastra/commit/5719fa8880e86e8affe698ec4b3807c7e0e0a06f), [`83cda45`](https://github.com/mastra-ai/mastra/commit/83cda4523e588558466892bff8f80f631a36945a), [`11804ad`](https://github.com/mastra-ai/mastra/commit/11804adf1d6be46ebe216be40a43b39bb8b397d7), [`aa95f95`](https://github.com/mastra-ai/mastra/commit/aa95f958b186ae5c9f4219c88e268f5565c277a2), [`f5501ae`](https://github.com/mastra-ai/mastra/commit/f5501aedb0a11106c7db7e480d6eaf3971b7bda8), [`44573af`](https://github.com/mastra-ai/mastra/commit/44573afad0a4bc86f627d6cbc0207961cdcb3bc3), [`00e3861`](https://github.com/mastra-ai/mastra/commit/00e3861863fbfee78faeb1ebbdc7c0223aae13ff), [`7bfbc52`](https://github.com/mastra-ai/mastra/commit/7bfbc52a8604feb0fff2c0a082c13c0c2a3df1a2), [`1445994`](https://github.com/mastra-ai/mastra/commit/1445994aee19c9334a6a101cf7bd80ca7ed4d186), [`61f44a2`](https://github.com/mastra-ai/mastra/commit/61f44a26861c89e364f367ff40825bdb7f19df55), [`37145d2`](https://github.com/mastra-ai/mastra/commit/37145d25f99dc31f1a9105576e5452609843ce32), [`fdad759`](https://github.com/mastra-ai/mastra/commit/fdad75939ff008b27625f5ec0ce9c6915d99d9ec), [`e4569c5`](https://github.com/mastra-ai/mastra/commit/e4569c589e00c4061a686c9eb85afe1b7050b0a8), [`7309a85`](https://github.com/mastra-ai/mastra/commit/7309a85427281a8be23f4fb80ca52e18eaffd596), [`99424f6`](https://github.com/mastra-ai/mastra/commit/99424f6862ffb679c4ec6765501486034754a4c2), [`44eb452`](https://github.com/mastra-ai/mastra/commit/44eb4529b10603c279688318bebf3048543a1d61), [`6c40593`](https://github.com/mastra-ai/mastra/commit/6c40593d6d2b1b68b0c45d1a3a4c6ac5ecac3937), [`8c1135d`](https://github.com/mastra-ai/mastra/commit/8c1135dfb91b057283eae7ee11f9ec28753cc64f), [`dd39e54`](https://github.com/mastra-ai/mastra/commit/dd39e54ea34532c995b33bee6e0e808bf41a7341), [`b6fad9a`](https://github.com/mastra-ai/mastra/commit/b6fad9a602182b1cc0df47cd8c55004fa829ad61), [`4129c07`](https://github.com/mastra-ai/mastra/commit/4129c073349b5a66643fd8136ebfe9d7097cf793), [`5b930ab`](https://github.com/mastra-ai/mastra/commit/5b930aba1834d9898e8460a49d15106f31ac7c8d), [`4be93d0`](https://github.com/mastra-ai/mastra/commit/4be93d09d68e20aaf0ea3f210749422719618b5f), [`047635c`](https://github.com/mastra-ai/mastra/commit/047635ccd7861d726c62d135560c0022a5490aec), [`8c90ff4`](https://github.com/mastra-ai/mastra/commit/8c90ff4d3414e7f2a2d216ea91274644f7b29133), [`ed232d1`](https://github.com/mastra-ai/mastra/commit/ed232d1583f403925dc5ae45f7bee948cf2a182b), [`3891795`](https://github.com/mastra-ai/mastra/commit/38917953518eb4154a984ee36e6ededdcfe80f72), [`4f955b2`](https://github.com/mastra-ai/mastra/commit/4f955b20c7f66ed282ee1fd8709696fa64c4f19d), [`55a4c90`](https://github.com/mastra-ai/mastra/commit/55a4c9044ac7454349b9f6aeba0bbab5ee65d10f)]:
587
+ - @mastra/core@1.3.0-alpha.1
588
+
589
+ ## 1.2.0
590
+
591
+ ### Minor Changes
592
+
593
+ - Added Observational Memory — a new memory system that keeps your agent's context window small while preserving long-term memory across conversations. ([#12599](https://github.com/mastra-ai/mastra/pull/12599))
594
+
595
+ **Why:** Long conversations cause context rot and waste tokens. Observational Memory compresses conversation history into observations (5–40x compression) and periodically condenses those into reflections. Your agent stays fast and focused, even after thousands of messages.
596
+
597
+ **Usage:**
598
+
599
+ ```ts
600
+ import { Memory } from '@mastra/memory';
601
+ import { PostgresStore } from '@mastra/pg';
602
+
603
+ const memory = new Memory({
604
+ storage: new PostgresStore({ connectionString: process.env.DATABASE_URL }),
605
+ options: {
606
+ observationalMemory: true,
607
+ },
608
+ });
609
+
610
+ const agent = new Agent({
611
+ name: 'my-agent',
612
+ model: openai('gpt-4o'),
613
+ memory,
614
+ });
615
+ ```
616
+
617
+ **What's new:**
618
+ - `observationalMemory: true` enables the three-tier memory system (recent messages → observations → reflections)
619
+ - Thread-scoped (per-conversation) and resource-scoped (shared across all threads for a user) modes
620
+ - Manual `observe()` API for triggering observation outside the normal agent loop
621
+ - New OM storage methods for pg, libsql, and mongodb adapters (conditionally enabled)
622
+ - `Agent.findProcessor()` method for looking up processors by ID
623
+ - `processorStates` for persisting processor state across loop iterations
624
+ - Abort signal propagation to processors
625
+ - `ProcessorStreamWriter` for custom stream events from processors
626
+
627
+ ### Patch Changes
628
+
629
+ - Created @mastra/editor package for managing and resolving stored agent configurations ([#12631](https://github.com/mastra-ai/mastra/pull/12631))
630
+
631
+ This major addition introduces the editor package, which provides a complete solution for storing, versioning, and instantiating agent configurations from a database. The editor seamlessly integrates with Mastra's storage layer to enable dynamic agent management.
632
+
633
+ **Key Features:**
634
+ - **Agent Storage & Retrieval**: Store complete agent configurations including instructions, model settings, tools, workflows, nested agents, scorers, processors, and memory configuration
635
+ - **Version Management**: Create and manage multiple versions of agents, with support for activating specific versions
636
+ - **Dependency Resolution**: Automatically resolves and instantiates all agent dependencies (tools, workflows, sub-agents, etc.) from the Mastra registry
637
+ - **Caching**: Built-in caching for improved performance when repeatedly accessing stored agents
638
+ - **Type Safety**: Full TypeScript support with proper typing for stored configurations
639
+
640
+ **Usage Example:**
641
+
642
+ ```typescript
643
+ import { MastraEditor } from '@mastra/editor';
644
+ import { Mastra } from '@mastra/core';
645
+
646
+ // Initialize editor with Mastra
647
+ const mastra = new Mastra({
648
+ /* config */
649
+ editor: new MastraEditor(),
650
+ });
651
+
652
+ // Store an agent configuration
653
+ const agentId = await mastra.storage.stores?.agents?.createAgent({
654
+ name: 'customer-support',
655
+ instructions: 'Help customers with inquiries',
656
+ model: { provider: 'openai', name: 'gpt-4' },
657
+ tools: ['search-kb', 'create-ticket'],
658
+ workflows: ['escalation-flow'],
659
+ memory: { vector: 'pinecone-db' },
660
+ });
661
+
662
+ // Retrieve and use the stored agent
663
+ const agent = await mastra.getEditor()?.getStoredAgentById(agentId);
664
+ const response = await agent?.generate('How do I reset my password?');
665
+
666
+ // List all stored agents
667
+ const agents = await mastra.getEditor()?.listStoredAgents({ pageSize: 10 });
668
+ ```
669
+
670
+ **Storage Improvements:**
671
+ - Fixed JSONB handling in LibSQL, PostgreSQL, and MongoDB adapters
672
+ - Improved agent resolution queries to properly merge version data
673
+ - Enhanced type safety for serialized configurations
674
+
675
+ - Updated dependencies [[`e6fc281`](https://github.com/mastra-ai/mastra/commit/e6fc281896a3584e9e06465b356a44fe7faade65), [`97be6c8`](https://github.com/mastra-ai/mastra/commit/97be6c8963130fca8a664fcf99d7b3a38e463595), [`2770921`](https://github.com/mastra-ai/mastra/commit/2770921eec4d55a36b278d15c3a83f694e462ee5), [`b1695db`](https://github.com/mastra-ai/mastra/commit/b1695db2d7be0c329d499619c7881899649188d0), [`5fe1fe0`](https://github.com/mastra-ai/mastra/commit/5fe1fe0109faf2c87db34b725d8a4571a594f80e), [`4133d48`](https://github.com/mastra-ai/mastra/commit/4133d48eaa354cdb45920dc6265732ffbc96788d), [`5dd01cc`](https://github.com/mastra-ai/mastra/commit/5dd01cce68d61874aa3ecbd91ee17884cfd5aca2), [`13e0a2a`](https://github.com/mastra-ai/mastra/commit/13e0a2a2bcec01ff4d701274b3727d5e907a6a01), [`f6673b8`](https://github.com/mastra-ai/mastra/commit/f6673b893b65b7d273ad25ead42e990704cc1e17), [`cd6be8a`](https://github.com/mastra-ai/mastra/commit/cd6be8ad32741cd41cabf508355bb31b71e8a5bd), [`9eb4e8e`](https://github.com/mastra-ai/mastra/commit/9eb4e8e39efbdcfff7a40ff2ce07ce2714c65fa8), [`c987384`](https://github.com/mastra-ai/mastra/commit/c987384d6c8ca844a9701d7778f09f5a88da7f9f), [`cb8cc12`](https://github.com/mastra-ai/mastra/commit/cb8cc12bfadd526aa95a01125076f1da44e4afa7), [`aa37c84`](https://github.com/mastra-ai/mastra/commit/aa37c84d29b7db68c72517337932ef486c316275), [`62f5d50`](https://github.com/mastra-ai/mastra/commit/62f5d5043debbba497dacb7ab008fe86b38b8de3), [`47eba72`](https://github.com/mastra-ai/mastra/commit/47eba72f0397d0d14fbe324b97940c3d55e5a525)]:
676
+ - @mastra/core@1.2.0
677
+
678
+ ## 1.2.0-alpha.0
679
+
680
+ ### Minor Changes
681
+
682
+ - Added Observational Memory — a new memory system that keeps your agent's context window small while preserving long-term memory across conversations. ([#12599](https://github.com/mastra-ai/mastra/pull/12599))
683
+
684
+ **Why:** Long conversations cause context rot and waste tokens. Observational Memory compresses conversation history into observations (5–40x compression) and periodically condenses those into reflections. Your agent stays fast and focused, even after thousands of messages.
685
+
686
+ **Usage:**
687
+
688
+ ```ts
689
+ import { Memory } from '@mastra/memory';
690
+ import { PostgresStore } from '@mastra/pg';
691
+
692
+ const memory = new Memory({
693
+ storage: new PostgresStore({ connectionString: process.env.DATABASE_URL }),
694
+ options: {
695
+ observationalMemory: true,
696
+ },
697
+ });
698
+
699
+ const agent = new Agent({
700
+ name: 'my-agent',
701
+ model: openai('gpt-4o'),
702
+ memory,
703
+ });
704
+ ```
705
+
706
+ **What's new:**
707
+ - `observationalMemory: true` enables the three-tier memory system (recent messages → observations → reflections)
708
+ - Thread-scoped (per-conversation) and resource-scoped (shared across all threads for a user) modes
709
+ - Manual `observe()` API for triggering observation outside the normal agent loop
710
+ - New OM storage methods for pg, libsql, and mongodb adapters (conditionally enabled)
711
+ - `Agent.findProcessor()` method for looking up processors by ID
712
+ - `processorStates` for persisting processor state across loop iterations
713
+ - Abort signal propagation to processors
714
+ - `ProcessorStreamWriter` for custom stream events from processors
715
+
716
+ ### Patch Changes
717
+
718
+ - Created @mastra/editor package for managing and resolving stored agent configurations ([#12631](https://github.com/mastra-ai/mastra/pull/12631))
719
+
720
+ This major addition introduces the editor package, which provides a complete solution for storing, versioning, and instantiating agent configurations from a database. The editor seamlessly integrates with Mastra's storage layer to enable dynamic agent management.
721
+
722
+ **Key Features:**
723
+ - **Agent Storage & Retrieval**: Store complete agent configurations including instructions, model settings, tools, workflows, nested agents, scorers, processors, and memory configuration
724
+ - **Version Management**: Create and manage multiple versions of agents, with support for activating specific versions
725
+ - **Dependency Resolution**: Automatically resolves and instantiates all agent dependencies (tools, workflows, sub-agents, etc.) from the Mastra registry
726
+ - **Caching**: Built-in caching for improved performance when repeatedly accessing stored agents
727
+ - **Type Safety**: Full TypeScript support with proper typing for stored configurations
728
+
729
+ **Usage Example:**
730
+
731
+ ```typescript
732
+ import { MastraEditor } from '@mastra/editor';
733
+ import { Mastra } from '@mastra/core';
734
+
735
+ // Initialize editor with Mastra
736
+ const mastra = new Mastra({
737
+ /* config */
738
+ editor: new MastraEditor(),
739
+ });
740
+
741
+ // Store an agent configuration
742
+ const agentId = await mastra.storage.stores?.agents?.createAgent({
743
+ name: 'customer-support',
744
+ instructions: 'Help customers with inquiries',
745
+ model: { provider: 'openai', name: 'gpt-4' },
746
+ tools: ['search-kb', 'create-ticket'],
747
+ workflows: ['escalation-flow'],
748
+ memory: { vector: 'pinecone-db' },
749
+ });
750
+
751
+ // Retrieve and use the stored agent
752
+ const agent = await mastra.getEditor()?.getStoredAgentById(agentId);
753
+ const response = await agent?.generate('How do I reset my password?');
754
+
755
+ // List all stored agents
756
+ const agents = await mastra.getEditor()?.listStoredAgents({ pageSize: 10 });
757
+ ```
758
+
759
+ **Storage Improvements:**
760
+ - Fixed JSONB handling in LibSQL, PostgreSQL, and MongoDB adapters
761
+ - Improved agent resolution queries to properly merge version data
762
+ - Enhanced type safety for serialized configurations
763
+
764
+ - Updated dependencies [[`2770921`](https://github.com/mastra-ai/mastra/commit/2770921eec4d55a36b278d15c3a83f694e462ee5), [`b1695db`](https://github.com/mastra-ai/mastra/commit/b1695db2d7be0c329d499619c7881899649188d0), [`4133d48`](https://github.com/mastra-ai/mastra/commit/4133d48eaa354cdb45920dc6265732ffbc96788d), [`5dd01cc`](https://github.com/mastra-ai/mastra/commit/5dd01cce68d61874aa3ecbd91ee17884cfd5aca2), [`13e0a2a`](https://github.com/mastra-ai/mastra/commit/13e0a2a2bcec01ff4d701274b3727d5e907a6a01), [`c987384`](https://github.com/mastra-ai/mastra/commit/c987384d6c8ca844a9701d7778f09f5a88da7f9f), [`cb8cc12`](https://github.com/mastra-ai/mastra/commit/cb8cc12bfadd526aa95a01125076f1da44e4afa7), [`62f5d50`](https://github.com/mastra-ai/mastra/commit/62f5d5043debbba497dacb7ab008fe86b38b8de3)]:
765
+ - @mastra/core@1.2.0-alpha.1
766
+
767
+ ## 1.1.0
768
+
769
+ ### Minor Changes
770
+
771
+ - Restructured stored agents to use a thin metadata record with versioned configuration snapshots. ([#12488](https://github.com/mastra-ai/mastra/pull/12488))
772
+
773
+ The agent record now only stores metadata fields (id, status, activeVersionId, authorId, metadata, timestamps). All configuration fields (name, instructions, model, tools, etc.) live exclusively in version snapshot rows, enabling full version history and rollback.
774
+
775
+ **Key changes:**
776
+ - Stored Agent records are now thin metadata-only (StorageAgentType)
777
+ - All config lives in version snapshots (StorageAgentSnapshotType)
778
+ - New resolved type (StorageResolvedAgentType) merges agent record + active version config
779
+ - Renamed `ownerId` to `authorId` for multi-tenant filtering
780
+ - Changed `memory` field type from `string` to `Record<string, unknown>`
781
+ - Added `status` field ('draft' | 'published') to agent records
782
+ - Flattened CreateAgent/UpdateAgent input types (config fields at top level, no nested snapshot)
783
+ - Version config columns are top-level in the agent_versions table (no single snapshot jsonb column)
784
+ - List endpoints return resolved agents (thin record + active version config)
785
+ - Auto-versioning on update with retention limits and race condition handling
786
+
787
+ - Added dynamic agent management with CRUD operations and version tracking ([#12038](https://github.com/mastra-ai/mastra/pull/12038))
788
+
789
+ **New Features:**
790
+ - Create, edit, and delete agents directly from the Mastra Studio UI
791
+ - Full version history for agents with compare and restore capabilities
792
+ - Visual diff viewer to compare agent configurations across versions
793
+ - Agent creation modal with comprehensive configuration options (model selection, instructions, tools, workflows, sub-agents, memory)
794
+ - AI-powered instruction enhancement
795
+
796
+ **Storage:**
797
+ - New storage interfaces for stored agents and agent versions
798
+ - PostgreSQL, LibSQL, and MongoDB implementations included
799
+ - In-memory storage for development and testing
800
+
801
+ **API:**
802
+ - RESTful endpoints for agent CRUD operations
803
+ - Version management endpoints (create, list, activate, restore, delete, compare)
804
+ - Automatic versioning on agent updates when enabled
805
+
806
+ **Client SDK:**
807
+ - JavaScript client with full support for stored agents and versions
808
+ - Type-safe methods for all CRUD and version operations
809
+
810
+ **Usage Example:**
811
+
812
+ ```typescript
813
+ // Server-side: Configure storage
814
+ import { Mastra } from '@mastra/core';
815
+ import { PgAgentsStorage } from '@mastra/pg';
816
+
817
+ const mastra = new Mastra({
818
+ agents: { agentOne },
819
+ storage: {
820
+ agents: new PgAgentsStorage({
821
+ connectionString: process.env.DATABASE_URL,
822
+ }),
823
+ },
824
+ });
825
+
826
+ // Client-side: Use the SDK
827
+ import { MastraClient } from '@mastra/client-js';
828
+
829
+ const client = new MastraClient({ baseUrl: 'http://localhost:3000' });
830
+
831
+ // Create a stored agent
832
+ const agent = await client.createStoredAgent({
833
+ name: 'Customer Support Agent',
834
+ description: 'Handles customer inquiries',
835
+ model: { provider: 'ANTHROPIC', name: 'claude-sonnet-4-5' },
836
+ instructions: 'You are a helpful customer support agent...',
837
+ tools: ['search', 'email'],
838
+ });
839
+
840
+ // Create a version snapshot
841
+ await client.storedAgent(agent.id).createVersion({
842
+ name: 'v1.0 - Initial release',
843
+ changeMessage: 'First production version',
844
+ });
845
+
846
+ // Compare versions
847
+ const diff = await client.storedAgent(agent.id).compareVersions('version-1', 'version-2');
848
+ ```
849
+
850
+ **Why:**
851
+ This feature enables teams to manage agents dynamically without code changes, making it easier to iterate on agent configurations and maintain a complete audit trail of changes.
852
+
853
+ - Added `status` field to `listTraces` response. The status field indicates the trace state: `success` (completed without error), `error` (has error), or `running` (still in progress). This makes it easier to filter and display traces by their current state without having to derive it from the `error` and `endedAt` fields. ([#12213](https://github.com/mastra-ai/mastra/pull/12213))
854
+
855
+ ### Patch Changes
856
+
857
+ - Stored agent edits no longer fail silently. PATCH requests now save changes correctly. ([#12504](https://github.com/mastra-ai/mastra/pull/12504))
858
+
859
+ - Fix PATCH request JSON-body handling in `@mastra/client-js` so stored agent edit flows work correctly. Fix stored agent schema migration in `@mastra/libsql` and `@mastra/pg` to drop and recreate the versions table when the old snapshot-based schema is detected, clean up stale draft records from partial create failures, and remove lingering legacy tables. Restores create and edit flows for stored agents. ([#12504](https://github.com/mastra-ai/mastra/pull/12504))
860
+
861
+ - Updated dependencies [[`90fc0e5`](https://github.com/mastra-ai/mastra/commit/90fc0e5717cb280c2d4acf4f0410b510bb4c0a72), [`1cf5d2e`](https://github.com/mastra-ai/mastra/commit/1cf5d2ea1b085be23e34fb506c80c80a4e6d9c2b), [`b99ceac`](https://github.com/mastra-ai/mastra/commit/b99ceace2c830dbdef47c8692d56a91954aefea2), [`deea43e`](https://github.com/mastra-ai/mastra/commit/deea43eb1366d03a864c5e597d16a48592b9893f), [`833ae96`](https://github.com/mastra-ai/mastra/commit/833ae96c3e34370e58a1e979571c41f39a720592), [`943772b`](https://github.com/mastra-ai/mastra/commit/943772b4378f625f0f4e19ea2b7c392bd8e71786), [`b5c711b`](https://github.com/mastra-ai/mastra/commit/b5c711b281dd1fb81a399a766bc9f86c55efc13e), [`3efbe5a`](https://github.com/mastra-ai/mastra/commit/3efbe5ae20864c4f3143457f4f3ee7dc2fa5ca76), [`1e49e7a`](https://github.com/mastra-ai/mastra/commit/1e49e7ab5f173582154cb26b29d424de67d09aef), [`751eaab`](https://github.com/mastra-ai/mastra/commit/751eaab4e0d3820a94e4c3d39a2ff2663ded3d91), [`69d8156`](https://github.com/mastra-ai/mastra/commit/69d81568bcf062557c24471ce26812446bec465d), [`60d9d89`](https://github.com/mastra-ai/mastra/commit/60d9d899e44b35bc43f1bcd967a74e0ce010b1af), [`5c544c8`](https://github.com/mastra-ai/mastra/commit/5c544c8d12b08ab40d64d8f37b3c4215bee95b87), [`771ad96`](https://github.com/mastra-ai/mastra/commit/771ad962441996b5c43549391a3e6a02c6ddedc2), [`2b0936b`](https://github.com/mastra-ai/mastra/commit/2b0936b0c9a43eeed9bef63e614d7e02ee803f7e), [`3b04f30`](https://github.com/mastra-ai/mastra/commit/3b04f3010604f3cdfc8a0674731700ad66471cee), [`97e26de`](https://github.com/mastra-ai/mastra/commit/97e26deaebd9836647a67b96423281d66421ca07), [`ac9ec66`](https://github.com/mastra-ai/mastra/commit/ac9ec6672779b2e6d4344e415481d1a6a7d4911a), [`10523f4`](https://github.com/mastra-ai/mastra/commit/10523f4882d9b874b40ce6e3715f66dbcd4947d2), [`cb72d20`](https://github.com/mastra-ai/mastra/commit/cb72d2069d7339bda8a0e76d4f35615debb07b84), [`42856b1`](https://github.com/mastra-ai/mastra/commit/42856b1c8aeea6371c9ee77ae2f5f5fe34400933), [`66f33ff`](https://github.com/mastra-ai/mastra/commit/66f33ff68620018513e499c394411d1d39b3aa5c), [`ab3c190`](https://github.com/mastra-ai/mastra/commit/ab3c1901980a99910ca9b96a7090c22e24060113), [`d4f06c8`](https://github.com/mastra-ai/mastra/commit/d4f06c85ffa5bb0da38fb82ebf3b040cc6b4ec4e), [`0350626`](https://github.com/mastra-ai/mastra/commit/03506267ec41b67add80d994c0c0fcce93bbc75f), [`bc9fa00`](https://github.com/mastra-ai/mastra/commit/bc9fa00859c5c4a796d53a0a5cae46ab4a3072e4), [`f46a478`](https://github.com/mastra-ai/mastra/commit/f46a4782f595949c696569e891f81c8d26338508), [`90fc0e5`](https://github.com/mastra-ai/mastra/commit/90fc0e5717cb280c2d4acf4f0410b510bb4c0a72), [`f05a3a5`](https://github.com/mastra-ai/mastra/commit/f05a3a5cf2b9a9c2d40c09cb8c762a4b6cd5d565), [`a291da9`](https://github.com/mastra-ai/mastra/commit/a291da9363efd92dafd8775dccb4f2d0511ece7a), [`c5d71da`](https://github.com/mastra-ai/mastra/commit/c5d71da1c680ce5640b1a7f8ca0e024a4ab1cfed), [`07042f9`](https://github.com/mastra-ai/mastra/commit/07042f9f89080f38b8f72713ba1c972d5b1905b8), [`0423442`](https://github.com/mastra-ai/mastra/commit/0423442b7be2dfacba95890bea8f4a810db4d603)]:
862
+ - @mastra/core@1.1.0
863
+
864
+ ## 1.1.0-alpha.2
865
+
866
+ ### Patch Changes
867
+
868
+ - Stored agent edits no longer fail silently. PATCH requests now save changes correctly. ([#12504](https://github.com/mastra-ai/mastra/pull/12504))
869
+
870
+ - Fix PATCH request JSON-body handling in `@mastra/client-js` so stored agent edit flows work correctly. Fix stored agent schema migration in `@mastra/libsql` and `@mastra/pg` to drop and recreate the versions table when the old snapshot-based schema is detected, clean up stale draft records from partial create failures, and remove lingering legacy tables. Restores create and edit flows for stored agents. ([#12504](https://github.com/mastra-ai/mastra/pull/12504))
871
+
872
+ - Updated dependencies:
873
+ - @mastra/core@1.1.0-alpha.2
874
+
875
+ ## 1.1.0-alpha.1
876
+
877
+ ### Minor Changes
878
+
879
+ - Restructured stored agents to use a thin metadata record with versioned configuration snapshots. ([#12488](https://github.com/mastra-ai/mastra/pull/12488))
880
+
881
+ The agent record now only stores metadata fields (id, status, activeVersionId, authorId, metadata, timestamps). All configuration fields (name, instructions, model, tools, etc.) live exclusively in version snapshot rows, enabling full version history and rollback.
882
+
883
+ **Key changes:**
884
+ - Stored Agent records are now thin metadata-only (StorageAgentType)
885
+ - All config lives in version snapshots (StorageAgentSnapshotType)
886
+ - New resolved type (StorageResolvedAgentType) merges agent record + active version config
887
+ - Renamed `ownerId` to `authorId` for multi-tenant filtering
888
+ - Changed `memory` field type from `string` to `Record<string, unknown>`
889
+ - Added `status` field ('draft' | 'published') to agent records
890
+ - Flattened CreateAgent/UpdateAgent input types (config fields at top level, no nested snapshot)
891
+ - Version config columns are top-level in the agent_versions table (no single snapshot jsonb column)
892
+ - List endpoints return resolved agents (thin record + active version config)
893
+ - Auto-versioning on update with retention limits and race condition handling
894
+
895
+ ### Patch Changes
896
+
897
+ - Updated dependencies [[`b99ceac`](https://github.com/mastra-ai/mastra/commit/b99ceace2c830dbdef47c8692d56a91954aefea2), [`deea43e`](https://github.com/mastra-ai/mastra/commit/deea43eb1366d03a864c5e597d16a48592b9893f), [`ac9ec66`](https://github.com/mastra-ai/mastra/commit/ac9ec6672779b2e6d4344e415481d1a6a7d4911a)]:
898
+ - @mastra/core@1.1.0-alpha.1
899
+
900
+ ## 1.1.0-alpha.0
901
+
902
+ ### Minor Changes
903
+
904
+ - Added dynamic agent management with CRUD operations and version tracking ([#12038](https://github.com/mastra-ai/mastra/pull/12038))
905
+
906
+ **New Features:**
907
+ - Create, edit, and delete agents directly from the Mastra Studio UI
908
+ - Full version history for agents with compare and restore capabilities
909
+ - Visual diff viewer to compare agent configurations across versions
910
+ - Agent creation modal with comprehensive configuration options (model selection, instructions, tools, workflows, sub-agents, memory)
911
+ - AI-powered instruction enhancement
912
+
913
+ **Storage:**
914
+ - New storage interfaces for stored agents and agent versions
915
+ - PostgreSQL, LibSQL, and MongoDB implementations included
916
+ - In-memory storage for development and testing
917
+
918
+ **API:**
919
+ - RESTful endpoints for agent CRUD operations
920
+ - Version management endpoints (create, list, activate, restore, delete, compare)
921
+ - Automatic versioning on agent updates when enabled
922
+
923
+ **Client SDK:**
924
+ - JavaScript client with full support for stored agents and versions
925
+ - Type-safe methods for all CRUD and version operations
926
+
927
+ **Usage Example:**
928
+
929
+ ```typescript
930
+ // Server-side: Configure storage
931
+ import { Mastra } from '@mastra/core';
932
+ import { PgAgentsStorage } from '@mastra/pg';
933
+
934
+ const mastra = new Mastra({
935
+ agents: { agentOne },
936
+ storage: {
937
+ agents: new PgAgentsStorage({
938
+ connectionString: process.env.DATABASE_URL,
939
+ }),
940
+ },
941
+ });
942
+
943
+ // Client-side: Use the SDK
944
+ import { MastraClient } from '@mastra/client-js';
945
+
946
+ const client = new MastraClient({ baseUrl: 'http://localhost:3000' });
947
+
948
+ // Create a stored agent
949
+ const agent = await client.createStoredAgent({
950
+ name: 'Customer Support Agent',
951
+ description: 'Handles customer inquiries',
952
+ model: { provider: 'ANTHROPIC', name: 'claude-sonnet-4-5' },
953
+ instructions: 'You are a helpful customer support agent...',
954
+ tools: ['search', 'email'],
955
+ });
956
+
957
+ // Create a version snapshot
958
+ await client.storedAgent(agent.id).createVersion({
959
+ name: 'v1.0 - Initial release',
960
+ changeMessage: 'First production version',
961
+ });
962
+
963
+ // Compare versions
964
+ const diff = await client.storedAgent(agent.id).compareVersions('version-1', 'version-2');
965
+ ```
966
+
967
+ **Why:**
968
+ This feature enables teams to manage agents dynamically without code changes, making it easier to iterate on agent configurations and maintain a complete audit trail of changes.
969
+
970
+ - Added `status` field to `listTraces` response. The status field indicates the trace state: `success` (completed without error), `error` (has error), or `running` (still in progress). This makes it easier to filter and display traces by their current state without having to derive it from the `error` and `endedAt` fields. ([#12213](https://github.com/mastra-ai/mastra/pull/12213))
971
+
972
+ ### Patch Changes
973
+
974
+ - Updated dependencies [[`90fc0e5`](https://github.com/mastra-ai/mastra/commit/90fc0e5717cb280c2d4acf4f0410b510bb4c0a72), [`1cf5d2e`](https://github.com/mastra-ai/mastra/commit/1cf5d2ea1b085be23e34fb506c80c80a4e6d9c2b), [`833ae96`](https://github.com/mastra-ai/mastra/commit/833ae96c3e34370e58a1e979571c41f39a720592), [`943772b`](https://github.com/mastra-ai/mastra/commit/943772b4378f625f0f4e19ea2b7c392bd8e71786), [`b5c711b`](https://github.com/mastra-ai/mastra/commit/b5c711b281dd1fb81a399a766bc9f86c55efc13e), [`3efbe5a`](https://github.com/mastra-ai/mastra/commit/3efbe5ae20864c4f3143457f4f3ee7dc2fa5ca76), [`1e49e7a`](https://github.com/mastra-ai/mastra/commit/1e49e7ab5f173582154cb26b29d424de67d09aef), [`751eaab`](https://github.com/mastra-ai/mastra/commit/751eaab4e0d3820a94e4c3d39a2ff2663ded3d91), [`69d8156`](https://github.com/mastra-ai/mastra/commit/69d81568bcf062557c24471ce26812446bec465d), [`60d9d89`](https://github.com/mastra-ai/mastra/commit/60d9d899e44b35bc43f1bcd967a74e0ce010b1af), [`5c544c8`](https://github.com/mastra-ai/mastra/commit/5c544c8d12b08ab40d64d8f37b3c4215bee95b87), [`771ad96`](https://github.com/mastra-ai/mastra/commit/771ad962441996b5c43549391a3e6a02c6ddedc2), [`2b0936b`](https://github.com/mastra-ai/mastra/commit/2b0936b0c9a43eeed9bef63e614d7e02ee803f7e), [`3b04f30`](https://github.com/mastra-ai/mastra/commit/3b04f3010604f3cdfc8a0674731700ad66471cee), [`97e26de`](https://github.com/mastra-ai/mastra/commit/97e26deaebd9836647a67b96423281d66421ca07), [`10523f4`](https://github.com/mastra-ai/mastra/commit/10523f4882d9b874b40ce6e3715f66dbcd4947d2), [`cb72d20`](https://github.com/mastra-ai/mastra/commit/cb72d2069d7339bda8a0e76d4f35615debb07b84), [`42856b1`](https://github.com/mastra-ai/mastra/commit/42856b1c8aeea6371c9ee77ae2f5f5fe34400933), [`66f33ff`](https://github.com/mastra-ai/mastra/commit/66f33ff68620018513e499c394411d1d39b3aa5c), [`ab3c190`](https://github.com/mastra-ai/mastra/commit/ab3c1901980a99910ca9b96a7090c22e24060113), [`d4f06c8`](https://github.com/mastra-ai/mastra/commit/d4f06c85ffa5bb0da38fb82ebf3b040cc6b4ec4e), [`0350626`](https://github.com/mastra-ai/mastra/commit/03506267ec41b67add80d994c0c0fcce93bbc75f), [`bc9fa00`](https://github.com/mastra-ai/mastra/commit/bc9fa00859c5c4a796d53a0a5cae46ab4a3072e4), [`f46a478`](https://github.com/mastra-ai/mastra/commit/f46a4782f595949c696569e891f81c8d26338508), [`90fc0e5`](https://github.com/mastra-ai/mastra/commit/90fc0e5717cb280c2d4acf4f0410b510bb4c0a72), [`f05a3a5`](https://github.com/mastra-ai/mastra/commit/f05a3a5cf2b9a9c2d40c09cb8c762a4b6cd5d565), [`a291da9`](https://github.com/mastra-ai/mastra/commit/a291da9363efd92dafd8775dccb4f2d0511ece7a), [`c5d71da`](https://github.com/mastra-ai/mastra/commit/c5d71da1c680ce5640b1a7f8ca0e024a4ab1cfed), [`07042f9`](https://github.com/mastra-ai/mastra/commit/07042f9f89080f38b8f72713ba1c972d5b1905b8), [`0423442`](https://github.com/mastra-ai/mastra/commit/0423442b7be2dfacba95890bea8f4a810db4d603)]:
975
+ - @mastra/core@1.1.0-alpha.0
976
+
977
+ ## 1.0.0
978
+
979
+ ### Major Changes
980
+
981
+ - Moving scorers under the eval domain, api method consistency, prebuilt evals, scorers require ids. ([#9589](https://github.com/mastra-ai/mastra/pull/9589))
982
+
983
+ - Every Mastra primitive (agent, MCPServer, workflow, tool, processor, scorer, and vector) now has a get, list, and add method associated with it. Each primitive also now requires an id to be set. ([#9675](https://github.com/mastra-ai/mastra/pull/9675))
984
+
985
+ Primitives that are added to other primitives are also automatically added to the Mastra instance
986
+
987
+ - Update handlers to use `listWorkflowRuns` instead of `getWorkflowRuns`. Fix type names from `StoragelistThreadsByResourceIdInput/Output` to `StorageListThreadsByResourceIdInput/Output`. ([#9507](https://github.com/mastra-ai/mastra/pull/9507))
988
+
989
+ - Remove `getMessagesPaginated()` and add `perPage: false` support ([#9670](https://github.com/mastra-ai/mastra/pull/9670))
990
+
991
+ Removes deprecated `getMessagesPaginated()` method. The `listMessages()` API and score handlers now support `perPage: false` to fetch all records without pagination limits.
992
+
993
+ **Storage changes:**
994
+ - `StoragePagination.perPage` type changed from `number` to `number | false`
995
+ - All storage implementations support `perPage: false`:
996
+ - Memory: `listMessages()`
997
+ - Scores: `listScoresBySpan()`, `listScoresByRunId()`, `listScoresByExecutionId()`
998
+ - HTTP query parser accepts `"false"` string (e.g., `?perPage=false`)
999
+
1000
+ **Memory changes:**
1001
+ - `memory.query()` parameter type changed from `StorageGetMessagesArg` to `StorageListMessagesInput`
1002
+ - Uses flat parameters (`page`, `perPage`, `include`, `filter`, `vectorSearchString`) instead of `selectBy` object
1003
+
1004
+ **Stricter validation:**
1005
+ - `listMessages()` requires non-empty, non-whitespace `threadId` (throws error instead of returning empty results)
1006
+
1007
+ **Migration:**
1008
+
1009
+ ```typescript
1010
+ // Storage/Memory: Replace getMessagesPaginated with listMessages
1011
+ - storage.getMessagesPaginated({ threadId, selectBy: { pagination: { page: 0, perPage: 20 } } })
1012
+ + storage.listMessages({ threadId, page: 0, perPage: 20 })
1013
+ + storage.listMessages({ threadId, page: 0, perPage: false }) // Fetch all
1014
+
1015
+ // Memory: Replace selectBy with flat parameters
1016
+ - memory.query({ threadId, selectBy: { last: 20, include: [...] } })
1017
+ + memory.query({ threadId, perPage: 20, include: [...] })
1018
+
1019
+ // Client SDK
1020
+ - thread.getMessagesPaginated({ selectBy: { pagination: { page: 0 } } })
1021
+ + thread.listMessages({ page: 0, perPage: 20 })
1022
+ ```
1023
+
1024
+ - **Removed `storage.getMessages()`** ([#9695](https://github.com/mastra-ai/mastra/pull/9695))
1025
+
1026
+ The `getMessages()` method has been removed from all storage implementations. Use `listMessages()` instead, which provides pagination support.
1027
+
1028
+ **Migration:**
1029
+
1030
+ ```typescript
1031
+ // Before
1032
+ const messages = await storage.getMessages({ threadId: 'thread-1' });
1033
+
1034
+ // After
1035
+ const result = await storage.listMessages({
1036
+ threadId: 'thread-1',
1037
+ page: 0,
1038
+ perPage: 50,
1039
+ });
1040
+ const messages = result.messages; // Access messages array
1041
+ console.log(result.total); // Total count
1042
+ console.log(result.hasMore); // Whether more pages exist
1043
+ ```
1044
+
1045
+ **Message ordering default**
1046
+
1047
+ `listMessages()` defaults to ASC (oldest first) ordering by `createdAt`, matching the previous `getMessages()` behavior.
1048
+
1049
+ **To use DESC ordering (newest first):**
1050
+
1051
+ ```typescript
1052
+ const result = await storage.listMessages({
1053
+ threadId: 'thread-1',
1054
+ orderBy: { field: 'createdAt', direction: 'DESC' },
1055
+ });
1056
+ ```
1057
+
1058
+ **Renamed `client.getThreadMessages()` → `client.listThreadMessages()`**
1059
+
1060
+ **Migration:**
1061
+
1062
+ ```typescript
1063
+ // Before
1064
+ const response = await client.getThreadMessages(threadId, { agentId });
1065
+
1066
+ // After
1067
+ const response = await client.listThreadMessages(threadId, { agentId });
1068
+ ```
1069
+
1070
+ The response format remains the same.
1071
+
1072
+ **Removed `StorageGetMessagesArg` type**
1073
+
1074
+ Use `StorageListMessagesInput` instead:
1075
+
1076
+ ```typescript
1077
+ // Before
1078
+ import type { StorageGetMessagesArg } from '@mastra/core';
1079
+
1080
+ // After
1081
+ import type { StorageListMessagesInput } from '@mastra/core';
1082
+ ```
1083
+
1084
+ - Bump minimum required Node.js version to 22.13.0 ([#9706](https://github.com/mastra-ai/mastra/pull/9706))
1085
+
1086
+ - Add new list methods to storage API: `listMessages`, `listMessagesById`, `listThreadsByResourceId`, and `listWorkflowRuns`. Most methods are currently wrappers around existing methods. Full implementations will be added when migrating away from legacy methods. ([#9489](https://github.com/mastra-ai/mastra/pull/9489))
1087
+
1088
+ - Rename RuntimeContext to RequestContext ([#9511](https://github.com/mastra-ai/mastra/pull/9511))
1089
+
1090
+ - Implement listMessages API for replacing previous methods ([#9531](https://github.com/mastra-ai/mastra/pull/9531))
1091
+
1092
+ - Remove `getThreadsByResourceId` and `getThreadsByResourceIdPaginated` methods from storage interfaces in favor of `listThreadsByResourceId`. The new method uses `offset`/`limit` pagination and a nested `orderBy` object structure (`{ field, direction }`). ([#9536](https://github.com/mastra-ai/mastra/pull/9536))
1093
+
1094
+ - Remove `getMessagesById` method from storage interfaces in favor of `listMessagesById`. The new method only returns V2-format messages and removes the format parameter, simplifying the API surface. Users should migrate from `getMessagesById({ messageIds, format })` to `listMessagesById({ messageIds })`. ([#9534](https://github.com/mastra-ai/mastra/pull/9534))
1095
+
1096
+ - Renamed a bunch of observability/tracing-related things to drop the AI prefix. ([#9744](https://github.com/mastra-ai/mastra/pull/9744))
1097
+
1098
+ - Pagination APIs now use `page`/`perPage` instead of `offset`/`limit` ([#9592](https://github.com/mastra-ai/mastra/pull/9592))
1099
+
1100
+ All storage and memory pagination APIs have been updated to use `page` (0-indexed) and `perPage` instead of `offset` and `limit`, aligning with standard REST API patterns.
1101
+
1102
+ **Affected APIs:**
1103
+ - `Memory.listThreadsByResourceId()`
1104
+ - `Memory.listMessages()`
1105
+ - `Storage.listWorkflowRuns()`
1106
+
1107
+ **Migration:**
1108
+
1109
+ ```typescript
1110
+ // Before
1111
+ await memory.listThreadsByResourceId({
1112
+ resourceId: 'user-123',
1113
+ offset: 20,
1114
+ limit: 10,
1115
+ });
1116
+
1117
+ // After
1118
+ await memory.listThreadsByResourceId({
1119
+ resourceId: 'user-123',
1120
+ page: 2, // page = Math.floor(offset / limit)
1121
+ perPage: 10,
1122
+ });
1123
+
1124
+ // Before
1125
+ await memory.listMessages({
1126
+ threadId: 'thread-456',
1127
+ offset: 20,
1128
+ limit: 10,
1129
+ });
1130
+
1131
+ // After
1132
+ await memory.listMessages({
1133
+ threadId: 'thread-456',
1134
+ page: 2,
1135
+ perPage: 10,
1136
+ });
1137
+
1138
+ // Before
1139
+ await storage.listWorkflowRuns({
1140
+ workflowName: 'my-workflow',
1141
+ offset: 20,
1142
+ limit: 10,
1143
+ });
1144
+
1145
+ // After
1146
+ await storage.listWorkflowRuns({
1147
+ workflowName: 'my-workflow',
1148
+ page: 2,
1149
+ perPage: 10,
1150
+ });
1151
+ ```
1152
+
1153
+ **Additional improvements:**
1154
+ - Added validation for negative `page` values in all storage implementations
1155
+ - Improved `perPage` validation to handle edge cases (negative values, `0`, `false`)
1156
+ - Added reusable query parser utilities for consistent validation in handlers
1157
+
1158
+ - ```ts ([#9709](https://github.com/mastra-ai/mastra/pull/9709))
1159
+ import { Mastra } from '@mastra/core';
1160
+ import { Observability } from '@mastra/observability'; // Explicit import
1161
+
1162
+ const mastra = new Mastra({
1163
+ ...other_config,
1164
+ observability: new Observability({
1165
+ default: { enabled: true },
1166
+ }), // Instance
1167
+ });
1168
+ ```
1169
+
1170
+ Instead of:
1171
+
1172
+ ```ts
1173
+ import { Mastra } from '@mastra/core';
1174
+ import '@mastra/observability/init'; // Explicit import
1175
+
1176
+ const mastra = new Mastra({
1177
+ ...other_config,
1178
+ observability: {
1179
+ default: { enabled: true },
1180
+ },
1181
+ });
1182
+ ```
1183
+
1184
+ Also renamed a bunch of:
1185
+ - `Tracing` things to `Observability` things.
1186
+ - `AI-` things to just things.
1187
+
1188
+ - Removed old tracing code based on OpenTelemetry ([#9237](https://github.com/mastra-ai/mastra/pull/9237))
1189
+
1190
+ - Mark as stable ([`83d5942`](https://github.com/mastra-ai/mastra/commit/83d5942669ce7bba4a6ca4fd4da697a10eb5ebdc))
1191
+
1192
+ - Renamed `MastraMessageV2` to `MastraDBMessage` ([#9255](https://github.com/mastra-ai/mastra/pull/9255))
1193
+ Made the return format of all methods that return db messages consistent. It's always `{ messages: MastraDBMessage[] }` now, and messages can be converted after that using `@mastra/ai-sdk/ui`'s `toAISdkV4/5Messages()` function
1194
+
1195
+ - Remove legacy evals from Mastra ([#9491](https://github.com/mastra-ai/mastra/pull/9491))
1196
+
1197
+ ### Minor Changes
1198
+
1199
+ - Add stored agents support ([#10953](https://github.com/mastra-ai/mastra/pull/10953))
1200
+
1201
+ Agents can now be stored in the database and loaded at runtime. This lets you persist agent configurations and dynamically create executable Agent instances from storage.
1202
+
1203
+ ```typescript
1204
+ import { Mastra } from '@mastra/core';
1205
+ import { LibSQLStore } from '@mastra/libsql';
1206
+
1207
+ const mastra = new Mastra({
1208
+ storage: new LibSQLStore({ url: ':memory:' }),
1209
+ tools: { myTool },
1210
+ scorers: { myScorer },
1211
+ });
1212
+
1213
+ // Create agent in storage via API or directly
1214
+ await mastra.getStorage().createAgent({
1215
+ agent: {
1216
+ id: 'my-agent',
1217
+ name: 'My Agent',
1218
+ instructions: 'You are helpful',
1219
+ model: { provider: 'openai', name: 'gpt-4' },
1220
+ tools: { myTool: {} },
1221
+ scorers: { myScorer: { sampling: { type: 'ratio', rate: 0.5 } } },
1222
+ },
1223
+ });
1224
+
1225
+ // Load and use the agent
1226
+ const agent = await mastra.getStoredAgentById('my-agent');
1227
+ const response = await agent.generate('Hello!');
1228
+
1229
+ // List all stored agents with pagination
1230
+ const { agents, total, hasMore } = await mastra.listStoredAgents({
1231
+ page: 0,
1232
+ perPage: 10,
1233
+ });
1234
+ ```
1235
+
1236
+ Also adds a memory registry to Mastra so stored agents can reference memory instances by key.
1237
+
1238
+ - Update peer dependencies to match core package version bump (1.0.0) ([#9237](https://github.com/mastra-ai/mastra/pull/9237))
1239
+
1240
+ - Changed JSON columns from TEXT to JSONB in `mastra_threads` and `mastra_workflow_snapshot` tables. ([#11853](https://github.com/mastra-ai/mastra/pull/11853))
1241
+
1242
+ **Why this change?**
1243
+
1244
+ These were the last remaining columns storing JSON as TEXT. This change aligns them with other tables that already use JSONB, enabling native JSON operators and improved performance. See [#8978](https://github.com/mastra-ai/mastra/issues/8978) for details.
1245
+
1246
+ **Columns Changed:**
1247
+ - `mastra_threads.metadata` - Thread metadata
1248
+ - `mastra_workflow_snapshot.snapshot` - Workflow run state
1249
+
1250
+ **PostgreSQL**
1251
+
1252
+ Migration Required - PostgreSQL enforces column types, so existing tables must be migrated. Note: Migration will fail if existing column values contain invalid JSON.
1253
+
1254
+ ```sql
1255
+ ALTER TABLE mastra_threads
1256
+ ALTER COLUMN metadata TYPE jsonb
1257
+ USING metadata::jsonb;
1258
+
1259
+ ALTER TABLE mastra_workflow_snapshot
1260
+ ALTER COLUMN snapshot TYPE jsonb
1261
+ USING snapshot::jsonb;
1262
+ ```
1263
+
1264
+ **LibSQL**
1265
+
1266
+ No Migration Required - LibSQL now uses native SQLite JSONB format (added in SQLite 3.45) for ~3x performance improvement on JSON operations. The changes are fully backwards compatible:
1267
+ - Existing TEXT JSON data continues to work
1268
+ - New data is stored in binary JSONB format
1269
+ - Both formats can coexist in the same table
1270
+ - All JSON functions (`json_extract`, etc.) work on both formats
1271
+
1272
+ New installations automatically use JSONB. Existing applications continue to work without any changes.
1273
+
1274
+ - Introduce StorageDomain base class for composite storage support ([#11249](https://github.com/mastra-ai/mastra/pull/11249))
1275
+
1276
+ Storage adapters now use a domain-based architecture where each domain (memory, workflows, scores, observability, agents) extends a `StorageDomain` base class with `init()` and `dangerouslyClearAll()` methods.
1277
+
1278
+ **Key changes:**
1279
+ - Add `StorageDomain` abstract base class that all domain storage classes extend
1280
+ - Add `InMemoryDB` class for shared state across in-memory domain implementations
1281
+ - All storage domains now implement `dangerouslyClearAll()` for test cleanup
1282
+ - Remove `operations` from public `StorageDomains` type (now internal to each adapter)
1283
+ - Add flexible client/config patterns - domains accept either an existing database client or config to create one internally
1284
+
1285
+ **Why this matters:**
1286
+
1287
+ This enables composite storage where you can use different database adapters per domain:
1288
+
1289
+ ```typescript
1290
+ import { Mastra } from '@mastra/core';
1291
+ import { PostgresStore } from '@mastra/pg';
1292
+ import { ClickhouseStore } from '@mastra/clickhouse';
1293
+
1294
+ // Use Postgres for most domains but Clickhouse for observability
1295
+ const mastra = new Mastra({
1296
+ storage: new PostgresStore({
1297
+ connectionString: 'postgres://...',
1298
+ }),
1299
+ // Future: override specific domains
1300
+ // observability: new ClickhouseStore({ ... }).getStore('observability'),
1301
+ });
1302
+ ```
1303
+
1304
+ **Standalone domain usage:**
1305
+
1306
+ Domains can now be used independently with flexible configuration:
1307
+
1308
+ ```typescript
1309
+ import { MemoryLibSQL } from '@mastra/libsql/memory';
1310
+
1311
+ // Option 1: Pass config to create client internally
1312
+ const memory = new MemoryLibSQL({
1313
+ url: 'file:./local.db',
1314
+ });
1315
+
1316
+ // Option 2: Pass existing client for shared connections
1317
+ import { createClient } from '@libsql/client';
1318
+ const client = createClient({ url: 'file:./local.db' });
1319
+ const memory = new MemoryLibSQL({ client });
1320
+ ```
1321
+
1322
+ **Breaking changes:**
1323
+ - `StorageDomains` type no longer includes `operations` - access via `getStore()` instead
1324
+ - Domain base classes now require implementing `dangerouslyClearAll()` method
1325
+
1326
+ - Refactor storage architecture to use domain-specific stores via `getStore()` pattern ([#11361](https://github.com/mastra-ai/mastra/pull/11361))
1327
+
1328
+ ### Summary
1329
+
1330
+ This release introduces a new storage architecture that replaces passthrough methods on `MastraStorage` with domain-specific storage interfaces accessed via `getStore()`. This change reduces code duplication across storage adapters and provides a cleaner, more modular API.
1331
+
1332
+ ### Migration Guide
1333
+
1334
+ All direct method calls on storage instances should be updated to use `getStore()`:
1335
+
1336
+ ```typescript
1337
+ // Before
1338
+ const thread = await storage.getThreadById({ threadId });
1339
+ await storage.persistWorkflowSnapshot({ workflowName, runId, snapshot });
1340
+ await storage.createSpan(span);
1341
+
1342
+ // After
1343
+ const memory = await storage.getStore('memory');
1344
+ const thread = await memory?.getThreadById({ threadId });
1345
+
1346
+ const workflows = await storage.getStore('workflows');
1347
+ await workflows?.persistWorkflowSnapshot({ workflowName, runId, snapshot });
1348
+
1349
+ const observability = await storage.getStore('observability');
1350
+ await observability?.createSpan(span);
1351
+ ```
1352
+
1353
+ ### Available Domains
1354
+ - **`memory`**: Thread and message operations (`getThreadById`, `saveThread`, `saveMessages`, etc.)
1355
+ - **`workflows`**: Workflow state persistence (`persistWorkflowSnapshot`, `loadWorkflowSnapshot`, `getWorkflowRunById`, etc.)
1356
+ - **`scores`**: Evaluation scores (`saveScore`, `listScoresByScorerId`, etc.)
1357
+ - **`observability`**: Tracing and spans (`createSpan`, `updateSpan`, `getTrace`, etc.)
1358
+ - **`agents`**: Stored agent configurations (`createAgent`, `getAgentById`, `listAgents`, etc.)
1359
+
1360
+ ### Breaking Changes
1361
+ - Passthrough methods have been removed from `MastraStorage` base class
1362
+ - All storage adapters now require accessing domains via `getStore()`
1363
+ - The `stores` property on storage instances is now the canonical way to access domain storage
1364
+
1365
+ ### Internal Changes
1366
+ - Each storage adapter now initializes domain-specific stores in its constructor
1367
+ - Domain stores share database connections and handle their own table initialization
1368
+
1369
+ - Unified observability schema with entity-based span identification ([#11132](https://github.com/mastra-ai/mastra/pull/11132))
1370
+
1371
+ ## What changed
1372
+
1373
+ Spans now use a unified identification model with `entityId`, `entityType`, and `entityName` instead of separate `agentId`, `toolId`, `workflowId` fields.
1374
+
1375
+ **Before:**
1376
+
1377
+ ```typescript
1378
+ // Old span structure
1379
+ span.agentId; // 'my-agent'
1380
+ span.toolId; // undefined
1381
+ span.workflowId; // undefined
1382
+ ```
1383
+
1384
+ **After:**
1385
+
1386
+ ```typescript
1387
+ // New span structure
1388
+ span.entityType; // EntityType.AGENT
1389
+ span.entityId; // 'my-agent'
1390
+ span.entityName; // 'My Agent'
1391
+ ```
1392
+
1393
+ ## New `listTraces()` API
1394
+
1395
+ Query traces with filtering, pagination, and sorting:
1396
+
1397
+ ```typescript
1398
+ const { spans, pagination } = await storage.listTraces({
1399
+ filters: {
1400
+ entityType: EntityType.AGENT,
1401
+ entityId: 'my-agent',
1402
+ userId: 'user-123',
1403
+ environment: 'production',
1404
+ status: TraceStatus.SUCCESS,
1405
+ startedAt: { start: new Date('2024-01-01'), end: new Date('2024-01-31') },
1406
+ },
1407
+ pagination: { page: 0, perPage: 50 },
1408
+ orderBy: { field: 'startedAt', direction: 'DESC' },
1409
+ });
1410
+ ```
1411
+
1412
+ **Available filters:** date ranges (`startedAt`, `endedAt`), entity (`entityType`, `entityId`, `entityName`), identity (`userId`, `organizationId`), correlation IDs (`runId`, `sessionId`, `threadId`), deployment (`environment`, `source`, `serviceName`), `tags`, `metadata`, and `status`.
1413
+
1414
+ ## New retrieval methods
1415
+ - `getSpan({ traceId, spanId })` - Get a single span
1416
+ - `getRootSpan({ traceId })` - Get the root span of a trace
1417
+ - `getTrace({ traceId })` - Get all spans for a trace
1418
+
1419
+ ## Backward compatibility
1420
+
1421
+ The legacy `getTraces()` method continues to work. When you pass `name: "agent run: my-agent"`, it automatically transforms to `entityId: "my-agent", entityType: AGENT`.
1422
+
1423
+ ## Migration
1424
+
1425
+ **Automatic:** SQL-based stores (PostgreSQL, LibSQL, MSSQL) automatically add new columns to existing `spans` tables on initialization. Existing data is preserved with new columns set to `NULL`.
1426
+
1427
+ **No action required:** Your existing code continues to work. Adopt the new fields and `listTraces()` API at your convenience.
1428
+
1429
+ - Aligned vector store configuration with underlying library APIs, giving you access to all library options directly. ([#11742](https://github.com/mastra-ai/mastra/pull/11742))
1430
+
1431
+ **Why this change?**
1432
+
1433
+ Previously, each vector store defined its own configuration types that only exposed a subset of the underlying library's options. This meant users couldn't access advanced features like authentication, SSL, compression, or custom headers without creating their own client instances. Now, the configuration types extend the library types directly, so all options are available.
1434
+
1435
+ **@mastra/libsql** (Breaking)
1436
+
1437
+ Renamed `connectionUrl` to `url` to match the `@libsql/client` API and align with LibSQLStorage.
1438
+
1439
+ ```typescript
1440
+ // Before
1441
+ new LibSQLVector({ id: 'my-vector', connectionUrl: 'file:./db.sqlite' });
1442
+
1443
+ // After
1444
+ new LibSQLVector({ id: 'my-vector', url: 'file:./db.sqlite' });
1445
+ ```
1446
+
1447
+ **@mastra/opensearch** (Breaking)
1448
+
1449
+ Renamed `url` to `node` and added support for all OpenSearch `ClientOptions` including authentication, SSL, and compression.
1450
+
1451
+ ```typescript
1452
+ // Before
1453
+ new OpenSearchVector({ id: 'my-vector', url: 'http://localhost:9200' });
1454
+
1455
+ // After
1456
+ new OpenSearchVector({ id: 'my-vector', node: 'http://localhost:9200' });
1457
+
1458
+ // With authentication (now possible)
1459
+ new OpenSearchVector({
1460
+ id: 'my-vector',
1461
+ node: 'https://localhost:9200',
1462
+ auth: { username: 'admin', password: 'admin' },
1463
+ ssl: { rejectUnauthorized: false },
1464
+ });
1465
+ ```
1466
+
1467
+ **@mastra/pinecone** (Breaking)
1468
+
1469
+ Removed `environment` parameter. Use `controllerHostUrl` instead (the actual Pinecone SDK field name). Added support for all `PineconeConfiguration` options.
1470
+
1471
+ ```typescript
1472
+ // Before
1473
+ new PineconeVector({ id: 'my-vector', apiKey: '...', environment: '...' });
1474
+
1475
+ // After
1476
+ new PineconeVector({ id: 'my-vector', apiKey: '...' });
1477
+
1478
+ // With custom controller host (if needed)
1479
+ new PineconeVector({ id: 'my-vector', apiKey: '...', controllerHostUrl: '...' });
1480
+ ```
1481
+
1482
+ **@mastra/clickhouse**
1483
+
1484
+ Added support for all `ClickHouseClientConfigOptions` like `request_timeout`, `compression`, `keep_alive`, and `database`. Existing configurations continue to work unchanged.
1485
+
1486
+ **@mastra/cloudflare, @mastra/cloudflare-d1, @mastra/lance, @mastra/libsql, @mastra/mongodb, @mastra/pg, @mastra/upstash**
1487
+
1488
+ Improved logging by replacing `console.warn` with structured logger in workflow storage domains.
1489
+
1490
+ **@mastra/deployer-cloud**
1491
+
1492
+ Updated internal LibSQLVector configuration for compatibility with the new API.
1493
+
1494
+ - Add `disableInit` option to all storage adapters ([#10851](https://github.com/mastra-ai/mastra/pull/10851))
1495
+
1496
+ Adds a new `disableInit` config option to all storage providers that allows users to disable automatic table creation/migrations at runtime. This is useful for CI/CD pipelines where you want to run migrations during deployment with elevated credentials, then run the application with `disableInit: true` so it doesn't attempt schema changes at runtime.
1497
+
1498
+ ```typescript
1499
+ // CI/CD script - run migrations
1500
+ const storage = new PostgresStore({
1501
+ connectionString: DATABASE_URL,
1502
+ id: 'pg-storage',
1503
+ });
1504
+ await storage.init();
1505
+
1506
+ // Runtime - skip auto-init
1507
+ const storage = new PostgresStore({
1508
+ connectionString: DATABASE_URL,
1509
+ id: 'pg-storage',
1510
+ disableInit: true,
1511
+ });
1512
+ ```
1513
+
1514
+ ### Patch Changes
1515
+
1516
+ - Add embedded documentation support for Mastra packages ([#11472](https://github.com/mastra-ai/mastra/pull/11472))
1517
+
1518
+ Mastra packages now include embedded documentation in the published npm package under `dist/docs/`. This enables coding agents and AI assistants to understand and use the framework by reading documentation directly from `node_modules`.
1519
+
1520
+ Each package includes:
1521
+ - **SKILL.md** - Entry point explaining the package's purpose and capabilities
1522
+ - **SOURCE_MAP.json** - Machine-readable index mapping exports to types and implementation files
1523
+ - **Topic folders** - Conceptual documentation organized by feature area
1524
+
1525
+ Documentation is driven by the `packages` frontmatter field in MDX files, which maps docs to their corresponding packages. CI validation ensures all docs include this field.
1526
+
1527
+ - Standardize error IDs across all storage and vector stores using centralized helper functions (`createStorageErrorId` and `createVectorErrorId`). This ensures consistent error ID patterns (`MASTRA_STORAGE_{STORE}_{OPERATION}_{STATUS}` and `MASTRA_VECTOR_{STORE}_{OPERATION}_{STATUS}`) across the codebase for better error tracking and debugging. ([#10913](https://github.com/mastra-ai/mastra/pull/10913))
1528
+
1529
+ - Fix saveScore not persisting ID correctly, breaking getScoreById retrieval ([#10915](https://github.com/mastra-ai/mastra/pull/10915))
1530
+
1531
+ **What Changed**
1532
+ - saveScore now correctly returns scores that can be retrieved with getScoreById
1533
+ - Validation errors now include contextual information (scorer, entity, trace details) for easier debugging
1534
+
1535
+ **Impact**
1536
+ Previously, calling getScoreById after saveScore would return null because the generated ID wasn't persisted to the database. This is now fixed across all store implementations, ensuring consistent behavior and data integrity.
1537
+
1538
+ - Add new deleteVectors, updateVector by filter ([#10408](https://github.com/mastra-ai/mastra/pull/10408))
1539
+
1540
+ - - Fixed TypeScript errors where `threadId: string | string[]` was being passed to places expecting `Scalar` type ([#10663](https://github.com/mastra-ai/mastra/pull/10663))
1541
+ - Added proper multi-thread support for `listMessages` across all adapters when `threadId` is an array
1542
+ - Updated `_getIncludedMessages` to look up message threadId by ID (since message IDs are globally unique)
1543
+ - **upstash**: Added `msg-idx:{messageId}` index for O(1) message lookups (backwards compatible with fallback to scan for old messages, with automatic backfill)
1544
+
1545
+ - Preserve error details when thrown from workflow steps ([#10992](https://github.com/mastra-ai/mastra/pull/10992))
1546
+
1547
+ Workflow errors now retain custom properties like `statusCode`, `responseHeaders`, and `cause` chains. This enables error-specific recovery logic in your applications.
1548
+
1549
+ **Before:**
1550
+
1551
+ ```typescript
1552
+ const result = await workflow.execute({ input });
1553
+ if (result.status === 'failed') {
1554
+ // Custom error properties were lost
1555
+ console.log(result.error); // "Step execution failed" (just a string)
1556
+ }
1557
+ ```
1558
+
1559
+ **After:**
1560
+
1561
+ ```typescript
1562
+ const result = await workflow.execute({ input });
1563
+ if (result.status === 'failed') {
1564
+ // Custom properties are preserved
1565
+ console.log(result.error.message); // "Step execution failed"
1566
+ console.log(result.error.statusCode); // 429
1567
+ console.log(result.error.cause?.name); // "RateLimitError"
1568
+ }
1569
+ ```
1570
+
1571
+ **Type change:** `WorkflowState.error` and `WorkflowRunState.error` types changed from `string | Error` to `SerializedError`.
1572
+
1573
+ Other changes:
1574
+ - Added `UpdateWorkflowStateOptions` type for workflow state updates
1575
+
1576
+ - Added `startExclusive` and `endExclusive` options to `dateRange` filter for message queries. ([#11479](https://github.com/mastra-ai/mastra/pull/11479))
1577
+
1578
+ **What changed:** The `filter.dateRange` parameter in `listMessages()` and `Memory.recall()` now supports `startExclusive` and `endExclusive` boolean options. When set to `true`, messages with timestamps exactly matching the boundary are excluded from results.
1579
+
1580
+ **Why this matters:** Enables cursor-based pagination for chat applications. When new messages arrive during a session, offset-based pagination can skip or duplicate messages. Using `endExclusive: true` with the oldest message's timestamp as a cursor ensures consistent pagination without gaps or duplicates.
1581
+
1582
+ **Example:**
1583
+
1584
+ ```typescript
1585
+ // Get first page
1586
+ const page1 = await memory.recall({
1587
+ threadId: 'thread-123',
1588
+ perPage: 10,
1589
+ orderBy: { field: 'createdAt', direction: 'DESC' },
1590
+ });
1591
+
1592
+ // Get next page using cursor-based pagination
1593
+ const oldestMessage = page1.messages[page1.messages.length - 1];
1594
+ const page2 = await memory.recall({
1595
+ threadId: 'thread-123',
1596
+ perPage: 10,
1597
+ orderBy: { field: 'createdAt', direction: 'DESC' },
1598
+ filter: {
1599
+ dateRange: {
1600
+ end: oldestMessage.createdAt,
1601
+ endExclusive: true, // Excludes the cursor message
1602
+ },
1603
+ },
1604
+ });
1605
+ ```
1606
+
1607
+ - Fixed duplicate spans migration issue across all storage backends. When upgrading from older versions, existing duplicate (traceId, spanId) combinations in the spans table could prevent the unique constraint from being created. The migration deduplicates spans before adding the constraint. ([#12073](https://github.com/mastra-ai/mastra/pull/12073))
1608
+
1609
+ **Deduplication rules (in priority order):**
1610
+ 1. Keep completed spans (those with `endedAt` set) over incomplete spans
1611
+ 2. Among spans with the same completion status, keep the one with the newest `updatedAt`
1612
+ 3. Use `createdAt` as the final tiebreaker
1613
+
1614
+ **What changed:**
1615
+ - Added `migrateSpans()` method to observability stores for manual migration
1616
+ - Added `checkSpansMigrationStatus()` method to check if migration is needed
1617
+ - All stores use optimized single-query deduplication to avoid memory issues on large tables
1618
+
1619
+ **Usage example:**
1620
+
1621
+ ```typescript
1622
+ const observability = await storage.getStore('observability');
1623
+ const status = await observability.checkSpansMigrationStatus();
1624
+ if (status.needsMigration) {
1625
+ const result = await observability.migrateSpans();
1626
+ console.log(`Migration complete: ${result.duplicatesRemoved} duplicates removed`);
1627
+ }
1628
+ ```
1629
+
1630
+ Fixes #11840
1631
+
1632
+ - Add storage composition to MastraStorage ([#11401](https://github.com/mastra-ai/mastra/pull/11401))
1633
+
1634
+ `MastraStorage` can now compose storage domains from different adapters. Use it when you need different databases for different purposes - for example, PostgreSQL for memory and workflows, but a different database for observability.
1635
+
1636
+ ```typescript
1637
+ import { MastraStorage } from '@mastra/core/storage';
1638
+ import { MemoryPG, WorkflowsPG, ScoresPG } from '@mastra/pg';
1639
+ import { MemoryLibSQL } from '@mastra/libsql';
1640
+
1641
+ // Compose domains from different stores
1642
+ const storage = new MastraStorage({
1643
+ id: 'composite',
1644
+ domains: {
1645
+ memory: new MemoryLibSQL({ url: 'file:./local.db' }),
1646
+ workflows: new WorkflowsPG({ connectionString: process.env.DATABASE_URL }),
1647
+ scores: new ScoresPG({ connectionString: process.env.DATABASE_URL }),
1648
+ },
1649
+ });
1650
+ ```
1651
+
1652
+ **Breaking changes:**
1653
+ - `storage.supports` property no longer exists
1654
+ - `StorageSupports` type is no longer exported from `@mastra/core/storage`
1655
+
1656
+ All stores now support the same features. For domain availability, use `getStore()`:
1657
+
1658
+ ```typescript
1659
+ const store = await storage.getStore('memory');
1660
+ if (store) {
1661
+ // domain is available
1662
+ }
1663
+ ```
1664
+
1665
+ - - PostgreSQL: use `getSqlType()` in `createTable` instead of `toUpperCase()` ([#11112](https://github.com/mastra-ai/mastra/pull/11112))
1666
+ - LibSQL: use `getSqlType()` in `createTable`, return `JSONB` for jsonb type (matches SQLite 3.45+ support)
1667
+ - ClickHouse: use `getSqlType()` in `createTable` instead of `COLUMN_TYPES` constant, add missing types (uuid, float, boolean)
1668
+ - Remove unused `getSqlType()` and `getDefaultValue()` from `MastraStorage` base class (all stores use `StoreOperations` versions)
1669
+
1670
+ - Add delete workflow run API ([#10991](https://github.com/mastra-ai/mastra/pull/10991))
1671
+
1672
+ ```typescript
1673
+ await workflow.deleteWorkflowRunById(runId);
1674
+ ```
1675
+
1676
+ - Added a unified `transformScoreRow` function in `@mastra/core/storage` that provides schema-driven row transformation for score data. This eliminates code duplication across 10 storage adapters while maintaining store-specific behavior through configurable options: ([#10648](https://github.com/mastra-ai/mastra/pull/10648))
1677
+ - `preferredTimestampFields`: Preferred source fields for timestamps (PostgreSQL, Cloudflare D1)
1678
+ - `convertTimestamps`: Convert timestamp strings to Date objects (MSSQL, MongoDB, ClickHouse)
1679
+ - `nullValuePattern`: Skip values matching pattern (ClickHouse's `'_null_'`)
1680
+ - `fieldMappings`: Map source column names to schema fields (LibSQL's `additionalLLMContext`)
1681
+
1682
+ Each store adapter now uses the unified function with appropriate options, reducing ~200 lines of duplicate transformation logic while ensuring consistent behavior across all storage backends.
1683
+
1684
+ - Added new `listThreads` method for flexible thread filtering across all storage adapters. ([#11832](https://github.com/mastra-ai/mastra/pull/11832))
1685
+
1686
+ **New Features**
1687
+ - Filter threads by `resourceId`, `metadata`, or both (with AND logic for metadata key-value pairs)
1688
+ - All filter parameters are optional, allowing you to list all threads or filter as needed
1689
+ - Full pagination and sorting support
1690
+
1691
+ **Example Usage**
1692
+
1693
+ ```typescript
1694
+ // List all threads
1695
+ const allThreads = await memory.listThreads({});
1696
+
1697
+ // Filter by resourceId only
1698
+ const userThreads = await memory.listThreads({
1699
+ filter: { resourceId: 'user-123' },
1700
+ });
1701
+
1702
+ // Filter by metadata only
1703
+ const supportThreads = await memory.listThreads({
1704
+ filter: { metadata: { category: 'support' } },
1705
+ });
1706
+
1707
+ // Filter by both with pagination
1708
+ const filteredThreads = await memory.listThreads({
1709
+ filter: {
1710
+ resourceId: 'user-123',
1711
+ metadata: { priority: 'high', status: 'open' },
1712
+ },
1713
+ orderBy: { field: 'updatedAt', direction: 'DESC' },
1714
+ page: 0,
1715
+ perPage: 20,
1716
+ });
1717
+ ```
1718
+
1719
+ **Security Improvements**
1720
+ - Added validation to prevent SQL injection via malicious metadata keys
1721
+ - Added pagination parameter validation to prevent integer overflow attacks
1722
+
1723
+ - Add restart method to workflow run that allows restarting an active workflow run ([#9750](https://github.com/mastra-ai/mastra/pull/9750))
1724
+ Add status filter to `listWorkflowRuns`
9
1725
  Add automatic restart to restart active workflow runs when server starts
10
- - Updated dependencies [[`5cc85aa`](https://github.com/mastra-ai/mastra/commit/5cc85aa4329773cac8314f3aa0146227b6b158e4), [`386ab43`](https://github.com/mastra-ai/mastra/commit/386ab4350cf2a814fb4ac0a5fc6983ca93158ffe), [`2b62302`](https://github.com/mastra-ai/mastra/commit/2b623027a9d65c1dbc963bf651e9e6a9d09da1fa), [`7d85da4`](https://github.com/mastra-ai/mastra/commit/7d85da42a5fab56009a959a9c20328558d14f4b5), [`31b381e`](https://github.com/mastra-ai/mastra/commit/31b381efb48e031c0ecc46bc6e410ae6e67b88e5), [`54cc99c`](https://github.com/mastra-ai/mastra/commit/54cc99cb99483b9e08ec41fa1502f43b71b4c351), [`e77a5f9`](https://github.com/mastra-ai/mastra/commit/e77a5f9718dc418e29e3c8a389299ed6dc0a6401), [`b069af5`](https://github.com/mastra-ai/mastra/commit/b069af514c4dcfc4fdcb164303569bfff1c26e3d), [`7dc8304`](https://github.com/mastra-ai/mastra/commit/7dc830420296db516b86dcec663e54d0309b8fb8), [`62d13f4`](https://github.com/mastra-ai/mastra/commit/62d13f4d1db1c16742831f210fe4c2caf8a26d57), [`1482cee`](https://github.com/mastra-ai/mastra/commit/1482cee907da97aeb90e2468eb04a706fdb8f05f)]:
11
- - @mastra/core@0.0.0-safe-stringify-telemetry-20251205024938
12
1726
 
13
- ## 0.16.3
1727
+ - Renamed MastraStorage to MastraCompositeStore for better clarity. The old MastraStorage name remains available as a deprecated alias for backward compatibility, but will be removed in a future version. ([#12093](https://github.com/mastra-ai/mastra/pull/12093))
1728
+
1729
+ **Migration:**
1730
+
1731
+ Update your imports and usage:
1732
+
1733
+ ```typescript
1734
+ // Before
1735
+ import { MastraStorage } from '@mastra/core/storage';
1736
+
1737
+ const storage = new MastraStorage({
1738
+ id: 'composite',
1739
+ domains: { ... }
1740
+ });
1741
+
1742
+ // After
1743
+ import { MastraCompositeStore } from '@mastra/core/storage';
1744
+
1745
+ const storage = new MastraCompositeStore({
1746
+ id: 'composite',
1747
+ domains: { ... }
1748
+ });
1749
+ ```
1750
+
1751
+ The new name better reflects that this is a composite storage implementation that routes different domains (workflows, traces, messages) to different underlying stores, avoiding confusion with the general "Mastra Storage" concept.
1752
+
1753
+ - Adds thread cloning to create independent copies of conversations that can diverge. ([#11517](https://github.com/mastra-ai/mastra/pull/11517))
1754
+
1755
+ ```typescript
1756
+ // Clone a thread
1757
+ const { thread, clonedMessages } = await memory.cloneThread({
1758
+ sourceThreadId: 'thread-123',
1759
+ title: 'My Clone',
1760
+ options: {
1761
+ messageLimit: 10, // optional: only copy last N messages
1762
+ },
1763
+ });
1764
+
1765
+ // Check if a thread is a clone
1766
+ if (memory.isClone(thread)) {
1767
+ const source = await memory.getSourceThread(thread.id);
1768
+ }
1769
+
1770
+ // List all clones of a thread
1771
+ const clones = await memory.listClones('thread-123');
1772
+ ```
1773
+
1774
+ Includes:
1775
+ - Storage implementations for InMemory, PostgreSQL, LibSQL, Upstash
1776
+ - API endpoint: `POST /api/memory/threads/:threadId/clone`
1777
+ - Embeddings created for cloned messages (semantic recall)
1778
+ - Clone button in playground UI Memory tab
1779
+
1780
+ - Added pre-configured client support for all storage adapters. ([#11302](https://github.com/mastra-ai/mastra/pull/11302))
1781
+
1782
+ **What changed**
1783
+
1784
+ All storage adapters now accept pre-configured database clients in addition to connection credentials. This allows you to customize client settings (connection pools, timeouts, interceptors) before passing them to Mastra.
1785
+
1786
+ **Example**
1787
+
1788
+ ```typescript
1789
+ import { createClient } from '@clickhouse/client';
1790
+ import { ClickhouseStore } from '@mastra/clickhouse';
1791
+
1792
+ // Create and configure client with custom settings
1793
+ const client = createClient({
1794
+ url: 'http://localhost:8123',
1795
+ username: 'default',
1796
+ password: '',
1797
+ request_timeout: 60000,
1798
+ });
1799
+
1800
+ // Pass pre-configured client to store
1801
+ const store = new ClickhouseStore({
1802
+ id: 'my-store',
1803
+ client,
1804
+ });
1805
+ ```
1806
+
1807
+ **Additional improvements**
1808
+ - Added input validation for required connection parameters (URL, credentials) with clear error messages
1809
+
1810
+ - Updated dependencies [[`ac0d2f4`](https://github.com/mastra-ai/mastra/commit/ac0d2f4ff8831f72c1c66c2be809706d17f65789), [`2319326`](https://github.com/mastra-ai/mastra/commit/2319326f8c64e503a09bbcf14be2dd65405445e0), [`d2d3e22`](https://github.com/mastra-ai/mastra/commit/d2d3e22a419ee243f8812a84e3453dd44365ecb0), [`08766f1`](https://github.com/mastra-ai/mastra/commit/08766f15e13ac0692fde2a8bd366c2e16e4321df), [`72df8ae`](https://github.com/mastra-ai/mastra/commit/72df8ae595584cdd7747d5c39ffaca45e4507227), [`ebae12a`](https://github.com/mastra-ai/mastra/commit/ebae12a2dd0212e75478981053b148a2c246962d), [`c8417b4`](https://github.com/mastra-ai/mastra/commit/c8417b41d9f3486854dc7842d977fbe5e2166264), [`bc72b52`](https://github.com/mastra-ai/mastra/commit/bc72b529ee4478fe89ecd85a8be47ce0127b82a0), [`39c9743`](https://github.com/mastra-ai/mastra/commit/39c97432d084294f8ba85fbf3ef28098ff21459e), [`1dbd8c7`](https://github.com/mastra-ai/mastra/commit/1dbd8c729fb6536ec52f00064d76b80253d346e9), [`c61a0a5`](https://github.com/mastra-ai/mastra/commit/c61a0a5de4904c88fd8b3718bc26d1be1c2ec6e7), [`05b8bee`](https://github.com/mastra-ai/mastra/commit/05b8bee9e50e6c2a4a2bf210eca25ee212ca24fa), [`3076c67`](https://github.com/mastra-ai/mastra/commit/3076c6778b18988ae7d5c4c5c466366974b2d63f), [`3d93a15`](https://github.com/mastra-ai/mastra/commit/3d93a15796b158c617461c8b98bede476ebb43e2), [`9198899`](https://github.com/mastra-ai/mastra/commit/91988995c427b185c33714b7f3be955367911324), [`ed3e3dd`](https://github.com/mastra-ai/mastra/commit/ed3e3ddec69d564fe2b125e083437f76331f1283), [`c59e13c`](https://github.com/mastra-ai/mastra/commit/c59e13c7688284bd96b2baee3e314335003548de), [`c042bd0`](https://github.com/mastra-ai/mastra/commit/c042bd0b743e0e86199d0cb83344ca7690e34a9c), [`f743dbb`](https://github.com/mastra-ai/mastra/commit/f743dbb8b40d1627b5c10c0e6fc154f4ebb6e394), [`21a15de`](https://github.com/mastra-ai/mastra/commit/21a15de369fe82aac26bb642ed7be73505475e8b), [`e54953e`](https://github.com/mastra-ai/mastra/commit/e54953ed8ce1b28c0d62a19950163039af7834b4), [`ae8baf7`](https://github.com/mastra-ai/mastra/commit/ae8baf7d8adcb0ff9dac11880400452bc49b33ff), [`fec5129`](https://github.com/mastra-ai/mastra/commit/fec5129de7fc64423ea03661a56cef31dc747a0d), [`940a2b2`](https://github.com/mastra-ai/mastra/commit/940a2b27480626ed7e74f55806dcd2181c1dd0c2), [`1a0d3fc`](https://github.com/mastra-ai/mastra/commit/1a0d3fc811482c9c376cdf79ee615c23bae9b2d6), [`85d7ee1`](https://github.com/mastra-ai/mastra/commit/85d7ee18ff4e14d625a8a30ec6656bb49804989b), [`c6c1092`](https://github.com/mastra-ai/mastra/commit/c6c1092f8fbf76109303f69e000e96fd1960c4ce), [`0491e7c`](https://github.com/mastra-ai/mastra/commit/0491e7c9b714cb0ba22187ee062147ec2dd7c712), [`f6f4903`](https://github.com/mastra-ai/mastra/commit/f6f4903397314f73362061dc5a3e8e7c61ea34aa), [`d5ed981`](https://github.com/mastra-ai/mastra/commit/d5ed981c8701c1b8a27a5f35a9a2f7d9244e695f), [`85a628b`](https://github.com/mastra-ai/mastra/commit/85a628b1224a8f64cd82ea7f033774bf22df7a7e), [`0e8ed46`](https://github.com/mastra-ai/mastra/commit/0e8ed467c54d6901a6a365f270ec15d6faadb36c), [`33a4d2e`](https://github.com/mastra-ai/mastra/commit/33a4d2e4ed8af51f69256232f00c34d6b6b51d48), [`9650cce`](https://github.com/mastra-ai/mastra/commit/9650cce52a1d917ff9114653398e2a0f5c3ba808), [`6c049d9`](https://github.com/mastra-ai/mastra/commit/6c049d94063fdcbd5b81c4912a2bf82a92c9cc0b), [`910db9e`](https://github.com/mastra-ai/mastra/commit/910db9e0312888495eb5617b567f247d03303814), [`2f897df`](https://github.com/mastra-ai/mastra/commit/2f897df208508f46f51b7625e5dd20c37f93e0e3), [`d629361`](https://github.com/mastra-ai/mastra/commit/d629361a60f6565b5bfb11976fdaf7308af858e2), [`4f94ed8`](https://github.com/mastra-ai/mastra/commit/4f94ed8177abfde3ec536e3574883e075423350c), [`feb7ee4`](https://github.com/mastra-ai/mastra/commit/feb7ee4d09a75edb46c6669a3beaceec78811747), [`4aaa844`](https://github.com/mastra-ai/mastra/commit/4aaa844a4f19d054490f43638a990cc57bda8d2f), [`c237233`](https://github.com/mastra-ai/mastra/commit/c23723399ccedf7f5744b3f40997b79246bfbe64), [`38380b6`](https://github.com/mastra-ai/mastra/commit/38380b60fca905824bdf6b43df307a58efb1aa15), [`6833c69`](https://github.com/mastra-ai/mastra/commit/6833c69607418d257750bbcdd84638993d343539), [`932d63d`](https://github.com/mastra-ai/mastra/commit/932d63dd51be9c8bf1e00e3671fe65606c6fb9cd), [`4a1a6cb`](https://github.com/mastra-ai/mastra/commit/4a1a6cb3facad54b2bb6780b00ce91d6de1edc08), [`08c31c1`](https://github.com/mastra-ai/mastra/commit/08c31c188ebccd598acaf55e888b6397d01f7eae), [`919a22b`](https://github.com/mastra-ai/mastra/commit/919a22b25876f9ed5891efe5facbe682c30ff497), [`15f9e21`](https://github.com/mastra-ai/mastra/commit/15f9e216177201ea6e3f6d0bfb063fcc0953444f), [`3443770`](https://github.com/mastra-ai/mastra/commit/3443770662df8eb24c9df3589b2792d78cfcb811), [`69136e7`](https://github.com/mastra-ai/mastra/commit/69136e748e32f57297728a4e0f9a75988462f1a7), [`b0e2ea5`](https://github.com/mastra-ai/mastra/commit/b0e2ea5b52c40fae438b9e2f7baee6f0f89c5442), [`f0a07e0`](https://github.com/mastra-ai/mastra/commit/f0a07e0111b3307c5fabfa4094c5c2cfb734fbe6), [`ff94dea`](https://github.com/mastra-ai/mastra/commit/ff94dea935f4e34545c63bcb6c29804732698809), [`0d41fe2`](https://github.com/mastra-ai/mastra/commit/0d41fe245355dfc66d61a0d9c85d9400aac351ff), [`b760b73`](https://github.com/mastra-ai/mastra/commit/b760b731aca7c8a3f041f61d57a7f125ae9cb215), [`aaa40e7`](https://github.com/mastra-ai/mastra/commit/aaa40e788628b319baa8e889407d11ad626547fa), [`1521d71`](https://github.com/mastra-ai/mastra/commit/1521d716e5daedc74690c983fbd961123c56756b), [`449aed2`](https://github.com/mastra-ai/mastra/commit/449aed2ba9d507b75bf93d427646ea94f734dfd1), [`eb648a2`](https://github.com/mastra-ai/mastra/commit/eb648a2cc1728f7678768dd70cd77619b448dab9), [`695a621`](https://github.com/mastra-ai/mastra/commit/695a621528bdabeb87f83c2277cf2bb084c7f2b4), [`9e1911d`](https://github.com/mastra-ai/mastra/commit/9e1911db2b4db85e0e768c3f15e0d61e319869f6), [`ac3cc23`](https://github.com/mastra-ai/mastra/commit/ac3cc2397d1966bc0fc2736a223abc449d3c7719), [`c456e01`](https://github.com/mastra-ai/mastra/commit/c456e0149e3c176afcefdbd9bb1d2c5917723725), [`ebac155`](https://github.com/mastra-ai/mastra/commit/ebac15564a590117db7078233f927a7e28a85106), [`a86f4df`](https://github.com/mastra-ai/mastra/commit/a86f4df0407311e0d2ea49b9a541f0938810d6a9), [`dd1c38d`](https://github.com/mastra-ai/mastra/commit/dd1c38d1b75f1b695c27b40d8d9d6ed00d5e0f6f), [`5948e6a`](https://github.com/mastra-ai/mastra/commit/5948e6a5146c83666ba3f294b2be576c82a513fb), [`5b2ff46`](https://github.com/mastra-ai/mastra/commit/5b2ff4651df70c146523a7fca773f8eb0a2272f8), [`edb07e4`](https://github.com/mastra-ai/mastra/commit/edb07e49283e0c28bd094a60e03439bf6ecf0221), [`e0941c3`](https://github.com/mastra-ai/mastra/commit/e0941c3d7fc75695d5d258e7008fd5d6e650800c), [`db41688`](https://github.com/mastra-ai/mastra/commit/db4168806d007417e2e60b4f68656dca4e5f40c9), [`2b459f4`](https://github.com/mastra-ai/mastra/commit/2b459f466fd91688eeb2a44801dc23f7f8a887ab), [`798d0c7`](https://github.com/mastra-ai/mastra/commit/798d0c740232653b1d754870e6b43a55c364ffe2), [`0c0580a`](https://github.com/mastra-ai/mastra/commit/0c0580a42f697cd2a7d5973f25bfe7da9055038a), [`8940859`](https://github.com/mastra-ai/mastra/commit/89408593658199b4ad67f7b65e888f344e64a442), [`486352b`](https://github.com/mastra-ai/mastra/commit/486352b66c746602b68a95839f830de14c7fb8c0), [`ab035c2`](https://github.com/mastra-ai/mastra/commit/ab035c2ef6d8cc7bb25f06f1a38508bd9e6f126b), [`e629310`](https://github.com/mastra-ai/mastra/commit/e629310f1a73fa236d49ec7a1d1cceb6229dc7cc), [`0131105`](https://github.com/mastra-ai/mastra/commit/0131105532e83bdcbb73352fc7d0879eebf140dc), [`5ca599d`](https://github.com/mastra-ai/mastra/commit/5ca599d0bb59a1595f19f58473fcd67cc71cef58), [`09e4bae`](https://github.com/mastra-ai/mastra/commit/09e4bae18dd5357d2ae078a4a95a2af32168ab08), [`47b1c16`](https://github.com/mastra-ai/mastra/commit/47b1c16a01c7ffb6765fe1e499b49092f8b7eba3), [`4c6b492`](https://github.com/mastra-ai/mastra/commit/4c6b492c4dd591c6a592520c1f6855d6e936d71f), [`bff1145`](https://github.com/mastra-ai/mastra/commit/bff114556b3cbadad9b2768488708f8ad0e91475), [`dff01d8`](https://github.com/mastra-ai/mastra/commit/dff01d81ce1f4e4087cfac20fa868e6db138dd14), [`9d5059e`](https://github.com/mastra-ai/mastra/commit/9d5059eae810829935fb08e81a9bb7ecd5b144a7), [`ffe84d5`](https://github.com/mastra-ai/mastra/commit/ffe84d54f3b0f85167fe977efd027dba027eb998), [`5c8ca24`](https://github.com/mastra-ai/mastra/commit/5c8ca247094e0cc2cdbd7137822fb47241f86e77), [`9d819d5`](https://github.com/mastra-ai/mastra/commit/9d819d54b61481639f4008e4694791bddf187edd), [`24b76d8`](https://github.com/mastra-ai/mastra/commit/24b76d8e17656269c8ed09a0c038adb9cc2ae95a), [`31d13d5`](https://github.com/mastra-ai/mastra/commit/31d13d5fdc2e2380e2e3ee3ec9fb29d2a00f265d), [`ef756c6`](https://github.com/mastra-ai/mastra/commit/ef756c65f82d16531c43f49a27290a416611e526), [`e191844`](https://github.com/mastra-ai/mastra/commit/e1918444ca3f80e82feef1dad506cd4ec6e2875f), [`243a823`](https://github.com/mastra-ai/mastra/commit/243a8239c5906f5c94e4f78b54676793f7510ae3), [`b00ccd3`](https://github.com/mastra-ai/mastra/commit/b00ccd325ebd5d9e37e34dd0a105caae67eb568f), [`28f5f89`](https://github.com/mastra-ai/mastra/commit/28f5f89705f2409921e3c45178796c0e0d0bbb64), [`22553f1`](https://github.com/mastra-ai/mastra/commit/22553f11c63ee5e966a9c034a349822249584691), [`4c62166`](https://github.com/mastra-ai/mastra/commit/4c621669f4a29b1f443eca3ba70b814afa286266), [`e601b27`](https://github.com/mastra-ai/mastra/commit/e601b272c70f3a5ecca610373aa6223012704892), [`7d56d92`](https://github.com/mastra-ai/mastra/commit/7d56d9213886e8353956d7d40df10045fd12b299), [`81dc110`](https://github.com/mastra-ai/mastra/commit/81dc11008d147cf5bdc8996ead1aa61dbdebb6fc), [`7bcbf10`](https://github.com/mastra-ai/mastra/commit/7bcbf10133516e03df964b941f9a34e9e4ab4177), [`029540c`](https://github.com/mastra-ai/mastra/commit/029540ca1e582fc2dd8d288ecd4a9b0f31a954ef), [`7237163`](https://github.com/mastra-ai/mastra/commit/72371635dbf96a87df4b073cc48fc655afbdce3d), [`2500740`](https://github.com/mastra-ai/mastra/commit/2500740ea23da067d6e50ec71c625ab3ce275e64), [`4353600`](https://github.com/mastra-ai/mastra/commit/43536005a65988a8eede236f69122e7f5a284ba2), [`653e65a`](https://github.com/mastra-ai/mastra/commit/653e65ae1f9502c2958a32f47a5a2df11e612a92), [`873ecbb`](https://github.com/mastra-ai/mastra/commit/873ecbb517586aa17d2f1e99283755b3ebb2863f), [`6986fb0`](https://github.com/mastra-ai/mastra/commit/6986fb064f5db6ecc24aa655e1d26529087b43b3), [`3d3366f`](https://github.com/mastra-ai/mastra/commit/3d3366f31683e7137d126a3a57174a222c5801fb), [`5a4953f`](https://github.com/mastra-ai/mastra/commit/5a4953f7d25bb15ca31ed16038092a39cb3f98b3), [`4f9bbe5`](https://github.com/mastra-ai/mastra/commit/4f9bbe5968f42c86f4930b8193de3c3c17e5bd36), [`efe406a`](https://github.com/mastra-ai/mastra/commit/efe406a1353c24993280ebc2ed61dd9f65b84b26), [`eb9e522`](https://github.com/mastra-ai/mastra/commit/eb9e522ce3070a405e5b949b7bf5609ca51d7fe2), [`fd3d338`](https://github.com/mastra-ai/mastra/commit/fd3d338a2c362174ed5b383f1f011ad9fb0302aa), [`20e6f19`](https://github.com/mastra-ai/mastra/commit/20e6f1971d51d3ff6dd7accad8aaaae826d540ed), [`053e979`](https://github.com/mastra-ai/mastra/commit/053e9793b28e970086b0507f7f3b76ea32c1e838), [`02e51fe`](https://github.com/mastra-ai/mastra/commit/02e51feddb3d4155cfbcc42624fd0d0970d032c0), [`71c8d6c`](https://github.com/mastra-ai/mastra/commit/71c8d6c161253207b2b9588bdadb7eed604f7253), [`7aedb74`](https://github.com/mastra-ai/mastra/commit/7aedb74883adf66af38e270e4068fd42e7a37036), [`3bdfa75`](https://github.com/mastra-ai/mastra/commit/3bdfa7507a91db66f176ba8221aa28dd546e464a), [`119e5c6`](https://github.com/mastra-ai/mastra/commit/119e5c65008f3e5cfca954eefc2eb85e3bf40da4), [`c6fd6fe`](https://github.com/mastra-ai/mastra/commit/c6fd6fedd09e9cf8004b03a80925f5e94826ad7e), [`8f02d80`](https://github.com/mastra-ai/mastra/commit/8f02d800777397e4b45d7f1ad041988a8b0c6630), [`fdac646`](https://github.com/mastra-ai/mastra/commit/fdac646033a0930a1a4e00d13aa64c40bb7f1e02), [`6179a9b`](https://github.com/mastra-ai/mastra/commit/6179a9ba36ffac326de3cc3c43cdc8028d37c251), [`8f3fa3a`](https://github.com/mastra-ai/mastra/commit/8f3fa3a652bb77da092f913ec51ae46e3a7e27dc), [`d07b568`](https://github.com/mastra-ai/mastra/commit/d07b5687819ea8cb1dffa776d0c1765faf4aa1ae), [`e770de9`](https://github.com/mastra-ai/mastra/commit/e770de941a287a49b1964d44db5a5763d19890a6), [`e26dc9c`](https://github.com/mastra-ai/mastra/commit/e26dc9c3ccfec54ae3dc3e2b2589f741f9ae60a6), [`55edf73`](https://github.com/mastra-ai/mastra/commit/55edf7302149d6c964fbb7908b43babfc2b52145), [`c30400a`](https://github.com/mastra-ai/mastra/commit/c30400a49b994b1b97256fe785eb6c906fc2b232), [`486352b`](https://github.com/mastra-ai/mastra/commit/486352b66c746602b68a95839f830de14c7fb8c0), [`00f4921`](https://github.com/mastra-ai/mastra/commit/00f4921dd2c91a1e5446799599ef7116a8214a1a), [`1a46a56`](https://github.com/mastra-ai/mastra/commit/1a46a566f45a3fcbadc1cf36bf86d351f264bfa3), [`ca8041c`](https://github.com/mastra-ai/mastra/commit/ca8041cce0379fda22ed293a565bcb5b6ddca68a), [`b5dc973`](https://github.com/mastra-ai/mastra/commit/b5dc9733a5158850298dfb103acb3babdba8a318), [`7051bf3`](https://github.com/mastra-ai/mastra/commit/7051bf38b3b122a069008f861f7bfc004a6d9f6e), [`a8f1494`](https://github.com/mastra-ai/mastra/commit/a8f1494f4bbdc2770bcf327d4c7d869e332183f1), [`52e2716`](https://github.com/mastra-ai/mastra/commit/52e2716b42df6eff443de72360ae83e86ec23993), [`d7aad50`](https://github.com/mastra-ai/mastra/commit/d7aad501ce61646b76b4b511e558ac4eea9884d0), [`4f0b3c6`](https://github.com/mastra-ai/mastra/commit/4f0b3c66f196c06448487f680ccbb614d281e2f7), [`27b4040`](https://github.com/mastra-ai/mastra/commit/27b4040bfa1a95d92546f420a02a626b1419a1d6), [`c61fac3`](https://github.com/mastra-ai/mastra/commit/c61fac3add96f0dcce0208c07415279e2537eb62), [`6f14f70`](https://github.com/mastra-ai/mastra/commit/6f14f706ccaaf81b69544b6c1b75ab66a41e5317), [`69e0a87`](https://github.com/mastra-ai/mastra/commit/69e0a878896a2da9494945d86e056a5f8f05b851), [`cd29ad2`](https://github.com/mastra-ai/mastra/commit/cd29ad23a255534e8191f249593849ed29160886), [`bdf4d8c`](https://github.com/mastra-ai/mastra/commit/bdf4d8cdc656d8a2c21d81834bfa3bfa70f56c16), [`854e3da`](https://github.com/mastra-ai/mastra/commit/854e3dad5daac17a91a20986399d3a51f54bf68b), [`ce18d38`](https://github.com/mastra-ai/mastra/commit/ce18d38678c65870350d123955014a8432075fd9), [`3cf540b`](https://github.com/mastra-ai/mastra/commit/3cf540b9fbfea8f4fc8d3a2319a4e6c0b0cbfd52), [`352a5d6`](https://github.com/mastra-ai/mastra/commit/352a5d625cfe09849b21e8f52a24c9f0366759d5), [`1c6ce51`](https://github.com/mastra-ai/mastra/commit/1c6ce51f875915ab57fd36873623013699a2a65d), [`74c4f22`](https://github.com/mastra-ai/mastra/commit/74c4f22ed4c71e72598eacc346ba95cdbc00294f), [`3a76a80`](https://github.com/mastra-ai/mastra/commit/3a76a80284cb71a0faa975abb3d4b2a9631e60cd), [`898a972`](https://github.com/mastra-ai/mastra/commit/898a9727d286c2510d6b702dfd367e6aaf5c6b0f), [`0793497`](https://github.com/mastra-ai/mastra/commit/079349753620c40246ffd673e3f9d7d9820beff3), [`09e4bae`](https://github.com/mastra-ai/mastra/commit/09e4bae18dd5357d2ae078a4a95a2af32168ab08), [`026b848`](https://github.com/mastra-ai/mastra/commit/026b8483fbf5b6d977be8f7e6aac8d15c75558ac), [`2c212e7`](https://github.com/mastra-ai/mastra/commit/2c212e704c90e2db83d4109e62c03f0f6ebd2667), [`a97003a`](https://github.com/mastra-ai/mastra/commit/a97003aa1cf2f4022a41912324a1e77263b326b8), [`f9a2509`](https://github.com/mastra-ai/mastra/commit/f9a25093ea72d210a5e52cfcb3bcc8b5e02dc25c), [`66741d1`](https://github.com/mastra-ai/mastra/commit/66741d1a99c4f42cf23a16109939e8348ac6852e), [`ccc141e`](https://github.com/mastra-ai/mastra/commit/ccc141ed27da0abc3a3fc28e9e5128152e8e37f4), [`27c0009`](https://github.com/mastra-ai/mastra/commit/27c0009777a6073d7631b0eb7b481d94e165b5ca), [`01f8878`](https://github.com/mastra-ai/mastra/commit/01f88783de25e4de048c1c8aace43e26373c6ea5), [`dee388d`](https://github.com/mastra-ai/mastra/commit/dee388dde02f2e63c53385ae69252a47ab6825cc), [`610a70b`](https://github.com/mastra-ai/mastra/commit/610a70bdad282079f0c630e0d7bb284578f20151), [`5df9cce`](https://github.com/mastra-ai/mastra/commit/5df9cce1a753438413f64c11eeef8f845745c2a8), [`b7e17d3`](https://github.com/mastra-ai/mastra/commit/b7e17d3f5390bb5a71efc112204413656fcdc18d), [`4c77209`](https://github.com/mastra-ai/mastra/commit/4c77209e6c11678808b365d545845918c40045c8), [`a854ede`](https://github.com/mastra-ai/mastra/commit/a854ede62bf5ac0945a624ac48913dd69c73aabf), [`fe3b897`](https://github.com/mastra-ai/mastra/commit/fe3b897c2ccbcd2b10e81b099438c7337feddf89), [`c576fc0`](https://github.com/mastra-ai/mastra/commit/c576fc0b100b2085afded91a37c97a0ea0ec09c7), [`3defc80`](https://github.com/mastra-ai/mastra/commit/3defc80cf2b88a1b7fc1cc4ddcb91e982a614609), [`00123ba`](https://github.com/mastra-ai/mastra/commit/00123ba96dc9e5cd0b110420ebdba56d8f237b25), [`16153fe`](https://github.com/mastra-ai/mastra/commit/16153fe7eb13c99401f48e6ca32707c965ee28b9), [`9f4a683`](https://github.com/mastra-ai/mastra/commit/9f4a6833e88b52574665c028fd5508ad5c2f6004), [`bc94344`](https://github.com/mastra-ai/mastra/commit/bc943444a1342d8a662151b7bce1df7dae32f59c), [`4ca4306`](https://github.com/mastra-ai/mastra/commit/4ca430614daa5fa04730205a302a43bf4accfe9f), [`cccf9c8`](https://github.com/mastra-ai/mastra/commit/cccf9c8b2d2dfc1a5e63919395b83d78c89682a0), [`74e504a`](https://github.com/mastra-ai/mastra/commit/74e504a3b584eafd2f198001c6a113bbec589fd3), [`29c4309`](https://github.com/mastra-ai/mastra/commit/29c4309f818b24304c041bcb4a8f19b5f13f6b62), [`16785ce`](https://github.com/mastra-ai/mastra/commit/16785ced928f6f22638f4488cf8a125d99211799), [`57d157f`](https://github.com/mastra-ai/mastra/commit/57d157f0b163a95c3e6c9eae31bdb11d1bfc64f9), [`61a5705`](https://github.com/mastra-ai/mastra/commit/61a570551278b6743e64243b3ce7d73de915ca8a), [`903f67d`](https://github.com/mastra-ai/mastra/commit/903f67d184504a273893818c02b961f5423a79ad), [`3f3fc30`](https://github.com/mastra-ai/mastra/commit/3f3fc3096f24c4a26cffeecfe73085928f72aa63), [`d827d08`](https://github.com/mastra-ai/mastra/commit/d827d0808ffe1f3553a84e975806cc989b9735dd), [`e33fdbd`](https://github.com/mastra-ai/mastra/commit/e33fdbd07b33920d81e823122331b0c0bee0bb59), [`4524734`](https://github.com/mastra-ai/mastra/commit/45247343e384717a7c8404296275c56201d6470f), [`7a010c5`](https://github.com/mastra-ai/mastra/commit/7a010c56b846a313a49ae42fccd3d8de2b9f292d), [`2a90c55`](https://github.com/mastra-ai/mastra/commit/2a90c55a86a9210697d5adaab5ee94584b079adc), [`2a53598`](https://github.com/mastra-ai/mastra/commit/2a53598c6d8cfeb904a7fc74e57e526d751c8fa6), [`81b6a8f`](https://github.com/mastra-ai/mastra/commit/81b6a8ff79f49a7549d15d66624ac1a0b8f5f971), [`8538a0d`](https://github.com/mastra-ai/mastra/commit/8538a0d232619bf55dad7ddc2a8b0ca77c679a87), [`d90ea65`](https://github.com/mastra-ai/mastra/commit/d90ea6536f7aa51c6545a4e9215b55858e98e16d), [`db70a48`](https://github.com/mastra-ai/mastra/commit/db70a48aeeeeb8e5f92007e8ede52c364ce15287), [`261473a`](https://github.com/mastra-ai/mastra/commit/261473ac637e633064a22076671e2e02b002214d), [`eb09742`](https://github.com/mastra-ai/mastra/commit/eb09742197f66c4c38154c3beec78313e69760b2), [`de8239b`](https://github.com/mastra-ai/mastra/commit/de8239bdcb1d8c0cfa06da21f1569912a66bbc8a), [`e4d366a`](https://github.com/mastra-ai/mastra/commit/e4d366aeb500371dd4210d6aa8361a4c21d87034), [`23c10a1`](https://github.com/mastra-ai/mastra/commit/23c10a1efdd9a693c405511ab2dc8a1236603162), [`b5e6cd7`](https://github.com/mastra-ai/mastra/commit/b5e6cd77fc8c8e64e0494c1d06cee3d84e795d1e), [`d171e55`](https://github.com/mastra-ai/mastra/commit/d171e559ead9f52ec728d424844c8f7b164c4510), [`f0fdc14`](https://github.com/mastra-ai/mastra/commit/f0fdc14ee233d619266b3d2bbdeea7d25cfc6d13), [`a4f010b`](https://github.com/mastra-ai/mastra/commit/a4f010b22e4355a5fdee70a1fe0f6e4a692cc29e), [`c7cd3c7`](https://github.com/mastra-ai/mastra/commit/c7cd3c7a187d7aaf79e2ca139de328bf609a14b4), [`db18bc9`](https://github.com/mastra-ai/mastra/commit/db18bc9c3825e2c1a0ad9a183cc9935f6691bfa1), [`96d35f6`](https://github.com/mastra-ai/mastra/commit/96d35f61376bc2b1bf148648a2c1985bd51bef55), [`68ec97d`](https://github.com/mastra-ai/mastra/commit/68ec97d4c07c6393fcf95c2481fc5d73da99f8c8), [`8dc7f55`](https://github.com/mastra-ai/mastra/commit/8dc7f55900395771da851dc7d78d53ae84fe34ec), [`cfabdd4`](https://github.com/mastra-ai/mastra/commit/cfabdd4aae7a726b706942d6836eeca110fb6267), [`9b37b56`](https://github.com/mastra-ai/mastra/commit/9b37b565e1f2a76c24f728945cc740c2b09be9da), [`01b20fe`](https://github.com/mastra-ai/mastra/commit/01b20fefb7c67c2b7d79417598ef4e60256d1225), [`dd4f34c`](https://github.com/mastra-ai/mastra/commit/dd4f34c78cbae24063463475b0619575c415f9b8), [`8379099`](https://github.com/mastra-ai/mastra/commit/8379099fc467af6bef54dd7f80c9bd75bf8bbddf), [`0dbf199`](https://github.com/mastra-ai/mastra/commit/0dbf199110f22192ce5c95b1c8148d4872b4d119), [`5cbe88a`](https://github.com/mastra-ai/mastra/commit/5cbe88aefbd9f933bca669fd371ea36bf939ac6d), [`41a23c3`](https://github.com/mastra-ai/mastra/commit/41a23c32f9877d71810f37e24930515df2ff7a0f), [`a1bd7b8`](https://github.com/mastra-ai/mastra/commit/a1bd7b8571db16b94eb01588f451a74758c96d65), [`d78b38d`](https://github.com/mastra-ai/mastra/commit/d78b38d898fce285260d3bbb4befade54331617f), [`a0a5b4b`](https://github.com/mastra-ai/mastra/commit/a0a5b4bbebe6c701ebbadf744873aa0d5ca01371), [`ce0a73a`](https://github.com/mastra-ai/mastra/commit/ce0a73abeaa75b10ca38f9e40a255a645d50ebfb), [`5d171ad`](https://github.com/mastra-ai/mastra/commit/5d171ad9ef340387276b77c2bb3e83e83332d729), [`0633100`](https://github.com/mastra-ai/mastra/commit/0633100a911ad22f5256471bdf753da21c104742), [`3759cb0`](https://github.com/mastra-ai/mastra/commit/3759cb064935b5f74c65ac2f52a1145f7352899d), [`929f69c`](https://github.com/mastra-ai/mastra/commit/929f69c3436fa20dd0f0e2f7ebe8270bd82a1529), [`c710c16`](https://github.com/mastra-ai/mastra/commit/c710c1652dccfdc4111c8412bca7a6bb1d48b441), [`10c2735`](https://github.com/mastra-ai/mastra/commit/10c27355edfdad1ee2b826b897df74125eb81fb8), [`354ad0b`](https://github.com/mastra-ai/mastra/commit/354ad0b7b1b8183ac567f236a884fc7ede6d7138), [`cfae733`](https://github.com/mastra-ai/mastra/commit/cfae73394f4920635e6c919c8e95ff9a0788e2e5), [`8c0ec25`](https://github.com/mastra-ai/mastra/commit/8c0ec25646c8a7df253ed1e5ff4863a0d3f1316c), [`e3dfda7`](https://github.com/mastra-ai/mastra/commit/e3dfda7b11bf3b8c4bb55637028befb5f387fc74), [`69ea758`](https://github.com/mastra-ai/mastra/commit/69ea758358edd7117f191c2e69c8bb5fc79e7a1a), [`73b0bb3`](https://github.com/mastra-ai/mastra/commit/73b0bb394dba7c9482eb467a97ab283dbc0ef4db), [`651e772`](https://github.com/mastra-ai/mastra/commit/651e772eb1475fb13e126d3fcc01751297a88214), [`a02e542`](https://github.com/mastra-ai/mastra/commit/a02e542d23179bad250b044b17ff023caa61739f), [`f03ae60`](https://github.com/mastra-ai/mastra/commit/f03ae60500fe350c9d828621006cdafe1975fdd8), [`6b3ba91`](https://github.com/mastra-ai/mastra/commit/6b3ba91494cc10394df96782f349a4f7b1e152cc), [`a372c64`](https://github.com/mastra-ai/mastra/commit/a372c640ad1fd12e8f0613cebdc682fc156b4d95), [`993ad98`](https://github.com/mastra-ai/mastra/commit/993ad98d7ad3bebda9ecef5fec5c94349a0d04bc), [`676ccc7`](https://github.com/mastra-ai/mastra/commit/676ccc7fe92468d2d45d39c31a87825c89fd1ea0), [`3ff2c17`](https://github.com/mastra-ai/mastra/commit/3ff2c17a58e312fad5ea37377262c12d92ca0908), [`a0e437f`](https://github.com/mastra-ai/mastra/commit/a0e437fac561b28ee719e0302d72b2f9b4c138f0), [`d1e74a0`](https://github.com/mastra-ai/mastra/commit/d1e74a0a293866dece31022047f5dbab65a304d0), [`844ea5d`](https://github.com/mastra-ai/mastra/commit/844ea5dc0c248961e7bf73629ae7dcff503e853c), [`5627a8c`](https://github.com/mastra-ai/mastra/commit/5627a8c6dc11fe3711b3fa7a6ffd6eb34100a306), [`398fde3`](https://github.com/mastra-ai/mastra/commit/398fde3f39e707cda79372cdae8f9870e3b57c8d), [`c10398d`](https://github.com/mastra-ai/mastra/commit/c10398d5b88f1d4af556f4267ff06f1d11e89179), [`3ff45d1`](https://github.com/mastra-ai/mastra/commit/3ff45d10e0c80c5335a957ab563da72feb623520), [`f0f8f12`](https://github.com/mastra-ai/mastra/commit/f0f8f125c308f2d0fd36942ef652fd852df7522f), [`b61b93f`](https://github.com/mastra-ai/mastra/commit/b61b93f9e058b11dd2eec169853175d31dbdd567), [`bae33d9`](https://github.com/mastra-ai/mastra/commit/bae33d91a63fbb64d1e80519e1fc1acaed1e9013), [`39e7869`](https://github.com/mastra-ai/mastra/commit/39e7869bc7d0ee391077ce291474d8a84eedccff), [`0d7618b`](https://github.com/mastra-ai/mastra/commit/0d7618bc650bf2800934b243eca5648f4aeed9c2), [`7b763e5`](https://github.com/mastra-ai/mastra/commit/7b763e52fc3eaf699c2a99f2adf418dd46e4e9a5), [`251df45`](https://github.com/mastra-ai/mastra/commit/251df4531407dfa46d805feb40ff3fb49769f455), [`d36cfbb`](https://github.com/mastra-ai/mastra/commit/d36cfbbb6565ba5f827883cc9bb648eb14befdc1), [`f894d14`](https://github.com/mastra-ai/mastra/commit/f894d148946629af7b1f452d65a9cf864cec3765), [`8846867`](https://github.com/mastra-ai/mastra/commit/8846867ffa9a3746767618e314bebac08eb77d87), [`1924cf0`](https://github.com/mastra-ai/mastra/commit/1924cf06816e5e4d4d5333065ec0f4bb02a97799), [`c0b731f`](https://github.com/mastra-ai/mastra/commit/c0b731fb27d712dc8582e846df5c0332a6a0c5ba), [`5761926`](https://github.com/mastra-ai/mastra/commit/57619260c4a2cdd598763abbacd90de594c6bc76), [`c2b9547`](https://github.com/mastra-ai/mastra/commit/c2b9547bf435f56339f23625a743b2147ab1c7a6), [`3697853`](https://github.com/mastra-ai/mastra/commit/3697853deeb72017d90e0f38a93c1e29221aeca0), [`c900fdd`](https://github.com/mastra-ai/mastra/commit/c900fdd504c41348efdffb205cfe80d48c38fa33), [`9312dcd`](https://github.com/mastra-ai/mastra/commit/9312dcd1c6f5b321929e7d382e763d95fdc030f5), [`b2e45ec`](https://github.com/mastra-ai/mastra/commit/b2e45eca727a8db01a81ba93f1a5219c7183c839), [`5d7000f`](https://github.com/mastra-ai/mastra/commit/5d7000f757cd65ea9dc5b05e662fd83dfd44e932), [`43ca8f2`](https://github.com/mastra-ai/mastra/commit/43ca8f2c7334851cc7b4d3d2f037d8784bfbdd5f), [`d6d49f7`](https://github.com/mastra-ai/mastra/commit/d6d49f7b8714fa19a52ff9c7cf7fb7e73751901e), [`00c2387`](https://github.com/mastra-ai/mastra/commit/00c2387f5f04a365316f851e58666ac43f8c4edf), [`a534e95`](https://github.com/mastra-ai/mastra/commit/a534e9591f83b3cc1ebff99c67edf4cda7bf81d3), [`9d0e7fe`](https://github.com/mastra-ai/mastra/commit/9d0e7feca8ed98de959f53476ee1456073673348), [`53d927c`](https://github.com/mastra-ai/mastra/commit/53d927cc6f03bff33655b7e2b788da445a08731d), [`ad6250d`](https://github.com/mastra-ai/mastra/commit/ad6250dbdaad927e29f74a27b83f6c468b50a705), [`580b592`](https://github.com/mastra-ai/mastra/commit/580b5927afc82fe460dfdf9a38a902511b6b7e7f), [`604a79f`](https://github.com/mastra-ai/mastra/commit/604a79fecf276e26a54a3fe01bb94e65315d2e0e), [`42a42cf`](https://github.com/mastra-ai/mastra/commit/42a42cf3132b9786feecbb8c13c583dce5b0e198), [`3f2faf2`](https://github.com/mastra-ai/mastra/commit/3f2faf2e2d685d6c053cc5af1bf9fedf267b2ce5), [`22f64bc`](https://github.com/mastra-ai/mastra/commit/22f64bc1d37149480b58bf2fefe35b79a1e3e7d5), [`ff4d9a6`](https://github.com/mastra-ai/mastra/commit/ff4d9a6704fc87b31a380a76ed22736fdedbba5a), [`50fd320`](https://github.com/mastra-ai/mastra/commit/50fd320003d0d93831c230ef531bef41f5ba7b3a), [`847c212`](https://github.com/mastra-ai/mastra/commit/847c212caba7df0d6f2fc756b494ac3c75c3720d), [`69821ef`](https://github.com/mastra-ai/mastra/commit/69821ef806482e2c44e2197ac0b050c3fe3a5285), [`3a73998`](https://github.com/mastra-ai/mastra/commit/3a73998fa4ebeb7f3dc9301afe78095fc63e7999), [`ffa553a`](https://github.com/mastra-ai/mastra/commit/ffa553a3edc1bd17d73669fba66d6b6f4ac10897), [`83d5942`](https://github.com/mastra-ai/mastra/commit/83d5942669ce7bba4a6ca4fd4da697a10eb5ebdc), [`58e3931`](https://github.com/mastra-ai/mastra/commit/58e3931af9baa5921688566210f00fb0c10479fa), [`ae08bf0`](https://github.com/mastra-ai/mastra/commit/ae08bf0ebc6a4e4da992b711c4a389c32ba84cf4), [`0bed332`](https://github.com/mastra-ai/mastra/commit/0bed332843f627202c6520eaf671771313cd20f3), [`887f0b4`](https://github.com/mastra-ai/mastra/commit/887f0b4746cdbd7cb7d6b17ac9f82aeb58037ea5), [`2562143`](https://github.com/mastra-ai/mastra/commit/256214336b4faa78646c9c1776612393790d8784), [`b7959e6`](https://github.com/mastra-ai/mastra/commit/b7959e6e25a46b480f9ea2217c4c6c588c423791), [`a7ce182`](https://github.com/mastra-ai/mastra/commit/a7ce1822a8785ce45d62dd5c911af465e144f7d7), [`bda6370`](https://github.com/mastra-ai/mastra/commit/bda637009360649aaf579919e7873e33553c273e), [`d7acd8e`](https://github.com/mastra-ai/mastra/commit/d7acd8e987b5d7eff4fd98b0906c17c06a2e83d5), [`c7f1f7d`](https://github.com/mastra-ai/mastra/commit/c7f1f7d24f61f247f018cc2d1f33bf63212959a7), [`0bddc6d`](https://github.com/mastra-ai/mastra/commit/0bddc6d8dbd6f6008c0cba2e4960a2da75a55af1), [`bec5efd`](https://github.com/mastra-ai/mastra/commit/bec5efde96653ccae6604e68c696d1bc6c1a0bf5), [`5947fcd`](https://github.com/mastra-ai/mastra/commit/5947fcdd425531f29f9422026d466c2ee3113c93), [`4aa55b3`](https://github.com/mastra-ai/mastra/commit/4aa55b383cf06043943359ea316572fd969861a7), [`21735a7`](https://github.com/mastra-ai/mastra/commit/21735a7ef306963554a69a89b44f06c3bcd85141), [`735d8c1`](https://github.com/mastra-ai/mastra/commit/735d8c1c0d19fbc09e6f8b66cf41bc7655993838), [`7907fd1`](https://github.com/mastra-ai/mastra/commit/7907fd1c5059813b7b870b81ca71041dc807331b), [`1ed5716`](https://github.com/mastra-ai/mastra/commit/1ed5716830867b3774c4a1b43cc0d82935f32b96), [`acf322e`](https://github.com/mastra-ai/mastra/commit/acf322e0f1fd0189684cf529d91c694bea918a45), [`2ca67cc`](https://github.com/mastra-ai/mastra/commit/2ca67cc3bb1f6a617353fdcab197d9efebe60d6f), [`9eedf7d`](https://github.com/mastra-ai/mastra/commit/9eedf7de1d6e0022a2f4e5e9e6fe1ec468f9b43c), [`b339816`](https://github.com/mastra-ai/mastra/commit/b339816df0984d0243d944ac2655d6ba5f809cde), [`e16d553`](https://github.com/mastra-ai/mastra/commit/e16d55338403c7553531cc568125c63d53653dff), [`6f941c4`](https://github.com/mastra-ai/mastra/commit/6f941c438ca5f578619788acc7608fc2e23bd176), [`4186bdd`](https://github.com/mastra-ai/mastra/commit/4186bdd00731305726fa06adba0b076a1d50b49f), [`08bb631`](https://github.com/mastra-ai/mastra/commit/08bb631ae2b14684b2678e3549d0b399a6f0561e), [`c942802`](https://github.com/mastra-ai/mastra/commit/c942802a477a925b01859a7b8688d4355715caaa), [`4f0331a`](https://github.com/mastra-ai/mastra/commit/4f0331a79bf6eb5ee598a5086e55de4b5a0ada03), [`a0c8c1b`](https://github.com/mastra-ai/mastra/commit/a0c8c1b87d4fee252aebda73e8637fbe01d761c9), [`1d877b8`](https://github.com/mastra-ai/mastra/commit/1d877b8d7b536a251c1a7a18db7ddcf4f68d6f8b), [`cc34739`](https://github.com/mastra-ai/mastra/commit/cc34739c34b6266a91bea561119240a7acf47887), [`c218bd3`](https://github.com/mastra-ai/mastra/commit/c218bd3759e32423735b04843a09404572631014), [`9e67002`](https://github.com/mastra-ai/mastra/commit/9e67002b52c9be19936c420a489dbee9c5fd6a78), [`7aaf973`](https://github.com/mastra-ai/mastra/commit/7aaf973f83fbbe9521f1f9e7a4fd99b8de464617), [`2c4438b`](https://github.com/mastra-ai/mastra/commit/2c4438b87817ab7eed818c7990fef010475af1a3), [`35edc49`](https://github.com/mastra-ai/mastra/commit/35edc49ac0556db609189641d6341e76771b81fc), [`4d59f58`](https://github.com/mastra-ai/mastra/commit/4d59f58de2d90d6e2810a19d4518e38ddddb9038), [`ef11a61`](https://github.com/mastra-ai/mastra/commit/ef11a61920fa0ed08a5b7ceedd192875af119749), [`2b8893c`](https://github.com/mastra-ai/mastra/commit/2b8893cb108ef9acb72ee7835cd625610d2c1a4a), [`8e5c75b`](https://github.com/mastra-ai/mastra/commit/8e5c75bdb1d08a42d45309a4c72def4b6890230f), [`e1bb9c9`](https://github.com/mastra-ai/mastra/commit/e1bb9c94b4eb68b019ae275981be3feb769b5365), [`351a11f`](https://github.com/mastra-ai/mastra/commit/351a11fcaf2ed1008977fa9b9a489fc422e51cd4), [`8a73529`](https://github.com/mastra-ai/mastra/commit/8a73529ca01187f604b1f3019d0a725ac63ae55f), [`e59e0d3`](https://github.com/mastra-ai/mastra/commit/e59e0d32afb5fcf2c9f3c00c8f81f6c21d3a63fa), [`4fba91b`](https://github.com/mastra-ai/mastra/commit/4fba91bec7c95911dc28e369437596b152b04cd0), [`465ac05`](https://github.com/mastra-ai/mastra/commit/465ac0526a91d175542091c675181f1a96c98c46), [`fa8409b`](https://github.com/mastra-ai/mastra/commit/fa8409bc39cfd8ba6643b9db5269b90b22e2a2f7), [`8a000da`](https://github.com/mastra-ai/mastra/commit/8a000da0c09c679a2312f6b3aa05b2ca78ca7393), [`e7266a2`](https://github.com/mastra-ai/mastra/commit/e7266a278db02035c97a5e9cd9d1669a6b7a535d), [`173c535`](https://github.com/mastra-ai/mastra/commit/173c535c0645b0da404fe09f003778f0b0d4e019), [`12b0cc4`](https://github.com/mastra-ai/mastra/commit/12b0cc4077d886b1a552637dedb70a7ade93528c), [`3bf6c5f`](https://github.com/mastra-ai/mastra/commit/3bf6c5f104c25226cd84e0c77f9dec15f2cac2db)]:
1811
+ - @mastra/core@1.0.0
1812
+
1813
+ ## 1.0.0-beta.14
1814
+
1815
+ ### Patch Changes
1816
+
1817
+ - Fixed duplicate spans migration issue across all storage backends. When upgrading from older versions, existing duplicate (traceId, spanId) combinations in the spans table could prevent the unique constraint from being created. The migration deduplicates spans before adding the constraint. ([#12073](https://github.com/mastra-ai/mastra/pull/12073))
1818
+
1819
+ **Deduplication rules (in priority order):**
1820
+ 1. Keep completed spans (those with `endedAt` set) over incomplete spans
1821
+ 2. Among spans with the same completion status, keep the one with the newest `updatedAt`
1822
+ 3. Use `createdAt` as the final tiebreaker
1823
+
1824
+ **What changed:**
1825
+ - Added `migrateSpans()` method to observability stores for manual migration
1826
+ - Added `checkSpansMigrationStatus()` method to check if migration is needed
1827
+ - All stores use optimized single-query deduplication to avoid memory issues on large tables
1828
+
1829
+ **Usage example:**
1830
+
1831
+ ```typescript
1832
+ const observability = await storage.getStore('observability');
1833
+ const status = await observability.checkSpansMigrationStatus();
1834
+ if (status.needsMigration) {
1835
+ const result = await observability.migrateSpans();
1836
+ console.log(`Migration complete: ${result.duplicatesRemoved} duplicates removed`);
1837
+ }
1838
+ ```
1839
+
1840
+ Fixes #11840
1841
+
1842
+ - Renamed MastraStorage to MastraCompositeStore for better clarity. The old MastraStorage name remains available as a deprecated alias for backward compatibility, but will be removed in a future version. ([#12093](https://github.com/mastra-ai/mastra/pull/12093))
1843
+
1844
+ **Migration:**
1845
+
1846
+ Update your imports and usage:
1847
+
1848
+ ```typescript
1849
+ // Before
1850
+ import { MastraStorage } from '@mastra/core/storage';
1851
+
1852
+ const storage = new MastraStorage({
1853
+ id: 'composite',
1854
+ domains: { ... }
1855
+ });
1856
+
1857
+ // After
1858
+ import { MastraCompositeStore } from '@mastra/core/storage';
1859
+
1860
+ const storage = new MastraCompositeStore({
1861
+ id: 'composite',
1862
+ domains: { ... }
1863
+ });
1864
+ ```
1865
+
1866
+ The new name better reflects that this is a composite storage implementation that routes different domains (workflows, traces, messages) to different underlying stores, avoiding confusion with the general "Mastra Storage" concept.
1867
+
1868
+ - Updated dependencies [[`026b848`](https://github.com/mastra-ai/mastra/commit/026b8483fbf5b6d977be8f7e6aac8d15c75558ac), [`ffa553a`](https://github.com/mastra-ai/mastra/commit/ffa553a3edc1bd17d73669fba66d6b6f4ac10897)]:
1869
+ - @mastra/core@1.0.0-beta.26
1870
+
1871
+ ## 1.0.0-beta.13
14
1872
 
15
1873
  ### Patch Changes
16
1874
 
17
- - deleteVectors, deleteFilter when upserting, updateVector filter (#10244) ([#10526](https://github.com/mastra-ai/mastra/pull/10526))
1875
+ - Added new `listThreads` method for flexible thread filtering across all storage adapters. ([#11832](https://github.com/mastra-ai/mastra/pull/11832))
1876
+
1877
+ **New Features**
1878
+ - Filter threads by `resourceId`, `metadata`, or both (with AND logic for metadata key-value pairs)
1879
+ - All filter parameters are optional, allowing you to list all threads or filter as needed
1880
+ - Full pagination and sorting support
1881
+
1882
+ **Example Usage**
1883
+
1884
+ ```typescript
1885
+ // List all threads
1886
+ const allThreads = await memory.listThreads({});
1887
+
1888
+ // Filter by resourceId only
1889
+ const userThreads = await memory.listThreads({
1890
+ filter: { resourceId: 'user-123' },
1891
+ });
1892
+
1893
+ // Filter by metadata only
1894
+ const supportThreads = await memory.listThreads({
1895
+ filter: { metadata: { category: 'support' } },
1896
+ });
1897
+
1898
+ // Filter by both with pagination
1899
+ const filteredThreads = await memory.listThreads({
1900
+ filter: {
1901
+ resourceId: 'user-123',
1902
+ metadata: { priority: 'high', status: 'open' },
1903
+ },
1904
+ orderBy: { field: 'updatedAt', direction: 'DESC' },
1905
+ page: 0,
1906
+ perPage: 20,
1907
+ });
1908
+ ```
1909
+
1910
+ **Security Improvements**
1911
+ - Added validation to prevent SQL injection via malicious metadata keys
1912
+ - Added pagination parameter validation to prevent integer overflow attacks
1913
+
1914
+ - Updated dependencies [[`ed3e3dd`](https://github.com/mastra-ai/mastra/commit/ed3e3ddec69d564fe2b125e083437f76331f1283), [`6833c69`](https://github.com/mastra-ai/mastra/commit/6833c69607418d257750bbcdd84638993d343539), [`47b1c16`](https://github.com/mastra-ai/mastra/commit/47b1c16a01c7ffb6765fe1e499b49092f8b7eba3), [`3a76a80`](https://github.com/mastra-ai/mastra/commit/3a76a80284cb71a0faa975abb3d4b2a9631e60cd), [`8538a0d`](https://github.com/mastra-ai/mastra/commit/8538a0d232619bf55dad7ddc2a8b0ca77c679a87), [`9312dcd`](https://github.com/mastra-ai/mastra/commit/9312dcd1c6f5b321929e7d382e763d95fdc030f5)]:
1915
+ - @mastra/core@1.0.0-beta.25
1916
+
1917
+ ## 1.0.0-beta.12
1918
+
1919
+ ### Minor Changes
1920
+
1921
+ - Changed JSON columns from TEXT to JSONB in `mastra_threads` and `mastra_workflow_snapshot` tables. ([#11853](https://github.com/mastra-ai/mastra/pull/11853))
1922
+
1923
+ **Why this change?**
1924
+
1925
+ These were the last remaining columns storing JSON as TEXT. This change aligns them with other tables that already use JSONB, enabling native JSON operators and improved performance. See [#8978](https://github.com/mastra-ai/mastra/issues/8978) for details.
1926
+
1927
+ **Columns Changed:**
1928
+ - `mastra_threads.metadata` - Thread metadata
1929
+ - `mastra_workflow_snapshot.snapshot` - Workflow run state
1930
+
1931
+ **PostgreSQL**
1932
+
1933
+ Migration Required - PostgreSQL enforces column types, so existing tables must be migrated. Note: Migration will fail if existing column values contain invalid JSON.
1934
+
1935
+ ```sql
1936
+ ALTER TABLE mastra_threads
1937
+ ALTER COLUMN metadata TYPE jsonb
1938
+ USING metadata::jsonb;
1939
+
1940
+ ALTER TABLE mastra_workflow_snapshot
1941
+ ALTER COLUMN snapshot TYPE jsonb
1942
+ USING snapshot::jsonb;
1943
+ ```
1944
+
1945
+ **LibSQL**
1946
+
1947
+ No Migration Required - LibSQL now uses native SQLite JSONB format (added in SQLite 3.45) for ~3x performance improvement on JSON operations. The changes are fully backwards compatible:
1948
+ - Existing TEXT JSON data continues to work
1949
+ - New data is stored in binary JSONB format
1950
+ - Both formats can coexist in the same table
1951
+ - All JSON functions (`json_extract`, etc.) work on both formats
1952
+
1953
+ New installations automatically use JSONB. Existing applications continue to work without any changes.
1954
+
1955
+ - Aligned vector store configuration with underlying library APIs, giving you access to all library options directly. ([#11742](https://github.com/mastra-ai/mastra/pull/11742))
1956
+
1957
+ **Why this change?**
18
1958
 
19
- - Fix message sorting in getMessagesPaginated when using semantic recall (include parameter). Messages are now always sorted by createdAt after combining paginated and included messages, ensuring correct chronological ordering of conversation history. All stores now consistently use MessageList for deduplication followed by explicit sorting. ([#10573](https://github.com/mastra-ai/mastra/pull/10573))
1959
+ Previously, each vector store defined its own configuration types that only exposed a subset of the underlying library's options. This meant users couldn't access advanced features like authentication, SSL, compression, or custom headers without creating their own client instances. Now, the configuration types extend the library types directly, so all options are available.
20
1960
 
21
- - Updated dependencies [[`5657314`](https://github.com/mastra-ai/mastra/commit/5657314a1f9d49019bb53f357fa48f75a69247ca), [`e5aca78`](https://github.com/mastra-ai/mastra/commit/e5aca78bb7f263bb8b470bedae81efe9805d7544), [`33a607a`](https://github.com/mastra-ai/mastra/commit/33a607a1f716c2029d4a1ff1603dd756129a33b3), [`cc10fc1`](https://github.com/mastra-ai/mastra/commit/cc10fc192d9f527c71a23cc9def10d8718935ee1), [`1f7ee84`](https://github.com/mastra-ai/mastra/commit/1f7ee841a643ef12d90392125881f06fdf877293), [`e7d5149`](https://github.com/mastra-ai/mastra/commit/e7d514995260b63b2108308e85c64de37dcd0f71), [`f195082`](https://github.com/mastra-ai/mastra/commit/f1950822a2425d5ccae78c5d010e02ddb027a869), [`d9986dd`](https://github.com/mastra-ai/mastra/commit/d9986dd3513f7ca3244a8e599a440ccf4d8bc28b), [`a45b0f0`](https://github.com/mastra-ai/mastra/commit/a45b0f0cd19eab1fe4deceae3abf029442c22f74), [`f6e8eb3`](https://github.com/mastra-ai/mastra/commit/f6e8eb3dac53b70b06e906b2818b1d2a5b0486d7), [`ce57a2b`](https://github.com/mastra-ai/mastra/commit/ce57a2b62fd0d5f6532e4ecd1ba9ba93ac9b95fc), [`3236f35`](https://github.com/mastra-ai/mastra/commit/3236f352ae13cc8552c2965164e97bd125dae48d), [`ce57a2b`](https://github.com/mastra-ai/mastra/commit/ce57a2b62fd0d5f6532e4ecd1ba9ba93ac9b95fc), [`0230321`](https://github.com/mastra-ai/mastra/commit/02303217870bedea0ef009bea9a952f24ed38aaf), [`7b541f4`](https://github.com/mastra-ai/mastra/commit/7b541f49eda6f5a87b738198edbd136927599475), [`0eea842`](https://github.com/mastra-ai/mastra/commit/0eea8423cbdd37f2111593c6f7d2efcde4b7e4ce), [`63ae8a2`](https://github.com/mastra-ai/mastra/commit/63ae8a22c0c09bbb8b9779f5f38934cd75f616af), [`bf810c5`](https://github.com/mastra-ai/mastra/commit/bf810c5c561bd8ef221c0f6bd84e69770b9a38cc), [`ac7ef07`](https://github.com/mastra-ai/mastra/commit/ac7ef07633caee89707142171d2873c888ffef85), [`522f0b4`](https://github.com/mastra-ai/mastra/commit/522f0b45330719858794eabffffde4f343f55549), [`bf810c5`](https://github.com/mastra-ai/mastra/commit/bf810c5c561bd8ef221c0f6bd84e69770b9a38cc), [`8b51d55`](https://github.com/mastra-ai/mastra/commit/8b51d55bae531edf7e383958d7ecee04df31f5d5), [`2131ac5`](https://github.com/mastra-ai/mastra/commit/2131ac571d5065f0a656c57494bca98691bb7609)]:
22
- - @mastra/core@0.24.6
1961
+ **@mastra/libsql** (Breaking)
23
1962
 
24
- ## 0.16.3-alpha.0
1963
+ Renamed `connectionUrl` to `url` to match the `@libsql/client` API and align with LibSQLStorage.
1964
+
1965
+ ```typescript
1966
+ // Before
1967
+ new LibSQLVector({ id: 'my-vector', connectionUrl: 'file:./db.sqlite' });
1968
+
1969
+ // After
1970
+ new LibSQLVector({ id: 'my-vector', url: 'file:./db.sqlite' });
1971
+ ```
1972
+
1973
+ **@mastra/opensearch** (Breaking)
1974
+
1975
+ Renamed `url` to `node` and added support for all OpenSearch `ClientOptions` including authentication, SSL, and compression.
1976
+
1977
+ ```typescript
1978
+ // Before
1979
+ new OpenSearchVector({ id: 'my-vector', url: 'http://localhost:9200' });
1980
+
1981
+ // After
1982
+ new OpenSearchVector({ id: 'my-vector', node: 'http://localhost:9200' });
1983
+
1984
+ // With authentication (now possible)
1985
+ new OpenSearchVector({
1986
+ id: 'my-vector',
1987
+ node: 'https://localhost:9200',
1988
+ auth: { username: 'admin', password: 'admin' },
1989
+ ssl: { rejectUnauthorized: false },
1990
+ });
1991
+ ```
1992
+
1993
+ **@mastra/pinecone** (Breaking)
1994
+
1995
+ Removed `environment` parameter. Use `controllerHostUrl` instead (the actual Pinecone SDK field name). Added support for all `PineconeConfiguration` options.
1996
+
1997
+ ```typescript
1998
+ // Before
1999
+ new PineconeVector({ id: 'my-vector', apiKey: '...', environment: '...' });
2000
+
2001
+ // After
2002
+ new PineconeVector({ id: 'my-vector', apiKey: '...' });
2003
+
2004
+ // With custom controller host (if needed)
2005
+ new PineconeVector({ id: 'my-vector', apiKey: '...', controllerHostUrl: '...' });
2006
+ ```
2007
+
2008
+ **@mastra/clickhouse**
2009
+
2010
+ Added support for all `ClickHouseClientConfigOptions` like `request_timeout`, `compression`, `keep_alive`, and `database`. Existing configurations continue to work unchanged.
2011
+
2012
+ **@mastra/cloudflare, @mastra/cloudflare-d1, @mastra/lance, @mastra/libsql, @mastra/mongodb, @mastra/pg, @mastra/upstash**
2013
+
2014
+ Improved logging by replacing `console.warn` with structured logger in workflow storage domains.
2015
+
2016
+ **@mastra/deployer-cloud**
2017
+
2018
+ Updated internal LibSQLVector configuration for compatibility with the new API.
2019
+
2020
+ ### Patch Changes
2021
+
2022
+ - Updated dependencies [[`ebae12a`](https://github.com/mastra-ai/mastra/commit/ebae12a2dd0212e75478981053b148a2c246962d), [`c61a0a5`](https://github.com/mastra-ai/mastra/commit/c61a0a5de4904c88fd8b3718bc26d1be1c2ec6e7), [`69136e7`](https://github.com/mastra-ai/mastra/commit/69136e748e32f57297728a4e0f9a75988462f1a7), [`449aed2`](https://github.com/mastra-ai/mastra/commit/449aed2ba9d507b75bf93d427646ea94f734dfd1), [`eb648a2`](https://github.com/mastra-ai/mastra/commit/eb648a2cc1728f7678768dd70cd77619b448dab9), [`0131105`](https://github.com/mastra-ai/mastra/commit/0131105532e83bdcbb73352fc7d0879eebf140dc), [`9d5059e`](https://github.com/mastra-ai/mastra/commit/9d5059eae810829935fb08e81a9bb7ecd5b144a7), [`ef756c6`](https://github.com/mastra-ai/mastra/commit/ef756c65f82d16531c43f49a27290a416611e526), [`b00ccd3`](https://github.com/mastra-ai/mastra/commit/b00ccd325ebd5d9e37e34dd0a105caae67eb568f), [`3bdfa75`](https://github.com/mastra-ai/mastra/commit/3bdfa7507a91db66f176ba8221aa28dd546e464a), [`e770de9`](https://github.com/mastra-ai/mastra/commit/e770de941a287a49b1964d44db5a5763d19890a6), [`52e2716`](https://github.com/mastra-ai/mastra/commit/52e2716b42df6eff443de72360ae83e86ec23993), [`27b4040`](https://github.com/mastra-ai/mastra/commit/27b4040bfa1a95d92546f420a02a626b1419a1d6), [`610a70b`](https://github.com/mastra-ai/mastra/commit/610a70bdad282079f0c630e0d7bb284578f20151), [`8dc7f55`](https://github.com/mastra-ai/mastra/commit/8dc7f55900395771da851dc7d78d53ae84fe34ec), [`8379099`](https://github.com/mastra-ai/mastra/commit/8379099fc467af6bef54dd7f80c9bd75bf8bbddf), [`8c0ec25`](https://github.com/mastra-ai/mastra/commit/8c0ec25646c8a7df253ed1e5ff4863a0d3f1316c), [`ff4d9a6`](https://github.com/mastra-ai/mastra/commit/ff4d9a6704fc87b31a380a76ed22736fdedbba5a), [`69821ef`](https://github.com/mastra-ai/mastra/commit/69821ef806482e2c44e2197ac0b050c3fe3a5285), [`1ed5716`](https://github.com/mastra-ai/mastra/commit/1ed5716830867b3774c4a1b43cc0d82935f32b96), [`4186bdd`](https://github.com/mastra-ai/mastra/commit/4186bdd00731305726fa06adba0b076a1d50b49f), [`7aaf973`](https://github.com/mastra-ai/mastra/commit/7aaf973f83fbbe9521f1f9e7a4fd99b8de464617)]:
2023
+ - @mastra/core@1.0.0-beta.22
2024
+
2025
+ ## 1.0.0-beta.11
25
2026
 
26
2027
  ### Patch Changes
27
2028
 
28
- - deleteVectors, deleteFilter when upserting, updateVector filter (#10244) ([#10526](https://github.com/mastra-ai/mastra/pull/10526))
2029
+ - Add embedded documentation support for Mastra packages ([#11472](https://github.com/mastra-ai/mastra/pull/11472))
2030
+
2031
+ Mastra packages now include embedded documentation in the published npm package under `dist/docs/`. This enables coding agents and AI assistants to understand and use the framework by reading documentation directly from `node_modules`.
2032
+
2033
+ Each package includes:
2034
+ - **SKILL.md** - Entry point explaining the package's purpose and capabilities
2035
+ - **SOURCE_MAP.json** - Machine-readable index mapping exports to types and implementation files
2036
+ - **Topic folders** - Conceptual documentation organized by feature area
2037
+
2038
+ Documentation is driven by the `packages` frontmatter field in MDX files, which maps docs to their corresponding packages. CI validation ensures all docs include this field.
2039
+
2040
+ - Added `startExclusive` and `endExclusive` options to `dateRange` filter for message queries. ([#11479](https://github.com/mastra-ai/mastra/pull/11479))
2041
+
2042
+ **What changed:** The `filter.dateRange` parameter in `listMessages()` and `Memory.recall()` now supports `startExclusive` and `endExclusive` boolean options. When set to `true`, messages with timestamps exactly matching the boundary are excluded from results.
2043
+
2044
+ **Why this matters:** Enables cursor-based pagination for chat applications. When new messages arrive during a session, offset-based pagination can skip or duplicate messages. Using `endExclusive: true` with the oldest message's timestamp as a cursor ensures consistent pagination without gaps or duplicates.
2045
+
2046
+ **Example:**
2047
+
2048
+ ```typescript
2049
+ // Get first page
2050
+ const page1 = await memory.recall({
2051
+ threadId: 'thread-123',
2052
+ perPage: 10,
2053
+ orderBy: { field: 'createdAt', direction: 'DESC' },
2054
+ });
2055
+
2056
+ // Get next page using cursor-based pagination
2057
+ const oldestMessage = page1.messages[page1.messages.length - 1];
2058
+ const page2 = await memory.recall({
2059
+ threadId: 'thread-123',
2060
+ perPage: 10,
2061
+ orderBy: { field: 'createdAt', direction: 'DESC' },
2062
+ filter: {
2063
+ dateRange: {
2064
+ end: oldestMessage.createdAt,
2065
+ endExclusive: true, // Excludes the cursor message
2066
+ },
2067
+ },
2068
+ });
2069
+ ```
2070
+
2071
+ - Adds thread cloning to create independent copies of conversations that can diverge. ([#11517](https://github.com/mastra-ai/mastra/pull/11517))
29
2072
 
30
- - Fix message sorting in getMessagesPaginated when using semantic recall (include parameter). Messages are now always sorted by createdAt after combining paginated and included messages, ensuring correct chronological ordering of conversation history. All stores now consistently use MessageList for deduplication followed by explicit sorting. ([#10573](https://github.com/mastra-ai/mastra/pull/10573))
2073
+ ```typescript
2074
+ // Clone a thread
2075
+ const { thread, clonedMessages } = await memory.cloneThread({
2076
+ sourceThreadId: 'thread-123',
2077
+ title: 'My Clone',
2078
+ options: {
2079
+ messageLimit: 10, // optional: only copy last N messages
2080
+ },
2081
+ });
31
2082
 
32
- - Updated dependencies [[`5657314`](https://github.com/mastra-ai/mastra/commit/5657314a1f9d49019bb53f357fa48f75a69247ca), [`e5aca78`](https://github.com/mastra-ai/mastra/commit/e5aca78bb7f263bb8b470bedae81efe9805d7544), [`33a607a`](https://github.com/mastra-ai/mastra/commit/33a607a1f716c2029d4a1ff1603dd756129a33b3), [`cc10fc1`](https://github.com/mastra-ai/mastra/commit/cc10fc192d9f527c71a23cc9def10d8718935ee1), [`1f7ee84`](https://github.com/mastra-ai/mastra/commit/1f7ee841a643ef12d90392125881f06fdf877293), [`e7d5149`](https://github.com/mastra-ai/mastra/commit/e7d514995260b63b2108308e85c64de37dcd0f71), [`f195082`](https://github.com/mastra-ai/mastra/commit/f1950822a2425d5ccae78c5d010e02ddb027a869), [`d9986dd`](https://github.com/mastra-ai/mastra/commit/d9986dd3513f7ca3244a8e599a440ccf4d8bc28b), [`a45b0f0`](https://github.com/mastra-ai/mastra/commit/a45b0f0cd19eab1fe4deceae3abf029442c22f74), [`f6e8eb3`](https://github.com/mastra-ai/mastra/commit/f6e8eb3dac53b70b06e906b2818b1d2a5b0486d7), [`ce57a2b`](https://github.com/mastra-ai/mastra/commit/ce57a2b62fd0d5f6532e4ecd1ba9ba93ac9b95fc), [`3236f35`](https://github.com/mastra-ai/mastra/commit/3236f352ae13cc8552c2965164e97bd125dae48d), [`ce57a2b`](https://github.com/mastra-ai/mastra/commit/ce57a2b62fd0d5f6532e4ecd1ba9ba93ac9b95fc), [`0230321`](https://github.com/mastra-ai/mastra/commit/02303217870bedea0ef009bea9a952f24ed38aaf), [`7b541f4`](https://github.com/mastra-ai/mastra/commit/7b541f49eda6f5a87b738198edbd136927599475), [`0eea842`](https://github.com/mastra-ai/mastra/commit/0eea8423cbdd37f2111593c6f7d2efcde4b7e4ce), [`63ae8a2`](https://github.com/mastra-ai/mastra/commit/63ae8a22c0c09bbb8b9779f5f38934cd75f616af), [`bf810c5`](https://github.com/mastra-ai/mastra/commit/bf810c5c561bd8ef221c0f6bd84e69770b9a38cc), [`ac7ef07`](https://github.com/mastra-ai/mastra/commit/ac7ef07633caee89707142171d2873c888ffef85), [`522f0b4`](https://github.com/mastra-ai/mastra/commit/522f0b45330719858794eabffffde4f343f55549), [`bf810c5`](https://github.com/mastra-ai/mastra/commit/bf810c5c561bd8ef221c0f6bd84e69770b9a38cc), [`8b51d55`](https://github.com/mastra-ai/mastra/commit/8b51d55bae531edf7e383958d7ecee04df31f5d5), [`2131ac5`](https://github.com/mastra-ai/mastra/commit/2131ac571d5065f0a656c57494bca98691bb7609)]:
33
- - @mastra/core@0.24.6-alpha.0
2083
+ // Check if a thread is a clone
2084
+ if (memory.isClone(thread)) {
2085
+ const source = await memory.getSourceThread(thread.id);
2086
+ }
34
2087
 
35
- ## 0.16.2
2088
+ // List all clones of a thread
2089
+ const clones = await memory.listClones('thread-123');
2090
+ ```
2091
+
2092
+ Includes:
2093
+ - Storage implementations for InMemory, PostgreSQL, LibSQL, Upstash
2094
+ - API endpoint: `POST /api/memory/threads/:threadId/clone`
2095
+ - Embeddings created for cloned messages (semantic recall)
2096
+ - Clone button in playground UI Memory tab
2097
+
2098
+ - Updated dependencies [[`d2d3e22`](https://github.com/mastra-ai/mastra/commit/d2d3e22a419ee243f8812a84e3453dd44365ecb0), [`bc72b52`](https://github.com/mastra-ai/mastra/commit/bc72b529ee4478fe89ecd85a8be47ce0127b82a0), [`05b8bee`](https://github.com/mastra-ai/mastra/commit/05b8bee9e50e6c2a4a2bf210eca25ee212ca24fa), [`c042bd0`](https://github.com/mastra-ai/mastra/commit/c042bd0b743e0e86199d0cb83344ca7690e34a9c), [`940a2b2`](https://github.com/mastra-ai/mastra/commit/940a2b27480626ed7e74f55806dcd2181c1dd0c2), [`e0941c3`](https://github.com/mastra-ai/mastra/commit/e0941c3d7fc75695d5d258e7008fd5d6e650800c), [`0c0580a`](https://github.com/mastra-ai/mastra/commit/0c0580a42f697cd2a7d5973f25bfe7da9055038a), [`28f5f89`](https://github.com/mastra-ai/mastra/commit/28f5f89705f2409921e3c45178796c0e0d0bbb64), [`e601b27`](https://github.com/mastra-ai/mastra/commit/e601b272c70f3a5ecca610373aa6223012704892), [`3d3366f`](https://github.com/mastra-ai/mastra/commit/3d3366f31683e7137d126a3a57174a222c5801fb), [`5a4953f`](https://github.com/mastra-ai/mastra/commit/5a4953f7d25bb15ca31ed16038092a39cb3f98b3), [`eb9e522`](https://github.com/mastra-ai/mastra/commit/eb9e522ce3070a405e5b949b7bf5609ca51d7fe2), [`20e6f19`](https://github.com/mastra-ai/mastra/commit/20e6f1971d51d3ff6dd7accad8aaaae826d540ed), [`4f0b3c6`](https://github.com/mastra-ai/mastra/commit/4f0b3c66f196c06448487f680ccbb614d281e2f7), [`74c4f22`](https://github.com/mastra-ai/mastra/commit/74c4f22ed4c71e72598eacc346ba95cdbc00294f), [`81b6a8f`](https://github.com/mastra-ai/mastra/commit/81b6a8ff79f49a7549d15d66624ac1a0b8f5f971), [`e4d366a`](https://github.com/mastra-ai/mastra/commit/e4d366aeb500371dd4210d6aa8361a4c21d87034), [`a4f010b`](https://github.com/mastra-ai/mastra/commit/a4f010b22e4355a5fdee70a1fe0f6e4a692cc29e), [`73b0bb3`](https://github.com/mastra-ai/mastra/commit/73b0bb394dba7c9482eb467a97ab283dbc0ef4db), [`5627a8c`](https://github.com/mastra-ai/mastra/commit/5627a8c6dc11fe3711b3fa7a6ffd6eb34100a306), [`3ff45d1`](https://github.com/mastra-ai/mastra/commit/3ff45d10e0c80c5335a957ab563da72feb623520), [`251df45`](https://github.com/mastra-ai/mastra/commit/251df4531407dfa46d805feb40ff3fb49769f455), [`f894d14`](https://github.com/mastra-ai/mastra/commit/f894d148946629af7b1f452d65a9cf864cec3765), [`c2b9547`](https://github.com/mastra-ai/mastra/commit/c2b9547bf435f56339f23625a743b2147ab1c7a6), [`580b592`](https://github.com/mastra-ai/mastra/commit/580b5927afc82fe460dfdf9a38a902511b6b7e7f), [`58e3931`](https://github.com/mastra-ai/mastra/commit/58e3931af9baa5921688566210f00fb0c10479fa), [`08bb631`](https://github.com/mastra-ai/mastra/commit/08bb631ae2b14684b2678e3549d0b399a6f0561e), [`4fba91b`](https://github.com/mastra-ai/mastra/commit/4fba91bec7c95911dc28e369437596b152b04cd0), [`12b0cc4`](https://github.com/mastra-ai/mastra/commit/12b0cc4077d886b1a552637dedb70a7ade93528c)]:
2099
+ - @mastra/core@1.0.0-beta.20
2100
+
2101
+ ## 1.0.0-beta.10
36
2102
 
37
2103
  ### Patch Changes
38
2104
 
39
- - update peerdeps ([`5ca1cca`](https://github.com/mastra-ai/mastra/commit/5ca1ccac61ffa7141e6d9fa8f22d3ad4d03bf5dc))
2105
+ - Add storage composition to MastraStorage ([#11401](https://github.com/mastra-ai/mastra/pull/11401))
2106
+
2107
+ `MastraStorage` can now compose storage domains from different adapters. Use it when you need different databases for different purposes - for example, PostgreSQL for memory and workflows, but a different database for observability.
2108
+
2109
+ ```typescript
2110
+ import { MastraStorage } from '@mastra/core/storage';
2111
+ import { MemoryPG, WorkflowsPG, ScoresPG } from '@mastra/pg';
2112
+ import { MemoryLibSQL } from '@mastra/libsql';
2113
+
2114
+ // Compose domains from different stores
2115
+ const storage = new MastraStorage({
2116
+ id: 'composite',
2117
+ domains: {
2118
+ memory: new MemoryLibSQL({ url: 'file:./local.db' }),
2119
+ workflows: new WorkflowsPG({ connectionString: process.env.DATABASE_URL }),
2120
+ scores: new ScoresPG({ connectionString: process.env.DATABASE_URL }),
2121
+ },
2122
+ });
2123
+ ```
2124
+
2125
+ **Breaking changes:**
2126
+ - `storage.supports` property no longer exists
2127
+ - `StorageSupports` type is no longer exported from `@mastra/core/storage`
2128
+
2129
+ All stores now support the same features. For domain availability, use `getStore()`:
2130
+
2131
+ ```typescript
2132
+ const store = await storage.getStore('memory');
2133
+ if (store) {
2134
+ // domain is available
2135
+ }
2136
+ ```
2137
+
2138
+ - Updated dependencies [[`3d93a15`](https://github.com/mastra-ai/mastra/commit/3d93a15796b158c617461c8b98bede476ebb43e2), [`efe406a`](https://github.com/mastra-ai/mastra/commit/efe406a1353c24993280ebc2ed61dd9f65b84b26), [`119e5c6`](https://github.com/mastra-ai/mastra/commit/119e5c65008f3e5cfca954eefc2eb85e3bf40da4), [`74e504a`](https://github.com/mastra-ai/mastra/commit/74e504a3b584eafd2f198001c6a113bbec589fd3), [`e33fdbd`](https://github.com/mastra-ai/mastra/commit/e33fdbd07b33920d81e823122331b0c0bee0bb59), [`929f69c`](https://github.com/mastra-ai/mastra/commit/929f69c3436fa20dd0f0e2f7ebe8270bd82a1529), [`8a73529`](https://github.com/mastra-ai/mastra/commit/8a73529ca01187f604b1f3019d0a725ac63ae55f)]:
2139
+ - @mastra/core@1.0.0-beta.16
2140
+
2141
+ ## 1.0.0-beta.9
2142
+
2143
+ ### Minor Changes
2144
+
2145
+ - Introduce StorageDomain base class for composite storage support ([#11249](https://github.com/mastra-ai/mastra/pull/11249))
2146
+
2147
+ Storage adapters now use a domain-based architecture where each domain (memory, workflows, scores, observability, agents) extends a `StorageDomain` base class with `init()` and `dangerouslyClearAll()` methods.
2148
+
2149
+ **Key changes:**
2150
+ - Add `StorageDomain` abstract base class that all domain storage classes extend
2151
+ - Add `InMemoryDB` class for shared state across in-memory domain implementations
2152
+ - All storage domains now implement `dangerouslyClearAll()` for test cleanup
2153
+ - Remove `operations` from public `StorageDomains` type (now internal to each adapter)
2154
+ - Add flexible client/config patterns - domains accept either an existing database client or config to create one internally
2155
+
2156
+ **Why this matters:**
2157
+
2158
+ This enables composite storage where you can use different database adapters per domain:
2159
+
2160
+ ```typescript
2161
+ import { Mastra } from '@mastra/core';
2162
+ import { PostgresStore } from '@mastra/pg';
2163
+ import { ClickhouseStore } from '@mastra/clickhouse';
2164
+
2165
+ // Use Postgres for most domains but Clickhouse for observability
2166
+ const mastra = new Mastra({
2167
+ storage: new PostgresStore({
2168
+ connectionString: 'postgres://...',
2169
+ }),
2170
+ // Future: override specific domains
2171
+ // observability: new ClickhouseStore({ ... }).getStore('observability'),
2172
+ });
2173
+ ```
2174
+
2175
+ **Standalone domain usage:**
2176
+
2177
+ Domains can now be used independently with flexible configuration:
2178
+
2179
+ ```typescript
2180
+ import { MemoryLibSQL } from '@mastra/libsql/memory';
2181
+
2182
+ // Option 1: Pass config to create client internally
2183
+ const memory = new MemoryLibSQL({
2184
+ url: 'file:./local.db',
2185
+ });
2186
+
2187
+ // Option 2: Pass existing client for shared connections
2188
+ import { createClient } from '@libsql/client';
2189
+ const client = createClient({ url: 'file:./local.db' });
2190
+ const memory = new MemoryLibSQL({ client });
2191
+ ```
2192
+
2193
+ **Breaking changes:**
2194
+ - `StorageDomains` type no longer includes `operations` - access via `getStore()` instead
2195
+ - Domain base classes now require implementing `dangerouslyClearAll()` method
2196
+
2197
+ - Refactor storage architecture to use domain-specific stores via `getStore()` pattern ([#11361](https://github.com/mastra-ai/mastra/pull/11361))
2198
+
2199
+ ### Summary
2200
+
2201
+ This release introduces a new storage architecture that replaces passthrough methods on `MastraStorage` with domain-specific storage interfaces accessed via `getStore()`. This change reduces code duplication across storage adapters and provides a cleaner, more modular API.
2202
+
2203
+ ### Migration Guide
2204
+
2205
+ All direct method calls on storage instances should be updated to use `getStore()`:
2206
+
2207
+ ```typescript
2208
+ // Before
2209
+ const thread = await storage.getThreadById({ threadId });
2210
+ await storage.persistWorkflowSnapshot({ workflowName, runId, snapshot });
2211
+ await storage.createSpan(span);
2212
+
2213
+ // After
2214
+ const memory = await storage.getStore('memory');
2215
+ const thread = await memory?.getThreadById({ threadId });
40
2216
 
41
- - Updated dependencies [[`5ca1cca`](https://github.com/mastra-ai/mastra/commit/5ca1ccac61ffa7141e6d9fa8f22d3ad4d03bf5dc), [`6d7e90d`](https://github.com/mastra-ai/mastra/commit/6d7e90db09713e6250f4d6c3d3cff1b4740e50f9), [`f78b908`](https://github.com/mastra-ai/mastra/commit/f78b9080e11af765969b36b4a619761056030840), [`23c2614`](https://github.com/mastra-ai/mastra/commit/23c26140fdbf04b8c59e8d7d52106d67dad962ec), [`e365eda`](https://github.com/mastra-ai/mastra/commit/e365eda45795b43707310531cac1e2ce4e5a0712)]:
42
- - @mastra/core@0.24.0
2217
+ const workflows = await storage.getStore('workflows');
2218
+ await workflows?.persistWorkflowSnapshot({ workflowName, runId, snapshot });
43
2219
 
44
- ## 0.16.2-alpha.0
2220
+ const observability = await storage.getStore('observability');
2221
+ await observability?.createSpan(span);
2222
+ ```
2223
+
2224
+ ### Available Domains
2225
+ - **`memory`**: Thread and message operations (`getThreadById`, `saveThread`, `saveMessages`, etc.)
2226
+ - **`workflows`**: Workflow state persistence (`persistWorkflowSnapshot`, `loadWorkflowSnapshot`, `getWorkflowRunById`, etc.)
2227
+ - **`scores`**: Evaluation scores (`saveScore`, `listScoresByScorerId`, etc.)
2228
+ - **`observability`**: Tracing and spans (`createSpan`, `updateSpan`, `getTrace`, etc.)
2229
+ - **`agents`**: Stored agent configurations (`createAgent`, `getAgentById`, `listAgents`, etc.)
2230
+
2231
+ ### Breaking Changes
2232
+ - Passthrough methods have been removed from `MastraStorage` base class
2233
+ - All storage adapters now require accessing domains via `getStore()`
2234
+ - The `stores` property on storage instances is now the canonical way to access domain storage
2235
+
2236
+ ### Internal Changes
2237
+ - Each storage adapter now initializes domain-specific stores in its constructor
2238
+ - Domain stores share database connections and handle their own table initialization
2239
+
2240
+ - Unified observability schema with entity-based span identification ([#11132](https://github.com/mastra-ai/mastra/pull/11132))
2241
+
2242
+ ## What changed
2243
+
2244
+ Spans now use a unified identification model with `entityId`, `entityType`, and `entityName` instead of separate `agentId`, `toolId`, `workflowId` fields.
2245
+
2246
+ **Before:**
2247
+
2248
+ ```typescript
2249
+ // Old span structure
2250
+ span.agentId; // 'my-agent'
2251
+ span.toolId; // undefined
2252
+ span.workflowId; // undefined
2253
+ ```
2254
+
2255
+ **After:**
2256
+
2257
+ ```typescript
2258
+ // New span structure
2259
+ span.entityType; // EntityType.AGENT
2260
+ span.entityId; // 'my-agent'
2261
+ span.entityName; // 'My Agent'
2262
+ ```
2263
+
2264
+ ## New `listTraces()` API
2265
+
2266
+ Query traces with filtering, pagination, and sorting:
2267
+
2268
+ ```typescript
2269
+ const { spans, pagination } = await storage.listTraces({
2270
+ filters: {
2271
+ entityType: EntityType.AGENT,
2272
+ entityId: 'my-agent',
2273
+ userId: 'user-123',
2274
+ environment: 'production',
2275
+ status: TraceStatus.SUCCESS,
2276
+ startedAt: { start: new Date('2024-01-01'), end: new Date('2024-01-31') },
2277
+ },
2278
+ pagination: { page: 0, perPage: 50 },
2279
+ orderBy: { field: 'startedAt', direction: 'DESC' },
2280
+ });
2281
+ ```
2282
+
2283
+ **Available filters:** date ranges (`startedAt`, `endedAt`), entity (`entityType`, `entityId`, `entityName`), identity (`userId`, `organizationId`), correlation IDs (`runId`, `sessionId`, `threadId`), deployment (`environment`, `source`, `serviceName`), `tags`, `metadata`, and `status`.
2284
+
2285
+ ## New retrieval methods
2286
+ - `getSpan({ traceId, spanId })` - Get a single span
2287
+ - `getRootSpan({ traceId })` - Get the root span of a trace
2288
+ - `getTrace({ traceId })` - Get all spans for a trace
2289
+
2290
+ ## Backward compatibility
2291
+
2292
+ The legacy `getTraces()` method continues to work. When you pass `name: "agent run: my-agent"`, it automatically transforms to `entityId: "my-agent", entityType: AGENT`.
2293
+
2294
+ ## Migration
2295
+
2296
+ **Automatic:** SQL-based stores (PostgreSQL, LibSQL, MSSQL) automatically add new columns to existing `spans` tables on initialization. Existing data is preserved with new columns set to `NULL`.
2297
+
2298
+ **No action required:** Your existing code continues to work. Adopt the new fields and `listTraces()` API at your convenience.
45
2299
 
46
2300
  ### Patch Changes
47
2301
 
48
- - update peerdeps ([`5ca1cca`](https://github.com/mastra-ai/mastra/commit/5ca1ccac61ffa7141e6d9fa8f22d3ad4d03bf5dc))
2302
+ - Added pre-configured client support for all storage adapters. ([#11302](https://github.com/mastra-ai/mastra/pull/11302))
2303
+
2304
+ **What changed**
2305
+
2306
+ All storage adapters now accept pre-configured database clients in addition to connection credentials. This allows you to customize client settings (connection pools, timeouts, interceptors) before passing them to Mastra.
2307
+
2308
+ **Example**
2309
+
2310
+ ```typescript
2311
+ import { createClient } from '@clickhouse/client';
2312
+ import { ClickhouseStore } from '@mastra/clickhouse';
49
2313
 
50
- - Updated dependencies [[`5ca1cca`](https://github.com/mastra-ai/mastra/commit/5ca1ccac61ffa7141e6d9fa8f22d3ad4d03bf5dc), [`6d7e90d`](https://github.com/mastra-ai/mastra/commit/6d7e90db09713e6250f4d6c3d3cff1b4740e50f9), [`f78b908`](https://github.com/mastra-ai/mastra/commit/f78b9080e11af765969b36b4a619761056030840), [`23c2614`](https://github.com/mastra-ai/mastra/commit/23c26140fdbf04b8c59e8d7d52106d67dad962ec), [`e365eda`](https://github.com/mastra-ai/mastra/commit/e365eda45795b43707310531cac1e2ce4e5a0712)]:
51
- - @mastra/core@0.24.0-alpha.0
2314
+ // Create and configure client with custom settings
2315
+ const client = createClient({
2316
+ url: 'http://localhost:8123',
2317
+ username: 'default',
2318
+ password: '',
2319
+ request_timeout: 60000,
2320
+ });
52
2321
 
53
- ## 0.16.1
2322
+ // Pass pre-configured client to store
2323
+ const store = new ClickhouseStore({
2324
+ id: 'my-store',
2325
+ client,
2326
+ });
2327
+ ```
2328
+
2329
+ **Additional improvements**
2330
+ - Added input validation for required connection parameters (URL, credentials) with clear error messages
2331
+
2332
+ - Updated dependencies [[`33a4d2e`](https://github.com/mastra-ai/mastra/commit/33a4d2e4ed8af51f69256232f00c34d6b6b51d48), [`4aaa844`](https://github.com/mastra-ai/mastra/commit/4aaa844a4f19d054490f43638a990cc57bda8d2f), [`4a1a6cb`](https://github.com/mastra-ai/mastra/commit/4a1a6cb3facad54b2bb6780b00ce91d6de1edc08), [`31d13d5`](https://github.com/mastra-ai/mastra/commit/31d13d5fdc2e2380e2e3ee3ec9fb29d2a00f265d), [`4c62166`](https://github.com/mastra-ai/mastra/commit/4c621669f4a29b1f443eca3ba70b814afa286266), [`7bcbf10`](https://github.com/mastra-ai/mastra/commit/7bcbf10133516e03df964b941f9a34e9e4ab4177), [`4353600`](https://github.com/mastra-ai/mastra/commit/43536005a65988a8eede236f69122e7f5a284ba2), [`6986fb0`](https://github.com/mastra-ai/mastra/commit/6986fb064f5db6ecc24aa655e1d26529087b43b3), [`053e979`](https://github.com/mastra-ai/mastra/commit/053e9793b28e970086b0507f7f3b76ea32c1e838), [`e26dc9c`](https://github.com/mastra-ai/mastra/commit/e26dc9c3ccfec54ae3dc3e2b2589f741f9ae60a6), [`55edf73`](https://github.com/mastra-ai/mastra/commit/55edf7302149d6c964fbb7908b43babfc2b52145), [`27c0009`](https://github.com/mastra-ai/mastra/commit/27c0009777a6073d7631b0eb7b481d94e165b5ca), [`dee388d`](https://github.com/mastra-ai/mastra/commit/dee388dde02f2e63c53385ae69252a47ab6825cc), [`3f3fc30`](https://github.com/mastra-ai/mastra/commit/3f3fc3096f24c4a26cffeecfe73085928f72aa63), [`d90ea65`](https://github.com/mastra-ai/mastra/commit/d90ea6536f7aa51c6545a4e9215b55858e98e16d), [`d171e55`](https://github.com/mastra-ai/mastra/commit/d171e559ead9f52ec728d424844c8f7b164c4510), [`10c2735`](https://github.com/mastra-ai/mastra/commit/10c27355edfdad1ee2b826b897df74125eb81fb8), [`1924cf0`](https://github.com/mastra-ai/mastra/commit/1924cf06816e5e4d4d5333065ec0f4bb02a97799), [`b339816`](https://github.com/mastra-ai/mastra/commit/b339816df0984d0243d944ac2655d6ba5f809cde)]:
2333
+ - @mastra/core@1.0.0-beta.15
2334
+
2335
+ ## 1.0.0-beta.8
54
2336
 
55
2337
  ### Patch Changes
56
2338
 
57
- - Fix peerdependencies ([`eb7c1c8`](https://github.com/mastra-ai/mastra/commit/eb7c1c8c592d8fb16dfd250e337d9cdc73c8d5de))
2339
+ - Preserve error details when thrown from workflow steps ([#10992](https://github.com/mastra-ai/mastra/pull/10992))
58
2340
 
59
- - Updated dependencies []:
60
- - @mastra/core@0.23.1
2341
+ Workflow errors now retain custom properties like `statusCode`, `responseHeaders`, and `cause` chains. This enables error-specific recovery logic in your applications.
2342
+
2343
+ **Before:**
2344
+
2345
+ ```typescript
2346
+ const result = await workflow.execute({ input });
2347
+ if (result.status === 'failed') {
2348
+ // Custom error properties were lost
2349
+ console.log(result.error); // "Step execution failed" (just a string)
2350
+ }
2351
+ ```
2352
+
2353
+ **After:**
2354
+
2355
+ ```typescript
2356
+ const result = await workflow.execute({ input });
2357
+ if (result.status === 'failed') {
2358
+ // Custom properties are preserved
2359
+ console.log(result.error.message); // "Step execution failed"
2360
+ console.log(result.error.statusCode); // 429
2361
+ console.log(result.error.cause?.name); // "RateLimitError"
2362
+ }
2363
+ ```
2364
+
2365
+ **Type change:** `WorkflowState.error` and `WorkflowRunState.error` types changed from `string | Error` to `SerializedError`.
2366
+
2367
+ Other changes:
2368
+ - Added `UpdateWorkflowStateOptions` type for workflow state updates
2369
+
2370
+ - fix: make getSqlType consistent across storage adapters ([#11112](https://github.com/mastra-ai/mastra/pull/11112))
2371
+ - PostgreSQL: use `getSqlType()` in `createTable` instead of `toUpperCase()`
2372
+ - LibSQL: use `getSqlType()` in `createTable`, return `JSONB` for jsonb type (matches SQLite 3.45+ support)
2373
+ - ClickHouse: use `getSqlType()` in `createTable` instead of `COLUMN_TYPES` constant, add missing types (uuid, float, boolean)
2374
+ - Remove unused `getSqlType()` and `getDefaultValue()` from `MastraStorage` base class (all stores use `StoreOperations` versions)
2375
+
2376
+ - Updated dependencies [[`d5ed981`](https://github.com/mastra-ai/mastra/commit/d5ed981c8701c1b8a27a5f35a9a2f7d9244e695f), [`9650cce`](https://github.com/mastra-ai/mastra/commit/9650cce52a1d917ff9114653398e2a0f5c3ba808), [`932d63d`](https://github.com/mastra-ai/mastra/commit/932d63dd51be9c8bf1e00e3671fe65606c6fb9cd), [`b760b73`](https://github.com/mastra-ai/mastra/commit/b760b731aca7c8a3f041f61d57a7f125ae9cb215), [`695a621`](https://github.com/mastra-ai/mastra/commit/695a621528bdabeb87f83c2277cf2bb084c7f2b4), [`2b459f4`](https://github.com/mastra-ai/mastra/commit/2b459f466fd91688eeb2a44801dc23f7f8a887ab), [`486352b`](https://github.com/mastra-ai/mastra/commit/486352b66c746602b68a95839f830de14c7fb8c0), [`09e4bae`](https://github.com/mastra-ai/mastra/commit/09e4bae18dd5357d2ae078a4a95a2af32168ab08), [`24b76d8`](https://github.com/mastra-ai/mastra/commit/24b76d8e17656269c8ed09a0c038adb9cc2ae95a), [`243a823`](https://github.com/mastra-ai/mastra/commit/243a8239c5906f5c94e4f78b54676793f7510ae3), [`486352b`](https://github.com/mastra-ai/mastra/commit/486352b66c746602b68a95839f830de14c7fb8c0), [`c61fac3`](https://github.com/mastra-ai/mastra/commit/c61fac3add96f0dcce0208c07415279e2537eb62), [`6f14f70`](https://github.com/mastra-ai/mastra/commit/6f14f706ccaaf81b69544b6c1b75ab66a41e5317), [`09e4bae`](https://github.com/mastra-ai/mastra/commit/09e4bae18dd5357d2ae078a4a95a2af32168ab08), [`4524734`](https://github.com/mastra-ai/mastra/commit/45247343e384717a7c8404296275c56201d6470f), [`2a53598`](https://github.com/mastra-ai/mastra/commit/2a53598c6d8cfeb904a7fc74e57e526d751c8fa6), [`c7cd3c7`](https://github.com/mastra-ai/mastra/commit/c7cd3c7a187d7aaf79e2ca139de328bf609a14b4), [`847c212`](https://github.com/mastra-ai/mastra/commit/847c212caba7df0d6f2fc756b494ac3c75c3720d), [`6f941c4`](https://github.com/mastra-ai/mastra/commit/6f941c438ca5f578619788acc7608fc2e23bd176)]:
2377
+ - @mastra/core@1.0.0-beta.12
2378
+
2379
+ ## 1.0.0-beta.7
2380
+
2381
+ ### Patch Changes
2382
+
2383
+ - Add delete workflow run API ([#10991](https://github.com/mastra-ai/mastra/pull/10991))
2384
+
2385
+ ```typescript
2386
+ await workflow.deleteWorkflowRunById(runId);
2387
+ ```
2388
+
2389
+ - Updated dependencies [[`edb07e4`](https://github.com/mastra-ai/mastra/commit/edb07e49283e0c28bd094a60e03439bf6ecf0221), [`b7e17d3`](https://github.com/mastra-ai/mastra/commit/b7e17d3f5390bb5a71efc112204413656fcdc18d), [`261473a`](https://github.com/mastra-ai/mastra/commit/261473ac637e633064a22076671e2e02b002214d), [`5d7000f`](https://github.com/mastra-ai/mastra/commit/5d7000f757cd65ea9dc5b05e662fd83dfd44e932), [`4f0331a`](https://github.com/mastra-ai/mastra/commit/4f0331a79bf6eb5ee598a5086e55de4b5a0ada03), [`8a000da`](https://github.com/mastra-ai/mastra/commit/8a000da0c09c679a2312f6b3aa05b2ca78ca7393)]:
2390
+ - @mastra/core@1.0.0-beta.10
2391
+
2392
+ ## 1.0.0-beta.6
2393
+
2394
+ ### Minor Changes
2395
+
2396
+ - Add stored agents support ([#10953](https://github.com/mastra-ai/mastra/pull/10953))
2397
+
2398
+ Agents can now be stored in the database and loaded at runtime. This lets you persist agent configurations and dynamically create executable Agent instances from storage.
2399
+
2400
+ ```typescript
2401
+ import { Mastra } from '@mastra/core';
2402
+ import { LibSQLStore } from '@mastra/libsql';
2403
+
2404
+ const mastra = new Mastra({
2405
+ storage: new LibSQLStore({ url: ':memory:' }),
2406
+ tools: { myTool },
2407
+ scorers: { myScorer },
2408
+ });
2409
+
2410
+ // Create agent in storage via API or directly
2411
+ await mastra.getStorage().createAgent({
2412
+ agent: {
2413
+ id: 'my-agent',
2414
+ name: 'My Agent',
2415
+ instructions: 'You are helpful',
2416
+ model: { provider: 'openai', name: 'gpt-4' },
2417
+ tools: { myTool: {} },
2418
+ scorers: { myScorer: { sampling: { type: 'ratio', rate: 0.5 } } },
2419
+ },
2420
+ });
2421
+
2422
+ // Load and use the agent
2423
+ const agent = await mastra.getStoredAgentById('my-agent');
2424
+ const response = await agent.generate({ messages: 'Hello!' });
2425
+
2426
+ // List all stored agents with pagination
2427
+ const { agents, total, hasMore } = await mastra.listStoredAgents({
2428
+ page: 0,
2429
+ perPage: 10,
2430
+ });
2431
+ ```
2432
+
2433
+ Also adds a memory registry to Mastra so stored agents can reference memory instances by key.
2434
+
2435
+ ### Patch Changes
2436
+
2437
+ - Updated dependencies [[`72df8ae`](https://github.com/mastra-ai/mastra/commit/72df8ae595584cdd7747d5c39ffaca45e4507227), [`9198899`](https://github.com/mastra-ai/mastra/commit/91988995c427b185c33714b7f3be955367911324), [`653e65a`](https://github.com/mastra-ai/mastra/commit/653e65ae1f9502c2958a32f47a5a2df11e612a92), [`c6fd6fe`](https://github.com/mastra-ai/mastra/commit/c6fd6fedd09e9cf8004b03a80925f5e94826ad7e), [`0bed332`](https://github.com/mastra-ai/mastra/commit/0bed332843f627202c6520eaf671771313cd20f3)]:
2438
+ - @mastra/core@1.0.0-beta.9
2439
+
2440
+ ## 1.0.0-beta.5
2441
+
2442
+ ### Patch Changes
2443
+
2444
+ - Fix saveScore not persisting ID correctly, breaking getScoreById retrieval ([#10915](https://github.com/mastra-ai/mastra/pull/10915))
2445
+
2446
+ **What Changed**
2447
+ - saveScore now correctly returns scores that can be retrieved with getScoreById
2448
+ - Validation errors now include contextual information (scorer, entity, trace details) for easier debugging
2449
+
2450
+ **Impact**
2451
+ Previously, calling getScoreById after saveScore would return null because the generated ID wasn't persisted to the database. This is now fixed across all store implementations, ensuring consistent behavior and data integrity.
2452
+
2453
+ - Updated dependencies [[`0d41fe2`](https://github.com/mastra-ai/mastra/commit/0d41fe245355dfc66d61a0d9c85d9400aac351ff), [`6b3ba91`](https://github.com/mastra-ai/mastra/commit/6b3ba91494cc10394df96782f349a4f7b1e152cc), [`7907fd1`](https://github.com/mastra-ai/mastra/commit/7907fd1c5059813b7b870b81ca71041dc807331b)]:
2454
+ - @mastra/core@1.0.0-beta.8
2455
+
2456
+ ## 1.0.0-beta.4
2457
+
2458
+ ### Minor Changes
2459
+
2460
+ - Add `disableInit` option to all storage adapters ([#10851](https://github.com/mastra-ai/mastra/pull/10851))
2461
+
2462
+ Adds a new `disableInit` config option to all storage providers that allows users to disable automatic table creation/migrations at runtime. This is useful for CI/CD pipelines where you want to run migrations during deployment with elevated credentials, then run the application with `disableInit: true` so it doesn't attempt schema changes at runtime.
2463
+
2464
+ ```typescript
2465
+ // CI/CD script - run migrations
2466
+ const storage = new PostgresStore({
2467
+ connectionString: DATABASE_URL,
2468
+ id: 'pg-storage',
2469
+ });
2470
+ await storage.init();
2471
+
2472
+ // Runtime - skip auto-init
2473
+ const storage = new PostgresStore({
2474
+ connectionString: DATABASE_URL,
2475
+ id: 'pg-storage',
2476
+ disableInit: true,
2477
+ });
2478
+ ```
2479
+
2480
+ ### Patch Changes
2481
+
2482
+ - Standardize error IDs across all storage and vector stores using centralized helper functions (`createStorageErrorId` and `createVectorErrorId`). This ensures consistent error ID patterns (`MASTRA_STORAGE_{STORE}_{OPERATION}_{STATUS}` and `MASTRA_VECTOR_{STORE}_{OPERATION}_{STATUS}`) across the codebase for better error tracking and debugging. ([#10913](https://github.com/mastra-ai/mastra/pull/10913))
2483
+
2484
+ - Updated dependencies [[`3076c67`](https://github.com/mastra-ai/mastra/commit/3076c6778b18988ae7d5c4c5c466366974b2d63f), [`85d7ee1`](https://github.com/mastra-ai/mastra/commit/85d7ee18ff4e14d625a8a30ec6656bb49804989b), [`c6c1092`](https://github.com/mastra-ai/mastra/commit/c6c1092f8fbf76109303f69e000e96fd1960c4ce), [`81dc110`](https://github.com/mastra-ai/mastra/commit/81dc11008d147cf5bdc8996ead1aa61dbdebb6fc), [`7aedb74`](https://github.com/mastra-ai/mastra/commit/7aedb74883adf66af38e270e4068fd42e7a37036), [`8f02d80`](https://github.com/mastra-ai/mastra/commit/8f02d800777397e4b45d7f1ad041988a8b0c6630), [`d7aad50`](https://github.com/mastra-ai/mastra/commit/d7aad501ce61646b76b4b511e558ac4eea9884d0), [`ce0a73a`](https://github.com/mastra-ai/mastra/commit/ce0a73abeaa75b10ca38f9e40a255a645d50ebfb), [`a02e542`](https://github.com/mastra-ai/mastra/commit/a02e542d23179bad250b044b17ff023caa61739f), [`a372c64`](https://github.com/mastra-ai/mastra/commit/a372c640ad1fd12e8f0613cebdc682fc156b4d95), [`8846867`](https://github.com/mastra-ai/mastra/commit/8846867ffa9a3746767618e314bebac08eb77d87), [`42a42cf`](https://github.com/mastra-ai/mastra/commit/42a42cf3132b9786feecbb8c13c583dce5b0e198), [`ae08bf0`](https://github.com/mastra-ai/mastra/commit/ae08bf0ebc6a4e4da992b711c4a389c32ba84cf4), [`21735a7`](https://github.com/mastra-ai/mastra/commit/21735a7ef306963554a69a89b44f06c3bcd85141), [`1d877b8`](https://github.com/mastra-ai/mastra/commit/1d877b8d7b536a251c1a7a18db7ddcf4f68d6f8b)]:
2485
+ - @mastra/core@1.0.0-beta.7
2486
+
2487
+ ## 1.0.0-beta.3
2488
+
2489
+ ### Patch Changes
2490
+
2491
+ - feat(storage): support querying messages from multiple threads ([#10663](https://github.com/mastra-ai/mastra/pull/10663))
2492
+ - Fixed TypeScript errors where `threadId: string | string[]` was being passed to places expecting `Scalar` type
2493
+ - Added proper multi-thread support for `listMessages` across all adapters when `threadId` is an array
2494
+ - Updated `_getIncludedMessages` to look up message threadId by ID (since message IDs are globally unique)
2495
+ - **upstash**: Added `msg-idx:{messageId}` index for O(1) message lookups (backwards compatible with fallback to scan for old messages, with automatic backfill)
2496
+
2497
+ - Unify transformScoreRow functions across storage adapters ([#10648](https://github.com/mastra-ai/mastra/pull/10648))
2498
+
2499
+ Added a unified `transformScoreRow` function in `@mastra/core/storage` that provides schema-driven row transformation for score data. This eliminates code duplication across 10 storage adapters while maintaining store-specific behavior through configurable options:
2500
+ - `preferredTimestampFields`: Preferred source fields for timestamps (PostgreSQL, Cloudflare D1)
2501
+ - `convertTimestamps`: Convert timestamp strings to Date objects (MSSQL, MongoDB, ClickHouse)
2502
+ - `nullValuePattern`: Skip values matching pattern (ClickHouse's `'_null_'`)
2503
+ - `fieldMappings`: Map source column names to schema fields (LibSQL's `additionalLLMContext`)
2504
+
2505
+ Each store adapter now uses the unified function with appropriate options, reducing ~200 lines of duplicate transformation logic while ensuring consistent behavior across all storage backends.
2506
+
2507
+ - Updated dependencies [[`ac0d2f4`](https://github.com/mastra-ai/mastra/commit/ac0d2f4ff8831f72c1c66c2be809706d17f65789), [`1a0d3fc`](https://github.com/mastra-ai/mastra/commit/1a0d3fc811482c9c376cdf79ee615c23bae9b2d6), [`85a628b`](https://github.com/mastra-ai/mastra/commit/85a628b1224a8f64cd82ea7f033774bf22df7a7e), [`c237233`](https://github.com/mastra-ai/mastra/commit/c23723399ccedf7f5744b3f40997b79246bfbe64), [`15f9e21`](https://github.com/mastra-ai/mastra/commit/15f9e216177201ea6e3f6d0bfb063fcc0953444f), [`ff94dea`](https://github.com/mastra-ai/mastra/commit/ff94dea935f4e34545c63bcb6c29804732698809), [`5b2ff46`](https://github.com/mastra-ai/mastra/commit/5b2ff4651df70c146523a7fca773f8eb0a2272f8), [`db41688`](https://github.com/mastra-ai/mastra/commit/db4168806d007417e2e60b4f68656dca4e5f40c9), [`5ca599d`](https://github.com/mastra-ai/mastra/commit/5ca599d0bb59a1595f19f58473fcd67cc71cef58), [`bff1145`](https://github.com/mastra-ai/mastra/commit/bff114556b3cbadad9b2768488708f8ad0e91475), [`5c8ca24`](https://github.com/mastra-ai/mastra/commit/5c8ca247094e0cc2cdbd7137822fb47241f86e77), [`e191844`](https://github.com/mastra-ai/mastra/commit/e1918444ca3f80e82feef1dad506cd4ec6e2875f), [`22553f1`](https://github.com/mastra-ai/mastra/commit/22553f11c63ee5e966a9c034a349822249584691), [`7237163`](https://github.com/mastra-ai/mastra/commit/72371635dbf96a87df4b073cc48fc655afbdce3d), [`2500740`](https://github.com/mastra-ai/mastra/commit/2500740ea23da067d6e50ec71c625ab3ce275e64), [`873ecbb`](https://github.com/mastra-ai/mastra/commit/873ecbb517586aa17d2f1e99283755b3ebb2863f), [`4f9bbe5`](https://github.com/mastra-ai/mastra/commit/4f9bbe5968f42c86f4930b8193de3c3c17e5bd36), [`02e51fe`](https://github.com/mastra-ai/mastra/commit/02e51feddb3d4155cfbcc42624fd0d0970d032c0), [`8f3fa3a`](https://github.com/mastra-ai/mastra/commit/8f3fa3a652bb77da092f913ec51ae46e3a7e27dc), [`cd29ad2`](https://github.com/mastra-ai/mastra/commit/cd29ad23a255534e8191f249593849ed29160886), [`bdf4d8c`](https://github.com/mastra-ai/mastra/commit/bdf4d8cdc656d8a2c21d81834bfa3bfa70f56c16), [`854e3da`](https://github.com/mastra-ai/mastra/commit/854e3dad5daac17a91a20986399d3a51f54bf68b), [`ce18d38`](https://github.com/mastra-ai/mastra/commit/ce18d38678c65870350d123955014a8432075fd9), [`cccf9c8`](https://github.com/mastra-ai/mastra/commit/cccf9c8b2d2dfc1a5e63919395b83d78c89682a0), [`61a5705`](https://github.com/mastra-ai/mastra/commit/61a570551278b6743e64243b3ce7d73de915ca8a), [`db70a48`](https://github.com/mastra-ai/mastra/commit/db70a48aeeeeb8e5f92007e8ede52c364ce15287), [`f0fdc14`](https://github.com/mastra-ai/mastra/commit/f0fdc14ee233d619266b3d2bbdeea7d25cfc6d13), [`db18bc9`](https://github.com/mastra-ai/mastra/commit/db18bc9c3825e2c1a0ad9a183cc9935f6691bfa1), [`9b37b56`](https://github.com/mastra-ai/mastra/commit/9b37b565e1f2a76c24f728945cc740c2b09be9da), [`41a23c3`](https://github.com/mastra-ai/mastra/commit/41a23c32f9877d71810f37e24930515df2ff7a0f), [`5d171ad`](https://github.com/mastra-ai/mastra/commit/5d171ad9ef340387276b77c2bb3e83e83332d729), [`f03ae60`](https://github.com/mastra-ai/mastra/commit/f03ae60500fe350c9d828621006cdafe1975fdd8), [`d1e74a0`](https://github.com/mastra-ai/mastra/commit/d1e74a0a293866dece31022047f5dbab65a304d0), [`39e7869`](https://github.com/mastra-ai/mastra/commit/39e7869bc7d0ee391077ce291474d8a84eedccff), [`5761926`](https://github.com/mastra-ai/mastra/commit/57619260c4a2cdd598763abbacd90de594c6bc76), [`c900fdd`](https://github.com/mastra-ai/mastra/commit/c900fdd504c41348efdffb205cfe80d48c38fa33), [`604a79f`](https://github.com/mastra-ai/mastra/commit/604a79fecf276e26a54a3fe01bb94e65315d2e0e), [`887f0b4`](https://github.com/mastra-ai/mastra/commit/887f0b4746cdbd7cb7d6b17ac9f82aeb58037ea5), [`2562143`](https://github.com/mastra-ai/mastra/commit/256214336b4faa78646c9c1776612393790d8784), [`ef11a61`](https://github.com/mastra-ai/mastra/commit/ef11a61920fa0ed08a5b7ceedd192875af119749)]:
2508
+ - @mastra/core@1.0.0-beta.6
2509
+
2510
+ ## 1.0.0-beta.2
2511
+
2512
+ ### Patch Changes
2513
+
2514
+ - Add new deleteVectors, updateVector by filter ([#10408](https://github.com/mastra-ai/mastra/pull/10408))
2515
+
2516
+ - Updated dependencies [[`21a15de`](https://github.com/mastra-ai/mastra/commit/21a15de369fe82aac26bb642ed7be73505475e8b), [`feb7ee4`](https://github.com/mastra-ai/mastra/commit/feb7ee4d09a75edb46c6669a3beaceec78811747), [`b0e2ea5`](https://github.com/mastra-ai/mastra/commit/b0e2ea5b52c40fae438b9e2f7baee6f0f89c5442), [`c456e01`](https://github.com/mastra-ai/mastra/commit/c456e0149e3c176afcefdbd9bb1d2c5917723725), [`ab035c2`](https://github.com/mastra-ai/mastra/commit/ab035c2ef6d8cc7bb25f06f1a38508bd9e6f126b), [`1a46a56`](https://github.com/mastra-ai/mastra/commit/1a46a566f45a3fcbadc1cf36bf86d351f264bfa3), [`3cf540b`](https://github.com/mastra-ai/mastra/commit/3cf540b9fbfea8f4fc8d3a2319a4e6c0b0cbfd52), [`1c6ce51`](https://github.com/mastra-ai/mastra/commit/1c6ce51f875915ab57fd36873623013699a2a65d), [`898a972`](https://github.com/mastra-ai/mastra/commit/898a9727d286c2510d6b702dfd367e6aaf5c6b0f), [`a97003a`](https://github.com/mastra-ai/mastra/commit/a97003aa1cf2f4022a41912324a1e77263b326b8), [`ccc141e`](https://github.com/mastra-ai/mastra/commit/ccc141ed27da0abc3a3fc28e9e5128152e8e37f4), [`fe3b897`](https://github.com/mastra-ai/mastra/commit/fe3b897c2ccbcd2b10e81b099438c7337feddf89), [`00123ba`](https://github.com/mastra-ai/mastra/commit/00123ba96dc9e5cd0b110420ebdba56d8f237b25), [`29c4309`](https://github.com/mastra-ai/mastra/commit/29c4309f818b24304c041bcb4a8f19b5f13f6b62), [`16785ce`](https://github.com/mastra-ai/mastra/commit/16785ced928f6f22638f4488cf8a125d99211799), [`de8239b`](https://github.com/mastra-ai/mastra/commit/de8239bdcb1d8c0cfa06da21f1569912a66bbc8a), [`b5e6cd7`](https://github.com/mastra-ai/mastra/commit/b5e6cd77fc8c8e64e0494c1d06cee3d84e795d1e), [`3759cb0`](https://github.com/mastra-ai/mastra/commit/3759cb064935b5f74c65ac2f52a1145f7352899d), [`651e772`](https://github.com/mastra-ai/mastra/commit/651e772eb1475fb13e126d3fcc01751297a88214), [`b61b93f`](https://github.com/mastra-ai/mastra/commit/b61b93f9e058b11dd2eec169853175d31dbdd567), [`bae33d9`](https://github.com/mastra-ai/mastra/commit/bae33d91a63fbb64d1e80519e1fc1acaed1e9013), [`c0b731f`](https://github.com/mastra-ai/mastra/commit/c0b731fb27d712dc8582e846df5c0332a6a0c5ba), [`43ca8f2`](https://github.com/mastra-ai/mastra/commit/43ca8f2c7334851cc7b4d3d2f037d8784bfbdd5f), [`2ca67cc`](https://github.com/mastra-ai/mastra/commit/2ca67cc3bb1f6a617353fdcab197d9efebe60d6f), [`9e67002`](https://github.com/mastra-ai/mastra/commit/9e67002b52c9be19936c420a489dbee9c5fd6a78), [`35edc49`](https://github.com/mastra-ai/mastra/commit/35edc49ac0556db609189641d6341e76771b81fc)]:
2517
+ - @mastra/core@1.0.0-beta.5
2518
+
2519
+ ## 1.0.0-beta.1
2520
+
2521
+ ### Patch Changes
2522
+
2523
+ - Add restart method to workflow run that allows restarting an active workflow run ([#9750](https://github.com/mastra-ai/mastra/pull/9750))
2524
+ Add status filter to `listWorkflowRuns`
2525
+ Add automatic restart to restart active workflow runs when server starts
2526
+ - Updated dependencies [[`2319326`](https://github.com/mastra-ai/mastra/commit/2319326f8c64e503a09bbcf14be2dd65405445e0), [`d629361`](https://github.com/mastra-ai/mastra/commit/d629361a60f6565b5bfb11976fdaf7308af858e2), [`08c31c1`](https://github.com/mastra-ai/mastra/commit/08c31c188ebccd598acaf55e888b6397d01f7eae), [`fd3d338`](https://github.com/mastra-ai/mastra/commit/fd3d338a2c362174ed5b383f1f011ad9fb0302aa), [`c30400a`](https://github.com/mastra-ai/mastra/commit/c30400a49b994b1b97256fe785eb6c906fc2b232), [`69e0a87`](https://github.com/mastra-ai/mastra/commit/69e0a878896a2da9494945d86e056a5f8f05b851), [`01f8878`](https://github.com/mastra-ai/mastra/commit/01f88783de25e4de048c1c8aace43e26373c6ea5), [`4c77209`](https://github.com/mastra-ai/mastra/commit/4c77209e6c11678808b365d545845918c40045c8), [`d827d08`](https://github.com/mastra-ai/mastra/commit/d827d0808ffe1f3553a84e975806cc989b9735dd), [`23c10a1`](https://github.com/mastra-ai/mastra/commit/23c10a1efdd9a693c405511ab2dc8a1236603162), [`676ccc7`](https://github.com/mastra-ai/mastra/commit/676ccc7fe92468d2d45d39c31a87825c89fd1ea0), [`c10398d`](https://github.com/mastra-ai/mastra/commit/c10398d5b88f1d4af556f4267ff06f1d11e89179), [`00c2387`](https://github.com/mastra-ai/mastra/commit/00c2387f5f04a365316f851e58666ac43f8c4edf), [`ad6250d`](https://github.com/mastra-ai/mastra/commit/ad6250dbdaad927e29f74a27b83f6c468b50a705), [`3a73998`](https://github.com/mastra-ai/mastra/commit/3a73998fa4ebeb7f3dc9301afe78095fc63e7999), [`e16d553`](https://github.com/mastra-ai/mastra/commit/e16d55338403c7553531cc568125c63d53653dff), [`4d59f58`](https://github.com/mastra-ai/mastra/commit/4d59f58de2d90d6e2810a19d4518e38ddddb9038), [`e1bb9c9`](https://github.com/mastra-ai/mastra/commit/e1bb9c94b4eb68b019ae275981be3feb769b5365), [`351a11f`](https://github.com/mastra-ai/mastra/commit/351a11fcaf2ed1008977fa9b9a489fc422e51cd4)]:
2527
+ - @mastra/core@1.0.0-beta.3
2528
+
2529
+ ## 1.0.0-beta.0
2530
+
2531
+ ### Major Changes
2532
+
2533
+ - Moving scorers under the eval domain, api method consistency, prebuilt evals, scorers require ids. ([#9589](https://github.com/mastra-ai/mastra/pull/9589))
2534
+
2535
+ - Every Mastra primitive (agent, MCPServer, workflow, tool, processor, scorer, and vector) now has a get, list, and add method associated with it. Each primitive also now requires an id to be set. ([#9675](https://github.com/mastra-ai/mastra/pull/9675))
2536
+
2537
+ Primitives that are added to other primitives are also automatically added to the Mastra instance
2538
+
2539
+ - Update handlers to use `listWorkflowRuns` instead of `getWorkflowRuns`. Fix type names from `StoragelistThreadsByResourceIdInput/Output` to `StorageListThreadsByResourceIdInput/Output`. ([#9507](https://github.com/mastra-ai/mastra/pull/9507))
2540
+
2541
+ - **BREAKING:** Remove `getMessagesPaginated()` and add `perPage: false` support ([#9670](https://github.com/mastra-ai/mastra/pull/9670))
2542
+
2543
+ Removes deprecated `getMessagesPaginated()` method. The `listMessages()` API and score handlers now support `perPage: false` to fetch all records without pagination limits.
2544
+
2545
+ **Storage changes:**
2546
+ - `StoragePagination.perPage` type changed from `number` to `number | false`
2547
+ - All storage implementations support `perPage: false`:
2548
+ - Memory: `listMessages()`
2549
+ - Scores: `listScoresBySpan()`, `listScoresByRunId()`, `listScoresByExecutionId()`
2550
+ - HTTP query parser accepts `"false"` string (e.g., `?perPage=false`)
2551
+
2552
+ **Memory changes:**
2553
+ - `memory.query()` parameter type changed from `StorageGetMessagesArg` to `StorageListMessagesInput`
2554
+ - Uses flat parameters (`page`, `perPage`, `include`, `filter`, `vectorSearchString`) instead of `selectBy` object
2555
+
2556
+ **Stricter validation:**
2557
+ - `listMessages()` requires non-empty, non-whitespace `threadId` (throws error instead of returning empty results)
2558
+
2559
+ **Migration:**
2560
+
2561
+ ```typescript
2562
+ // Storage/Memory: Replace getMessagesPaginated with listMessages
2563
+ - storage.getMessagesPaginated({ threadId, selectBy: { pagination: { page: 0, perPage: 20 } } })
2564
+ + storage.listMessages({ threadId, page: 0, perPage: 20 })
2565
+ + storage.listMessages({ threadId, page: 0, perPage: false }) // Fetch all
2566
+
2567
+ // Memory: Replace selectBy with flat parameters
2568
+ - memory.query({ threadId, selectBy: { last: 20, include: [...] } })
2569
+ + memory.query({ threadId, perPage: 20, include: [...] })
2570
+
2571
+ // Client SDK
2572
+ - thread.getMessagesPaginated({ selectBy: { pagination: { page: 0 } } })
2573
+ + thread.listMessages({ page: 0, perPage: 20 })
2574
+ ```
2575
+
2576
+ - # Major Changes ([#9695](https://github.com/mastra-ai/mastra/pull/9695))
2577
+
2578
+ ## Storage Layer
2579
+
2580
+ ### BREAKING: Removed `storage.getMessages()`
2581
+
2582
+ The `getMessages()` method has been removed from all storage implementations. Use `listMessages()` instead, which provides pagination support.
2583
+
2584
+ **Migration:**
2585
+
2586
+ ```typescript
2587
+ // Before
2588
+ const messages = await storage.getMessages({ threadId: 'thread-1' });
2589
+
2590
+ // After
2591
+ const result = await storage.listMessages({
2592
+ threadId: 'thread-1',
2593
+ page: 0,
2594
+ perPage: 50,
2595
+ });
2596
+ const messages = result.messages; // Access messages array
2597
+ console.log(result.total); // Total count
2598
+ console.log(result.hasMore); // Whether more pages exist
2599
+ ```
2600
+
2601
+ ### Message ordering default
2602
+
2603
+ `listMessages()` defaults to ASC (oldest first) ordering by `createdAt`, matching the previous `getMessages()` behavior.
2604
+
2605
+ **To use DESC ordering (newest first):**
2606
+
2607
+ ```typescript
2608
+ const result = await storage.listMessages({
2609
+ threadId: 'thread-1',
2610
+ orderBy: { field: 'createdAt', direction: 'DESC' },
2611
+ });
2612
+ ```
2613
+
2614
+ ## Client SDK
2615
+
2616
+ ### BREAKING: Renamed `client.getThreadMessages()` → `client.listThreadMessages()`
2617
+
2618
+ **Migration:**
2619
+
2620
+ ```typescript
2621
+ // Before
2622
+ const response = await client.getThreadMessages(threadId, { agentId });
2623
+
2624
+ // After
2625
+ const response = await client.listThreadMessages(threadId, { agentId });
2626
+ ```
2627
+
2628
+ The response format remains the same.
2629
+
2630
+ ## Type Changes
2631
+
2632
+ ### BREAKING: Removed `StorageGetMessagesArg` type
2633
+
2634
+ Use `StorageListMessagesInput` instead:
2635
+
2636
+ ```typescript
2637
+ // Before
2638
+ import type { StorageGetMessagesArg } from '@mastra/core';
2639
+
2640
+ // After
2641
+ import type { StorageListMessagesInput } from '@mastra/core';
2642
+ ```
2643
+
2644
+ - Bump minimum required Node.js version to 22.13.0 ([#9706](https://github.com/mastra-ai/mastra/pull/9706))
2645
+
2646
+ - Add new list methods to storage API: `listMessages`, `listMessagesById`, `listThreadsByResourceId`, and `listWorkflowRuns`. Most methods are currently wrappers around existing methods. Full implementations will be added when migrating away from legacy methods. ([#9489](https://github.com/mastra-ai/mastra/pull/9489))
2647
+
2648
+ - Rename RuntimeContext to RequestContext ([#9511](https://github.com/mastra-ai/mastra/pull/9511))
2649
+
2650
+ - Implement listMessages API for replacing previous methods ([#9531](https://github.com/mastra-ai/mastra/pull/9531))
2651
+
2652
+ - Remove `getThreadsByResourceId` and `getThreadsByResourceIdPaginated` methods from storage interfaces in favor of `listThreadsByResourceId`. The new method uses `offset`/`limit` pagination and a nested `orderBy` object structure (`{ field, direction }`). ([#9536](https://github.com/mastra-ai/mastra/pull/9536))
2653
+
2654
+ - Remove `getMessagesById` method from storage interfaces in favor of `listMessagesById`. The new method only returns V2-format messages and removes the format parameter, simplifying the API surface. Users should migrate from `getMessagesById({ messageIds, format })` to `listMessagesById({ messageIds })`. ([#9534](https://github.com/mastra-ai/mastra/pull/9534))
2655
+
2656
+ - Renamed a bunch of observability/tracing-related things to drop the AI prefix. ([#9744](https://github.com/mastra-ai/mastra/pull/9744))
2657
+
2658
+ - **BREAKING CHANGE**: Pagination APIs now use `page`/`perPage` instead of `offset`/`limit` ([#9592](https://github.com/mastra-ai/mastra/pull/9592))
2659
+
2660
+ All storage and memory pagination APIs have been updated to use `page` (0-indexed) and `perPage` instead of `offset` and `limit`, aligning with standard REST API patterns.
2661
+
2662
+ **Affected APIs:**
2663
+ - `Memory.listThreadsByResourceId()`
2664
+ - `Memory.listMessages()`
2665
+ - `Storage.listWorkflowRuns()`
2666
+
2667
+ **Migration:**
2668
+
2669
+ ```typescript
2670
+ // Before
2671
+ await memory.listThreadsByResourceId({
2672
+ resourceId: 'user-123',
2673
+ offset: 20,
2674
+ limit: 10,
2675
+ });
2676
+
2677
+ // After
2678
+ await memory.listThreadsByResourceId({
2679
+ resourceId: 'user-123',
2680
+ page: 2, // page = Math.floor(offset / limit)
2681
+ perPage: 10,
2682
+ });
2683
+
2684
+ // Before
2685
+ await memory.listMessages({
2686
+ threadId: 'thread-456',
2687
+ offset: 20,
2688
+ limit: 10,
2689
+ });
2690
+
2691
+ // After
2692
+ await memory.listMessages({
2693
+ threadId: 'thread-456',
2694
+ page: 2,
2695
+ perPage: 10,
2696
+ });
2697
+
2698
+ // Before
2699
+ await storage.listWorkflowRuns({
2700
+ workflowName: 'my-workflow',
2701
+ offset: 20,
2702
+ limit: 10,
2703
+ });
2704
+
2705
+ // After
2706
+ await storage.listWorkflowRuns({
2707
+ workflowName: 'my-workflow',
2708
+ page: 2,
2709
+ perPage: 10,
2710
+ });
2711
+ ```
2712
+
2713
+ **Additional improvements:**
2714
+ - Added validation for negative `page` values in all storage implementations
2715
+ - Improved `perPage` validation to handle edge cases (negative values, `0`, `false`)
2716
+ - Added reusable query parser utilities for consistent validation in handlers
2717
+
2718
+ - ```([#9709](https://github.com/mastra-ai/mastra/pull/9709))
2719
+ import { Mastra } from '@mastra/core';
2720
+ import { Observability } from '@mastra/observability'; // Explicit import
2721
+
2722
+ const mastra = new Mastra({
2723
+ ...other_config,
2724
+ observability: new Observability({
2725
+ default: { enabled: true }
2726
+ }) // Instance
2727
+ });
2728
+ ```
2729
+
2730
+ Instead of:
2731
+
2732
+ ```
2733
+ import { Mastra } from '@mastra/core';
2734
+ import '@mastra/observability/init'; // Explicit import
2735
+
2736
+ const mastra = new Mastra({
2737
+ ...other_config,
2738
+ observability: {
2739
+ default: { enabled: true }
2740
+ }
2741
+ });
2742
+ ```
2743
+
2744
+ Also renamed a bunch of:
2745
+ - `Tracing` things to `Observability` things.
2746
+ - `AI-` things to just things.
2747
+
2748
+ - Removed old tracing code based on OpenTelemetry ([#9237](https://github.com/mastra-ai/mastra/pull/9237))
2749
+
2750
+ - Mark as stable ([`83d5942`](https://github.com/mastra-ai/mastra/commit/83d5942669ce7bba4a6ca4fd4da697a10eb5ebdc))
2751
+
2752
+ - Renamed `MastraMessageV2` to `MastraDBMessage` ([#9255](https://github.com/mastra-ai/mastra/pull/9255))
2753
+ Made the return format of all methods that return db messages consistent. It's always `{ messages: MastraDBMessage[] }` now, and messages can be converted after that using `@mastra/ai-sdk/ui`'s `toAISdkV4/5Messages()` function
2754
+
2755
+ - Remove legacy evals from Mastra ([#9491](https://github.com/mastra-ai/mastra/pull/9491))
2756
+
2757
+ ### Minor Changes
2758
+
2759
+ - Update peer dependencies to match core package version bump (1.0.0) ([#9237](https://github.com/mastra-ai/mastra/pull/9237))
2760
+
2761
+ ### Patch Changes
2762
+
2763
+ - Updated dependencies [[`39c9743`](https://github.com/mastra-ai/mastra/commit/39c97432d084294f8ba85fbf3ef28098ff21459e), [`f743dbb`](https://github.com/mastra-ai/mastra/commit/f743dbb8b40d1627b5c10c0e6fc154f4ebb6e394), [`fec5129`](https://github.com/mastra-ai/mastra/commit/fec5129de7fc64423ea03661a56cef31dc747a0d), [`0491e7c`](https://github.com/mastra-ai/mastra/commit/0491e7c9b714cb0ba22187ee062147ec2dd7c712), [`f6f4903`](https://github.com/mastra-ai/mastra/commit/f6f4903397314f73362061dc5a3e8e7c61ea34aa), [`0e8ed46`](https://github.com/mastra-ai/mastra/commit/0e8ed467c54d6901a6a365f270ec15d6faadb36c), [`6c049d9`](https://github.com/mastra-ai/mastra/commit/6c049d94063fdcbd5b81c4912a2bf82a92c9cc0b), [`2f897df`](https://github.com/mastra-ai/mastra/commit/2f897df208508f46f51b7625e5dd20c37f93e0e3), [`3443770`](https://github.com/mastra-ai/mastra/commit/3443770662df8eb24c9df3589b2792d78cfcb811), [`f0a07e0`](https://github.com/mastra-ai/mastra/commit/f0a07e0111b3307c5fabfa4094c5c2cfb734fbe6), [`aaa40e7`](https://github.com/mastra-ai/mastra/commit/aaa40e788628b319baa8e889407d11ad626547fa), [`1521d71`](https://github.com/mastra-ai/mastra/commit/1521d716e5daedc74690c983fbd961123c56756b), [`9e1911d`](https://github.com/mastra-ai/mastra/commit/9e1911db2b4db85e0e768c3f15e0d61e319869f6), [`ebac155`](https://github.com/mastra-ai/mastra/commit/ebac15564a590117db7078233f927a7e28a85106), [`dd1c38d`](https://github.com/mastra-ai/mastra/commit/dd1c38d1b75f1b695c27b40d8d9d6ed00d5e0f6f), [`5948e6a`](https://github.com/mastra-ai/mastra/commit/5948e6a5146c83666ba3f294b2be576c82a513fb), [`8940859`](https://github.com/mastra-ai/mastra/commit/89408593658199b4ad67f7b65e888f344e64a442), [`e629310`](https://github.com/mastra-ai/mastra/commit/e629310f1a73fa236d49ec7a1d1cceb6229dc7cc), [`4c6b492`](https://github.com/mastra-ai/mastra/commit/4c6b492c4dd591c6a592520c1f6855d6e936d71f), [`dff01d8`](https://github.com/mastra-ai/mastra/commit/dff01d81ce1f4e4087cfac20fa868e6db138dd14), [`9d819d5`](https://github.com/mastra-ai/mastra/commit/9d819d54b61481639f4008e4694791bddf187edd), [`71c8d6c`](https://github.com/mastra-ai/mastra/commit/71c8d6c161253207b2b9588bdadb7eed604f7253), [`6179a9b`](https://github.com/mastra-ai/mastra/commit/6179a9ba36ffac326de3cc3c43cdc8028d37c251), [`00f4921`](https://github.com/mastra-ai/mastra/commit/00f4921dd2c91a1e5446799599ef7116a8214a1a), [`ca8041c`](https://github.com/mastra-ai/mastra/commit/ca8041cce0379fda22ed293a565bcb5b6ddca68a), [`7051bf3`](https://github.com/mastra-ai/mastra/commit/7051bf38b3b122a069008f861f7bfc004a6d9f6e), [`a8f1494`](https://github.com/mastra-ai/mastra/commit/a8f1494f4bbdc2770bcf327d4c7d869e332183f1), [`0793497`](https://github.com/mastra-ai/mastra/commit/079349753620c40246ffd673e3f9d7d9820beff3), [`5df9cce`](https://github.com/mastra-ai/mastra/commit/5df9cce1a753438413f64c11eeef8f845745c2a8), [`a854ede`](https://github.com/mastra-ai/mastra/commit/a854ede62bf5ac0945a624ac48913dd69c73aabf), [`c576fc0`](https://github.com/mastra-ai/mastra/commit/c576fc0b100b2085afded91a37c97a0ea0ec09c7), [`3defc80`](https://github.com/mastra-ai/mastra/commit/3defc80cf2b88a1b7fc1cc4ddcb91e982a614609), [`16153fe`](https://github.com/mastra-ai/mastra/commit/16153fe7eb13c99401f48e6ca32707c965ee28b9), [`9f4a683`](https://github.com/mastra-ai/mastra/commit/9f4a6833e88b52574665c028fd5508ad5c2f6004), [`bc94344`](https://github.com/mastra-ai/mastra/commit/bc943444a1342d8a662151b7bce1df7dae32f59c), [`57d157f`](https://github.com/mastra-ai/mastra/commit/57d157f0b163a95c3e6c9eae31bdb11d1bfc64f9), [`903f67d`](https://github.com/mastra-ai/mastra/commit/903f67d184504a273893818c02b961f5423a79ad), [`2a90c55`](https://github.com/mastra-ai/mastra/commit/2a90c55a86a9210697d5adaab5ee94584b079adc), [`eb09742`](https://github.com/mastra-ai/mastra/commit/eb09742197f66c4c38154c3beec78313e69760b2), [`96d35f6`](https://github.com/mastra-ai/mastra/commit/96d35f61376bc2b1bf148648a2c1985bd51bef55), [`5cbe88a`](https://github.com/mastra-ai/mastra/commit/5cbe88aefbd9f933bca669fd371ea36bf939ac6d), [`a1bd7b8`](https://github.com/mastra-ai/mastra/commit/a1bd7b8571db16b94eb01588f451a74758c96d65), [`d78b38d`](https://github.com/mastra-ai/mastra/commit/d78b38d898fce285260d3bbb4befade54331617f), [`0633100`](https://github.com/mastra-ai/mastra/commit/0633100a911ad22f5256471bdf753da21c104742), [`c710c16`](https://github.com/mastra-ai/mastra/commit/c710c1652dccfdc4111c8412bca7a6bb1d48b441), [`354ad0b`](https://github.com/mastra-ai/mastra/commit/354ad0b7b1b8183ac567f236a884fc7ede6d7138), [`cfae733`](https://github.com/mastra-ai/mastra/commit/cfae73394f4920635e6c919c8e95ff9a0788e2e5), [`e3dfda7`](https://github.com/mastra-ai/mastra/commit/e3dfda7b11bf3b8c4bb55637028befb5f387fc74), [`844ea5d`](https://github.com/mastra-ai/mastra/commit/844ea5dc0c248961e7bf73629ae7dcff503e853c), [`398fde3`](https://github.com/mastra-ai/mastra/commit/398fde3f39e707cda79372cdae8f9870e3b57c8d), [`f0f8f12`](https://github.com/mastra-ai/mastra/commit/f0f8f125c308f2d0fd36942ef652fd852df7522f), [`0d7618b`](https://github.com/mastra-ai/mastra/commit/0d7618bc650bf2800934b243eca5648f4aeed9c2), [`7b763e5`](https://github.com/mastra-ai/mastra/commit/7b763e52fc3eaf699c2a99f2adf418dd46e4e9a5), [`d36cfbb`](https://github.com/mastra-ai/mastra/commit/d36cfbbb6565ba5f827883cc9bb648eb14befdc1), [`3697853`](https://github.com/mastra-ai/mastra/commit/3697853deeb72017d90e0f38a93c1e29221aeca0), [`b2e45ec`](https://github.com/mastra-ai/mastra/commit/b2e45eca727a8db01a81ba93f1a5219c7183c839), [`d6d49f7`](https://github.com/mastra-ai/mastra/commit/d6d49f7b8714fa19a52ff9c7cf7fb7e73751901e), [`a534e95`](https://github.com/mastra-ai/mastra/commit/a534e9591f83b3cc1ebff99c67edf4cda7bf81d3), [`9d0e7fe`](https://github.com/mastra-ai/mastra/commit/9d0e7feca8ed98de959f53476ee1456073673348), [`53d927c`](https://github.com/mastra-ai/mastra/commit/53d927cc6f03bff33655b7e2b788da445a08731d), [`3f2faf2`](https://github.com/mastra-ai/mastra/commit/3f2faf2e2d685d6c053cc5af1bf9fedf267b2ce5), [`22f64bc`](https://github.com/mastra-ai/mastra/commit/22f64bc1d37149480b58bf2fefe35b79a1e3e7d5), [`83d5942`](https://github.com/mastra-ai/mastra/commit/83d5942669ce7bba4a6ca4fd4da697a10eb5ebdc), [`b7959e6`](https://github.com/mastra-ai/mastra/commit/b7959e6e25a46b480f9ea2217c4c6c588c423791), [`bda6370`](https://github.com/mastra-ai/mastra/commit/bda637009360649aaf579919e7873e33553c273e), [`d7acd8e`](https://github.com/mastra-ai/mastra/commit/d7acd8e987b5d7eff4fd98b0906c17c06a2e83d5), [`c7f1f7d`](https://github.com/mastra-ai/mastra/commit/c7f1f7d24f61f247f018cc2d1f33bf63212959a7), [`0bddc6d`](https://github.com/mastra-ai/mastra/commit/0bddc6d8dbd6f6008c0cba2e4960a2da75a55af1), [`735d8c1`](https://github.com/mastra-ai/mastra/commit/735d8c1c0d19fbc09e6f8b66cf41bc7655993838), [`acf322e`](https://github.com/mastra-ai/mastra/commit/acf322e0f1fd0189684cf529d91c694bea918a45), [`c942802`](https://github.com/mastra-ai/mastra/commit/c942802a477a925b01859a7b8688d4355715caaa), [`a0c8c1b`](https://github.com/mastra-ai/mastra/commit/a0c8c1b87d4fee252aebda73e8637fbe01d761c9), [`cc34739`](https://github.com/mastra-ai/mastra/commit/cc34739c34b6266a91bea561119240a7acf47887), [`c218bd3`](https://github.com/mastra-ai/mastra/commit/c218bd3759e32423735b04843a09404572631014), [`2c4438b`](https://github.com/mastra-ai/mastra/commit/2c4438b87817ab7eed818c7990fef010475af1a3), [`2b8893c`](https://github.com/mastra-ai/mastra/commit/2b8893cb108ef9acb72ee7835cd625610d2c1a4a), [`8e5c75b`](https://github.com/mastra-ai/mastra/commit/8e5c75bdb1d08a42d45309a4c72def4b6890230f), [`e59e0d3`](https://github.com/mastra-ai/mastra/commit/e59e0d32afb5fcf2c9f3c00c8f81f6c21d3a63fa), [`fa8409b`](https://github.com/mastra-ai/mastra/commit/fa8409bc39cfd8ba6643b9db5269b90b22e2a2f7), [`173c535`](https://github.com/mastra-ai/mastra/commit/173c535c0645b0da404fe09f003778f0b0d4e019)]:
2764
+ - @mastra/core@1.0.0-beta.0
61
2765
 
62
2766
  ## 0.16.0
63
2767