@mastra/mcp-docs-server 0.13.37-alpha.1 → 0.13.38

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 (403) hide show
  1. package/.docs/organized/changelogs/%40internal%2Fchangeset-cli.md +4 -0
  2. package/.docs/organized/changelogs/%40internal%2Fexternal-types.md +4 -0
  3. package/.docs/organized/changelogs/%40internal%2Fstorage-test-utils.md +15 -15
  4. package/.docs/organized/changelogs/%40internal%2Ftypes-builder.md +4 -0
  5. package/.docs/organized/changelogs/%40mastra%2Fagent-builder.md +9 -9
  6. package/.docs/organized/changelogs/%40mastra%2Fai-sdk.md +10 -10
  7. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +30 -30
  8. package/.docs/organized/changelogs/%40mastra%2Fcore.md +116 -116
  9. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloud.md +25 -25
  10. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +25 -25
  11. package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +27 -27
  12. package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +25 -25
  13. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +37 -37
  14. package/.docs/organized/changelogs/%40mastra%2Flance.md +10 -10
  15. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +22 -22
  16. package/.docs/organized/changelogs/%40mastra%2Fmemory.md +9 -9
  17. package/.docs/organized/changelogs/%40mastra%2Fmssql.md +31 -31
  18. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +44 -44
  19. package/.docs/organized/changelogs/%40mastra%2Freact.md +22 -22
  20. package/.docs/organized/changelogs/%40mastra%2Fschema-compat.md +12 -0
  21. package/.docs/organized/changelogs/%40mastra%2Fserver.md +30 -30
  22. package/.docs/organized/changelogs/create-mastra.md +11 -11
  23. package/.docs/organized/changelogs/mastra.md +33 -33
  24. package/.docs/raw/agents/adding-voice.mdx +20 -9
  25. package/.docs/raw/agents/agent-memory.mdx +55 -39
  26. package/.docs/raw/agents/guardrails.mdx +68 -61
  27. package/.docs/raw/agents/networks.mdx +50 -46
  28. package/.docs/raw/agents/overview.mdx +125 -88
  29. package/.docs/raw/agents/using-tools.mdx +14 -15
  30. package/.docs/raw/auth/auth0.mdx +28 -27
  31. package/.docs/raw/auth/clerk.mdx +22 -20
  32. package/.docs/raw/auth/firebase.mdx +42 -39
  33. package/.docs/raw/auth/index.mdx +1 -1
  34. package/.docs/raw/auth/jwt.mdx +18 -16
  35. package/.docs/raw/auth/supabase.mdx +20 -18
  36. package/.docs/raw/auth/workos.mdx +32 -26
  37. package/.docs/raw/community/contributing-templates.mdx +7 -7
  38. package/.docs/raw/community/discord.mdx +2 -2
  39. package/.docs/raw/community/licensing.mdx +1 -1
  40. package/.docs/raw/course/03-agent-memory/26-updating-mastra-export-comprehensive.md +0 -32
  41. package/.docs/raw/deployment/cloud-providers/amazon-ec2.mdx +41 -22
  42. package/.docs/raw/deployment/cloud-providers/aws-lambda.mdx +48 -29
  43. package/.docs/raw/deployment/cloud-providers/azure-app-services.mdx +52 -24
  44. package/.docs/raw/deployment/cloud-providers/digital-ocean.mdx +86 -55
  45. package/.docs/raw/deployment/cloud-providers/index.mdx +16 -13
  46. package/.docs/raw/deployment/monorepo.mdx +32 -42
  47. package/.docs/raw/deployment/overview.mdx +15 -15
  48. package/.docs/raw/deployment/server-deployment.mdx +18 -23
  49. package/.docs/raw/deployment/serverless-platforms/cloudflare-deployer.mdx +16 -17
  50. package/.docs/raw/deployment/serverless-platforms/index.mdx +15 -12
  51. package/.docs/raw/deployment/serverless-platforms/netlify-deployer.mdx +14 -23
  52. package/.docs/raw/deployment/serverless-platforms/vercel-deployer.mdx +16 -23
  53. package/.docs/raw/deployment/web-framework.mdx +14 -14
  54. package/.docs/raw/frameworks/agentic-uis/ai-sdk.mdx +138 -145
  55. package/.docs/raw/frameworks/agentic-uis/assistant-ui.mdx +54 -43
  56. package/.docs/raw/frameworks/agentic-uis/cedar-os.mdx +51 -36
  57. package/.docs/raw/frameworks/agentic-uis/copilotkit.mdx +161 -120
  58. package/.docs/raw/frameworks/agentic-uis/openrouter.mdx +59 -48
  59. package/.docs/raw/frameworks/servers/express.mdx +45 -44
  60. package/.docs/raw/frameworks/web-frameworks/astro.mdx +245 -162
  61. package/.docs/raw/frameworks/web-frameworks/next-js.mdx +112 -69
  62. package/.docs/raw/frameworks/web-frameworks/sveltekit.mdx +189 -164
  63. package/.docs/raw/frameworks/web-frameworks/vite-react.mdx +94 -81
  64. package/.docs/raw/getting-started/installation.mdx +164 -133
  65. package/.docs/raw/getting-started/mcp-docs-server.mdx +36 -39
  66. package/.docs/raw/getting-started/project-structure.mdx +34 -42
  67. package/.docs/raw/getting-started/studio.mdx +40 -58
  68. package/.docs/raw/getting-started/templates.mdx +22 -27
  69. package/.docs/raw/index.mdx +9 -9
  70. package/.docs/raw/mastra-cloud/dashboard.mdx +10 -10
  71. package/.docs/raw/mastra-cloud/observability.mdx +7 -8
  72. package/.docs/raw/mastra-cloud/overview.mdx +16 -22
  73. package/.docs/raw/mastra-cloud/setting-up.mdx +33 -20
  74. package/.docs/raw/memory/conversation-history.mdx +2 -2
  75. package/.docs/raw/memory/overview.mdx +21 -23
  76. package/.docs/raw/memory/semantic-recall.mdx +14 -13
  77. package/.docs/raw/memory/storage/memory-with-libsql.mdx +27 -28
  78. package/.docs/raw/memory/storage/memory-with-pg.mdx +26 -26
  79. package/.docs/raw/memory/storage/memory-with-upstash.mdx +26 -27
  80. package/.docs/raw/memory/threads-and-resources.mdx +23 -20
  81. package/.docs/raw/memory/working-memory.mdx +27 -38
  82. package/.docs/raw/observability/ai-tracing/exporters/arize.mdx +30 -29
  83. package/.docs/raw/observability/ai-tracing/exporters/braintrust.mdx +8 -9
  84. package/.docs/raw/observability/ai-tracing/exporters/cloud.mdx +17 -16
  85. package/.docs/raw/observability/ai-tracing/exporters/default.mdx +31 -32
  86. package/.docs/raw/observability/ai-tracing/exporters/langfuse.mdx +18 -17
  87. package/.docs/raw/observability/ai-tracing/exporters/langsmith.mdx +14 -14
  88. package/.docs/raw/observability/ai-tracing/exporters/otel.mdx +56 -46
  89. package/.docs/raw/observability/ai-tracing/overview.mdx +145 -122
  90. package/.docs/raw/observability/ai-tracing/processors/sensitive-data-filter.mdx +57 -36
  91. package/.docs/raw/observability/logging.mdx +14 -17
  92. package/.docs/raw/observability/nextjs-tracing.mdx +5 -5
  93. package/.docs/raw/observability/otel-tracing.mdx +17 -18
  94. package/.docs/raw/observability/overview.mdx +14 -10
  95. package/.docs/raw/rag/chunking-and-embedding.mdx +10 -8
  96. package/.docs/raw/rag/overview.mdx +5 -5
  97. package/.docs/raw/rag/retrieval.mdx +125 -107
  98. package/.docs/raw/rag/vector-databases.mdx +232 -223
  99. package/.docs/raw/reference/agents/agent.mdx +54 -41
  100. package/.docs/raw/reference/agents/generate.mdx +367 -261
  101. package/.docs/raw/reference/agents/generateLegacy.mdx +260 -178
  102. package/.docs/raw/reference/agents/getDefaultGenerateOptions.mdx +7 -5
  103. package/.docs/raw/reference/agents/getDefaultStreamOptions.mdx +7 -5
  104. package/.docs/raw/reference/agents/getDescription.mdx +3 -2
  105. package/.docs/raw/reference/agents/getInstructions.mdx +7 -5
  106. package/.docs/raw/reference/agents/getLLM.mdx +11 -7
  107. package/.docs/raw/reference/agents/getMemory.mdx +7 -5
  108. package/.docs/raw/reference/agents/getModel.mdx +7 -5
  109. package/.docs/raw/reference/agents/getScorers.mdx +7 -5
  110. package/.docs/raw/reference/agents/getTools.mdx +7 -5
  111. package/.docs/raw/reference/agents/getVoice.mdx +7 -5
  112. package/.docs/raw/reference/agents/getWorkflows.mdx +7 -5
  113. package/.docs/raw/reference/agents/listAgents.mdx +6 -4
  114. package/.docs/raw/reference/agents/network.mdx +171 -116
  115. package/.docs/raw/reference/auth/auth0.mdx +18 -14
  116. package/.docs/raw/reference/auth/clerk.mdx +15 -12
  117. package/.docs/raw/reference/auth/firebase.mdx +23 -16
  118. package/.docs/raw/reference/auth/jwt.mdx +7 -6
  119. package/.docs/raw/reference/auth/supabase.mdx +13 -10
  120. package/.docs/raw/reference/auth/workos.mdx +17 -13
  121. package/.docs/raw/reference/cli/create-mastra.mdx +61 -44
  122. package/.docs/raw/reference/cli/mastra.mdx +11 -11
  123. package/.docs/raw/reference/client-js/agents.mdx +40 -43
  124. package/.docs/raw/reference/client-js/error-handling.mdx +1 -1
  125. package/.docs/raw/reference/client-js/logs.mdx +1 -1
  126. package/.docs/raw/reference/client-js/mastra-client.mdx +21 -13
  127. package/.docs/raw/reference/client-js/memory.mdx +6 -2
  128. package/.docs/raw/reference/client-js/observability.mdx +10 -9
  129. package/.docs/raw/reference/client-js/telemetry.mdx +1 -1
  130. package/.docs/raw/reference/client-js/tools.mdx +1 -1
  131. package/.docs/raw/reference/client-js/vectors.mdx +1 -1
  132. package/.docs/raw/reference/client-js/workflows-legacy.mdx +1 -1
  133. package/.docs/raw/reference/client-js/workflows.mdx +7 -7
  134. package/.docs/raw/reference/core/getAgent.mdx +6 -5
  135. package/.docs/raw/reference/core/getAgentById.mdx +5 -4
  136. package/.docs/raw/reference/core/getAgents.mdx +3 -3
  137. package/.docs/raw/reference/core/getDeployer.mdx +4 -3
  138. package/.docs/raw/reference/core/getLogger.mdx +4 -3
  139. package/.docs/raw/reference/core/getLogs.mdx +10 -6
  140. package/.docs/raw/reference/core/getLogsByRunId.mdx +8 -5
  141. package/.docs/raw/reference/core/getMCPServer.mdx +8 -5
  142. package/.docs/raw/reference/core/getMCPServers.mdx +4 -3
  143. package/.docs/raw/reference/core/getMemory.mdx +4 -3
  144. package/.docs/raw/reference/core/getScorer.mdx +15 -12
  145. package/.docs/raw/reference/core/getScorerByName.mdx +12 -9
  146. package/.docs/raw/reference/core/getScorers.mdx +3 -2
  147. package/.docs/raw/reference/core/getServer.mdx +4 -3
  148. package/.docs/raw/reference/core/getStorage.mdx +4 -3
  149. package/.docs/raw/reference/core/getTelemetry.mdx +4 -3
  150. package/.docs/raw/reference/core/getVector.mdx +6 -4
  151. package/.docs/raw/reference/core/getVectors.mdx +4 -3
  152. package/.docs/raw/reference/core/getWorkflow.mdx +7 -4
  153. package/.docs/raw/reference/core/getWorkflows.mdx +5 -3
  154. package/.docs/raw/reference/core/mastra-class.mdx +16 -16
  155. package/.docs/raw/reference/core/setLogger.mdx +6 -4
  156. package/.docs/raw/reference/core/setStorage.mdx +4 -4
  157. package/.docs/raw/reference/core/setTelemetry.mdx +4 -3
  158. package/.docs/raw/reference/deployer/cloudflare.mdx +11 -7
  159. package/.docs/raw/reference/deployer/deployer.mdx +2 -1
  160. package/.docs/raw/reference/deployer/netlify.mdx +4 -4
  161. package/.docs/raw/reference/deployer/vercel.mdx +6 -6
  162. package/.docs/raw/reference/evals/answer-relevancy.mdx +4 -5
  163. package/.docs/raw/reference/evals/bias.mdx +4 -5
  164. package/.docs/raw/reference/evals/completeness.mdx +4 -5
  165. package/.docs/raw/reference/evals/content-similarity.mdx +4 -5
  166. package/.docs/raw/reference/evals/context-position.mdx +4 -5
  167. package/.docs/raw/reference/evals/context-precision.mdx +4 -5
  168. package/.docs/raw/reference/evals/context-relevancy.mdx +4 -5
  169. package/.docs/raw/reference/evals/contextual-recall.mdx +4 -5
  170. package/.docs/raw/reference/evals/faithfulness.mdx +4 -5
  171. package/.docs/raw/reference/evals/hallucination.mdx +4 -6
  172. package/.docs/raw/reference/evals/keyword-coverage.mdx +4 -5
  173. package/.docs/raw/reference/evals/prompt-alignment.mdx +4 -6
  174. package/.docs/raw/reference/evals/summarization.mdx +4 -6
  175. package/.docs/raw/reference/evals/textual-difference.mdx +4 -5
  176. package/.docs/raw/reference/evals/tone-consistency.mdx +4 -7
  177. package/.docs/raw/reference/evals/toxicity.mdx +4 -5
  178. package/.docs/raw/reference/index.mdx +3 -3
  179. package/.docs/raw/reference/legacyWorkflows/after.mdx +5 -5
  180. package/.docs/raw/reference/legacyWorkflows/afterEvent.mdx +5 -5
  181. package/.docs/raw/reference/legacyWorkflows/commit.mdx +5 -5
  182. package/.docs/raw/reference/legacyWorkflows/createRun.mdx +4 -4
  183. package/.docs/raw/reference/legacyWorkflows/else.mdx +5 -5
  184. package/.docs/raw/reference/legacyWorkflows/events.mdx +7 -7
  185. package/.docs/raw/reference/legacyWorkflows/execute.mdx +4 -4
  186. package/.docs/raw/reference/legacyWorkflows/if.mdx +5 -5
  187. package/.docs/raw/reference/legacyWorkflows/resume.mdx +5 -5
  188. package/.docs/raw/reference/legacyWorkflows/resumeWithEvent.mdx +6 -6
  189. package/.docs/raw/reference/legacyWorkflows/snapshots.mdx +6 -6
  190. package/.docs/raw/reference/legacyWorkflows/start.mdx +6 -6
  191. package/.docs/raw/reference/legacyWorkflows/step-class.mdx +4 -4
  192. package/.docs/raw/reference/legacyWorkflows/step-condition.mdx +4 -4
  193. package/.docs/raw/reference/legacyWorkflows/step-function.mdx +5 -5
  194. package/.docs/raw/reference/legacyWorkflows/step-options.mdx +6 -6
  195. package/.docs/raw/reference/legacyWorkflows/step-retries.mdx +4 -4
  196. package/.docs/raw/reference/legacyWorkflows/suspend.mdx +4 -4
  197. package/.docs/raw/reference/legacyWorkflows/then.mdx +5 -5
  198. package/.docs/raw/reference/legacyWorkflows/until.mdx +4 -4
  199. package/.docs/raw/reference/legacyWorkflows/watch.mdx +3 -3
  200. package/.docs/raw/reference/legacyWorkflows/while.mdx +4 -4
  201. package/.docs/raw/reference/legacyWorkflows/workflow.mdx +7 -7
  202. package/.docs/raw/reference/memory/createThread.mdx +10 -10
  203. package/.docs/raw/reference/memory/deleteMessages.mdx +7 -5
  204. package/.docs/raw/reference/memory/getThreadById.mdx +6 -5
  205. package/.docs/raw/reference/memory/getThreadsByResourceId.mdx +11 -10
  206. package/.docs/raw/reference/memory/getThreadsByResourceIdPaginated.mdx +10 -9
  207. package/.docs/raw/reference/memory/{Memory.mdx → memory-class.mdx} +53 -46
  208. package/.docs/raw/reference/memory/query.mdx +39 -25
  209. package/.docs/raw/reference/observability/ai-tracing/ai-tracing.mdx +9 -5
  210. package/.docs/raw/reference/observability/ai-tracing/configuration.mdx +26 -22
  211. package/.docs/raw/reference/observability/ai-tracing/exporters/arize.mdx +16 -12
  212. package/.docs/raw/reference/observability/ai-tracing/exporters/braintrust.mdx +14 -14
  213. package/.docs/raw/reference/observability/ai-tracing/exporters/cloud-exporter.mdx +16 -11
  214. package/.docs/raw/reference/observability/ai-tracing/exporters/console-exporter.mdx +10 -6
  215. package/.docs/raw/reference/observability/ai-tracing/exporters/default-exporter.mdx +23 -15
  216. package/.docs/raw/reference/observability/ai-tracing/exporters/langfuse.mdx +6 -6
  217. package/.docs/raw/reference/observability/ai-tracing/exporters/langsmith.mdx +13 -13
  218. package/.docs/raw/reference/observability/ai-tracing/exporters/otel.mdx +44 -36
  219. package/.docs/raw/reference/observability/ai-tracing/interfaces.mdx +115 -106
  220. package/.docs/raw/reference/observability/ai-tracing/processors/sensitive-data-filter.mdx +37 -32
  221. package/.docs/raw/reference/observability/ai-tracing/span.mdx +29 -26
  222. package/.docs/raw/reference/observability/logging/pino-logger.mdx +13 -15
  223. package/.docs/raw/reference/observability/otel-tracing/otel-config.mdx +2 -2
  224. package/.docs/raw/reference/observability/otel-tracing/providers/arize-ax.mdx +3 -3
  225. package/.docs/raw/reference/observability/otel-tracing/providers/arize-phoenix.mdx +2 -1
  226. package/.docs/raw/reference/observability/otel-tracing/providers/dash0.mdx +1 -1
  227. package/.docs/raw/reference/observability/otel-tracing/providers/index.mdx +12 -14
  228. package/.docs/raw/reference/observability/otel-tracing/providers/keywordsai.mdx +3 -3
  229. package/.docs/raw/reference/observability/otel-tracing/providers/laminar.mdx +1 -1
  230. package/.docs/raw/reference/observability/otel-tracing/providers/langfuse.mdx +4 -4
  231. package/.docs/raw/reference/observability/otel-tracing/providers/langsmith.mdx +1 -1
  232. package/.docs/raw/reference/observability/otel-tracing/providers/langwatch.mdx +2 -2
  233. package/.docs/raw/reference/observability/otel-tracing/providers/new-relic.mdx +1 -1
  234. package/.docs/raw/reference/observability/otel-tracing/providers/signoz.mdx +1 -1
  235. package/.docs/raw/reference/observability/otel-tracing/providers/traceloop.mdx +1 -1
  236. package/.docs/raw/reference/processors/batch-parts-processor.mdx +13 -10
  237. package/.docs/raw/reference/processors/language-detector.mdx +27 -17
  238. package/.docs/raw/reference/processors/moderation-processor.mdx +26 -17
  239. package/.docs/raw/reference/processors/pii-detector.mdx +28 -18
  240. package/.docs/raw/reference/processors/prompt-injection-detector.mdx +25 -17
  241. package/.docs/raw/reference/processors/system-prompt-scrubber.mdx +26 -17
  242. package/.docs/raw/reference/processors/token-limiter-processor.mdx +22 -15
  243. package/.docs/raw/reference/processors/unicode-normalizer.mdx +13 -12
  244. package/.docs/raw/reference/rag/chunk.mdx +41 -23
  245. package/.docs/raw/reference/rag/database-config.mdx +56 -38
  246. package/.docs/raw/reference/rag/document.mdx +1 -1
  247. package/.docs/raw/reference/rag/embeddings.mdx +1 -1
  248. package/.docs/raw/reference/rag/extract-params.mdx +1 -1
  249. package/.docs/raw/reference/rag/graph-rag.mdx +1 -1
  250. package/.docs/raw/reference/rag/metadata-filters.mdx +23 -26
  251. package/.docs/raw/reference/rag/rerank.mdx +1 -1
  252. package/.docs/raw/reference/rag/rerankWithScorer.mdx +2 -2
  253. package/.docs/raw/reference/scorers/answer-relevancy.mdx +35 -17
  254. package/.docs/raw/reference/scorers/answer-similarity.mdx +84 -68
  255. package/.docs/raw/reference/scorers/bias.mdx +22 -19
  256. package/.docs/raw/reference/scorers/completeness.mdx +21 -16
  257. package/.docs/raw/reference/scorers/content-similarity.mdx +12 -10
  258. package/.docs/raw/reference/scorers/context-precision.mdx +73 -64
  259. package/.docs/raw/reference/scorers/context-relevance.mdx +142 -126
  260. package/.docs/raw/reference/scorers/create-scorer.mdx +93 -61
  261. package/.docs/raw/reference/scorers/faithfulness.mdx +21 -13
  262. package/.docs/raw/reference/scorers/hallucination.mdx +17 -12
  263. package/.docs/raw/reference/scorers/keyword-coverage.mdx +32 -27
  264. package/.docs/raw/reference/scorers/mastra-scorer.mdx +39 -33
  265. package/.docs/raw/reference/scorers/noise-sensitivity.mdx +203 -152
  266. package/.docs/raw/reference/scorers/prompt-alignment.mdx +186 -132
  267. package/.docs/raw/reference/scorers/run-experiment.mdx +40 -31
  268. package/.docs/raw/reference/scorers/textual-difference.mdx +25 -26
  269. package/.docs/raw/reference/scorers/tone-consistency.mdx +29 -26
  270. package/.docs/raw/reference/scorers/tool-call-accuracy.mdx +180 -176
  271. package/.docs/raw/reference/scorers/toxicity.mdx +35 -31
  272. package/.docs/raw/reference/storage/cloudflare-d1.mdx +1 -1
  273. package/.docs/raw/reference/storage/cloudflare.mdx +1 -1
  274. package/.docs/raw/reference/storage/dynamodb.mdx +1 -1
  275. package/.docs/raw/reference/storage/lance.mdx +1 -1
  276. package/.docs/raw/reference/storage/libsql.mdx +2 -2
  277. package/.docs/raw/reference/storage/mongodb.mdx +4 -5
  278. package/.docs/raw/reference/storage/mssql.mdx +5 -4
  279. package/.docs/raw/reference/storage/postgresql.mdx +35 -33
  280. package/.docs/raw/reference/storage/upstash.mdx +6 -5
  281. package/.docs/raw/reference/streaming/ChunkType.mdx +788 -314
  282. package/.docs/raw/reference/streaming/agents/MastraModelOutput.mdx +265 -109
  283. package/.docs/raw/reference/streaming/agents/stream.mdx +375 -266
  284. package/.docs/raw/reference/streaming/agents/streamLegacy.mdx +233 -162
  285. package/.docs/raw/reference/streaming/workflows/observeStream.mdx +4 -4
  286. package/.docs/raw/reference/streaming/workflows/observeStreamVNext.mdx +5 -5
  287. package/.docs/raw/reference/streaming/workflows/resumeStreamVNext.mdx +24 -20
  288. package/.docs/raw/reference/streaming/workflows/stream.mdx +35 -26
  289. package/.docs/raw/reference/streaming/workflows/streamVNext.mdx +36 -27
  290. package/.docs/raw/reference/templates/overview.mdx +16 -39
  291. package/.docs/raw/reference/tools/client.mdx +1 -1
  292. package/.docs/raw/reference/tools/create-tool.mdx +45 -35
  293. package/.docs/raw/reference/tools/document-chunker-tool.mdx +2 -2
  294. package/.docs/raw/reference/tools/graph-rag-tool.mdx +12 -12
  295. package/.docs/raw/reference/tools/mcp-client.mdx +70 -64
  296. package/.docs/raw/reference/tools/mcp-server.mdx +91 -78
  297. package/.docs/raw/reference/tools/vector-query-tool.mdx +48 -38
  298. package/.docs/raw/reference/vectors/astra.mdx +1 -1
  299. package/.docs/raw/reference/vectors/chroma.mdx +25 -19
  300. package/.docs/raw/reference/vectors/couchbase.mdx +4 -4
  301. package/.docs/raw/reference/vectors/lance.mdx +5 -6
  302. package/.docs/raw/reference/vectors/libsql.mdx +1 -1
  303. package/.docs/raw/reference/vectors/mongodb.mdx +1 -1
  304. package/.docs/raw/reference/vectors/opensearch.mdx +1 -1
  305. package/.docs/raw/reference/vectors/pg.mdx +8 -4
  306. package/.docs/raw/reference/vectors/pinecone.mdx +1 -1
  307. package/.docs/raw/reference/vectors/qdrant.mdx +1 -1
  308. package/.docs/raw/reference/vectors/s3vectors.mdx +35 -27
  309. package/.docs/raw/reference/vectors/turbopuffer.mdx +1 -1
  310. package/.docs/raw/reference/vectors/upstash.mdx +33 -25
  311. package/.docs/raw/reference/vectors/vectorize.mdx +1 -1
  312. package/.docs/raw/reference/voice/azure.mdx +1 -1
  313. package/.docs/raw/reference/voice/cloudflare.mdx +1 -1
  314. package/.docs/raw/reference/voice/composite-voice.mdx +1 -1
  315. package/.docs/raw/reference/voice/deepgram.mdx +1 -1
  316. package/.docs/raw/reference/voice/elevenlabs.mdx +1 -1
  317. package/.docs/raw/reference/voice/google-gemini-live.mdx +6 -4
  318. package/.docs/raw/reference/voice/google.mdx +1 -1
  319. package/.docs/raw/reference/voice/mastra-voice.mdx +1 -1
  320. package/.docs/raw/reference/voice/murf.mdx +1 -1
  321. package/.docs/raw/reference/voice/openai-realtime.mdx +1 -1
  322. package/.docs/raw/reference/voice/openai.mdx +1 -1
  323. package/.docs/raw/reference/voice/playai.mdx +1 -1
  324. package/.docs/raw/reference/voice/sarvam.mdx +1 -1
  325. package/.docs/raw/reference/voice/speechify.mdx +1 -1
  326. package/.docs/raw/reference/voice/voice.addInstructions.mdx +1 -1
  327. package/.docs/raw/reference/voice/voice.addTools.mdx +1 -1
  328. package/.docs/raw/reference/voice/voice.answer.mdx +1 -1
  329. package/.docs/raw/reference/voice/voice.close.mdx +1 -1
  330. package/.docs/raw/reference/voice/voice.connect.mdx +1 -1
  331. package/.docs/raw/reference/voice/voice.events.mdx +1 -1
  332. package/.docs/raw/reference/voice/voice.getSpeakers.mdx +23 -30
  333. package/.docs/raw/reference/voice/voice.listen.mdx +1 -1
  334. package/.docs/raw/reference/voice/voice.off.mdx +1 -1
  335. package/.docs/raw/reference/voice/voice.on.mdx +1 -1
  336. package/.docs/raw/reference/voice/voice.send.mdx +1 -1
  337. package/.docs/raw/reference/voice/voice.speak.mdx +1 -1
  338. package/.docs/raw/reference/voice/voice.updateConfig.mdx +1 -1
  339. package/.docs/raw/reference/workflows/run-methods/cancel.mdx +4 -3
  340. package/.docs/raw/reference/workflows/run-methods/resume.mdx +49 -34
  341. package/.docs/raw/reference/workflows/run-methods/start.mdx +43 -31
  342. package/.docs/raw/reference/workflows/run-methods/watch.mdx +7 -8
  343. package/.docs/raw/reference/workflows/run.mdx +7 -10
  344. package/.docs/raw/reference/workflows/step.mdx +15 -12
  345. package/.docs/raw/reference/workflows/workflow-methods/branch.mdx +2 -2
  346. package/.docs/raw/reference/workflows/workflow-methods/commit.mdx +1 -1
  347. package/.docs/raw/reference/workflows/workflow-methods/create-run.mdx +7 -7
  348. package/.docs/raw/reference/workflows/workflow-methods/dountil.mdx +2 -2
  349. package/.docs/raw/reference/workflows/workflow-methods/dowhile.mdx +2 -2
  350. package/.docs/raw/reference/workflows/workflow-methods/foreach.mdx +1 -1
  351. package/.docs/raw/reference/workflows/workflow-methods/map.mdx +3 -2
  352. package/.docs/raw/reference/workflows/workflow-methods/parallel.mdx +1 -1
  353. package/.docs/raw/reference/workflows/workflow-methods/sendEvent.mdx +5 -5
  354. package/.docs/raw/reference/workflows/workflow-methods/sleep.mdx +3 -2
  355. package/.docs/raw/reference/workflows/workflow-methods/sleepUntil.mdx +3 -2
  356. package/.docs/raw/reference/workflows/workflow-methods/then.mdx +1 -1
  357. package/.docs/raw/reference/workflows/workflow-methods/waitForEvent.mdx +3 -3
  358. package/.docs/raw/reference/workflows/workflow.mdx +13 -10
  359. package/.docs/raw/scorers/custom-scorers.mdx +58 -48
  360. package/.docs/raw/scorers/evals-old-api/custom-eval.mdx +6 -8
  361. package/.docs/raw/scorers/evals-old-api/overview.mdx +8 -8
  362. package/.docs/raw/scorers/evals-old-api/running-in-ci.mdx +9 -9
  363. package/.docs/raw/scorers/evals-old-api/textual-evals.mdx +5 -5
  364. package/.docs/raw/scorers/off-the-shelf-scorers.mdx +3 -1
  365. package/.docs/raw/scorers/overview.mdx +20 -19
  366. package/.docs/raw/server-db/custom-api-routes.mdx +8 -8
  367. package/.docs/raw/server-db/mastra-client.mdx +56 -54
  368. package/.docs/raw/server-db/middleware.mdx +11 -7
  369. package/.docs/raw/server-db/production-server.mdx +5 -7
  370. package/.docs/raw/server-db/runtime-context.mdx +41 -38
  371. package/.docs/raw/server-db/storage.mdx +82 -87
  372. package/.docs/raw/streaming/events.mdx +24 -16
  373. package/.docs/raw/streaming/overview.mdx +17 -18
  374. package/.docs/raw/streaming/tool-streaming.mdx +9 -10
  375. package/.docs/raw/streaming/workflow-streaming.mdx +14 -12
  376. package/.docs/raw/tools-mcp/advanced-usage.mdx +2 -2
  377. package/.docs/raw/tools-mcp/mcp-overview.mdx +92 -102
  378. package/.docs/raw/tools-mcp/overview.mdx +9 -14
  379. package/.docs/raw/voice/overview.mdx +273 -250
  380. package/.docs/raw/voice/speech-to-speech.mdx +14 -12
  381. package/.docs/raw/voice/speech-to-text.mdx +2 -2
  382. package/.docs/raw/voice/text-to-speech.mdx +2 -2
  383. package/.docs/raw/workflows/agents-and-tools.mdx +29 -28
  384. package/.docs/raw/workflows/control-flow.mdx +24 -24
  385. package/.docs/raw/workflows/error-handling.mdx +15 -17
  386. package/.docs/raw/workflows/human-in-the-loop.mdx +39 -39
  387. package/.docs/raw/workflows/inngest-workflow.mdx +33 -29
  388. package/.docs/raw/workflows/input-data-mapping.mdx +9 -9
  389. package/.docs/raw/workflows/overview.mdx +60 -60
  390. package/.docs/raw/workflows/snapshots.mdx +54 -36
  391. package/.docs/raw/workflows/suspend-and-resume.mdx +52 -57
  392. package/.docs/raw/workflows-legacy/control-flow.mdx +15 -17
  393. package/.docs/raw/workflows-legacy/dynamic-workflows.mdx +3 -1
  394. package/.docs/raw/workflows-legacy/error-handling.mdx +8 -6
  395. package/.docs/raw/workflows-legacy/nested-workflows.mdx +6 -0
  396. package/.docs/raw/workflows-legacy/overview.mdx +28 -26
  397. package/.docs/raw/workflows-legacy/runtime-variables.mdx +4 -2
  398. package/.docs/raw/workflows-legacy/steps.mdx +5 -3
  399. package/.docs/raw/workflows-legacy/suspend-and-resume.mdx +10 -8
  400. package/.docs/raw/workflows-legacy/variables.mdx +10 -8
  401. package/CHANGELOG.md +21 -0
  402. package/package.json +5 -5
  403. package/.docs/raw/memory/storage/memory-with-mongodb.mdx +0 -148
@@ -1,5 +1,31 @@
1
1
  # @mastra/deployer-netlify
2
2
 
3
+ ## 0.13.16
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`b55bbce`](https://github.com/mastra-ai/mastra/commit/b55bbce89404d35fdd967012dd503fae343d4c2d), [`d6cb18e`](https://github.com/mastra-ai/mastra/commit/d6cb18e189fd0ac95d4934cf0d6f2866876d1a2e), [`d0ecff7`](https://github.com/mastra-ai/mastra/commit/d0ecff793d5cd50408cd8d1d113f02e28d897a3d), [`e84a959`](https://github.com/mastra-ai/mastra/commit/e84a9592bfdec4f1c9fdf108c9d4ea4e2ee8f7e3), [`e742d37`](https://github.com/mastra-ai/mastra/commit/e742d371f24ef8059670cc05e9aee308eac068b9)]:
8
+ - @mastra/deployer@0.23.3
9
+ - @mastra/core@0.23.3
10
+
11
+ ## 0.13.16-alpha.0
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`b55bbce`](https://github.com/mastra-ai/mastra/commit/b55bbce89404d35fdd967012dd503fae343d4c2d), [`d6cb18e`](https://github.com/mastra-ai/mastra/commit/d6cb18e189fd0ac95d4934cf0d6f2866876d1a2e), [`d0ecff7`](https://github.com/mastra-ai/mastra/commit/d0ecff793d5cd50408cd8d1d113f02e28d897a3d), [`e84a959`](https://github.com/mastra-ai/mastra/commit/e84a9592bfdec4f1c9fdf108c9d4ea4e2ee8f7e3), [`e742d37`](https://github.com/mastra-ai/mastra/commit/e742d371f24ef8059670cc05e9aee308eac068b9)]:
16
+ - @mastra/deployer@0.23.3-alpha.0
17
+ - @mastra/core@0.23.3-alpha.0
18
+
19
+ ## 0.13.15
20
+
21
+ ### Patch Changes
22
+
23
+ - Do not apply ESM shim to output as Netlify should handle this already ([#9361](https://github.com/mastra-ai/mastra/pull/9361))
24
+
25
+ - Updated dependencies [[`f57a81e`](https://github.com/mastra-ai/mastra/commit/f57a81e6ce644e45bf1c9618778cc54c50a84ad4), [`17e5a4e`](https://github.com/mastra-ai/mastra/commit/17e5a4e828a8ebc6148c76b42a139c0f9bf7e25f), [`2afd345`](https://github.com/mastra-ai/mastra/commit/2afd3450825b76e41f7973baddf13867ea042e40), [`fc79af3`](https://github.com/mastra-ai/mastra/commit/fc79af3915d1c456729cbd753673b0c0564340d8), [`eefc89e`](https://github.com/mastra-ai/mastra/commit/eefc89ee69f05bb71661473a807fc7dc03d56f17), [`60bd45d`](https://github.com/mastra-ai/mastra/commit/60bd45de021f0dfbe6583928f6da5169cb5585ba), [`a30093d`](https://github.com/mastra-ai/mastra/commit/a30093de98c1836dcd5dfddf09649010712b8c95), [`0fe7adb`](https://github.com/mastra-ai/mastra/commit/0fe7adb0f20f59a6bb41f235d01f8b7a880ea6e7), [`a42e496`](https://github.com/mastra-ai/mastra/commit/a42e49686a7486e2e9e9397fa98e5ff7a71dc1b0), [`3670db7`](https://github.com/mastra-ai/mastra/commit/3670db7e8e798f9d65fac5bfb732134a1f26ba7b), [`e40d4d0`](https://github.com/mastra-ai/mastra/commit/e40d4d0a0971b4505e7c9de73c656066c7565653), [`fc843ff`](https://github.com/mastra-ai/mastra/commit/fc843ff4d1d149317b6324553ce5ad7972062a78), [`ff16f9b`](https://github.com/mastra-ai/mastra/commit/ff16f9b9dbc701b26b6c4e9872f759f3880f9327), [`35e6cf7`](https://github.com/mastra-ai/mastra/commit/35e6cf722fef16ea0301eb9cf5a32fe9ccb12d22), [`30f92b5`](https://github.com/mastra-ai/mastra/commit/30f92b5b3aa224289f2f0eff56babcfa7a87b772), [`30a2e36`](https://github.com/mastra-ai/mastra/commit/30a2e369485e0e59c4faa1d83c5635c2260b304c)]:
26
+ - @mastra/core@0.23.2
27
+ - @mastra/deployer@0.23.2
28
+
3
29
  ## 0.13.15-alpha.0
4
30
 
5
31
  ### Patch Changes
@@ -272,31 +298,5 @@
272
298
  - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
273
299
 
274
300
  - Updated dependencies [[`288745a`](https://github.com/mastra-ai/mastra/commit/288745a19aa9557db3ab3c877d667ff59f14d79c), [`cf34503`](https://github.com/mastra-ai/mastra/commit/cf345031de4e157f29087946449e60b965e9c8a9), [`6b4b1e4`](https://github.com/mastra-ai/mastra/commit/6b4b1e4235428d39e51cbda9832704c0ba70ab32), [`3469fca`](https://github.com/mastra-ai/mastra/commit/3469fca7bb7e5e19369ff9f7044716a5e4b02585), [`a61f23f`](https://github.com/mastra-ai/mastra/commit/a61f23fbbca4b88b763d94f1d784c47895ed72d7), [`4b339b8`](https://github.com/mastra-ai/mastra/commit/4b339b8141c20d6a6d80583c7e8c5c05d8c19492), [`8f56160`](https://github.com/mastra-ai/mastra/commit/8f56160fd45c740076529148b9c225f6842d43b0), [`d1dc606`](https://github.com/mastra-ai/mastra/commit/d1dc6067b0557a71190b68d56ee15b48c26d2411), [`2d29ad9`](https://github.com/mastra-ai/mastra/commit/2d29ad92763cac02fc1d80c221ac93c39c0c5caf), [`c45298a`](https://github.com/mastra-ai/mastra/commit/c45298a0a0791db35cf79f1199d77004da0704cb), [`c4a8204`](https://github.com/mastra-ai/mastra/commit/c4a82046bfd241d6044e234bc5917d5a01fe6b55), [`d3bd4d4`](https://github.com/mastra-ai/mastra/commit/d3bd4d482a685bbb67bfa89be91c90dca3fa71ad), [`c591dfc`](https://github.com/mastra-ai/mastra/commit/c591dfc1e600fae1dedffe239357d250e146378f), [`1920c5c`](https://github.com/mastra-ai/mastra/commit/1920c5c6d666f687785c73021196aa551e579e0d), [`b6a3b65`](https://github.com/mastra-ai/mastra/commit/b6a3b65d830fa0ca7754ad6481661d1f2c878f21), [`af3abb6`](https://github.com/mastra-ai/mastra/commit/af3abb6f7c7585d856e22d27f4e7d2ece2186b9a), [`5b1ee71`](https://github.com/mastra-ai/mastra/commit/5b1ee71dc3ac92383226dc1e375642ca5f9b4224), [`282379f`](https://github.com/mastra-ai/mastra/commit/282379fafed80c6417fe1e791087110decd481ca)]:
275
- - @mastra/deployer@0.18.0
276
- - @mastra/core@0.18.0
277
-
278
- ## 0.13.2-alpha.3
279
-
280
- ### Patch Changes
281
-
282
- - feat: implement trace scoring with batch processing capabilities ([#8033](https://github.com/mastra-ai/mastra/pull/8033))
283
-
284
- - Updated dependencies [[`4b339b8`](https://github.com/mastra-ai/mastra/commit/4b339b8141c20d6a6d80583c7e8c5c05d8c19492), [`8f56160`](https://github.com/mastra-ai/mastra/commit/8f56160fd45c740076529148b9c225f6842d43b0), [`c591dfc`](https://github.com/mastra-ai/mastra/commit/c591dfc1e600fae1dedffe239357d250e146378f), [`1920c5c`](https://github.com/mastra-ai/mastra/commit/1920c5c6d666f687785c73021196aa551e579e0d), [`b6a3b65`](https://github.com/mastra-ai/mastra/commit/b6a3b65d830fa0ca7754ad6481661d1f2c878f21), [`af3abb6`](https://github.com/mastra-ai/mastra/commit/af3abb6f7c7585d856e22d27f4e7d2ece2186b9a), [`282379f`](https://github.com/mastra-ai/mastra/commit/282379fafed80c6417fe1e791087110decd481ca)]:
285
- - @mastra/core@0.18.0-alpha.3
286
- - @mastra/deployer@0.18.0-alpha.3
287
-
288
- ## 0.13.2-alpha.2
289
-
290
- ### Patch Changes
291
-
292
- - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
293
-
294
- - Updated dependencies [[`cf34503`](https://github.com/mastra-ai/mastra/commit/cf345031de4e157f29087946449e60b965e9c8a9), [`6b4b1e4`](https://github.com/mastra-ai/mastra/commit/6b4b1e4235428d39e51cbda9832704c0ba70ab32), [`3469fca`](https://github.com/mastra-ai/mastra/commit/3469fca7bb7e5e19369ff9f7044716a5e4b02585), [`2d29ad9`](https://github.com/mastra-ai/mastra/commit/2d29ad92763cac02fc1d80c221ac93c39c0c5caf), [`c4a8204`](https://github.com/mastra-ai/mastra/commit/c4a82046bfd241d6044e234bc5917d5a01fe6b55), [`5b1ee71`](https://github.com/mastra-ai/mastra/commit/5b1ee71dc3ac92383226dc1e375642ca5f9b4224)]:
295
- - @mastra/core@0.18.0-alpha.2
296
- - @mastra/deployer@0.18.0-alpha.2
297
-
298
- ## 0.13.2-alpha.1
299
-
300
- ### Patch Changes
301
301
 
302
- ... 3689 more lines hidden. See full changelog in package directory.
302
+ ... 3715 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,29 @@
1
1
  # @mastra/deployer-vercel
2
2
 
3
+ ## 0.12.16
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`b55bbce`](https://github.com/mastra-ai/mastra/commit/b55bbce89404d35fdd967012dd503fae343d4c2d), [`d6cb18e`](https://github.com/mastra-ai/mastra/commit/d6cb18e189fd0ac95d4934cf0d6f2866876d1a2e), [`d0ecff7`](https://github.com/mastra-ai/mastra/commit/d0ecff793d5cd50408cd8d1d113f02e28d897a3d), [`e84a959`](https://github.com/mastra-ai/mastra/commit/e84a9592bfdec4f1c9fdf108c9d4ea4e2ee8f7e3), [`e742d37`](https://github.com/mastra-ai/mastra/commit/e742d371f24ef8059670cc05e9aee308eac068b9)]:
8
+ - @mastra/deployer@0.23.3
9
+ - @mastra/core@0.23.3
10
+
11
+ ## 0.12.16-alpha.0
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`b55bbce`](https://github.com/mastra-ai/mastra/commit/b55bbce89404d35fdd967012dd503fae343d4c2d), [`d6cb18e`](https://github.com/mastra-ai/mastra/commit/d6cb18e189fd0ac95d4934cf0d6f2866876d1a2e), [`d0ecff7`](https://github.com/mastra-ai/mastra/commit/d0ecff793d5cd50408cd8d1d113f02e28d897a3d), [`e84a959`](https://github.com/mastra-ai/mastra/commit/e84a9592bfdec4f1c9fdf108c9d4ea4e2ee8f7e3), [`e742d37`](https://github.com/mastra-ai/mastra/commit/e742d371f24ef8059670cc05e9aee308eac068b9)]:
16
+ - @mastra/deployer@0.23.3-alpha.0
17
+ - @mastra/core@0.23.3-alpha.0
18
+
19
+ ## 0.12.15
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [[`f57a81e`](https://github.com/mastra-ai/mastra/commit/f57a81e6ce644e45bf1c9618778cc54c50a84ad4), [`17e5a4e`](https://github.com/mastra-ai/mastra/commit/17e5a4e828a8ebc6148c76b42a139c0f9bf7e25f), [`2afd345`](https://github.com/mastra-ai/mastra/commit/2afd3450825b76e41f7973baddf13867ea042e40), [`fc79af3`](https://github.com/mastra-ai/mastra/commit/fc79af3915d1c456729cbd753673b0c0564340d8), [`eefc89e`](https://github.com/mastra-ai/mastra/commit/eefc89ee69f05bb71661473a807fc7dc03d56f17), [`60bd45d`](https://github.com/mastra-ai/mastra/commit/60bd45de021f0dfbe6583928f6da5169cb5585ba), [`a30093d`](https://github.com/mastra-ai/mastra/commit/a30093de98c1836dcd5dfddf09649010712b8c95), [`0fe7adb`](https://github.com/mastra-ai/mastra/commit/0fe7adb0f20f59a6bb41f235d01f8b7a880ea6e7), [`a42e496`](https://github.com/mastra-ai/mastra/commit/a42e49686a7486e2e9e9397fa98e5ff7a71dc1b0), [`3670db7`](https://github.com/mastra-ai/mastra/commit/3670db7e8e798f9d65fac5bfb732134a1f26ba7b), [`e40d4d0`](https://github.com/mastra-ai/mastra/commit/e40d4d0a0971b4505e7c9de73c656066c7565653), [`fc843ff`](https://github.com/mastra-ai/mastra/commit/fc843ff4d1d149317b6324553ce5ad7972062a78), [`ff16f9b`](https://github.com/mastra-ai/mastra/commit/ff16f9b9dbc701b26b6c4e9872f759f3880f9327), [`35e6cf7`](https://github.com/mastra-ai/mastra/commit/35e6cf722fef16ea0301eb9cf5a32fe9ccb12d22), [`30f92b5`](https://github.com/mastra-ai/mastra/commit/30f92b5b3aa224289f2f0eff56babcfa7a87b772), [`30a2e36`](https://github.com/mastra-ai/mastra/commit/30a2e369485e0e59c4faa1d83c5635c2260b304c)]:
24
+ - @mastra/core@0.23.2
25
+ - @mastra/deployer@0.23.2
26
+
3
27
  ## 0.12.15-alpha.0
4
28
 
5
29
  ### Patch Changes
@@ -274,29 +298,5 @@
274
298
  - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
275
299
 
276
300
  - Updated dependencies [[`288745a`](https://github.com/mastra-ai/mastra/commit/288745a19aa9557db3ab3c877d667ff59f14d79c), [`cf34503`](https://github.com/mastra-ai/mastra/commit/cf345031de4e157f29087946449e60b965e9c8a9), [`6b4b1e4`](https://github.com/mastra-ai/mastra/commit/6b4b1e4235428d39e51cbda9832704c0ba70ab32), [`3469fca`](https://github.com/mastra-ai/mastra/commit/3469fca7bb7e5e19369ff9f7044716a5e4b02585), [`a61f23f`](https://github.com/mastra-ai/mastra/commit/a61f23fbbca4b88b763d94f1d784c47895ed72d7), [`4b339b8`](https://github.com/mastra-ai/mastra/commit/4b339b8141c20d6a6d80583c7e8c5c05d8c19492), [`8f56160`](https://github.com/mastra-ai/mastra/commit/8f56160fd45c740076529148b9c225f6842d43b0), [`d1dc606`](https://github.com/mastra-ai/mastra/commit/d1dc6067b0557a71190b68d56ee15b48c26d2411), [`2d29ad9`](https://github.com/mastra-ai/mastra/commit/2d29ad92763cac02fc1d80c221ac93c39c0c5caf), [`c45298a`](https://github.com/mastra-ai/mastra/commit/c45298a0a0791db35cf79f1199d77004da0704cb), [`c4a8204`](https://github.com/mastra-ai/mastra/commit/c4a82046bfd241d6044e234bc5917d5a01fe6b55), [`d3bd4d4`](https://github.com/mastra-ai/mastra/commit/d3bd4d482a685bbb67bfa89be91c90dca3fa71ad), [`c591dfc`](https://github.com/mastra-ai/mastra/commit/c591dfc1e600fae1dedffe239357d250e146378f), [`1920c5c`](https://github.com/mastra-ai/mastra/commit/1920c5c6d666f687785c73021196aa551e579e0d), [`b6a3b65`](https://github.com/mastra-ai/mastra/commit/b6a3b65d830fa0ca7754ad6481661d1f2c878f21), [`af3abb6`](https://github.com/mastra-ai/mastra/commit/af3abb6f7c7585d856e22d27f4e7d2ece2186b9a), [`5b1ee71`](https://github.com/mastra-ai/mastra/commit/5b1ee71dc3ac92383226dc1e375642ca5f9b4224), [`282379f`](https://github.com/mastra-ai/mastra/commit/282379fafed80c6417fe1e791087110decd481ca)]:
277
- - @mastra/deployer@0.18.0
278
- - @mastra/core@0.18.0
279
-
280
- ## 0.12.2-alpha.3
281
-
282
- ### Patch Changes
283
-
284
- - feat: implement trace scoring with batch processing capabilities ([#8033](https://github.com/mastra-ai/mastra/pull/8033))
285
-
286
- - Updated dependencies [[`4b339b8`](https://github.com/mastra-ai/mastra/commit/4b339b8141c20d6a6d80583c7e8c5c05d8c19492), [`8f56160`](https://github.com/mastra-ai/mastra/commit/8f56160fd45c740076529148b9c225f6842d43b0), [`c591dfc`](https://github.com/mastra-ai/mastra/commit/c591dfc1e600fae1dedffe239357d250e146378f), [`1920c5c`](https://github.com/mastra-ai/mastra/commit/1920c5c6d666f687785c73021196aa551e579e0d), [`b6a3b65`](https://github.com/mastra-ai/mastra/commit/b6a3b65d830fa0ca7754ad6481661d1f2c878f21), [`af3abb6`](https://github.com/mastra-ai/mastra/commit/af3abb6f7c7585d856e22d27f4e7d2ece2186b9a), [`282379f`](https://github.com/mastra-ai/mastra/commit/282379fafed80c6417fe1e791087110decd481ca)]:
287
- - @mastra/core@0.18.0-alpha.3
288
- - @mastra/deployer@0.18.0-alpha.3
289
-
290
- ## 0.12.2-alpha.2
291
-
292
- ### Patch Changes
293
-
294
- - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
295
-
296
- - Updated dependencies [[`cf34503`](https://github.com/mastra-ai/mastra/commit/cf345031de4e157f29087946449e60b965e9c8a9), [`6b4b1e4`](https://github.com/mastra-ai/mastra/commit/6b4b1e4235428d39e51cbda9832704c0ba70ab32), [`3469fca`](https://github.com/mastra-ai/mastra/commit/3469fca7bb7e5e19369ff9f7044716a5e4b02585), [`2d29ad9`](https://github.com/mastra-ai/mastra/commit/2d29ad92763cac02fc1d80c221ac93c39c0c5caf), [`c4a8204`](https://github.com/mastra-ai/mastra/commit/c4a82046bfd241d6044e234bc5917d5a01fe6b55), [`5b1ee71`](https://github.com/mastra-ai/mastra/commit/5b1ee71dc3ac92383226dc1e375642ca5f9b4224)]:
297
- - @mastra/core@0.18.0-alpha.2
298
- - @mastra/deployer@0.18.0-alpha.2
299
-
300
- ## 0.12.2-alpha.1
301
301
 
302
- ... 3645 more lines hidden. See full changelog in package directory.
302
+ ... 3669 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,41 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 0.23.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Make step optional in all resume APIs ([#9462](https://github.com/mastra-ai/mastra/pull/9462))
8
+
9
+ - Make step optional in resumeStreamVNext API ([#9461](https://github.com/mastra-ai/mastra/pull/9461))
10
+
11
+ - Updated dependencies [[`b55bbce`](https://github.com/mastra-ai/mastra/commit/b55bbce89404d35fdd967012dd503fae343d4c2d), [`d6cb18e`](https://github.com/mastra-ai/mastra/commit/d6cb18e189fd0ac95d4934cf0d6f2866876d1a2e), [`d0ecff7`](https://github.com/mastra-ai/mastra/commit/d0ecff793d5cd50408cd8d1d113f02e28d897a3d), [`e84a959`](https://github.com/mastra-ai/mastra/commit/e84a9592bfdec4f1c9fdf108c9d4ea4e2ee8f7e3), [`e742d37`](https://github.com/mastra-ai/mastra/commit/e742d371f24ef8059670cc05e9aee308eac068b9)]:
12
+ - @mastra/server@0.23.3
13
+ - @mastra/core@0.23.3
14
+
15
+ ## 0.23.3-alpha.0
16
+
17
+ ### Patch Changes
18
+
19
+ - Make step optional in all resume APIs ([#9462](https://github.com/mastra-ai/mastra/pull/9462))
20
+
21
+ - Make step optional in resumeStreamVNext API ([#9461](https://github.com/mastra-ai/mastra/pull/9461))
22
+
23
+ - Updated dependencies [[`b55bbce`](https://github.com/mastra-ai/mastra/commit/b55bbce89404d35fdd967012dd503fae343d4c2d), [`d6cb18e`](https://github.com/mastra-ai/mastra/commit/d6cb18e189fd0ac95d4934cf0d6f2866876d1a2e), [`d0ecff7`](https://github.com/mastra-ai/mastra/commit/d0ecff793d5cd50408cd8d1d113f02e28d897a3d), [`e84a959`](https://github.com/mastra-ai/mastra/commit/e84a9592bfdec4f1c9fdf108c9d4ea4e2ee8f7e3), [`e742d37`](https://github.com/mastra-ai/mastra/commit/e742d371f24ef8059670cc05e9aee308eac068b9)]:
24
+ - @mastra/server@0.23.3-alpha.0
25
+ - @mastra/core@0.23.3-alpha.0
26
+
27
+ ## 0.23.2
28
+
29
+ ### Patch Changes
30
+
31
+ - Add exportConditions options to nodeResolve plugin to ensure proper handling of Node.js export condition resolution during production builds. ([#9394](https://github.com/mastra-ai/mastra/pull/9394))
32
+
33
+ - Add better error handling during `mastra build` for `ERR_MODULE_NOT_FOUND` cases. ([#9338](https://github.com/mastra-ai/mastra/pull/9338))
34
+
35
+ - Updated dependencies [[`f57a81e`](https://github.com/mastra-ai/mastra/commit/f57a81e6ce644e45bf1c9618778cc54c50a84ad4), [`2afd345`](https://github.com/mastra-ai/mastra/commit/2afd3450825b76e41f7973baddf13867ea042e40), [`fc79af3`](https://github.com/mastra-ai/mastra/commit/fc79af3915d1c456729cbd753673b0c0564340d8), [`eefc89e`](https://github.com/mastra-ai/mastra/commit/eefc89ee69f05bb71661473a807fc7dc03d56f17), [`60bd45d`](https://github.com/mastra-ai/mastra/commit/60bd45de021f0dfbe6583928f6da5169cb5585ba), [`a30093d`](https://github.com/mastra-ai/mastra/commit/a30093de98c1836dcd5dfddf09649010712b8c95), [`0fe7adb`](https://github.com/mastra-ai/mastra/commit/0fe7adb0f20f59a6bb41f235d01f8b7a880ea6e7), [`a42e496`](https://github.com/mastra-ai/mastra/commit/a42e49686a7486e2e9e9397fa98e5ff7a71dc1b0), [`3670db7`](https://github.com/mastra-ai/mastra/commit/3670db7e8e798f9d65fac5bfb732134a1f26ba7b), [`e40d4d0`](https://github.com/mastra-ai/mastra/commit/e40d4d0a0971b4505e7c9de73c656066c7565653), [`fc843ff`](https://github.com/mastra-ai/mastra/commit/fc843ff4d1d149317b6324553ce5ad7972062a78), [`ff16f9b`](https://github.com/mastra-ai/mastra/commit/ff16f9b9dbc701b26b6c4e9872f759f3880f9327), [`35e6cf7`](https://github.com/mastra-ai/mastra/commit/35e6cf722fef16ea0301eb9cf5a32fe9ccb12d22), [`30a2e36`](https://github.com/mastra-ai/mastra/commit/30a2e369485e0e59c4faa1d83c5635c2260b304c)]:
36
+ - @mastra/core@0.23.2
37
+ - @mastra/server@0.23.2
38
+
3
39
  ## 0.23.2-alpha.1
4
40
 
5
41
  ### Patch Changes
@@ -263,40 +299,4 @@
263
299
 
264
300
  - Update peer dependencies to match core package version bump (0.21.0) ([#8686](https://github.com/mastra-ai/mastra/pull/8686))
265
301
 
266
- - support model router in structured output and client-js ([#8686](https://github.com/mastra-ai/mastra/pull/8686))
267
-
268
- ### Patch Changes
269
-
270
- - dependencies updates: ([#8599](https://github.com/mastra-ai/mastra/pull/8599))
271
- - Updated dependency [`@rollup/plugin-node-resolve@^16.0.2` ↗︎](https://www.npmjs.com/package/@rollup/plugin-node-resolve/v/16.0.2) (from `^16.0.1`, in `dependencies`)
272
-
273
- - Improve monorepo handling for `mastra build` & `mastra start` ([#8653](https://github.com/mastra-ai/mastra/pull/8653))
274
-
275
- - Update peer dependencies to match core package version bump (0.21.0) ([#8619](https://github.com/mastra-ai/mastra/pull/8619))
276
-
277
- - Update peer dependencies to match core package version bump (0.21.0) ([#8557](https://github.com/mastra-ai/mastra/pull/8557))
278
-
279
- - Update peer dependencies to match core package version bump (0.21.0) ([#8626](https://github.com/mastra-ai/mastra/pull/8626))
280
-
281
- - Updated dependencies [[`b5a66b7`](https://github.com/mastra-ai/mastra/commit/b5a66b748a14fc8b3f63b04642ddb9621fbcc9e0), [`2ddb851`](https://github.com/mastra-ai/mastra/commit/2ddb8519c4b6f1d31be10ffd33b41d2b649a04ff), [`7b1ef57`](https://github.com/mastra-ai/mastra/commit/7b1ef57fc071c2aa2a2e32905b18cd88719c5a39), [`b5a66b7`](https://github.com/mastra-ai/mastra/commit/b5a66b748a14fc8b3f63b04642ddb9621fbcc9e0), [`ee68e82`](https://github.com/mastra-ai/mastra/commit/ee68e8289ea4408d29849e899bc6e78b3bd4e843), [`228228b`](https://github.com/mastra-ai/mastra/commit/228228b0b1de9291cb8887587f5cea1a8757ebad), [`ea33930`](https://github.com/mastra-ai/mastra/commit/ea339301e82d6318257720d811b043014ee44064), [`b5a66b7`](https://github.com/mastra-ai/mastra/commit/b5a66b748a14fc8b3f63b04642ddb9621fbcc9e0), [`7b1ef57`](https://github.com/mastra-ai/mastra/commit/7b1ef57fc071c2aa2a2e32905b18cd88719c5a39), [`135d6f2`](https://github.com/mastra-ai/mastra/commit/135d6f22a326ed1dffff858700669dff09d2c9eb), [`59d036d`](https://github.com/mastra-ai/mastra/commit/59d036d4c2706b430b0e3f1f1e0ee853ce16ca04), [`228228b`](https://github.com/mastra-ai/mastra/commit/228228b0b1de9291cb8887587f5cea1a8757ebad)]:
282
- - @mastra/core@0.21.0-alpha.0
283
- - @mastra/server@0.21.0-alpha.0
284
-
285
- ## 0.20.2
286
-
287
- ### Patch Changes
288
-
289
- - Updated dependencies [[`07eaf25`](https://github.com/mastra-ai/mastra/commit/07eaf25aada9e42235dbf905854de53da4d8121b), [`0d71771`](https://github.com/mastra-ai/mastra/commit/0d71771f5711164c79f8e80919bc84d6bffeb6bc), [`0d6e55e`](https://github.com/mastra-ai/mastra/commit/0d6e55ecc5a2e689cd4fc9c86525e0eb54d82372), [`68b1111`](https://github.com/mastra-ai/mastra/commit/68b11118a1303f93e9c0c157850c0751309304c5)]:
290
- - @mastra/server@0.20.2
291
- - @mastra/core@0.20.2
292
-
293
- ## 0.20.2-alpha.1
294
-
295
- ### Patch Changes
296
-
297
- - Updated dependencies [[`07eaf25`](https://github.com/mastra-ai/mastra/commit/07eaf25aada9e42235dbf905854de53da4d8121b), [`68b1111`](https://github.com/mastra-ai/mastra/commit/68b11118a1303f93e9c0c157850c0751309304c5)]:
298
- - @mastra/server@0.20.2-alpha.1
299
- - @mastra/core@0.20.2-alpha.1
300
-
301
-
302
- ... 4899 more lines hidden. See full changelog in package directory.
302
+ ... 4935 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/lance
2
2
 
3
+ ## 0.3.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix eval filtering to use NULL checks instead of length function for compatibility with LanceDB 0.22.x ([#9340](https://github.com/mastra-ai/mastra/pull/9340))
8
+
9
+ - Updated dependencies [[`f57a81e`](https://github.com/mastra-ai/mastra/commit/f57a81e6ce644e45bf1c9618778cc54c50a84ad4), [`2afd345`](https://github.com/mastra-ai/mastra/commit/2afd3450825b76e41f7973baddf13867ea042e40), [`fc79af3`](https://github.com/mastra-ai/mastra/commit/fc79af3915d1c456729cbd753673b0c0564340d8), [`eefc89e`](https://github.com/mastra-ai/mastra/commit/eefc89ee69f05bb71661473a807fc7dc03d56f17), [`60bd45d`](https://github.com/mastra-ai/mastra/commit/60bd45de021f0dfbe6583928f6da5169cb5585ba), [`a30093d`](https://github.com/mastra-ai/mastra/commit/a30093de98c1836dcd5dfddf09649010712b8c95), [`0fe7adb`](https://github.com/mastra-ai/mastra/commit/0fe7adb0f20f59a6bb41f235d01f8b7a880ea6e7), [`a42e496`](https://github.com/mastra-ai/mastra/commit/a42e49686a7486e2e9e9397fa98e5ff7a71dc1b0), [`3670db7`](https://github.com/mastra-ai/mastra/commit/3670db7e8e798f9d65fac5bfb732134a1f26ba7b), [`e40d4d0`](https://github.com/mastra-ai/mastra/commit/e40d4d0a0971b4505e7c9de73c656066c7565653), [`fc843ff`](https://github.com/mastra-ai/mastra/commit/fc843ff4d1d149317b6324553ce5ad7972062a78), [`ff16f9b`](https://github.com/mastra-ai/mastra/commit/ff16f9b9dbc701b26b6c4e9872f759f3880f9327), [`35e6cf7`](https://github.com/mastra-ai/mastra/commit/35e6cf722fef16ea0301eb9cf5a32fe9ccb12d22), [`30a2e36`](https://github.com/mastra-ai/mastra/commit/30a2e369485e0e59c4faa1d83c5635c2260b304c)]:
10
+ - @mastra/core@0.23.2
11
+
3
12
  ## 0.3.9-alpha.0
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
 
290
299
  ## 0.2.11-alpha.0
291
300
 
292
- ### Patch Changes
293
-
294
- - [#7343](https://github.com/mastra-ai/mastra/pull/7343) [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e) Thanks [@LekoArts](https://github.com/LekoArts)! - Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
295
-
296
- - Updated dependencies [[`85ef90b`](https://github.com/mastra-ai/mastra/commit/85ef90bb2cd4ae4df855c7ac175f7d392c55c1bf), [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e)]:
297
- - @mastra/core@0.15.3-alpha.5
298
-
299
- ## 0.2.10
300
-
301
301
 
302
- ... 416 more lines hidden. See full changelog in package directory.
302
+ ... 425 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,26 @@
1
1
  # @mastra/mcp-docs-server
2
2
 
3
+ ## 0.13.38
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`d6cb18e`](https://github.com/mastra-ai/mastra/commit/d6cb18e189fd0ac95d4934cf0d6f2866876d1a2e), [`d0ecff7`](https://github.com/mastra-ai/mastra/commit/d0ecff793d5cd50408cd8d1d113f02e28d897a3d), [`e84a959`](https://github.com/mastra-ai/mastra/commit/e84a9592bfdec4f1c9fdf108c9d4ea4e2ee8f7e3)]:
8
+ - @mastra/core@0.23.3
9
+
10
+ ## 0.13.38-alpha.0
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`d6cb18e`](https://github.com/mastra-ai/mastra/commit/d6cb18e189fd0ac95d4934cf0d6f2866876d1a2e), [`d0ecff7`](https://github.com/mastra-ai/mastra/commit/d0ecff793d5cd50408cd8d1d113f02e28d897a3d), [`e84a959`](https://github.com/mastra-ai/mastra/commit/e84a9592bfdec4f1c9fdf108c9d4ea4e2ee8f7e3)]:
15
+ - @mastra/core@0.23.3-alpha.0
16
+
17
+ ## 0.13.37
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [[`f57a81e`](https://github.com/mastra-ai/mastra/commit/f57a81e6ce644e45bf1c9618778cc54c50a84ad4), [`2afd345`](https://github.com/mastra-ai/mastra/commit/2afd3450825b76e41f7973baddf13867ea042e40), [`fc79af3`](https://github.com/mastra-ai/mastra/commit/fc79af3915d1c456729cbd753673b0c0564340d8), [`eefc89e`](https://github.com/mastra-ai/mastra/commit/eefc89ee69f05bb71661473a807fc7dc03d56f17), [`60bd45d`](https://github.com/mastra-ai/mastra/commit/60bd45de021f0dfbe6583928f6da5169cb5585ba), [`a30093d`](https://github.com/mastra-ai/mastra/commit/a30093de98c1836dcd5dfddf09649010712b8c95), [`0fe7adb`](https://github.com/mastra-ai/mastra/commit/0fe7adb0f20f59a6bb41f235d01f8b7a880ea6e7), [`a42e496`](https://github.com/mastra-ai/mastra/commit/a42e49686a7486e2e9e9397fa98e5ff7a71dc1b0), [`3670db7`](https://github.com/mastra-ai/mastra/commit/3670db7e8e798f9d65fac5bfb732134a1f26ba7b), [`e40d4d0`](https://github.com/mastra-ai/mastra/commit/e40d4d0a0971b4505e7c9de73c656066c7565653), [`fc843ff`](https://github.com/mastra-ai/mastra/commit/fc843ff4d1d149317b6324553ce5ad7972062a78), [`ff16f9b`](https://github.com/mastra-ai/mastra/commit/ff16f9b9dbc701b26b6c4e9872f759f3880f9327), [`35e6cf7`](https://github.com/mastra-ai/mastra/commit/35e6cf722fef16ea0301eb9cf5a32fe9ccb12d22), [`30a2e36`](https://github.com/mastra-ai/mastra/commit/30a2e369485e0e59c4faa1d83c5635c2260b304c)]:
22
+ - @mastra/core@0.23.2
23
+
3
24
  ## 0.13.37-alpha.1
4
25
 
5
26
  ### Patch Changes
@@ -278,25 +299,4 @@
278
299
 
279
300
  ## 0.13.24
280
301
 
281
- ### Patch Changes
282
-
283
- - Updated dependencies [[`cf34503`](https://github.com/mastra-ai/mastra/commit/cf345031de4e157f29087946449e60b965e9c8a9), [`6b4b1e4`](https://github.com/mastra-ai/mastra/commit/6b4b1e4235428d39e51cbda9832704c0ba70ab32), [`3469fca`](https://github.com/mastra-ai/mastra/commit/3469fca7bb7e5e19369ff9f7044716a5e4b02585), [`a61f23f`](https://github.com/mastra-ai/mastra/commit/a61f23fbbca4b88b763d94f1d784c47895ed72d7), [`4b339b8`](https://github.com/mastra-ai/mastra/commit/4b339b8141c20d6a6d80583c7e8c5c05d8c19492), [`d1dc606`](https://github.com/mastra-ai/mastra/commit/d1dc6067b0557a71190b68d56ee15b48c26d2411), [`c45298a`](https://github.com/mastra-ai/mastra/commit/c45298a0a0791db35cf79f1199d77004da0704cb), [`c4a8204`](https://github.com/mastra-ai/mastra/commit/c4a82046bfd241d6044e234bc5917d5a01fe6b55), [`d3bd4d4`](https://github.com/mastra-ai/mastra/commit/d3bd4d482a685bbb67bfa89be91c90dca3fa71ad), [`c591dfc`](https://github.com/mastra-ai/mastra/commit/c591dfc1e600fae1dedffe239357d250e146378f), [`1920c5c`](https://github.com/mastra-ai/mastra/commit/1920c5c6d666f687785c73021196aa551e579e0d), [`b6a3b65`](https://github.com/mastra-ai/mastra/commit/b6a3b65d830fa0ca7754ad6481661d1f2c878f21), [`af3abb6`](https://github.com/mastra-ai/mastra/commit/af3abb6f7c7585d856e22d27f4e7d2ece2186b9a), [`5b1ee71`](https://github.com/mastra-ai/mastra/commit/5b1ee71dc3ac92383226dc1e375642ca5f9b4224)]:
284
- - @mastra/core@0.18.0
285
- - @mastra/mcp@0.13.1
286
-
287
- ## 0.13.24-alpha.3
288
-
289
- ### Patch Changes
290
-
291
- - Updated dependencies [[`4b339b8`](https://github.com/mastra-ai/mastra/commit/4b339b8141c20d6a6d80583c7e8c5c05d8c19492), [`c591dfc`](https://github.com/mastra-ai/mastra/commit/c591dfc1e600fae1dedffe239357d250e146378f), [`1920c5c`](https://github.com/mastra-ai/mastra/commit/1920c5c6d666f687785c73021196aa551e579e0d), [`b6a3b65`](https://github.com/mastra-ai/mastra/commit/b6a3b65d830fa0ca7754ad6481661d1f2c878f21), [`af3abb6`](https://github.com/mastra-ai/mastra/commit/af3abb6f7c7585d856e22d27f4e7d2ece2186b9a)]:
292
- - @mastra/core@0.18.0-alpha.3
293
-
294
- ## 0.13.24-alpha.2
295
-
296
- ### Patch Changes
297
-
298
- - Updated dependencies [[`cf34503`](https://github.com/mastra-ai/mastra/commit/cf345031de4e157f29087946449e60b965e9c8a9), [`6b4b1e4`](https://github.com/mastra-ai/mastra/commit/6b4b1e4235428d39e51cbda9832704c0ba70ab32), [`3469fca`](https://github.com/mastra-ai/mastra/commit/3469fca7bb7e5e19369ff9f7044716a5e4b02585), [`c4a8204`](https://github.com/mastra-ai/mastra/commit/c4a82046bfd241d6044e234bc5917d5a01fe6b55), [`5b1ee71`](https://github.com/mastra-ai/mastra/commit/5b1ee71dc3ac92383226dc1e375642ca5f9b4224)]:
299
- - @mastra/core@0.18.0-alpha.2
300
- - @mastra/mcp@0.13.1-alpha.0
301
-
302
- ... 2136 more lines hidden. See full changelog in package directory.
302
+ ... 2157 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/memory
2
2
 
3
+ ## 0.15.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`f57a81e`](https://github.com/mastra-ai/mastra/commit/f57a81e6ce644e45bf1c9618778cc54c50a84ad4), [`6bb26c4`](https://github.com/mastra-ai/mastra/commit/6bb26c4e82795d70515577a7cbd1e186c07ccf24), [`2afd345`](https://github.com/mastra-ai/mastra/commit/2afd3450825b76e41f7973baddf13867ea042e40), [`fc79af3`](https://github.com/mastra-ai/mastra/commit/fc79af3915d1c456729cbd753673b0c0564340d8), [`eefc89e`](https://github.com/mastra-ai/mastra/commit/eefc89ee69f05bb71661473a807fc7dc03d56f17), [`60bd45d`](https://github.com/mastra-ai/mastra/commit/60bd45de021f0dfbe6583928f6da5169cb5585ba), [`8d8f674`](https://github.com/mastra-ai/mastra/commit/8d8f67428ad1bcc944e2666179c886bae80120f5), [`a30093d`](https://github.com/mastra-ai/mastra/commit/a30093de98c1836dcd5dfddf09649010712b8c95), [`0fe7adb`](https://github.com/mastra-ai/mastra/commit/0fe7adb0f20f59a6bb41f235d01f8b7a880ea6e7), [`a42e496`](https://github.com/mastra-ai/mastra/commit/a42e49686a7486e2e9e9397fa98e5ff7a71dc1b0), [`3670db7`](https://github.com/mastra-ai/mastra/commit/3670db7e8e798f9d65fac5bfb732134a1f26ba7b), [`e40d4d0`](https://github.com/mastra-ai/mastra/commit/e40d4d0a0971b4505e7c9de73c656066c7565653), [`fc843ff`](https://github.com/mastra-ai/mastra/commit/fc843ff4d1d149317b6324553ce5ad7972062a78), [`ff16f9b`](https://github.com/mastra-ai/mastra/commit/ff16f9b9dbc701b26b6c4e9872f759f3880f9327), [`35e6cf7`](https://github.com/mastra-ai/mastra/commit/35e6cf722fef16ea0301eb9cf5a32fe9ccb12d22), [`30a2e36`](https://github.com/mastra-ai/mastra/commit/30a2e369485e0e59c4faa1d83c5635c2260b304c)]:
8
+ - @mastra/core@0.23.2
9
+ - @mastra/schema-compat@0.11.6
10
+
3
11
  ## 0.15.10-alpha.0
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
 
291
299
  ### Patch Changes
292
300
 
293
- - Call getMemoryMessages even during first turn in a thread when semantic recall scope is resource ([#7529](https://github.com/mastra-ai/mastra/pull/7529))
294
-
295
- - Updated dependencies [[`0662d02`](https://github.com/mastra-ai/mastra/commit/0662d02ef16916e67531890639fcd72c69cfb6e2), [`6189844`](https://github.com/mastra-ai/mastra/commit/61898448e65bda02bb814fb15801a89dc6476938), [`d7a8f59`](https://github.com/mastra-ai/mastra/commit/d7a8f59154b0621aec4f41a6b2ea2b3882f03cb7), [`4dda259`](https://github.com/mastra-ai/mastra/commit/4dda2593b6343f9258671de5fb237aeba3ef6bb7), [`defed1c`](https://github.com/mastra-ai/mastra/commit/defed1ca8040cc8d42e645c5a50a1bc52a4918d7), [`6991ced`](https://github.com/mastra-ai/mastra/commit/6991cedcb5a44a49d9fe58ef67926e1f96ba55b1), [`9cb9c42`](https://github.com/mastra-ai/mastra/commit/9cb9c422854ee81074989dd2d8dccc0500ba8d3e), [`8334859`](https://github.com/mastra-ai/mastra/commit/83348594d4f37b311ba4a94d679c5f8721d796d4)]:
296
- - @mastra/core@0.16.1-alpha.0
297
-
298
- ## 0.14.4
299
-
300
- ### Patch Changes
301
301
 
302
- ... 3235 more lines hidden. See full changelog in package directory.
302
+ ... 3243 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,35 @@
1
1
  # @mastra/mssql
2
2
 
3
+ ## 0.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Implemented AI tracing and observability features ([#9368](https://github.com/mastra-ai/mastra/pull/9368))
8
+ - Added createAISpan, updateAISpan, getAITrace, getAITracesPaginated
9
+ - Added batchCreateAISpans, batchUpdateAISpans, batchDeleteAITraces
10
+ - Automatic performance indexes for AI spans
11
+
12
+ Implemented workflow update methods
13
+ - Added updateWorkflowResults with row-level locking (UPDLOCK, HOLDLOCK)
14
+ - Added updateWorkflowState with row-level locking
15
+ - Concurrent update protection for parallel workflow execution
16
+
17
+ Added index management API
18
+ - Added createIndex, listIndexes, describeIndex, dropIndex methods
19
+ - Exposed index management methods directly on store instance
20
+ - Support for composite indexes, unique constraints, and filtered indexes
21
+
22
+ Documentation improvements
23
+ - Comprehensive README with complete API reference (58 methods)
24
+ - Detailed feature descriptions for all storage capabilities
25
+ - Index management examples and best practices
26
+ - Updated to reflect all atomic transaction usage
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies [[`f57a81e`](https://github.com/mastra-ai/mastra/commit/f57a81e6ce644e45bf1c9618778cc54c50a84ad4), [`2afd345`](https://github.com/mastra-ai/mastra/commit/2afd3450825b76e41f7973baddf13867ea042e40), [`fc79af3`](https://github.com/mastra-ai/mastra/commit/fc79af3915d1c456729cbd753673b0c0564340d8), [`eefc89e`](https://github.com/mastra-ai/mastra/commit/eefc89ee69f05bb71661473a807fc7dc03d56f17), [`60bd45d`](https://github.com/mastra-ai/mastra/commit/60bd45de021f0dfbe6583928f6da5169cb5585ba), [`a30093d`](https://github.com/mastra-ai/mastra/commit/a30093de98c1836dcd5dfddf09649010712b8c95), [`0fe7adb`](https://github.com/mastra-ai/mastra/commit/0fe7adb0f20f59a6bb41f235d01f8b7a880ea6e7), [`a42e496`](https://github.com/mastra-ai/mastra/commit/a42e49686a7486e2e9e9397fa98e5ff7a71dc1b0), [`3670db7`](https://github.com/mastra-ai/mastra/commit/3670db7e8e798f9d65fac5bfb732134a1f26ba7b), [`e40d4d0`](https://github.com/mastra-ai/mastra/commit/e40d4d0a0971b4505e7c9de73c656066c7565653), [`fc843ff`](https://github.com/mastra-ai/mastra/commit/fc843ff4d1d149317b6324553ce5ad7972062a78), [`ff16f9b`](https://github.com/mastra-ai/mastra/commit/ff16f9b9dbc701b26b6c4e9872f759f3880f9327), [`35e6cf7`](https://github.com/mastra-ai/mastra/commit/35e6cf722fef16ea0301eb9cf5a32fe9ccb12d22), [`30a2e36`](https://github.com/mastra-ai/mastra/commit/30a2e369485e0e59c4faa1d83c5635c2260b304c)]:
31
+ - @mastra/core@0.23.2
32
+
3
33
  ## 0.5.0-alpha.0
4
34
 
5
35
  ### Minor Changes
@@ -268,35 +298,5 @@
268
298
  - Updated dependencies [5de1555]
269
299
  - Updated dependencies [cfd377a]
270
300
  - Updated dependencies [1ed5a3e]
271
- - @mastra/core@0.15.3
272
-
273
- ## 0.3.6-alpha.1
274
-
275
- ### Patch Changes
276
-
277
- - [#7394](https://github.com/mastra-ai/mastra/pull/7394) [`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3) Thanks [@NikAiyer](https://github.com/NikAiyer)! - updated core peerdep
278
-
279
- - Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
280
- - @mastra/core@0.15.3-alpha.7
281
-
282
- ## 0.3.6-alpha.0
283
-
284
- ### Patch Changes
285
-
286
- - [#7343](https://github.com/mastra-ai/mastra/pull/7343) [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e) Thanks [@LekoArts](https://github.com/LekoArts)! - Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
287
-
288
- - Updated dependencies [[`85ef90b`](https://github.com/mastra-ai/mastra/commit/85ef90bb2cd4ae4df855c7ac175f7d392c55c1bf), [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e)]:
289
- - @mastra/core@0.15.3-alpha.5
290
-
291
- ## 0.3.5
292
-
293
- ### Patch Changes
294
-
295
- - [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
296
-
297
- - Updated dependencies []:
298
- - @mastra/core@0.15.2
299
-
300
- ## 0.3.4
301
301
 
302
- ... 286 more lines hidden. See full changelog in package directory.
302
+ ... 316 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,48 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 6.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Toast error from workflow stream and resume stream ([#9460](https://github.com/mastra-ai/mastra/pull/9460))
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`b55bbce`](https://github.com/mastra-ai/mastra/commit/b55bbce89404d35fdd967012dd503fae343d4c2d), [`d6cb18e`](https://github.com/mastra-ai/mastra/commit/d6cb18e189fd0ac95d4934cf0d6f2866876d1a2e), [`d0ecff7`](https://github.com/mastra-ai/mastra/commit/d0ecff793d5cd50408cd8d1d113f02e28d897a3d), [`e84a959`](https://github.com/mastra-ai/mastra/commit/e84a9592bfdec4f1c9fdf108c9d4ea4e2ee8f7e3), [`e742d37`](https://github.com/mastra-ai/mastra/commit/e742d371f24ef8059670cc05e9aee308eac068b9)]:
12
+ - @mastra/client-js@0.16.8
13
+ - @mastra/core@0.23.3
14
+ - @mastra/react@0.0.14
15
+
16
+ ## 6.8.0-alpha.0
17
+
18
+ ### Minor Changes
19
+
20
+ - Toast error from workflow stream and resume stream ([#9460](https://github.com/mastra-ai/mastra/pull/9460))
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [[`b55bbce`](https://github.com/mastra-ai/mastra/commit/b55bbce89404d35fdd967012dd503fae343d4c2d), [`d6cb18e`](https://github.com/mastra-ai/mastra/commit/d6cb18e189fd0ac95d4934cf0d6f2866876d1a2e), [`d0ecff7`](https://github.com/mastra-ai/mastra/commit/d0ecff793d5cd50408cd8d1d113f02e28d897a3d), [`e84a959`](https://github.com/mastra-ai/mastra/commit/e84a9592bfdec4f1c9fdf108c9d4ea4e2ee8f7e3), [`e742d37`](https://github.com/mastra-ai/mastra/commit/e742d371f24ef8059670cc05e9aee308eac068b9)]:
25
+ - @mastra/client-js@0.16.8-alpha.0
26
+ - @mastra/core@0.23.3-alpha.0
27
+ - @mastra/react@0.0.14-alpha.0
28
+
29
+ ## 6.7.2
30
+
31
+ ### Patch Changes
32
+
33
+ - Update MainSidebar component to fit required changes in Cloud CTA link ([#9364](https://github.com/mastra-ai/mastra/pull/9364))
34
+
35
+ - Render zod unions and discriminated unions correctly in dynamic form. ([#9365](https://github.com/mastra-ai/mastra/pull/9365))
36
+
37
+ - Extract more components to playground-ui for sharing with cloud ([#9416](https://github.com/mastra-ai/mastra/pull/9416))
38
+
39
+ - Move some components to playground-ui for usage in cloud ([#9358](https://github.com/mastra-ai/mastra/pull/9358))
40
+
41
+ - Updated dependencies [[`f57a81e`](https://github.com/mastra-ai/mastra/commit/f57a81e6ce644e45bf1c9618778cc54c50a84ad4), [`2afd345`](https://github.com/mastra-ai/mastra/commit/2afd3450825b76e41f7973baddf13867ea042e40), [`fc79af3`](https://github.com/mastra-ai/mastra/commit/fc79af3915d1c456729cbd753673b0c0564340d8), [`eefc89e`](https://github.com/mastra-ai/mastra/commit/eefc89ee69f05bb71661473a807fc7dc03d56f17), [`60bd45d`](https://github.com/mastra-ai/mastra/commit/60bd45de021f0dfbe6583928f6da5169cb5585ba), [`a30093d`](https://github.com/mastra-ai/mastra/commit/a30093de98c1836dcd5dfddf09649010712b8c95), [`0fe7adb`](https://github.com/mastra-ai/mastra/commit/0fe7adb0f20f59a6bb41f235d01f8b7a880ea6e7), [`a42e496`](https://github.com/mastra-ai/mastra/commit/a42e49686a7486e2e9e9397fa98e5ff7a71dc1b0), [`3670db7`](https://github.com/mastra-ai/mastra/commit/3670db7e8e798f9d65fac5bfb732134a1f26ba7b), [`e40d4d0`](https://github.com/mastra-ai/mastra/commit/e40d4d0a0971b4505e7c9de73c656066c7565653), [`fc843ff`](https://github.com/mastra-ai/mastra/commit/fc843ff4d1d149317b6324553ce5ad7972062a78), [`ff16f9b`](https://github.com/mastra-ai/mastra/commit/ff16f9b9dbc701b26b6c4e9872f759f3880f9327), [`35e6cf7`](https://github.com/mastra-ai/mastra/commit/35e6cf722fef16ea0301eb9cf5a32fe9ccb12d22), [`30a2e36`](https://github.com/mastra-ai/mastra/commit/30a2e369485e0e59c4faa1d83c5635c2260b304c)]:
42
+ - @mastra/core@0.23.2
43
+ - @mastra/client-js@0.16.7
44
+ - @mastra/react@0.0.13
45
+
3
46
  ## 6.7.2-alpha.1
4
47
 
5
48
  ### Patch Changes
@@ -255,48 +298,5 @@
255
298
 
256
299
  ### Patch Changes
257
300
 
258
- - Updated dependencies [[`a1799bc`](https://github.com/mastra-ai/mastra/commit/a1799bcc1b5a1cdc188f2ac0165f17a1c4ac6f7b), [`6ff6094`](https://github.com/mastra-ai/mastra/commit/6ff60946f4ecfebdeef6e21d2b230c2204f2c9b8)]:
259
- - @mastra/core@0.21.0-alpha.3
260
- - @mastra/client-js@0.16.0-alpha.3
261
- - @mastra/react@0.0.6-alpha.3
262
-
263
- ## 6.5.0-alpha.2
264
-
265
- ### Patch Changes
266
-
267
- - Updated dependencies [[`f59fc1e`](https://github.com/mastra-ai/mastra/commit/f59fc1e406b8912e692f6bff6cfd4754cc8d165c)]:
268
- - @mastra/core@0.21.0-alpha.2
269
- - @mastra/client-js@0.16.0-alpha.2
270
- - @mastra/react@0.0.6-alpha.2
271
-
272
- ## 6.5.0-alpha.1
273
-
274
- ### Patch Changes
275
-
276
- - Improve the surface API of the react sdk ([#8715](https://github.com/mastra-ai/mastra/pull/8715))
277
-
278
- - Fix auto tab for model picker in playground-ui, the UI no longer auto tabs to the next selector when selecting a model/provider. ([#8680](https://github.com/mastra-ai/mastra/pull/8680))
279
-
280
- - Create unified Sidebar component to use on Playground and Cloud ([#8655](https://github.com/mastra-ai/mastra/pull/8655))
281
-
282
- - Use only zod validation in dynamic form ([#8802](https://github.com/mastra-ai/mastra/pull/8802))
283
-
284
- - Add div wrapper around entity tables to fix table vertical position ([#8758](https://github.com/mastra-ai/mastra/pull/8758))
285
-
286
- - Customize AITraces type to seamlessly work on Cloud too ([#8759](https://github.com/mastra-ai/mastra/pull/8759))
287
-
288
- - Updated dependencies [[`421f019`](https://github.com/mastra-ai/mastra/commit/421f01949651d2766046ca1961e32a2dc2fd712b), [`1ed9670`](https://github.com/mastra-ai/mastra/commit/1ed9670d3ca50cb60dc2e517738c5eef3968ed27), [`158381d`](https://github.com/mastra-ai/mastra/commit/158381d39335be934b81ef8a1947bccace492c25), [`288c2ec`](https://github.com/mastra-ai/mastra/commit/288c2ec873ff9f296cebfdb4654d1b9ba498ad9b), [`fb703b9`](https://github.com/mastra-ai/mastra/commit/fb703b9634eeaff1a6eb2b5531ce0f9e8fb04727), [`37a2314`](https://github.com/mastra-ai/mastra/commit/37a23148e0e5a3b40d4f9f098b194671a8a49faf), [`05a9dee`](https://github.com/mastra-ai/mastra/commit/05a9dee3d355694d28847bfffb6289657fcf7dfa), [`e3c1077`](https://github.com/mastra-ai/mastra/commit/e3c107763aedd1643d3def5df450c235da9ff76c), [`1bccdb3`](https://github.com/mastra-ai/mastra/commit/1bccdb33eb90cbeba2dc5ece1c2561fb774b26b6), [`5ef944a`](https://github.com/mastra-ai/mastra/commit/5ef944a3721d93105675cac2b2311432ff8cc393), [`d6b186f`](https://github.com/mastra-ai/mastra/commit/d6b186fb08f1caf1b86f73d3a5ee88fb999ca3be), [`65493b3`](https://github.com/mastra-ai/mastra/commit/65493b31c36f6fdb78f9679f7e1ecf0c250aa5ee), [`a998b8f`](https://github.com/mastra-ai/mastra/commit/a998b8f858091c2ec47683e60766cf12d03001e4), [`8a37bdd`](https://github.com/mastra-ai/mastra/commit/8a37bddb6d8614a32c5b70303d583d80c620ea61)]:
289
- - @mastra/react@0.0.6-alpha.1
290
- - @mastra/core@0.21.0-alpha.1
291
- - @mastra/client-js@0.16.0-alpha.1
292
-
293
- ## 6.5.0-alpha.0
294
-
295
- ### Minor Changes
296
-
297
- - Update peer dependencies to match core package version bump (0.21.0) ([#8619](https://github.com/mastra-ai/mastra/pull/8619))
298
-
299
- ### Patch Changes
300
-
301
301
 
302
- ... 3881 more lines hidden. See full changelog in package directory.
302
+ ... 3924 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,26 @@
1
1
  # @mastra/react-hooks
2
2
 
3
+ ## 0.0.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`b55bbce`](https://github.com/mastra-ai/mastra/commit/b55bbce89404d35fdd967012dd503fae343d4c2d), [`e742d37`](https://github.com/mastra-ai/mastra/commit/e742d371f24ef8059670cc05e9aee308eac068b9)]:
8
+ - @mastra/client-js@0.16.8
9
+
10
+ ## 0.0.14-alpha.0
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`b55bbce`](https://github.com/mastra-ai/mastra/commit/b55bbce89404d35fdd967012dd503fae343d4c2d), [`e742d37`](https://github.com/mastra-ai/mastra/commit/e742d371f24ef8059670cc05e9aee308eac068b9)]:
15
+ - @mastra/client-js@0.16.8-alpha.0
16
+
17
+ ## 0.0.13
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies []:
22
+ - @mastra/client-js@0.16.7
23
+
3
24
  ## 0.0.13-alpha.1
4
25
 
5
26
  ### Patch Changes
@@ -277,26 +298,5 @@
277
298
 
278
299
  ### Patch Changes
279
300
 
280
- - generateVNext into react SDK + to asistant ui message ([#8345](https://github.com/mastra-ai/mastra/pull/8345))
281
-
282
- - distinguish between legacy and regular messages in agent chat for useChat usage ([#8409](https://github.com/mastra-ai/mastra/pull/8409))
283
-
284
- - Updated dependencies [[`d41aee5`](https://github.com/mastra-ai/mastra/commit/d41aee526d124e35f42720a08e64043229193679), [`fbf6e32`](https://github.com/mastra-ai/mastra/commit/fbf6e324946332d0f5ed8930bf9d4d4479cefd7a), [`4753027`](https://github.com/mastra-ai/mastra/commit/4753027ee889288775c6958bdfeda03ff909af67)]:
285
- - @mastra/client-js@0.15.0
286
-
287
- ## 0.0.3-alpha.0
288
-
289
- ### Patch Changes
290
-
291
- - generateVNext into react SDK + to asistant ui message ([#8345](https://github.com/mastra-ai/mastra/pull/8345))
292
-
293
- - distinguish between legacy and regular messages in agent chat for useChat usage ([#8409](https://github.com/mastra-ai/mastra/pull/8409))
294
-
295
- - Updated dependencies [[`d41aee5`](https://github.com/mastra-ai/mastra/commit/d41aee526d124e35f42720a08e64043229193679), [`fbf6e32`](https://github.com/mastra-ai/mastra/commit/fbf6e324946332d0f5ed8930bf9d4d4479cefd7a), [`4753027`](https://github.com/mastra-ai/mastra/commit/4753027ee889288775c6958bdfeda03ff909af67)]:
296
- - @mastra/client-js@0.15.0-alpha.0
297
-
298
- ## 0.0.2
299
-
300
- ### Patch Changes
301
301
 
302
- ... 43 more lines hidden. See full changelog in package directory.
302
+ ... 64 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,17 @@
1
1
  # @mastra/schema-compat
2
2
 
3
+ ## 0.11.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix Zod v4 toJSONSchema bug with z.record() single-argument form ([#9355](https://github.com/mastra-ai/mastra/pull/9355))
8
+
9
+ Zod v4 has a bug in the single-argument form of `z.record(valueSchema)` where it incorrectly assigns the value schema to `keyType` instead of `valueType`, leaving `valueType` undefined. This causes `toJSONSchema()` to throw "Cannot read properties of undefined (reading '\_zod')" when processing schemas containing `z.record()` fields.
10
+
11
+ This fix patches affected schemas before conversion by detecting records with missing `valueType` and correctly assigning the schema to `valueType` while setting `keyType` to `z.string()` (the default). The patch recursively handles nested schemas including those wrapped in `.optional()`, `.nullable()`, arrays, unions, and objects.
12
+
13
+ - Improved reliability of string field types in tool schema compatibility ([#9362](https://github.com/mastra-ai/mastra/pull/9362))
14
+
3
15
  ## 0.11.6-alpha.0
4
16
 
5
17
  ### Patch Changes