@mastra/server 0.0.0-fix-thread-list-20251105222841 → 0.0.0-fix-issue-10434-concurrent-write-corruption-20251124213939

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 (226) hide show
  1. package/CHANGELOG.md +419 -3
  2. package/dist/chunk-2NW6POYK.cjs +89 -0
  3. package/dist/chunk-2NW6POYK.cjs.map +1 -0
  4. package/dist/chunk-35NT4TMQ.cjs +201 -0
  5. package/dist/chunk-35NT4TMQ.cjs.map +1 -0
  6. package/dist/{chunk-ALOLTNSO.js → chunk-3R5EV3HV.js} +208 -21
  7. package/dist/chunk-3R5EV3HV.js.map +1 -0
  8. package/dist/{chunk-XXGID4PQ.cjs → chunk-4ECGVOJZ.cjs} +214 -21
  9. package/dist/chunk-4ECGVOJZ.cjs.map +1 -0
  10. package/dist/chunk-5PONYNYP.cjs +125 -0
  11. package/dist/chunk-5PONYNYP.cjs.map +1 -0
  12. package/dist/chunk-5W4RPVTK.cjs +49 -0
  13. package/dist/chunk-5W4RPVTK.cjs.map +1 -0
  14. package/dist/chunk-6DTV6NEW.js +116 -0
  15. package/dist/chunk-6DTV6NEW.js.map +1 -0
  16. package/dist/chunk-7WTETKRM.cjs +1064 -0
  17. package/dist/chunk-7WTETKRM.cjs.map +1 -0
  18. package/dist/chunk-AEO6IHLK.cjs +368 -0
  19. package/dist/chunk-AEO6IHLK.cjs.map +1 -0
  20. package/dist/chunk-ASZUOBKV.js +310 -0
  21. package/dist/chunk-ASZUOBKV.js.map +1 -0
  22. package/dist/{chunk-M6KNPIZZ.cjs → chunk-BM7RP6NK.cjs} +1625 -1159
  23. package/dist/chunk-BM7RP6NK.cjs.map +1 -0
  24. package/dist/{chunk-QXWWLCTQ.js → chunk-BMKFP3XR.js} +594 -131
  25. package/dist/chunk-BMKFP3XR.js.map +1 -0
  26. package/dist/chunk-ECIVTQ4E.js +354 -0
  27. package/dist/chunk-ECIVTQ4E.js.map +1 -0
  28. package/dist/chunk-FAQICBMH.js +164 -0
  29. package/dist/chunk-FAQICBMH.js.map +1 -0
  30. package/dist/chunk-FXDZLX2Y.js +192 -0
  31. package/dist/chunk-FXDZLX2Y.js.map +1 -0
  32. package/dist/{chunk-DNUO33HF.js → chunk-G7BPNX2V.js} +5 -4
  33. package/dist/chunk-G7BPNX2V.js.map +1 -0
  34. package/dist/chunk-I5VZ5SKG.js +328 -0
  35. package/dist/chunk-I5VZ5SKG.js.map +1 -0
  36. package/dist/chunk-ICANWSEW.js +204 -0
  37. package/dist/chunk-ICANWSEW.js.map +1 -0
  38. package/dist/chunk-KB5NSROG.cjs +211 -0
  39. package/dist/chunk-KB5NSROG.cjs.map +1 -0
  40. package/dist/chunk-MWQQRVQC.cjs +259 -0
  41. package/dist/chunk-MWQQRVQC.cjs.map +1 -0
  42. package/dist/chunk-PKRHEXX7.js +74 -0
  43. package/dist/chunk-PKRHEXX7.js.map +1 -0
  44. package/dist/chunk-QGWCNTG6.cjs +797 -0
  45. package/dist/chunk-QGWCNTG6.cjs.map +1 -0
  46. package/dist/chunk-R4M3BSUG.js +226 -0
  47. package/dist/chunk-R4M3BSUG.js.map +1 -0
  48. package/dist/chunk-UJNHKFBR.cjs +167 -0
  49. package/dist/chunk-UJNHKFBR.cjs.map +1 -0
  50. package/dist/chunk-UOFV2ZCI.js +878 -0
  51. package/dist/chunk-UOFV2ZCI.js.map +1 -0
  52. package/dist/{chunk-LWLSQ2W4.cjs → chunk-UZ6CYAOG.cjs} +5 -4
  53. package/dist/chunk-UZ6CYAOG.cjs.map +1 -0
  54. package/dist/chunk-VIP2H47U.js +1021 -0
  55. package/dist/chunk-VIP2H47U.js.map +1 -0
  56. package/dist/chunk-XWGAT2DA.js +44 -0
  57. package/dist/chunk-XWGAT2DA.js.map +1 -0
  58. package/dist/chunk-YJ3VDL3Z.cjs +346 -0
  59. package/dist/chunk-YJ3VDL3Z.cjs.map +1 -0
  60. package/dist/chunk-Z36N2OQA.cjs +907 -0
  61. package/dist/chunk-Z36N2OQA.cjs.map +1 -0
  62. package/dist/chunk-ZLRTFRL4.js +773 -0
  63. package/dist/chunk-ZLRTFRL4.js.map +1 -0
  64. package/dist/chunk-ZODCSH2W.cjs +322 -0
  65. package/dist/chunk-ZODCSH2W.cjs.map +1 -0
  66. package/dist/server/handlers/a2a.cjs +15 -7
  67. package/dist/server/handlers/a2a.d.ts +482 -0
  68. package/dist/server/handlers/a2a.d.ts.map +1 -1
  69. package/dist/server/handlers/a2a.js +1 -1
  70. package/dist/server/handlers/agent-builder.cjs +37 -37
  71. package/dist/server/handlers/agent-builder.d.ts +600 -77
  72. package/dist/server/handlers/agent-builder.d.ts.map +1 -1
  73. package/dist/server/handlers/agent-builder.js +1 -1
  74. package/dist/server/handlers/agents.cjs +53 -37
  75. package/dist/server/handlers/agents.d.ts +3270 -127
  76. package/dist/server/handlers/agents.d.ts.map +1 -1
  77. package/dist/server/handlers/agents.js +1 -1
  78. package/dist/server/handlers/logs.cjs +7 -7
  79. package/dist/server/handlers/logs.d.ts +135 -27
  80. package/dist/server/handlers/logs.d.ts.map +1 -1
  81. package/dist/server/handlers/logs.js +1 -1
  82. package/dist/server/handlers/memory.cjs +67 -27
  83. package/dist/server/handlers/memory.d.ts +933 -96
  84. package/dist/server/handlers/memory.d.ts.map +1 -1
  85. package/dist/server/handlers/memory.js +1 -1
  86. package/dist/server/handlers/observability.cjs +23 -7
  87. package/dist/server/handlers/observability.d.ts +124 -17
  88. package/dist/server/handlers/observability.d.ts.map +1 -1
  89. package/dist/server/handlers/observability.js +1 -1
  90. package/dist/server/handlers/scores.cjs +13 -13
  91. package/dist/server/handlers/scores.d.ts +110 -141
  92. package/dist/server/handlers/scores.d.ts.map +1 -1
  93. package/dist/server/handlers/scores.js +1 -1
  94. package/dist/server/handlers/test-utils.cjs +15 -0
  95. package/dist/server/handlers/test-utils.cjs.map +1 -0
  96. package/dist/server/handlers/test-utils.d.ts +6 -0
  97. package/dist/server/handlers/test-utils.d.ts.map +1 -0
  98. package/dist/server/handlers/test-utils.js +13 -0
  99. package/dist/server/handlers/test-utils.js.map +1 -0
  100. package/dist/server/handlers/tools.cjs +11 -11
  101. package/dist/server/handlers/tools.d.ts +69 -23
  102. package/dist/server/handlers/tools.d.ts.map +1 -1
  103. package/dist/server/handlers/tools.js +1 -1
  104. package/dist/server/handlers/utils.cjs +11 -3
  105. package/dist/server/handlers/utils.d.ts +5 -0
  106. package/dist/server/handlers/utils.d.ts.map +1 -1
  107. package/dist/server/handlers/utils.js +1 -1
  108. package/dist/server/handlers/vector.cjs +31 -7
  109. package/dist/server/handlers/vector.d.ts +93 -9
  110. package/dist/server/handlers/vector.d.ts.map +1 -1
  111. package/dist/server/handlers/vector.js +1 -1
  112. package/dist/server/handlers/voice.cjs +21 -9
  113. package/dist/server/handlers/voice.d.ts +81 -40
  114. package/dist/server/handlers/voice.d.ts.map +1 -1
  115. package/dist/server/handlers/voice.js +1 -1
  116. package/dist/server/handlers/workflows.cjs +65 -37
  117. package/dist/server/handlers/workflows.d.ts +919 -79
  118. package/dist/server/handlers/workflows.d.ts.map +1 -1
  119. package/dist/server/handlers/workflows.js +1 -1
  120. package/dist/server/handlers.cjs +22 -22
  121. package/dist/server/handlers.js +11 -11
  122. package/dist/server/schemas/a2a.d.ts +786 -0
  123. package/dist/server/schemas/a2a.d.ts.map +1 -0
  124. package/dist/server/schemas/agent-builder.d.ts +195 -0
  125. package/dist/server/schemas/agent-builder.d.ts.map +1 -0
  126. package/dist/server/schemas/agents.d.ts +1375 -0
  127. package/dist/server/schemas/agents.d.ts.map +1 -0
  128. package/dist/server/schemas/common.d.ts +165 -0
  129. package/dist/server/schemas/common.d.ts.map +1 -0
  130. package/dist/server/schemas/logs.d.ts +124 -0
  131. package/dist/server/schemas/logs.d.ts.map +1 -0
  132. package/dist/server/schemas/memory.d.ts +998 -0
  133. package/dist/server/schemas/memory.d.ts.map +1 -0
  134. package/dist/server/schemas/observability.d.ts +402 -0
  135. package/dist/server/schemas/observability.d.ts.map +1 -0
  136. package/dist/server/schemas/scores.d.ts +259 -0
  137. package/dist/server/schemas/scores.d.ts.map +1 -0
  138. package/dist/server/schemas/vectors.d.ts +107 -0
  139. package/dist/server/schemas/vectors.d.ts.map +1 -0
  140. package/dist/server/schemas/workflows.d.ts +608 -0
  141. package/dist/server/schemas/workflows.d.ts.map +1 -0
  142. package/dist/server/server-adapter/index.cjs +330 -0
  143. package/dist/server/server-adapter/index.cjs.map +1 -0
  144. package/dist/server/server-adapter/index.d.ts +52 -0
  145. package/dist/server/server-adapter/index.d.ts.map +1 -0
  146. package/dist/server/server-adapter/index.js +316 -0
  147. package/dist/server/server-adapter/index.js.map +1 -0
  148. package/dist/server/server-adapter/openapi-utils.d.ts +59 -0
  149. package/dist/server/server-adapter/openapi-utils.d.ts.map +1 -0
  150. package/dist/server/server-adapter/routes/a2a.d.ts +3 -0
  151. package/dist/server/server-adapter/routes/a2a.d.ts.map +1 -0
  152. package/dist/server/server-adapter/routes/agent-builder.d.ts +3 -0
  153. package/dist/server/server-adapter/routes/agent-builder.d.ts.map +1 -0
  154. package/dist/server/server-adapter/routes/agents.d.ts +3 -0
  155. package/dist/server/server-adapter/routes/agents.d.ts.map +1 -0
  156. package/dist/server/server-adapter/routes/index.d.ts +41 -0
  157. package/dist/server/server-adapter/routes/index.d.ts.map +1 -0
  158. package/dist/server/server-adapter/routes/legacy.d.ts +7 -0
  159. package/dist/server/server-adapter/routes/legacy.d.ts.map +1 -0
  160. package/dist/server/server-adapter/routes/logs.d.ts +3 -0
  161. package/dist/server/server-adapter/routes/logs.d.ts.map +1 -0
  162. package/dist/server/server-adapter/routes/memory.d.ts +3 -0
  163. package/dist/server/server-adapter/routes/memory.d.ts.map +1 -0
  164. package/dist/server/server-adapter/routes/observability.d.ts +3 -0
  165. package/dist/server/server-adapter/routes/observability.d.ts.map +1 -0
  166. package/dist/server/server-adapter/routes/route-builder.d.ts +52 -0
  167. package/dist/server/server-adapter/routes/route-builder.d.ts.map +1 -0
  168. package/dist/server/server-adapter/routes/scorers.d.ts +3 -0
  169. package/dist/server/server-adapter/routes/scorers.d.ts.map +1 -0
  170. package/dist/server/server-adapter/routes/stream-types.d.ts +10 -0
  171. package/dist/server/server-adapter/routes/stream-types.d.ts.map +1 -0
  172. package/dist/server/server-adapter/routes/tools.d.ts +3 -0
  173. package/dist/server/server-adapter/routes/tools.d.ts.map +1 -0
  174. package/dist/server/server-adapter/routes/vectors.d.ts +3 -0
  175. package/dist/server/server-adapter/routes/vectors.d.ts.map +1 -0
  176. package/dist/server/server-adapter/routes/workflows.d.ts +3 -0
  177. package/dist/server/server-adapter/routes/workflows.d.ts.map +1 -0
  178. package/dist/server/utils.d.ts +2 -1
  179. package/dist/server/utils.d.ts.map +1 -1
  180. package/package.json +23 -8
  181. package/dist/chunk-46Z2KDQL.js +0 -124
  182. package/dist/chunk-46Z2KDQL.js.map +0 -1
  183. package/dist/chunk-73PAWDM5.js +0 -83
  184. package/dist/chunk-73PAWDM5.js.map +0 -1
  185. package/dist/chunk-A5SOZY5R.js +0 -502
  186. package/dist/chunk-A5SOZY5R.js.map +0 -1
  187. package/dist/chunk-ALOLTNSO.js.map +0 -1
  188. package/dist/chunk-B6NK4KI5.cjs +0 -128
  189. package/dist/chunk-B6NK4KI5.cjs.map +0 -1
  190. package/dist/chunk-BANGX6SC.cjs +0 -200
  191. package/dist/chunk-BANGX6SC.cjs.map +0 -1
  192. package/dist/chunk-BHQH5QXD.cjs +0 -172
  193. package/dist/chunk-BHQH5QXD.cjs.map +0 -1
  194. package/dist/chunk-BTWIR2B7.cjs +0 -28
  195. package/dist/chunk-BTWIR2B7.cjs.map +0 -1
  196. package/dist/chunk-DNUO33HF.js.map +0 -1
  197. package/dist/chunk-GTZOYEAU.cjs +0 -130
  198. package/dist/chunk-GTZOYEAU.cjs.map +0 -1
  199. package/dist/chunk-IGOWG5V5.js +0 -192
  200. package/dist/chunk-IGOWG5V5.js.map +0 -1
  201. package/dist/chunk-JO2AZFJN.js +0 -165
  202. package/dist/chunk-JO2AZFJN.js.map +0 -1
  203. package/dist/chunk-JZ65BJ6H.cjs +0 -678
  204. package/dist/chunk-JZ65BJ6H.cjs.map +0 -1
  205. package/dist/chunk-KWH5QBXP.js +0 -123
  206. package/dist/chunk-KWH5QBXP.js.map +0 -1
  207. package/dist/chunk-LPCK5MAF.js +0 -122
  208. package/dist/chunk-LPCK5MAF.js.map +0 -1
  209. package/dist/chunk-LWLSQ2W4.cjs.map +0 -1
  210. package/dist/chunk-M6KNPIZZ.cjs.map +0 -1
  211. package/dist/chunk-PPMIB3FQ.cjs +0 -88
  212. package/dist/chunk-PPMIB3FQ.cjs.map +0 -1
  213. package/dist/chunk-QXWWLCTQ.js.map +0 -1
  214. package/dist/chunk-S54HNARD.cjs +0 -131
  215. package/dist/chunk-S54HNARD.cjs.map +0 -1
  216. package/dist/chunk-SIPNICB3.cjs +0 -517
  217. package/dist/chunk-SIPNICB3.cjs.map +0 -1
  218. package/dist/chunk-SRAPUMPM.cjs +0 -620
  219. package/dist/chunk-SRAPUMPM.cjs.map +0 -1
  220. package/dist/chunk-SZIFSF4T.js +0 -25
  221. package/dist/chunk-SZIFSF4T.js.map +0 -1
  222. package/dist/chunk-TWHS6DKL.js +0 -600
  223. package/dist/chunk-TWHS6DKL.js.map +0 -1
  224. package/dist/chunk-VYR3SAFM.js +0 -658
  225. package/dist/chunk-VYR3SAFM.js.map +0 -1
  226. package/dist/chunk-XXGID4PQ.cjs.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,11 +1,15 @@
1
1
  # @mastra/server
2
2
 
3
- ## 0.0.0-fix-thread-list-20251105222841
3
+ ## 0.0.0-fix-issue-10434-concurrent-write-corruption-20251124213939
4
4
 
5
5
  ### Major Changes
6
6
 
7
7
  - Moving scorers under the eval domain, api method consistency, prebuilt evals, scorers require ids. ([#9589](https://github.com/mastra-ai/mastra/pull/9589))
8
8
 
9
+ - 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))
10
+
11
+ Primitives that are added to other primitives are also automatically added to the Mastra instance
12
+
9
13
  - 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))
10
14
 
11
15
  - **BREAKING:** Remove `getMessagesPaginated()` and add `perPage: false` support ([#9670](https://github.com/mastra-ai/mastra/pull/9670))
@@ -142,6 +146,8 @@
142
146
 
143
147
  - 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))
144
148
 
149
+ - Renamed a bunch of observability/tracing-related things to drop the AI prefix. ([#9744](https://github.com/mastra-ai/mastra/pull/9744))
150
+
145
151
  - **Breaking Change**: Remove legacy v1 watch events and consolidate on v2 implementation. ([#9252](https://github.com/mastra-ai/mastra/pull/9252))
146
152
 
147
153
  This change simplifies the workflow watching API by removing the legacy v1 event system and promoting v2 as the standard (renamed to just `watch`).
@@ -277,6 +283,18 @@
277
283
 
278
284
  - Make step optional in all resume APIs ([#9454](https://github.com/mastra-ai/mastra/pull/9454))
279
285
 
286
+ - Fix semantic search endpoint to return results in the correct format. Also fix the delete messages endpoint to properly normalize ids in the expected format. ([#10032](https://github.com/mastra-ai/mastra/pull/10032))
287
+
288
+ - Extract routing from @deployer/server into server adapter packages. ([#10263](https://github.com/mastra-ai/mastra/pull/10263))
289
+ New packages:
290
+ - @mastra/express
291
+ - @mastra/hono
292
+
293
+ These packages support mastra server routes on express and hono respectively.
294
+ Better abstractions will be built on top of these packages in the near future, enabling users to easily attach mastra routes to any existing server framework.
295
+
296
+ - Add agent id to the list agent ([#9770](https://github.com/mastra-ai/mastra/pull/9770))
297
+
280
298
  - Update tool execution signature ([#9587](https://github.com/mastra-ai/mastra/pull/9587))
281
299
 
282
300
  Consolidated the 3 different execution contexts to one
@@ -325,8 +343,406 @@
325
343
 
326
344
  - Add the description field to listAgents ([#9672](https://github.com/mastra-ai/mastra/pull/9672))
327
345
 
346
+ - Fix the link issue in observability ([#9764](https://github.com/mastra-ai/mastra/pull/9764))
347
+
348
+ - Add timeTravel APIs and add timeTravel feature to studio ([#10361](https://github.com/mastra-ai/mastra/pull/10361))
349
+
328
350
  - Add tool call approval ([#8649](https://github.com/mastra-ai/mastra/pull/8649))
329
351
 
352
+ - Fix scorers listing filtring ([#9801](https://github.com/mastra-ai/mastra/pull/9801))
353
+
354
+ - Fixes issue where clicking the reset button in the model picker would fail to restore the original LanguageModelV2 (or any other types) object that was passed during agent construction. ([#9481](https://github.com/mastra-ai/mastra/pull/9481))
355
+
356
+ - Update peer dependencies to match core package version bump (1.0.0) ([#9489](https://github.com/mastra-ai/mastra/pull/9489))
357
+
358
+ - Fixed server handler bugs: filter parsing now handles colons in values (timestamps, URLs), dateRange validation now converts JSON strings to Date objects, deleteMessages schema accepts object forms, and added missing responseSchema for legacy stream route ([#10362](https://github.com/mastra-ai/mastra/pull/10362))
359
+
360
+ - Fix undefined runtimeContext using memory from playground ([#9328](https://github.com/mastra-ai/mastra/pull/9328))
361
+
362
+ - Make step optional in resumeStreamVNext API ([#9453](https://github.com/mastra-ai/mastra/pull/9453))
363
+
364
+ - Remove `waitForEvent` from workflows. `waitForEvent` is now removed, please use suspend & resume flow instead. See https://mastra.ai/en/docs/workflows/suspend-and-resume for more details on suspend & resume flow. ([#9214](https://github.com/mastra-ai/mastra/pull/9214))
365
+
366
+ - Use memory mock in server tests ([#9486](https://github.com/mastra-ai/mastra/pull/9486))
367
+
368
+ - Network handler now accesses thread and resource parameters from the nested memory object instead of directly from request body. ([#10294](https://github.com/mastra-ai/mastra/pull/10294))
369
+
370
+ - Remove format from stream/generate ([#9577](https://github.com/mastra-ai/mastra/pull/9577))
371
+
372
+ - Updated dependencies [[`2319326`](https://github.com/mastra-ai/mastra/commit/2319326f8c64e503a09bbcf14be2dd65405445e0), [`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), [`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), [`feb7ee4`](https://github.com/mastra-ai/mastra/commit/feb7ee4d09a75edb46c6669a3beaceec78811747), [`08c31c1`](https://github.com/mastra-ai/mastra/commit/08c31c188ebccd598acaf55e888b6397d01f7eae), [`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), [`c456e01`](https://github.com/mastra-ai/mastra/commit/c456e0149e3c176afcefdbd9bb1d2c5917723725), [`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), [`fd3d338`](https://github.com/mastra-ai/mastra/commit/fd3d338a2c362174ed5b383f1f011ad9fb0302aa), [`71c8d6c`](https://github.com/mastra-ai/mastra/commit/71c8d6c161253207b2b9588bdadb7eed604f7253), [`6179a9b`](https://github.com/mastra-ai/mastra/commit/6179a9ba36ffac326de3cc3c43cdc8028d37c251), [`c30400a`](https://github.com/mastra-ai/mastra/commit/c30400a49b994b1b97256fe785eb6c906fc2b232), [`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), [`69e0a87`](https://github.com/mastra-ai/mastra/commit/69e0a878896a2da9494945d86e056a5f8f05b851), [`352a5d6`](https://github.com/mastra-ai/mastra/commit/352a5d625cfe09849b21e8f52a24c9f0366759d5), [`898a972`](https://github.com/mastra-ai/mastra/commit/898a9727d286c2510d6b702dfd367e6aaf5c6b0f), [`0793497`](https://github.com/mastra-ai/mastra/commit/079349753620c40246ffd673e3f9d7d9820beff3), [`a97003a`](https://github.com/mastra-ai/mastra/commit/a97003aa1cf2f4022a41912324a1e77263b326b8), [`01f8878`](https://github.com/mastra-ai/mastra/commit/01f88783de25e4de048c1c8aace43e26373c6ea5), [`5df9cce`](https://github.com/mastra-ai/mastra/commit/5df9cce1a753438413f64c11eeef8f845745c2a8), [`4c77209`](https://github.com/mastra-ai/mastra/commit/4c77209e6c11678808b365d545845918c40045c8), [`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), [`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), [`57d157f`](https://github.com/mastra-ai/mastra/commit/57d157f0b163a95c3e6c9eae31bdb11d1bfc64f9), [`903f67d`](https://github.com/mastra-ai/mastra/commit/903f67d184504a273893818c02b961f5423a79ad), [`d827d08`](https://github.com/mastra-ai/mastra/commit/d827d0808ffe1f3553a84e975806cc989b9735dd), [`2a90c55`](https://github.com/mastra-ai/mastra/commit/2a90c55a86a9210697d5adaab5ee94584b079adc), [`eb09742`](https://github.com/mastra-ai/mastra/commit/eb09742197f66c4c38154c3beec78313e69760b2), [`23c10a1`](https://github.com/mastra-ai/mastra/commit/23c10a1efdd9a693c405511ab2dc8a1236603162), [`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), [`a0a5b4b`](https://github.com/mastra-ai/mastra/commit/a0a5b4bbebe6c701ebbadf744873aa0d5ca01371), [`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), [`69ea758`](https://github.com/mastra-ai/mastra/commit/69ea758358edd7117f191c2e69c8bb5fc79e7a1a), [`651e772`](https://github.com/mastra-ai/mastra/commit/651e772eb1475fb13e126d3fcc01751297a88214), [`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), [`844ea5d`](https://github.com/mastra-ai/mastra/commit/844ea5dc0c248961e7bf73629ae7dcff503e853c), [`398fde3`](https://github.com/mastra-ai/mastra/commit/398fde3f39e707cda79372cdae8f9870e3b57c8d), [`c10398d`](https://github.com/mastra-ai/mastra/commit/c10398d5b88f1d4af556f4267ff06f1d11e89179), [`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), [`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), [`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), [`3f2faf2`](https://github.com/mastra-ai/mastra/commit/3f2faf2e2d685d6c053cc5af1bf9fedf267b2ce5), [`22f64bc`](https://github.com/mastra-ai/mastra/commit/22f64bc1d37149480b58bf2fefe35b79a1e3e7d5), [`3a73998`](https://github.com/mastra-ai/mastra/commit/3a73998fa4ebeb7f3dc9301afe78095fc63e7999), [`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), [`2ca67cc`](https://github.com/mastra-ai/mastra/commit/2ca67cc3bb1f6a617353fdcab197d9efebe60d6f), [`e16d553`](https://github.com/mastra-ai/mastra/commit/e16d55338403c7553531cc568125c63d53653dff), [`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), [`9e67002`](https://github.com/mastra-ai/mastra/commit/9e67002b52c9be19936c420a489dbee9c5fd6a78), [`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), [`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), [`e59e0d3`](https://github.com/mastra-ai/mastra/commit/e59e0d32afb5fcf2c9f3c00c8f81f6c21d3a63fa), [`465ac05`](https://github.com/mastra-ai/mastra/commit/465ac0526a91d175542091c675181f1a96c98c46), [`fa8409b`](https://github.com/mastra-ai/mastra/commit/fa8409bc39cfd8ba6643b9db5269b90b22e2a2f7), [`e7266a2`](https://github.com/mastra-ai/mastra/commit/e7266a278db02035c97a5e9cd9d1669a6b7a535d), [`173c535`](https://github.com/mastra-ai/mastra/commit/173c535c0645b0da404fe09f003778f0b0d4e019)]:
373
+ - @mastra/core@0.0.0-fix-issue-10434-concurrent-write-corruption-20251124213939
374
+
375
+ ## 1.0.0-beta.4
376
+
377
+ ### Patch Changes
378
+
379
+ - Network handler now accesses thread and resource parameters from the nested memory object instead of directly from request body. ([#10294](https://github.com/mastra-ai/mastra/pull/10294))
380
+
381
+ - Updated dependencies [[`352a5d6`](https://github.com/mastra-ai/mastra/commit/352a5d625cfe09849b21e8f52a24c9f0366759d5), [`a0a5b4b`](https://github.com/mastra-ai/mastra/commit/a0a5b4bbebe6c701ebbadf744873aa0d5ca01371), [`69ea758`](https://github.com/mastra-ai/mastra/commit/69ea758358edd7117f191c2e69c8bb5fc79e7a1a), [`993ad98`](https://github.com/mastra-ai/mastra/commit/993ad98d7ad3bebda9ecef5fec5c94349a0d04bc), [`3ff2c17`](https://github.com/mastra-ai/mastra/commit/3ff2c17a58e312fad5ea37377262c12d92ca0908)]:
382
+ - @mastra/core@1.0.0-beta.4
383
+
384
+ ## 1.0.0-beta.3
385
+
386
+ ### Patch Changes
387
+
388
+ - Fix semantic search endpoint to return results in the correct format. Also fix the delete messages endpoint to properly normalize ids in the expected format. ([#10032](https://github.com/mastra-ai/mastra/pull/10032))
389
+
390
+ - 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)]:
391
+ - @mastra/core@1.0.0-beta.3
392
+
393
+ ## 1.0.0-beta.2
394
+
395
+ ### Patch Changes
396
+
397
+ - Updated dependencies [[`465ac05`](https://github.com/mastra-ai/mastra/commit/465ac0526a91d175542091c675181f1a96c98c46)]:
398
+ - @mastra/core@1.0.0-beta.2
399
+
400
+ ## 1.0.0-beta.1
401
+
402
+ ### Patch Changes
403
+
404
+ - Updated dependencies [[`910db9e`](https://github.com/mastra-ai/mastra/commit/910db9e0312888495eb5617b567f247d03303814), [`e7266a2`](https://github.com/mastra-ai/mastra/commit/e7266a278db02035c97a5e9cd9d1669a6b7a535d)]:
405
+ - @mastra/core@1.0.0-beta.1
406
+
407
+ ## 1.0.0-beta.0
408
+
409
+ ### Major Changes
410
+
411
+ - Moving scorers under the eval domain, api method consistency, prebuilt evals, scorers require ids. ([#9589](https://github.com/mastra-ai/mastra/pull/9589))
412
+
413
+ - 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))
414
+
415
+ Primitives that are added to other primitives are also automatically added to the Mastra instance
416
+
417
+ - 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))
418
+
419
+ - **BREAKING:** Remove `getMessagesPaginated()` and add `perPage: false` support ([#9670](https://github.com/mastra-ai/mastra/pull/9670))
420
+
421
+ Removes deprecated `getMessagesPaginated()` method. The `listMessages()` API and score handlers now support `perPage: false` to fetch all records without pagination limits.
422
+
423
+ **Storage changes:**
424
+ - `StoragePagination.perPage` type changed from `number` to `number | false`
425
+ - All storage implementations support `perPage: false`:
426
+ - Memory: `listMessages()`
427
+ - Scores: `listScoresBySpan()`, `listScoresByRunId()`, `listScoresByExecutionId()`
428
+ - HTTP query parser accepts `"false"` string (e.g., `?perPage=false`)
429
+
430
+ **Memory changes:**
431
+ - `memory.query()` parameter type changed from `StorageGetMessagesArg` to `StorageListMessagesInput`
432
+ - Uses flat parameters (`page`, `perPage`, `include`, `filter`, `vectorSearchString`) instead of `selectBy` object
433
+
434
+ **Stricter validation:**
435
+ - `listMessages()` requires non-empty, non-whitespace `threadId` (throws error instead of returning empty results)
436
+
437
+ **Migration:**
438
+
439
+ ```typescript
440
+ // Storage/Memory: Replace getMessagesPaginated with listMessages
441
+ - storage.getMessagesPaginated({ threadId, selectBy: { pagination: { page: 0, perPage: 20 } } })
442
+ + storage.listMessages({ threadId, page: 0, perPage: 20 })
443
+ + storage.listMessages({ threadId, page: 0, perPage: false }) // Fetch all
444
+
445
+ // Memory: Replace selectBy with flat parameters
446
+ - memory.query({ threadId, selectBy: { last: 20, include: [...] } })
447
+ + memory.query({ threadId, perPage: 20, include: [...] })
448
+
449
+ // Client SDK
450
+ - thread.getMessagesPaginated({ selectBy: { pagination: { page: 0 } } })
451
+ + thread.listMessages({ page: 0, perPage: 20 })
452
+ ```
453
+
454
+ - # Major Changes ([#9695](https://github.com/mastra-ai/mastra/pull/9695))
455
+
456
+ ## Storage Layer
457
+
458
+ ### BREAKING: Removed `storage.getMessages()`
459
+
460
+ The `getMessages()` method has been removed from all storage implementations. Use `listMessages()` instead, which provides pagination support.
461
+
462
+ **Migration:**
463
+
464
+ ```typescript
465
+ // Before
466
+ const messages = await storage.getMessages({ threadId: 'thread-1' });
467
+
468
+ // After
469
+ const result = await storage.listMessages({
470
+ threadId: 'thread-1',
471
+ page: 0,
472
+ perPage: 50,
473
+ });
474
+ const messages = result.messages; // Access messages array
475
+ console.log(result.total); // Total count
476
+ console.log(result.hasMore); // Whether more pages exist
477
+ ```
478
+
479
+ ### Message ordering default
480
+
481
+ `listMessages()` defaults to ASC (oldest first) ordering by `createdAt`, matching the previous `getMessages()` behavior.
482
+
483
+ **To use DESC ordering (newest first):**
484
+
485
+ ```typescript
486
+ const result = await storage.listMessages({
487
+ threadId: 'thread-1',
488
+ orderBy: { field: 'createdAt', direction: 'DESC' },
489
+ });
490
+ ```
491
+
492
+ ## Client SDK
493
+
494
+ ### BREAKING: Renamed `client.getThreadMessages()` → `client.listThreadMessages()`
495
+
496
+ **Migration:**
497
+
498
+ ```typescript
499
+ // Before
500
+ const response = await client.getThreadMessages(threadId, { agentId });
501
+
502
+ // After
503
+ const response = await client.listThreadMessages(threadId, { agentId });
504
+ ```
505
+
506
+ The response format remains the same.
507
+
508
+ ## Type Changes
509
+
510
+ ### BREAKING: Removed `StorageGetMessagesArg` type
511
+
512
+ Use `StorageListMessagesInput` instead:
513
+
514
+ ```typescript
515
+ // Before
516
+ import type { StorageGetMessagesArg } from '@mastra/core';
517
+
518
+ // After
519
+ import type { StorageListMessagesInput } from '@mastra/core';
520
+ ```
521
+
522
+ - Bump minimum required Node.js version to 22.13.0 ([#9706](https://github.com/mastra-ai/mastra/pull/9706))
523
+
524
+ - Replace `getThreadsByResourceIdPaginated` with `listThreadsByResourceId` across memory handlers. Update client SDK to use `listThreads()` with `offset`/`limit` parameters instead of deprecated `getMemoryThreads()`. Consolidate `/api/memory/threads` routes to single paginated endpoint. ([#9508](https://github.com/mastra-ai/mastra/pull/9508))
525
+
526
+ - This simplifies the Memory API by removing the confusing rememberMessages method and renaming query to recall for better clarity. ([#9701](https://github.com/mastra-ai/mastra/pull/9701))
527
+
528
+ The rememberMessages method name implied it might persist data when it was actually just retrieving messages, same as query. Having two methods that did essentially the same thing was unnecessary.
529
+
530
+ Before:
531
+
532
+ ```typescript
533
+ // Two methods that did the same thing
534
+ memory.rememberMessages({ threadId, resourceId, config, vectorMessageSearch });
535
+ memory.query({ threadId, resourceId, perPage, vectorSearchString });
536
+ ```
537
+
538
+ After:
539
+
540
+ ```typescript
541
+ // Single unified method with clear purpose
542
+ memory.recall({ threadId, resourceId, perPage, vectorMessageSearch, threadConfig });
543
+ ```
544
+
545
+ All usages have been updated across the codebase including tests. The agent now calls recall directly with the appropriate parameters.
546
+
547
+ - Rename RuntimeContext to RequestContext ([#9511](https://github.com/mastra-ai/mastra/pull/9511))
548
+
549
+ - Rename `defaultVNextStreamOptions` to `defaultOptions`. Add "Legacy" suffix to v1 option properties and methods (`defaultGenerateOptions` → `defaultGenerateOptionsLegacy`, `defaultStreamOptions` → `defaultStreamOptionsLegacy`). ([#9535](https://github.com/mastra-ai/mastra/pull/9535))
550
+
551
+ - 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))
552
+
553
+ - Renamed a bunch of observability/tracing-related things to drop the AI prefix. ([#9744](https://github.com/mastra-ai/mastra/pull/9744))
554
+
555
+ - **Breaking Change**: Remove legacy v1 watch events and consolidate on v2 implementation. ([#9252](https://github.com/mastra-ai/mastra/pull/9252))
556
+
557
+ This change simplifies the workflow watching API by removing the legacy v1 event system and promoting v2 as the standard (renamed to just `watch`).
558
+
559
+ ### What's Changed
560
+ - Removed legacy v1 watch event handlers and types
561
+ - Renamed `watch-v2` to `watch` throughout the codebase
562
+ - Removed `.watch()` method from client-js SDK (`Workflow` and `AgentBuilder` classes)
563
+ - Removed `/watch` HTTP endpoints from server and deployer
564
+ - Removed `WorkflowWatchResult` and v1 `WatchEvent` types
565
+
566
+ - **BREAKING CHANGE**: Pagination APIs now use `page`/`perPage` instead of `offset`/`limit` ([#9592](https://github.com/mastra-ai/mastra/pull/9592))
567
+
568
+ 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.
569
+
570
+ **Affected APIs:**
571
+ - `Memory.listThreadsByResourceId()`
572
+ - `Memory.listMessages()`
573
+ - `Storage.listWorkflowRuns()`
574
+
575
+ **Migration:**
576
+
577
+ ```typescript
578
+ // Before
579
+ await memory.listThreadsByResourceId({
580
+ resourceId: 'user-123',
581
+ offset: 20,
582
+ limit: 10,
583
+ });
584
+
585
+ // After
586
+ await memory.listThreadsByResourceId({
587
+ resourceId: 'user-123',
588
+ page: 2, // page = Math.floor(offset / limit)
589
+ perPage: 10,
590
+ });
591
+
592
+ // Before
593
+ await memory.listMessages({
594
+ threadId: 'thread-456',
595
+ offset: 20,
596
+ limit: 10,
597
+ });
598
+
599
+ // After
600
+ await memory.listMessages({
601
+ threadId: 'thread-456',
602
+ page: 2,
603
+ perPage: 10,
604
+ });
605
+
606
+ // Before
607
+ await storage.listWorkflowRuns({
608
+ workflowName: 'my-workflow',
609
+ offset: 20,
610
+ limit: 10,
611
+ });
612
+
613
+ // After
614
+ await storage.listWorkflowRuns({
615
+ workflowName: 'my-workflow',
616
+ page: 2,
617
+ perPage: 10,
618
+ });
619
+ ```
620
+
621
+ **Additional improvements:**
622
+ - Added validation for negative `page` values in all storage implementations
623
+ - Improved `perPage` validation to handle edge cases (negative values, `0`, `false`)
624
+ - Added reusable query parser utilities for consistent validation in handlers
625
+
626
+ - Changing getAgents -> listAgents, getTools -> listTools, getWorkflows -> listWorkflows ([#9495](https://github.com/mastra-ai/mastra/pull/9495))
627
+
628
+ - Removed old tracing code based on OpenTelemetry ([#9237](https://github.com/mastra-ai/mastra/pull/9237))
629
+
630
+ - Remove deprecated vector prompts and cohere provider from code ([#9596](https://github.com/mastra-ai/mastra/pull/9596))
631
+
632
+ - Mark as stable ([`83d5942`](https://github.com/mastra-ai/mastra/commit/83d5942669ce7bba4a6ca4fd4da697a10eb5ebdc))
633
+
634
+ - Enforcing id required on Processor primitive ([#9591](https://github.com/mastra-ai/mastra/pull/9591))
635
+
636
+ - Renamed `MastraMessageV2` to `MastraDBMessage` ([#9255](https://github.com/mastra-ai/mastra/pull/9255))
637
+ 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
638
+
639
+ - moved ai-tracing code into @mastra/observability ([#9661](https://github.com/mastra-ai/mastra/pull/9661))
640
+
641
+ - Remove legacy evals from Mastra ([#9491](https://github.com/mastra-ai/mastra/pull/9491))
642
+
643
+ ### Minor Changes
644
+
645
+ - Update peer dependencies to match core package version bump (1.0.0) ([#9237](https://github.com/mastra-ai/mastra/pull/9237))
646
+
647
+ - **BREAKING CHANGE**: Memory scope defaults changed from 'thread' to 'resource' ([#8983](https://github.com/mastra-ai/mastra/pull/8983))
648
+
649
+ Both `workingMemory.scope` and `semanticRecall.scope` now default to `'resource'` instead of `'thread'`. This means:
650
+ - Working memory persists across all conversations for the same user/resource
651
+ - Semantic recall searches across all threads for the same user/resource
652
+
653
+ **Migration**: To maintain the previous thread-scoped behavior, explicitly set `scope: 'thread'`:
654
+
655
+ ```typescript
656
+ memory: new Memory({
657
+ storage,
658
+ workingMemory: {
659
+ enabled: true,
660
+ scope: 'thread', // Explicitly set for thread-scoped behavior
661
+ },
662
+ semanticRecall: {
663
+ scope: 'thread', // Explicitly set for thread-scoped behavior
664
+ },
665
+ }),
666
+ ```
667
+
668
+ See the [migration guide](https://mastra.ai/docs/guides/migrations/memory-scope-defaults) for more details.
669
+
670
+ Also fixed issues where playground semantic recall search could show missing or incorrect results in certain cases.
671
+
672
+ - Update peer dependencies to match core package version bump (1.0.0) ([#9495](https://github.com/mastra-ai/mastra/pull/9495))
673
+
674
+ - Update peer dependencies to match core package version bump (0.22.1) ([#8649](https://github.com/mastra-ai/mastra/pull/8649))
675
+
676
+ - Add observeStream support for agent-builder template installation ([#9372](https://github.com/mastra-ai/mastra/pull/9372))
677
+ - Add observeStream, observeStreamVNext, observeStreamLegacy, and resumeStream methods to agent-builder client SDK
678
+ - Add corresponding server handlers and deployer routes for observe streaming
679
+ - Add tracingOptions parameter to existing agent-builder handlers for parity with workflows
680
+ - Update template installation processor to support both legacy and VNext streaming event formats
681
+
682
+ - Update peer dependencies to match core package version bump (0.22.0) ([#8983](https://github.com/mastra-ai/mastra/pull/8983))
683
+
684
+ - Update peer dependencies to match core package version bump (1.0.0) ([#9491](https://github.com/mastra-ai/mastra/pull/9491))
685
+
686
+ ### Patch Changes
687
+
688
+ - Make step optional in all resume APIs ([#9454](https://github.com/mastra-ai/mastra/pull/9454))
689
+
690
+ - Add agent id to the list agent ([#9770](https://github.com/mastra-ai/mastra/pull/9770))
691
+
692
+ - Update tool execution signature ([#9587](https://github.com/mastra-ai/mastra/pull/9587))
693
+
694
+ Consolidated the 3 different execution contexts to one
695
+
696
+ ```typescript
697
+ // before depending on the context the tool was executed in
698
+ tool.execute({ context: data });
699
+ tool.execute({ context: { inputData: data } });
700
+ tool.execute(data);
701
+
702
+ // now, for all contexts
703
+ tool.execute(data, context);
704
+ ```
705
+
706
+ **Before:**
707
+
708
+ ```typescript
709
+ inputSchema: z.object({ something: z.string() }),
710
+ execute: async ({ context, tracingContext, runId, ... }) => {
711
+ return doSomething(context.string);
712
+ }
713
+ ```
714
+
715
+ **After:**
716
+
717
+ ```typescript
718
+ inputSchema: z.object({ something: z.string() }),
719
+ execute: async (inputData, context) => {
720
+ const { agent, mcp, workflow, ...sharedContext } = context
721
+
722
+ // context that only an agent would get like toolCallId, messages, suspend, resume, etc
723
+ if (agent) {
724
+ doSomething(inputData.something, agent)
725
+ // context that only a workflow would get like runId, state, suspend, resume, etc
726
+ } else if (workflow) {
727
+ doSomething(inputData.something, workflow)
728
+ // context that only a workflow would get like "extra", "elicitation"
729
+ } else if (mcp) {
730
+ doSomething(inputData.something, mcp)
731
+ } else {
732
+ // Running a tool in no execution context
733
+ return doSomething(inputData.something);
734
+ }
735
+ }
736
+ ```
737
+
738
+ - Add the description field to listAgents ([#9672](https://github.com/mastra-ai/mastra/pull/9672))
739
+
740
+ - Fix the link issue in observability ([#9764](https://github.com/mastra-ai/mastra/pull/9764))
741
+
742
+ - Add tool call approval ([#8649](https://github.com/mastra-ai/mastra/pull/8649))
743
+
744
+ - Fix scorers listing filtring ([#9801](https://github.com/mastra-ai/mastra/pull/9801))
745
+
330
746
  - Fixes issue where clicking the reset button in the model picker would fail to restore the original LanguageModelV2 (or any other types) object that was passed during agent construction. ([#9481](https://github.com/mastra-ai/mastra/pull/9481))
331
747
 
332
748
  - Update peer dependencies to match core package version bump (1.0.0) ([#9489](https://github.com/mastra-ai/mastra/pull/9489))
@@ -341,8 +757,8 @@
341
757
 
342
758
  - Remove format from stream/generate ([#9577](https://github.com/mastra-ai/mastra/pull/9577))
343
759
 
344
- - Updated dependencies [[`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), [`0e8ed46`](https://github.com/mastra-ai/mastra/commit/0e8ed467c54d6901a6a365f270ec15d6faadb36c), [`6c049d9`](https://github.com/mastra-ai/mastra/commit/6c049d94063fdcbd5b81c4912a2bf82a92c9cc0b), [`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), [`2a90c55`](https://github.com/mastra-ai/mastra/commit/2a90c55a86a9210697d5adaab5ee94584b079adc), [`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), [`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), [`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), [`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)]:
345
- - @mastra/core@0.0.0-fix-thread-list-20251105222841
760
+ - 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)]:
761
+ - @mastra/core@1.0.0-beta.0
346
762
 
347
763
  ## 0.22.2
348
764
 
@@ -0,0 +1,89 @@
1
+ 'use strict';
2
+
3
+ var z = require('zod');
4
+
5
+ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
6
+
7
+ var z__default = /*#__PURE__*/_interopDefault(z);
8
+
9
+ // src/server/schemas/common.ts
10
+ var runIdSchema = z__default.default.object({
11
+ runId: z__default.default.string().describe("Unique identifier for the run")
12
+ });
13
+ var optionalRunIdSchema = z__default.default.object({
14
+ runId: z__default.default.string().optional()
15
+ });
16
+ var paginationInfoSchema = z__default.default.object({
17
+ total: z__default.default.number(),
18
+ page: z__default.default.number(),
19
+ perPage: z__default.default.union([z__default.default.number(), z__default.default.literal(false)]),
20
+ hasMore: z__default.default.boolean()
21
+ });
22
+ var createPagePaginationSchema = (defaultPerPage) => {
23
+ const baseSchema = {
24
+ page: z__default.default.coerce.number().optional().default(0)
25
+ };
26
+ if (defaultPerPage !== void 0) {
27
+ return z__default.default.object({
28
+ ...baseSchema,
29
+ perPage: z__default.default.coerce.number().optional().default(defaultPerPage)
30
+ });
31
+ } else {
32
+ return z__default.default.object({
33
+ ...baseSchema,
34
+ perPage: z__default.default.coerce.number().optional()
35
+ });
36
+ }
37
+ };
38
+ var createOffsetPaginationSchema = (defaultLimit) => {
39
+ const baseSchema = {
40
+ offset: z__default.default.coerce.number().optional().default(0)
41
+ };
42
+ if (defaultLimit !== void 0) {
43
+ return z__default.default.object({
44
+ ...baseSchema,
45
+ limit: z__default.default.coerce.number().optional().default(defaultLimit)
46
+ });
47
+ } else {
48
+ return z__default.default.object({
49
+ ...baseSchema,
50
+ limit: z__default.default.coerce.number().optional()
51
+ });
52
+ }
53
+ };
54
+ var tracingOptionsSchema = z__default.default.object({
55
+ metadata: z__default.default.record(z__default.default.string(), z__default.default.unknown()).optional(),
56
+ requestContextKeys: z__default.default.array(z__default.default.string()).optional(),
57
+ traceId: z__default.default.string().optional(),
58
+ parentSpanId: z__default.default.string().optional()
59
+ });
60
+ var coreMessageSchema = z__default.default.any();
61
+ var successResponseSchema = z__default.default.object({
62
+ success: z__default.default.boolean()
63
+ });
64
+ var messageResponseSchema = z__default.default.object({
65
+ message: z__default.default.string()
66
+ });
67
+ var baseLogMessageSchema = z__default.default.object({
68
+ level: z__default.default.enum(["debug", "info", "warn", "error", "silent"]),
69
+ msg: z__default.default.string(),
70
+ time: z__default.default.date(),
71
+ context: z__default.default.record(z__default.default.string(), z__default.default.unknown()).optional(),
72
+ runId: z__default.default.string().optional(),
73
+ pid: z__default.default.number(),
74
+ hostname: z__default.default.string(),
75
+ name: z__default.default.string()
76
+ });
77
+
78
+ exports.baseLogMessageSchema = baseLogMessageSchema;
79
+ exports.coreMessageSchema = coreMessageSchema;
80
+ exports.createOffsetPaginationSchema = createOffsetPaginationSchema;
81
+ exports.createPagePaginationSchema = createPagePaginationSchema;
82
+ exports.messageResponseSchema = messageResponseSchema;
83
+ exports.optionalRunIdSchema = optionalRunIdSchema;
84
+ exports.paginationInfoSchema = paginationInfoSchema;
85
+ exports.runIdSchema = runIdSchema;
86
+ exports.successResponseSchema = successResponseSchema;
87
+ exports.tracingOptionsSchema = tracingOptionsSchema;
88
+ //# sourceMappingURL=chunk-2NW6POYK.cjs.map
89
+ //# sourceMappingURL=chunk-2NW6POYK.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/server/schemas/common.ts"],"names":["z"],"mappings":";;;;;;;;;AAGO,IAAM,WAAA,GAAcA,mBAAE,MAAA,CAAO;AAAA,EAClC,KAAA,EAAOA,kBAAA,CAAE,MAAA,EAAO,CAAE,SAAS,+BAA+B;AAC5D,CAAC;AAMM,IAAM,mBAAA,GAAsBA,mBAAE,MAAA,CAAO;AAAA,EAC1C,KAAA,EAAOA,kBAAA,CAAE,MAAA,EAAO,CAAE,QAAA;AACpB,CAAC;AAUM,IAAM,oBAAA,GAAuBA,mBAAE,MAAA,CAAO;AAAA,EAC3C,KAAA,EAAOA,mBAAE,MAAA,EAAO;AAAA,EAChB,IAAA,EAAMA,mBAAE,MAAA,EAAO;AAAA,EACf,OAAA,EAASA,kBAAA,CAAE,KAAA,CAAM,CAACA,kBAAA,CAAE,MAAA,EAAO,EAAGA,kBAAA,CAAE,OAAA,CAAQ,KAAK,CAAC,CAAC,CAAA;AAAA,EAC/C,OAAA,EAASA,mBAAE,OAAA;AACb,CAAC;AAMM,IAAM,0BAAA,GAA6B,CAAC,cAAA,KAA4B;AACrE,EAAA,MAAM,UAAA,GAAa;AAAA,IACjB,IAAA,EAAMA,mBAAE,MAAA,CAAO,MAAA,GAAS,QAAA,EAAS,CAAE,QAAQ,CAAC;AAAA,GAC9C;AAEA,EAAA,IAAI,mBAAmB,MAAA,EAAW;AAChC,IAAA,OAAOA,mBAAE,MAAA,CAAO;AAAA,MACd,GAAG,UAAA;AAAA,MACH,OAAA,EAASA,mBAAE,MAAA,CAAO,MAAA,GAAS,QAAA,EAAS,CAAE,QAAQ,cAAc;AAAA,KAC7D,CAAA;AAAA,EACH,CAAA,MAAO;AACL,IAAA,OAAOA,mBAAE,MAAA,CAAO;AAAA,MACd,GAAG,UAAA;AAAA,MACH,OAAA,EAASA,kBAAA,CAAE,MAAA,CAAO,MAAA,GAAS,QAAA;AAAS,KACrC,CAAA;AAAA,EACH;AACF;AAMO,IAAM,4BAAA,GAA+B,CAAC,YAAA,KAA0B;AACrE,EAAA,MAAM,UAAA,GAAa;AAAA,IACjB,MAAA,EAAQA,mBAAE,MAAA,CAAO,MAAA,GAAS,QAAA,EAAS,CAAE,QAAQ,CAAC;AAAA,GAChD;AAEA,EAAA,IAAI,iBAAiB,MAAA,EAAW;AAC9B,IAAA,OAAOA,mBAAE,MAAA,CAAO;AAAA,MACd,GAAG,UAAA;AAAA,MACH,KAAA,EAAOA,mBAAE,MAAA,CAAO,MAAA,GAAS,QAAA,EAAS,CAAE,QAAQ,YAAY;AAAA,KACzD,CAAA;AAAA,EACH,CAAA,MAAO;AACL,IAAA,OAAOA,mBAAE,MAAA,CAAO;AAAA,MACd,GAAG,UAAA;AAAA,MACH,KAAA,EAAOA,kBAAA,CAAE,MAAA,CAAO,MAAA,GAAS,QAAA;AAAS,KACnC,CAAA;AAAA,EACH;AACF;AAUO,IAAM,oBAAA,GAAuBA,mBAAE,MAAA,CAAO;AAAA,EAC3C,QAAA,EAAUA,kBAAA,CAAE,MAAA,CAAOA,kBAAA,CAAE,MAAA,IAAUA,kBAAA,CAAE,OAAA,EAAS,CAAA,CAAE,QAAA,EAAS;AAAA,EACrD,oBAAoBA,kBAAA,CAAE,KAAA,CAAMA,mBAAE,MAAA,EAAQ,EAAE,QAAA,EAAS;AAAA,EACjD,OAAA,EAASA,kBAAA,CAAE,MAAA,EAAO,CAAE,QAAA,EAAS;AAAA,EAC7B,YAAA,EAAcA,kBAAA,CAAE,MAAA,EAAO,CAAE,QAAA;AAC3B,CAAC;AAWM,IAAM,iBAAA,GAAoBA,mBAAE,GAAA;AAyB5B,IAAM,qBAAA,GAAwBA,mBAAE,MAAA,CAAO;AAAA,EAC5C,OAAA,EAASA,mBAAE,OAAA;AACb,CAAC;AAMM,IAAM,qBAAA,GAAwBA,mBAAE,MAAA,CAAO;AAAA,EAC5C,OAAA,EAASA,mBAAE,MAAA;AACb,CAAC;AASM,IAAM,oBAAA,GAAuBA,mBAAE,MAAA,CAAO;AAAA,EAC3C,KAAA,EAAOA,mBAAE,IAAA,CAAK,CAAC,SAAS,MAAA,EAAQ,MAAA,EAAQ,OAAA,EAAS,QAAQ,CAAC,CAAA;AAAA,EAC1D,GAAA,EAAKA,mBAAE,MAAA,EAAO;AAAA,EACd,IAAA,EAAMA,mBAAE,IAAA,EAAK;AAAA,EACb,OAAA,EAASA,kBAAA,CAAE,MAAA,CAAOA,kBAAA,CAAE,MAAA,IAAUA,kBAAA,CAAE,OAAA,EAAS,CAAA,CAAE,QAAA,EAAS;AAAA,EACpD,KAAA,EAAOA,kBAAA,CAAE,MAAA,EAAO,CAAE,QAAA,EAAS;AAAA,EAC3B,GAAA,EAAKA,mBAAE,MAAA,EAAO;AAAA,EACd,QAAA,EAAUA,mBAAE,MAAA,EAAO;AAAA,EACnB,IAAA,EAAMA,mBAAE,MAAA;AACV,CAAC","file":"chunk-2NW6POYK.cjs","sourcesContent":["import z from 'zod';\n\n// Path parameter schemas\nexport const runIdSchema = z.object({\n runId: z.string().describe('Unique identifier for the run'),\n});\n\n/**\n * Query parameter schema for runId (optional)\n * Used by create-run route where runId is optional\n */\nexport const optionalRunIdSchema = z.object({\n runId: z.string().optional(),\n});\n\n// ============================================================================\n// Pagination Schemas\n// ============================================================================\n\n/**\n * Pagination response info\n * Used across all paginated endpoints\n */\nexport const paginationInfoSchema = z.object({\n total: z.number(),\n page: z.number(),\n perPage: z.union([z.number(), z.literal(false)]),\n hasMore: z.boolean(),\n});\n\n/**\n * Factory function for page/perPage pagination query params\n * @param defaultPerPage - Default value for perPage (omit for no default)\n */\nexport const createPagePaginationSchema = (defaultPerPage?: number) => {\n const baseSchema = {\n page: z.coerce.number().optional().default(0),\n };\n\n if (defaultPerPage !== undefined) {\n return z.object({\n ...baseSchema,\n perPage: z.coerce.number().optional().default(defaultPerPage),\n });\n } else {\n return z.object({\n ...baseSchema,\n perPage: z.coerce.number().optional(),\n });\n }\n};\n\n/**\n * Factory function for offset/limit pagination query params\n * @param defaultLimit - Default value for limit (omit for no default)\n */\nexport const createOffsetPaginationSchema = (defaultLimit?: number) => {\n const baseSchema = {\n offset: z.coerce.number().optional().default(0),\n };\n\n if (defaultLimit !== undefined) {\n return z.object({\n ...baseSchema,\n limit: z.coerce.number().optional().default(defaultLimit),\n });\n } else {\n return z.object({\n ...baseSchema,\n limit: z.coerce.number().optional(),\n });\n }\n};\n\n// ============================================================================\n// Observability Schemas\n// ============================================================================\n\n/**\n * Tracing options for observability\n * Used by agents and workflows\n */\nexport const tracingOptionsSchema = z.object({\n metadata: z.record(z.string(), z.unknown()).optional(),\n requestContextKeys: z.array(z.string()).optional(),\n traceId: z.string().optional(),\n parentSpanId: z.string().optional(),\n});\n\n// ============================================================================\n// Message Schemas\n// ============================================================================\n\n/**\n * Core message schema from AI SDK\n * Represents messages exchanged with AI models\n * Content can be string, array of content parts, or object (for complex message types)\n */\nexport const coreMessageSchema = z.any();\n// .object({\n// role: z.enum(['system', 'user', 'assistant', 'tool']),\n// content: z.union([\n// z.string(),\n// z.array(\n// z\n// .object({\n// type: z.enum(['text', 'image', 'file', 'tool-call', 'tool-result']),\n// })\n// .passthrough(), // Preserve additional fields like text, image, toolCall, etc.\n// ),\n// z.any(), // For complex message content objects\n// ]),\n// })\n// .passthrough();\n\n// ============================================================================\n// Common Response Schemas\n// ============================================================================\n\n/**\n * Standard success response schema\n * Used by operations that return only a success boolean\n */\nexport const successResponseSchema = z.object({\n success: z.boolean(),\n});\n\n/**\n * Standard message response schema\n * Used by operations that return only a message string\n */\nexport const messageResponseSchema = z.object({\n message: z.string(),\n});\n\n// ============================================================================\n// Logging Schemas\n// ============================================================================\n\n/**\n * Base log message schema\n */\nexport const baseLogMessageSchema = z.object({\n level: z.enum(['debug', 'info', 'warn', 'error', 'silent']),\n msg: z.string(),\n time: z.date(),\n context: z.record(z.string(), z.unknown()).optional(),\n runId: z.string().optional(),\n pid: z.number(),\n hostname: z.string(),\n name: z.string(),\n});\n"]}