@mastra/client-js 0.0.0-inject-middleware-20250528222017 → 0.0.0-issue-7087-20250909202326

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 (78) hide show
  1. package/CHANGELOG.md +1375 -2
  2. package/LICENSE.md +11 -42
  3. package/README.md +7 -4
  4. package/dist/client.d.ts +280 -0
  5. package/dist/client.d.ts.map +1 -0
  6. package/dist/example.d.ts +2 -0
  7. package/dist/example.d.ts.map +1 -0
  8. package/dist/index.cjs +2222 -375
  9. package/dist/index.cjs.map +1 -0
  10. package/dist/index.d.ts +4 -900
  11. package/dist/index.d.ts.map +1 -0
  12. package/dist/index.js +2224 -377
  13. package/dist/index.js.map +1 -0
  14. package/dist/resources/a2a.d.ts +41 -0
  15. package/dist/resources/a2a.d.ts.map +1 -0
  16. package/dist/resources/agent-builder.d.ts +161 -0
  17. package/dist/resources/agent-builder.d.ts.map +1 -0
  18. package/dist/resources/agent.d.ts +155 -0
  19. package/dist/resources/agent.d.ts.map +1 -0
  20. package/dist/resources/base.d.ts +13 -0
  21. package/dist/resources/base.d.ts.map +1 -0
  22. package/dist/resources/index.d.ts +13 -0
  23. package/dist/resources/index.d.ts.map +1 -0
  24. package/dist/resources/legacy-workflow.d.ts +87 -0
  25. package/dist/resources/legacy-workflow.d.ts.map +1 -0
  26. package/dist/resources/mcp-tool.d.ts +27 -0
  27. package/dist/resources/mcp-tool.d.ts.map +1 -0
  28. package/dist/resources/memory-thread.d.ts +53 -0
  29. package/dist/resources/memory-thread.d.ts.map +1 -0
  30. package/dist/resources/network-memory-thread.d.ts +47 -0
  31. package/dist/resources/network-memory-thread.d.ts.map +1 -0
  32. package/dist/resources/network.d.ts +30 -0
  33. package/dist/resources/network.d.ts.map +1 -0
  34. package/dist/resources/observability.d.ts +19 -0
  35. package/dist/resources/observability.d.ts.map +1 -0
  36. package/dist/resources/tool.d.ts +23 -0
  37. package/dist/resources/tool.d.ts.map +1 -0
  38. package/dist/resources/vNextNetwork.d.ts +42 -0
  39. package/dist/resources/vNextNetwork.d.ts.map +1 -0
  40. package/dist/resources/vector.d.ts +48 -0
  41. package/dist/resources/vector.d.ts.map +1 -0
  42. package/dist/resources/workflow.d.ts +169 -0
  43. package/dist/resources/workflow.d.ts.map +1 -0
  44. package/dist/types.d.ts +462 -0
  45. package/dist/types.d.ts.map +1 -0
  46. package/dist/utils/index.d.ts +3 -0
  47. package/dist/utils/index.d.ts.map +1 -0
  48. package/dist/utils/process-client-tools.d.ts +3 -0
  49. package/dist/utils/process-client-tools.d.ts.map +1 -0
  50. package/dist/utils/process-mastra-stream.d.ts +7 -0
  51. package/dist/utils/process-mastra-stream.d.ts.map +1 -0
  52. package/dist/utils/zod-to-json-schema.d.ts +3 -0
  53. package/dist/utils/zod-to-json-schema.d.ts.map +1 -0
  54. package/package.json +38 -21
  55. package/dist/index.d.cts +0 -900
  56. package/eslint.config.js +0 -6
  57. package/src/adapters/agui.test.ts +0 -180
  58. package/src/adapters/agui.ts +0 -239
  59. package/src/client.ts +0 -334
  60. package/src/example.ts +0 -64
  61. package/src/index.test.ts +0 -830
  62. package/src/index.ts +0 -2
  63. package/src/resources/a2a.ts +0 -88
  64. package/src/resources/agent.ts +0 -197
  65. package/src/resources/base.ts +0 -70
  66. package/src/resources/index.ts +0 -10
  67. package/src/resources/legacy-workflow.ts +0 -242
  68. package/src/resources/mcp-tool.ts +0 -48
  69. package/src/resources/memory-thread.ts +0 -63
  70. package/src/resources/network.ts +0 -86
  71. package/src/resources/tool.ts +0 -45
  72. package/src/resources/vector.ts +0 -83
  73. package/src/resources/workflow.ts +0 -353
  74. package/src/types.ts +0 -314
  75. package/src/utils/index.ts +0 -11
  76. package/src/utils/zod-to-json-schema.ts +0 -10
  77. package/tsconfig.json +0 -5
  78. package/vitest.config.js +0 -8
package/CHANGELOG.md CHANGED
@@ -1,12 +1,1385 @@
1
1
  # @mastra/client-js
2
2
 
3
- ## 0.0.0-inject-middleware-20250528222017
3
+ ## 0.0.0-issue-7087-20250909202326
4
+
5
+ ### Patch Changes
6
+
7
+ - Allow streamVNext and generateVNext to use structuredOutputs from the MastraClient ([#7597](https://github.com/mastra-ai/mastra/pull/7597))
8
+
9
+ - Use workflow streamVNext in playground ([#7575](https://github.com/mastra-ai/mastra/pull/7575))
10
+
11
+ - Make agent streamVNext work with clientTools in client js ([#7577](https://github.com/mastra-ai/mastra/pull/7577))
12
+
13
+ - Updated dependencies [[`47b6dc9`](https://github.com/mastra-ai/mastra/commit/47b6dc94f4976d4f3d3882e8f19eb365bbc5976c), [`0662d02`](https://github.com/mastra-ai/mastra/commit/0662d02ef16916e67531890639fcd72c69cfb6e2), [`565d65f`](https://github.com/mastra-ai/mastra/commit/565d65fc16314a99f081975ec92f2636dff0c86d), [`6189844`](https://github.com/mastra-ai/mastra/commit/61898448e65bda02bb814fb15801a89dc6476938), [`4da3d68`](https://github.com/mastra-ai/mastra/commit/4da3d68a778e5c4d5a17351ef223289fe2f45a45), [`9e04c49`](https://github.com/mastra-ai/mastra/commit/9e04c49b9de4e54f9e2e7fc5ce443fd2af7718a3), [`d7a8f59`](https://github.com/mastra-ai/mastra/commit/d7a8f59154b0621aec4f41a6b2ea2b3882f03cb7), [`0b0bbb2`](https://github.com/mastra-ai/mastra/commit/0b0bbb24f4198ead69792e92b68a350f52b45cf3), [`d951f41`](https://github.com/mastra-ai/mastra/commit/d951f41771e4e5da8da4b9f870949f9509e38756), [`4dda259`](https://github.com/mastra-ai/mastra/commit/4dda2593b6343f9258671de5fb237aeba3ef6bb7), [`8049e2e`](https://github.com/mastra-ai/mastra/commit/8049e2e8cce80a00353c64894c62b695ac34e35e), [`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)]:
14
+ - @mastra/core@0.0.0-issue-7087-20250909202326
15
+
16
+ ## 0.12.1-alpha.0
17
+
18
+ ### Patch Changes
19
+
20
+ - 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)]:
21
+ - @mastra/core@0.16.1-alpha.0
22
+
23
+ ## 0.12.0
24
+
25
+ ### Minor Changes
26
+
27
+ - 6155cfc: Remove AGUI implementation from client-js
28
+
29
+ ### Patch Changes
30
+
31
+ - cf4e353: Agent Builder Template - adding in UI components to use agent builder template actions
32
+ - 5397eb4: Add public URL support when adding files in Multi Modal
33
+ - Updated dependencies [8fbf79e]
34
+ - Updated dependencies [fd83526]
35
+ - Updated dependencies [d0b90ab]
36
+ - Updated dependencies [6f5eb7a]
37
+ - Updated dependencies [a01cf14]
38
+ - Updated dependencies [a9e50ee]
39
+ - Updated dependencies [5397eb4]
40
+ - Updated dependencies [c9f4e4a]
41
+ - Updated dependencies [0acbc80]
42
+ - @mastra/core@0.16.0
43
+
44
+ ## 0.12.0-alpha.1
45
+
46
+ ### Patch Changes
47
+
48
+ - Updated dependencies [8fbf79e]
49
+ - @mastra/core@0.16.0-alpha.1
50
+
51
+ ## 0.12.0-alpha.0
52
+
53
+ ### Minor Changes
54
+
55
+ - 6155cfc: Remove AGUI implementation from client-js
56
+
57
+ ### Patch Changes
58
+
59
+ - cf4e353: Agent Builder Template - adding in UI components to use agent builder template actions
60
+ - 5397eb4: Add public URL support when adding files in Multi Modal
61
+ - Updated dependencies [fd83526]
62
+ - Updated dependencies [d0b90ab]
63
+ - Updated dependencies [6f5eb7a]
64
+ - Updated dependencies [a01cf14]
65
+ - Updated dependencies [a9e50ee]
66
+ - Updated dependencies [5397eb4]
67
+ - Updated dependencies [c9f4e4a]
68
+ - Updated dependencies [0acbc80]
69
+ - @mastra/core@0.16.0-alpha.0
70
+
71
+ ## 0.11.3
72
+
73
+ ### Patch Changes
74
+
75
+ - ab48c97: dependencies updates:
76
+ - Updated dependency [`zod-to-json-schema@^3.24.6` ↗︎](https://www.npmjs.com/package/zod-to-json-schema/v/3.24.6) (from `^3.24.5`, in `dependencies`)
77
+ - ff89505: Add deprecation warnings and add legacy routes
78
+ - de3cbc6: Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
79
+ - 26b0d7c: Cleanup pkg output
80
+ - 48f0742: add deployer, server and clientjs handlers for agent builder template
81
+ - 5de1555: Fixed tracingContext on tool executions in AI tracing
82
+ - Updated dependencies [ab48c97]
83
+ - Updated dependencies [85ef90b]
84
+ - Updated dependencies [aedbbfa]
85
+ - Updated dependencies [ff89505]
86
+ - Updated dependencies [637f323]
87
+ - Updated dependencies [de3cbc6]
88
+ - Updated dependencies [c19bcf7]
89
+ - Updated dependencies [4474d04]
90
+ - Updated dependencies [183dc95]
91
+ - Updated dependencies [a1111e2]
92
+ - Updated dependencies [b42a961]
93
+ - Updated dependencies [61debef]
94
+ - Updated dependencies [9beaeff]
95
+ - Updated dependencies [29de0e1]
96
+ - Updated dependencies [f643c65]
97
+ - Updated dependencies [00c74e7]
98
+ - Updated dependencies [fef7375]
99
+ - Updated dependencies [e3d8fea]
100
+ - Updated dependencies [45e4d39]
101
+ - Updated dependencies [9eee594]
102
+ - Updated dependencies [7149d8d]
103
+ - Updated dependencies [822c2e8]
104
+ - Updated dependencies [979912c]
105
+ - Updated dependencies [7dcf4c0]
106
+ - Updated dependencies [4106a58]
107
+ - Updated dependencies [ad78bfc]
108
+ - Updated dependencies [0302f50]
109
+ - Updated dependencies [6ac697e]
110
+ - Updated dependencies [74db265]
111
+ - Updated dependencies [0ce418a]
112
+ - Updated dependencies [af90672]
113
+ - Updated dependencies [8387952]
114
+ - Updated dependencies [7f3b8da]
115
+ - Updated dependencies [905352b]
116
+ - Updated dependencies [599d04c]
117
+ - Updated dependencies [56041d0]
118
+ - Updated dependencies [3412597]
119
+ - Updated dependencies [5eca5d2]
120
+ - Updated dependencies [f2cda47]
121
+ - Updated dependencies [5de1555]
122
+ - Updated dependencies [cfd377a]
123
+ - Updated dependencies [1ed5a3e]
124
+ - @mastra/core@0.15.3
125
+
126
+ ## 0.11.3-alpha.9
127
+
128
+ ### Patch Changes
129
+
130
+ - Updated dependencies [[`599d04c`](https://github.com/mastra-ai/mastra/commit/599d04cebe92c1d536fee3190434941b8c91548e)]:
131
+ - @mastra/core@0.15.3-alpha.9
132
+
133
+ ## 0.11.3-alpha.8
134
+
135
+ ### Patch Changes
136
+
137
+ - Updated dependencies [[`4474d04`](https://github.com/mastra-ai/mastra/commit/4474d0489b1e152e0985c33a4f529207317d27b5), [`4106a58`](https://github.com/mastra-ai/mastra/commit/4106a58b15b4c0a060a4a9ccab52d119d00d8edb)]:
138
+ - @mastra/core@0.15.3-alpha.8
139
+
140
+ ## 0.11.3-alpha.7
141
+
142
+ ### Patch Changes
143
+
144
+ - Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
145
+ - @mastra/core@0.15.3-alpha.7
146
+
147
+ ## 0.11.3-alpha.6
148
+
149
+ ### Patch Changes
150
+
151
+ - Updated dependencies [[`c19bcf7`](https://github.com/mastra-ai/mastra/commit/c19bcf7b43542b02157b5e17303e519933a153ab), [`b42a961`](https://github.com/mastra-ai/mastra/commit/b42a961a5aefd19d6e938a7705fc0ecc90e8f756), [`45e4d39`](https://github.com/mastra-ai/mastra/commit/45e4d391a2a09fc70c48e4d60f505586ada1ba0e), [`0302f50`](https://github.com/mastra-ai/mastra/commit/0302f50861a53c66ff28801fc371b37c5f97e41e), [`74db265`](https://github.com/mastra-ai/mastra/commit/74db265b96aa01a72ffd91dcae0bc3b346cca0f2), [`7f3b8da`](https://github.com/mastra-ai/mastra/commit/7f3b8da6dd21c35d3672e44b4f5dd3502b8f8f92), [`905352b`](https://github.com/mastra-ai/mastra/commit/905352bcda134552400eb252bca1cb05a7975c14), [`f2cda47`](https://github.com/mastra-ai/mastra/commit/f2cda47ae911038c5d5489f54c36517d6f15bdcc), [`cfd377a`](https://github.com/mastra-ai/mastra/commit/cfd377a3a33a9c88b644f6540feed9cd9832db47)]:
152
+ - @mastra/core@0.15.3-alpha.6
153
+
154
+ ## 0.11.3-alpha.5
155
+
156
+ ### Patch Changes
157
+
158
+ - [#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`.
159
+
160
+ - Updated dependencies [[`85ef90b`](https://github.com/mastra-ai/mastra/commit/85ef90bb2cd4ae4df855c7ac175f7d392c55c1bf), [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e)]:
161
+ - @mastra/core@0.15.3-alpha.5
162
+
163
+ ## 0.11.3-alpha.4
164
+
165
+ ### Patch Changes
166
+
167
+ - [#5816](https://github.com/mastra-ai/mastra/pull/5816) [`ab48c97`](https://github.com/mastra-ai/mastra/commit/ab48c979098ea571faf998a55d3a00e7acd7a715) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
168
+ - Updated dependency [`zod-to-json-schema@^3.24.6` ↗︎](https://www.npmjs.com/package/zod-to-json-schema/v/3.24.6) (from `^3.24.5`, in `dependencies`)
169
+
170
+ - [#7269](https://github.com/mastra-ai/mastra/pull/7269) [`ff89505`](https://github.com/mastra-ai/mastra/commit/ff895057c8c7e91a5535faef46c5e5391085ddfa) Thanks [@wardpeet](https://github.com/wardpeet)! - Add deprecation warnings and add legacy routes
171
+
172
+ - [#7329](https://github.com/mastra-ai/mastra/pull/7329) [`26b0d7c`](https://github.com/mastra-ai/mastra/commit/26b0d7c7cba46469351d453714e119ac7aae9da2) Thanks [@wardpeet](https://github.com/wardpeet)! - Cleanup pkg output
173
+
174
+ - [#7136](https://github.com/mastra-ai/mastra/pull/7136) [`48f0742`](https://github.com/mastra-ai/mastra/commit/48f0742662414610dc9a7a99d45902d059ee123d) Thanks [@NikAiyer](https://github.com/NikAiyer)! - add deployer, server and clientjs handlers for agent builder template
175
+
176
+ - Updated dependencies [[`ab48c97`](https://github.com/mastra-ai/mastra/commit/ab48c979098ea571faf998a55d3a00e7acd7a715), [`ff89505`](https://github.com/mastra-ai/mastra/commit/ff895057c8c7e91a5535faef46c5e5391085ddfa), [`183dc95`](https://github.com/mastra-ai/mastra/commit/183dc95596f391b977bd1a2c050b8498dac74891), [`a1111e2`](https://github.com/mastra-ai/mastra/commit/a1111e24e705488adfe5e0a6f20c53bddf26cb22), [`61debef`](https://github.com/mastra-ai/mastra/commit/61debefd80ad3a7ed5737e19df6a23d40091689a), [`9beaeff`](https://github.com/mastra-ai/mastra/commit/9beaeffa4a97b1d5fd01a7f8af8708b16067f67c), [`9eee594`](https://github.com/mastra-ai/mastra/commit/9eee594e35e0ca2a650fcc33fa82009a142b9ed0), [`979912c`](https://github.com/mastra-ai/mastra/commit/979912cfd180aad53287cda08af771df26454e2c), [`7dcf4c0`](https://github.com/mastra-ai/mastra/commit/7dcf4c04f44d9345b1f8bc5d41eae3f11ac61611), [`ad78bfc`](https://github.com/mastra-ai/mastra/commit/ad78bfc4ea6a1fff140432bf4f638e01af7af668), [`0ce418a`](https://github.com/mastra-ai/mastra/commit/0ce418a1ccaa5e125d4483a9651b635046152569), [`8387952`](https://github.com/mastra-ai/mastra/commit/838795227b4edf758c84a2adf6f7fba206c27719), [`5eca5d2`](https://github.com/mastra-ai/mastra/commit/5eca5d2655788863ea0442a46c9ef5d3c6dbe0a8)]:
177
+ - @mastra/core@0.15.3-alpha.4
178
+
179
+ ## 0.11.3-alpha.3
180
+
181
+ ### Patch Changes
182
+
183
+ - Updated dependencies [[`aedbbfa`](https://github.com/mastra-ai/mastra/commit/aedbbfa064124ddde039111f12629daebfea7e48), [`f643c65`](https://github.com/mastra-ai/mastra/commit/f643c651bdaf57c2343cf9dbfc499010495701fb), [`fef7375`](https://github.com/mastra-ai/mastra/commit/fef737534574f41b432a7361a285f776c3bac42b), [`e3d8fea`](https://github.com/mastra-ai/mastra/commit/e3d8feaacfb8b5c5c03c13604cc06ea2873d45fe), [`3412597`](https://github.com/mastra-ai/mastra/commit/3412597a6644c0b6bf3236d6e319ed1450c5bae8)]:
184
+ - @mastra/core@0.15.3-alpha.3
185
+
186
+ ## 0.11.3-alpha.2
187
+
188
+ ### Patch Changes
189
+
190
+ - Updated dependencies [[`822c2e8`](https://github.com/mastra-ai/mastra/commit/822c2e88a3ecbffb7c680e6227976006ccefe6a8)]:
191
+ - @mastra/core@0.15.3-alpha.2
192
+
193
+ ## 0.11.3-alpha.1
194
+
195
+ ### Patch Changes
196
+
197
+ - Updated dependencies [[`637f323`](https://github.com/mastra-ai/mastra/commit/637f32371d79a8f78c52c0d53411af0915fcec67), [`29de0e1`](https://github.com/mastra-ai/mastra/commit/29de0e1b0a7173317ae7d1ab0c0993167c659f2b), [`6ac697e`](https://github.com/mastra-ai/mastra/commit/6ac697edcc2435482c247cba615277ec4765dcc4)]:
198
+ - @mastra/core@0.15.3-alpha.1
199
+
200
+ ## 0.11.3-alpha.0
201
+
202
+ ### Patch Changes
203
+
204
+ - [#7109](https://github.com/mastra-ai/mastra/pull/7109) [`5de1555`](https://github.com/mastra-ai/mastra/commit/5de15554d3d6695211945a36928f6657e76cddc9) Thanks [@epinzur](https://github.com/epinzur)! - Fixed tracingContext on tool executions in AI tracing
205
+
206
+ - Updated dependencies [[`00c74e7`](https://github.com/mastra-ai/mastra/commit/00c74e73b1926be0d475693bb886fb67a22ff352), [`af90672`](https://github.com/mastra-ai/mastra/commit/af906722d8da28688882193b1e531026f9e2e81e), [`56041d0`](https://github.com/mastra-ai/mastra/commit/56041d018863a3da6b98c512e47348647c075fb3), [`5de1555`](https://github.com/mastra-ai/mastra/commit/5de15554d3d6695211945a36928f6657e76cddc9), [`1ed5a3e`](https://github.com/mastra-ai/mastra/commit/1ed5a3e19330374c4347a4237cd2f4b9ffb60376)]:
207
+ - @mastra/core@0.15.3-alpha.0
208
+
209
+ ## 0.11.2
210
+
211
+ ### Patch Changes
212
+
213
+ - [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
214
+
215
+ - Updated dependencies []:
216
+ - @mastra/core@0.15.2
217
+
218
+ ## 0.11.1
219
+
220
+ ### Patch Changes
221
+
222
+ - Updated dependencies []:
223
+ - @mastra/core@0.15.1
224
+
225
+ ## 0.11.0
226
+
227
+ ### Minor Changes
228
+
229
+ - [#6993](https://github.com/mastra-ai/mastra/pull/6993) [`82d9f64`](https://github.com/mastra-ai/mastra/commit/82d9f647fbe4f0177320e7c05073fce88599aa95) Thanks [@wardpeet](https://github.com/wardpeet)! - Improve types and fix linting issues
230
+
231
+ - [#7032](https://github.com/mastra-ai/mastra/pull/7032) [`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump zod peerdep to 3.25.0 to support both v3/v4
232
+
233
+ ### Patch Changes
234
+
235
+ - [#6967](https://github.com/mastra-ai/mastra/pull/6967) [`01be5d3`](https://github.com/mastra-ai/mastra/commit/01be5d358fad8faa101e5c69dfa54562c02cc0af) Thanks [@YujohnNattrass](https://github.com/YujohnNattrass)! - Implement AI traces for server apis and client sdk
236
+
237
+ - [#6972](https://github.com/mastra-ai/mastra/pull/6972) [`00ef6c1`](https://github.com/mastra-ai/mastra/commit/00ef6c1d3c76708712acd3de7f39c4d6b0f3b427) Thanks [@roaminro](https://github.com/roaminro)! - add credentials option for fetch requests
238
+
239
+ - [#6949](https://github.com/mastra-ai/mastra/pull/6949) [`e6f5046`](https://github.com/mastra-ai/mastra/commit/e6f50467aff317e67e8bd74c485c3fbe2a5a6db1) Thanks [@CalebBarnes](https://github.com/CalebBarnes)! - stream/generate vnext: simplify internal output schema handling, improve types and typescript generics, and add jsdoc comments
240
+
241
+ - [#6942](https://github.com/mastra-ai/mastra/pull/6942) [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01) Thanks [@wardpeet](https://github.com/wardpeet)! - Add zod as peerdeps for all packages
242
+
243
+ - Updated dependencies [[`0778757`](https://github.com/mastra-ai/mastra/commit/07787570e4addbd501522037bd2542c3d9e26822), [`943a7f3`](https://github.com/mastra-ai/mastra/commit/943a7f3dbc6a8ab3f9b7bc7c8a1c5b319c3d7f56), [`bf504a8`](https://github.com/mastra-ai/mastra/commit/bf504a833051f6f321d832cc7d631f3cb86d657b), [`be49354`](https://github.com/mastra-ai/mastra/commit/be493546dca540101923ec700feb31f9a13939f2), [`d591ab3`](https://github.com/mastra-ai/mastra/commit/d591ab3ecc985c1870c0db347f8d7a20f7360536), [`ba82abe`](https://github.com/mastra-ai/mastra/commit/ba82abe76e869316bb5a9c95e8ea3946f3436fae), [`727f7e5`](https://github.com/mastra-ai/mastra/commit/727f7e5086e62e0dfe3356fb6dcd8bcb420af246), [`e6f5046`](https://github.com/mastra-ai/mastra/commit/e6f50467aff317e67e8bd74c485c3fbe2a5a6db1), [`82d9f64`](https://github.com/mastra-ai/mastra/commit/82d9f647fbe4f0177320e7c05073fce88599aa95), [`2e58325`](https://github.com/mastra-ai/mastra/commit/2e58325beb170f5b92f856e27d915cd26917e5e6), [`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c), [`4189486`](https://github.com/mastra-ai/mastra/commit/4189486c6718fda78347bdf4ce4d3fc33b2236e1), [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01), [`9613558`](https://github.com/mastra-ai/mastra/commit/9613558e6475f4710e05d1be7553a32ee7bddc20)]:
244
+ - @mastra/core@0.15.0
245
+
246
+ ## 0.11.0-alpha.4
247
+
248
+ ### Minor Changes
249
+
250
+ - [#7032](https://github.com/mastra-ai/mastra/pull/7032) [`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump zod peerdep to 3.25.0 to support both v3/v4
251
+
252
+ ### Patch Changes
253
+
254
+ - Updated dependencies [[`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c)]:
255
+ - @mastra/core@0.15.0-alpha.4
256
+
257
+ ## 0.11.0-alpha.3
258
+
259
+ ### Patch Changes
260
+
261
+ - Updated dependencies []:
262
+ - @mastra/core@0.15.0-alpha.3
263
+
264
+ ## 0.11.0-alpha.2
265
+
266
+ ### Patch Changes
267
+
268
+ - Updated dependencies [[`2e58325`](https://github.com/mastra-ai/mastra/commit/2e58325beb170f5b92f856e27d915cd26917e5e6)]:
269
+ - @mastra/core@0.14.2-alpha.2
270
+
271
+ ## 0.11.0-alpha.1
272
+
273
+ ### Minor Changes
274
+
275
+ - [#6993](https://github.com/mastra-ai/mastra/pull/6993) [`82d9f64`](https://github.com/mastra-ai/mastra/commit/82d9f647fbe4f0177320e7c05073fce88599aa95) Thanks [@wardpeet](https://github.com/wardpeet)! - Improve types and fix linting issues
276
+
277
+ ### Patch Changes
278
+
279
+ - [#6967](https://github.com/mastra-ai/mastra/pull/6967) [`01be5d3`](https://github.com/mastra-ai/mastra/commit/01be5d358fad8faa101e5c69dfa54562c02cc0af) Thanks [@YujohnNattrass](https://github.com/YujohnNattrass)! - Implement AI traces for server apis and client sdk
280
+
281
+ - [#6972](https://github.com/mastra-ai/mastra/pull/6972) [`00ef6c1`](https://github.com/mastra-ai/mastra/commit/00ef6c1d3c76708712acd3de7f39c4d6b0f3b427) Thanks [@roaminro](https://github.com/roaminro)! - add credentials option for fetch requests
282
+
283
+ - [#6942](https://github.com/mastra-ai/mastra/pull/6942) [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01) Thanks [@wardpeet](https://github.com/wardpeet)! - Add zod as peerdeps for all packages
284
+
285
+ - Updated dependencies [[`943a7f3`](https://github.com/mastra-ai/mastra/commit/943a7f3dbc6a8ab3f9b7bc7c8a1c5b319c3d7f56), [`be49354`](https://github.com/mastra-ai/mastra/commit/be493546dca540101923ec700feb31f9a13939f2), [`d591ab3`](https://github.com/mastra-ai/mastra/commit/d591ab3ecc985c1870c0db347f8d7a20f7360536), [`ba82abe`](https://github.com/mastra-ai/mastra/commit/ba82abe76e869316bb5a9c95e8ea3946f3436fae), [`727f7e5`](https://github.com/mastra-ai/mastra/commit/727f7e5086e62e0dfe3356fb6dcd8bcb420af246), [`82d9f64`](https://github.com/mastra-ai/mastra/commit/82d9f647fbe4f0177320e7c05073fce88599aa95), [`4189486`](https://github.com/mastra-ai/mastra/commit/4189486c6718fda78347bdf4ce4d3fc33b2236e1), [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01)]:
286
+ - @mastra/core@0.14.2-alpha.1
287
+
288
+ ## 0.10.24-alpha.0
289
+
290
+ ### Patch Changes
291
+
292
+ - [#6949](https://github.com/mastra-ai/mastra/pull/6949) [`e6f5046`](https://github.com/mastra-ai/mastra/commit/e6f50467aff317e67e8bd74c485c3fbe2a5a6db1) Thanks [@CalebBarnes](https://github.com/CalebBarnes)! - stream/generate vnext: simplify internal output schema handling, improve types and typescript generics, and add jsdoc comments
293
+
294
+ - Updated dependencies [[`0778757`](https://github.com/mastra-ai/mastra/commit/07787570e4addbd501522037bd2542c3d9e26822), [`bf504a8`](https://github.com/mastra-ai/mastra/commit/bf504a833051f6f321d832cc7d631f3cb86d657b), [`e6f5046`](https://github.com/mastra-ai/mastra/commit/e6f50467aff317e67e8bd74c485c3fbe2a5a6db1), [`9613558`](https://github.com/mastra-ai/mastra/commit/9613558e6475f4710e05d1be7553a32ee7bddc20)]:
295
+ - @mastra/core@0.14.2-alpha.0
296
+
297
+ ## 0.10.23
298
+
299
+ ### Patch Changes
300
+
301
+ - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`0f00e17`](https://github.com/mastra-ai/mastra/commit/0f00e172953ccdccadb35ed3d70f5e4d89115869), [`217cd7a`](https://github.com/mastra-ai/mastra/commit/217cd7a4ce171e9a575c41bb8c83300f4db03236), [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02)]:
302
+ - @mastra/core@0.14.1
303
+
304
+ ## 0.10.23-alpha.1
305
+
306
+ ### Patch Changes
307
+
308
+ - Updated dependencies [[`0f00e17`](https://github.com/mastra-ai/mastra/commit/0f00e172953ccdccadb35ed3d70f5e4d89115869), [`217cd7a`](https://github.com/mastra-ai/mastra/commit/217cd7a4ce171e9a575c41bb8c83300f4db03236)]:
309
+ - @mastra/core@0.14.1-alpha.1
310
+
311
+ ## 0.10.23-alpha.0
312
+
313
+ ### Patch Changes
314
+
315
+ - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02)]:
316
+ - @mastra/core@0.14.1-alpha.0
317
+
318
+ ## 0.10.22
319
+
320
+ ### Patch Changes
321
+
322
+ - 0a7f675: Add VNext methods and `processMastraStream`
323
+ - 6313063: Implement model switcher in playground
324
+ - 1d59515: Add options to playground based on modelVersion
325
+ - Updated dependencies [227c7e6]
326
+ - Updated dependencies [12cae67]
327
+ - Updated dependencies [fd3a3eb]
328
+ - Updated dependencies [6faaee5]
329
+ - Updated dependencies [4232b14]
330
+ - Updated dependencies [a89de7e]
331
+ - Updated dependencies [5a37d0c]
332
+ - Updated dependencies [4bde0cb]
333
+ - Updated dependencies [cf4f357]
334
+ - Updated dependencies [ad888a2]
335
+ - Updated dependencies [481751d]
336
+ - Updated dependencies [2454423]
337
+ - Updated dependencies [194e395]
338
+ - Updated dependencies [a722c0b]
339
+ - Updated dependencies [c30bca8]
340
+ - Updated dependencies [3b5fec7]
341
+ - Updated dependencies [a8f129d]
342
+ - @mastra/core@0.14.0
343
+
344
+ ## 0.10.22-alpha.7
345
+
346
+ ### Patch Changes
347
+
348
+ - @mastra/core@0.14.0-alpha.7
349
+
350
+ ## 0.10.22-alpha.6
351
+
352
+ ### Patch Changes
353
+
354
+ - Updated dependencies [ad888a2]
355
+ - Updated dependencies [481751d]
356
+ - Updated dependencies [194e395]
357
+ - @mastra/core@0.14.0-alpha.6
358
+
359
+ ## 0.10.22-alpha.5
360
+
361
+ ### Patch Changes
362
+
363
+ - @mastra/core@0.14.0-alpha.5
364
+
365
+ ## 0.10.22-alpha.4
366
+
367
+ ### Patch Changes
368
+
369
+ - 0a7f675: Client JS vnext methods
370
+ - 1d59515: Add options to playground based on modelVersion
371
+ - 195eabb: Process Mastra Stream
372
+ - Updated dependencies [0a7f675]
373
+ - Updated dependencies [12cae67]
374
+ - Updated dependencies [5a37d0c]
375
+ - Updated dependencies [4bde0cb]
376
+ - Updated dependencies [1a80071]
377
+ - Updated dependencies [36a3be8]
378
+ - Updated dependencies [361757b]
379
+ - Updated dependencies [2bb9955]
380
+ - Updated dependencies [2454423]
381
+ - Updated dependencies [a44d91e]
382
+ - Updated dependencies [dfb91e9]
383
+ - Updated dependencies [a741dde]
384
+ - Updated dependencies [7cb3fc0]
385
+ - Updated dependencies [195eabb]
386
+ - Updated dependencies [b78b95b]
387
+ - @mastra/core@0.14.0-alpha.4
388
+
389
+ ## 0.10.22-alpha.3
390
+
391
+ ### Patch Changes
392
+
393
+ - Updated dependencies [227c7e6]
394
+ - Updated dependencies [fd3a3eb]
395
+ - Updated dependencies [a8f129d]
396
+ - @mastra/core@0.14.0-alpha.3
397
+
398
+ ## 0.10.22-alpha.2
399
+
400
+ ### Patch Changes
401
+
402
+ - @mastra/core@0.14.0-alpha.2
403
+
404
+ ## 0.10.22-alpha.1
405
+
406
+ ### Patch Changes
407
+
408
+ - 6313063: Implement model switcher in playground
409
+ - Updated dependencies [6faaee5]
410
+ - Updated dependencies [4232b14]
411
+ - Updated dependencies [a89de7e]
412
+ - Updated dependencies [cf4f357]
413
+ - Updated dependencies [a722c0b]
414
+ - Updated dependencies [3b5fec7]
415
+ - @mastra/core@0.14.0-alpha.1
416
+
417
+ ## 0.10.22-alpha.0
418
+
419
+ ### Patch Changes
420
+
421
+ - Updated dependencies [c30bca8]
422
+ - @mastra/core@0.13.3-alpha.0
423
+
424
+ ## 0.10.21
425
+
426
+ ### Patch Changes
427
+
428
+ - a239d41: Updated A2A syntax to v0.3.0
429
+ - 96169cc: Create handler that returns providers user has keys for in their env
430
+ - ce04175: Add update agent model handler
431
+ - Updated dependencies [d5330bf]
432
+ - Updated dependencies [2e74797]
433
+ - Updated dependencies [8388649]
434
+ - Updated dependencies [a239d41]
435
+ - Updated dependencies [dd94a26]
436
+ - Updated dependencies [3ba6772]
437
+ - Updated dependencies [b5cf2a3]
438
+ - Updated dependencies [2fff911]
439
+ - Updated dependencies [b32c50d]
440
+ - Updated dependencies [63449d0]
441
+ - Updated dependencies [121a3f8]
442
+ - Updated dependencies [ec510e7]
443
+ - @mastra/core@0.13.2
444
+
445
+ ## 0.10.21-alpha.3
446
+
447
+ ### Patch Changes
448
+
449
+ - Updated dependencies [b5cf2a3]
450
+ - @mastra/core@0.13.2-alpha.3
451
+
452
+ ## 0.10.21-alpha.2
453
+
454
+ ### Patch Changes
455
+
456
+ - a239d41: Updated A2A syntax to v0.3.0
457
+ - 96169cc: Create handler that returns providers user has keys for in their env
458
+ - ce04175: Add update agent model handler
459
+ - Updated dependencies [d5330bf]
460
+ - Updated dependencies [a239d41]
461
+ - Updated dependencies [b32c50d]
462
+ - Updated dependencies [121a3f8]
463
+ - Updated dependencies [ec510e7]
464
+ - @mastra/core@0.13.2-alpha.2
465
+
466
+ ## 0.10.21-alpha.1
467
+
468
+ ### Patch Changes
469
+
470
+ - Updated dependencies [2e74797]
471
+ - Updated dependencies [63449d0]
472
+ - @mastra/core@0.13.2-alpha.1
473
+
474
+ ## 0.10.21-alpha.0
475
+
476
+ ### Patch Changes
477
+
478
+ - Updated dependencies [8388649]
479
+ - Updated dependencies [dd94a26]
480
+ - Updated dependencies [3ba6772]
481
+ - Updated dependencies [2fff911]
482
+ - @mastra/core@0.13.2-alpha.0
483
+
484
+ ## 0.10.20
485
+
486
+ ### Patch Changes
487
+
488
+ - Updated dependencies [cd0042e]
489
+ - @mastra/core@0.13.1
490
+
491
+ ## 0.10.20-alpha.0
492
+
493
+ ### Patch Changes
494
+
495
+ - Updated dependencies [cd0042e]
496
+ - @mastra/core@0.13.1-alpha.0
497
+
498
+ ## 0.10.19
499
+
500
+ ### Patch Changes
501
+
502
+ - 42dfc48: Fix tool messages structure in agui adapter
503
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
504
+ - Updated dependencies [cb36de0]
505
+ - Updated dependencies [d0496e6]
506
+ - Updated dependencies [a82b851]
507
+ - Updated dependencies [ea0c5f2]
508
+ - Updated dependencies [41a0a0e]
509
+ - Updated dependencies [2871020]
510
+ - Updated dependencies [94f4812]
511
+ - Updated dependencies [e202b82]
512
+ - Updated dependencies [e00f6a0]
513
+ - Updated dependencies [4a406ec]
514
+ - Updated dependencies [b0e43c1]
515
+ - Updated dependencies [5d377e5]
516
+ - Updated dependencies [1fb812e]
517
+ - Updated dependencies [35c5798]
518
+ - @mastra/core@0.13.0
519
+
520
+ ## 0.10.19-alpha.3
521
+
522
+ ### Patch Changes
523
+
524
+ - Updated dependencies [d0496e6]
525
+ - @mastra/core@0.13.0-alpha.3
526
+
527
+ ## 0.10.19-alpha.2
528
+
529
+ ### Patch Changes
530
+
531
+ - 42dfc48: Fix tool messages structure in agui adapter
532
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
533
+ - Updated dependencies [cb36de0]
534
+ - Updated dependencies [a82b851]
535
+ - Updated dependencies [41a0a0e]
536
+ - Updated dependencies [2871020]
537
+ - Updated dependencies [4a406ec]
538
+ - Updated dependencies [5d377e5]
539
+ - @mastra/core@0.13.0-alpha.2
540
+
541
+ ## 0.10.19-alpha.1
542
+
543
+ ### Patch Changes
544
+
545
+ - Updated dependencies [ea0c5f2]
546
+ - Updated dependencies [b0e43c1]
547
+ - Updated dependencies [1fb812e]
548
+ - Updated dependencies [35c5798]
549
+ - @mastra/core@0.13.0-alpha.1
550
+
551
+ ## 0.10.19-alpha.0
552
+
553
+ ### Patch Changes
554
+
555
+ - Updated dependencies [94f4812]
556
+ - Updated dependencies [e202b82]
557
+ - Updated dependencies [e00f6a0]
558
+ - @mastra/core@0.12.2-alpha.0
559
+
560
+ ## 0.10.18
561
+
562
+ ### Patch Changes
563
+
564
+ - 6690a16: dependencies updates:
565
+ - Updated dependency [`@ag-ui/client@^0.0.35` ↗︎](https://www.npmjs.com/package/@ag-ui/client/v/0.0.35) (from `^0.0.27`, in `dependencies`)
566
+ - Updated dependencies [33dcb07]
567
+ - Updated dependencies [d0d9500]
568
+ - Updated dependencies [d30b1a0]
569
+ - Updated dependencies [bff87f7]
570
+ - Updated dependencies [b4a8df0]
571
+ - @mastra/core@0.12.1
572
+
573
+ ## 0.10.18-alpha.1
574
+
575
+ ### Patch Changes
576
+
577
+ - Updated dependencies [d0d9500]
578
+ - @mastra/core@0.12.1-alpha.1
579
+
580
+ ## 0.10.18-alpha.0
581
+
582
+ ### Patch Changes
583
+
584
+ - 6690a16: dependencies updates:
585
+ - Updated dependency [`@ag-ui/client@^0.0.35` ↗︎](https://www.npmjs.com/package/@ag-ui/client/v/0.0.35) (from `^0.0.27`, in `dependencies`)
586
+ - Updated dependencies [33dcb07]
587
+ - Updated dependencies [d30b1a0]
588
+ - Updated dependencies [bff87f7]
589
+ - Updated dependencies [b4a8df0]
590
+ - @mastra/core@0.12.1-alpha.0
591
+
592
+ ## 0.10.17
593
+
594
+ ### Patch Changes
595
+
596
+ - aa2715b: process stream response error handling
597
+ - 6bd354c: Should not send content type if body instance of FormData
598
+ - cda801d: Added the ability to pass in metadata for UIMessage and MastraMessageV2 in client-js and agent.stream/generate
599
+ - b641ba3: fix: save score params
600
+ - 9802f42: Added types and tests to ensure client-js and hono endpoints can save memory messages where the input is either a v1 or v2 mastra message
601
+ - 1ac8f6b: deduplicate message
602
+ - b8efbb9: feat: add flexible deleteMessages method to memory API
603
+ - Added `memory.deleteMessages(input)` method that accepts multiple input types:
604
+ - Single message ID as string: `deleteMessages('msg-123')`
605
+ - Array of message IDs: `deleteMessages(['msg-1', 'msg-2'])`
606
+ - Message object with id property: `deleteMessages({ id: 'msg-123' })`
607
+ - Array of message objects: `deleteMessages([{ id: 'msg-1' }, { id: 'msg-2' }])`
608
+ - Implemented in all storage adapters (LibSQL, PostgreSQL, Upstash, InMemory)
609
+ - Added REST API endpoint: `POST /api/memory/messages/delete`
610
+ - Updated client SDK: `thread.deleteMessages()` accepts all input types
611
+ - Updates thread timestamps when messages are deleted
612
+ - Added comprehensive test coverage and documentation
613
+
614
+ - Updated dependencies [510e2c8]
615
+ - Updated dependencies [2f72fb2]
616
+ - Updated dependencies [27cc97a]
617
+ - Updated dependencies [3f89307]
618
+ - Updated dependencies [9eda7d4]
619
+ - Updated dependencies [9d49408]
620
+ - Updated dependencies [41daa63]
621
+ - Updated dependencies [ad0a58b]
622
+ - Updated dependencies [254a36b]
623
+ - Updated dependencies [2ecf658]
624
+ - Updated dependencies [7a7754f]
625
+ - Updated dependencies [fc92d80]
626
+ - Updated dependencies [e0f73c6]
627
+ - Updated dependencies [0b89602]
628
+ - Updated dependencies [4d37822]
629
+ - Updated dependencies [23a6a7c]
630
+ - Updated dependencies [cda801d]
631
+ - Updated dependencies [a77c823]
632
+ - Updated dependencies [ff9c125]
633
+ - Updated dependencies [09bca64]
634
+ - Updated dependencies [b8efbb9]
635
+ - Updated dependencies [71466e7]
636
+ - Updated dependencies [0c99fbe]
637
+ - @mastra/core@0.12.0
638
+
639
+ ## 0.10.17-alpha.5
640
+
641
+ ### Patch Changes
642
+
643
+ - @mastra/core@0.12.0-alpha.5
644
+
645
+ ## 0.10.17-alpha.4
646
+
647
+ ### Patch Changes
648
+
649
+ - Updated dependencies [ad0a58b]
650
+ - @mastra/core@0.12.0-alpha.4
651
+
652
+ ## 0.10.17-alpha.3
653
+
654
+ ### Patch Changes
655
+
656
+ - 9802f42: Added types and tests to ensure client-js and hono endpoints can save memory messages where the input is either a v1 or v2 mastra message
657
+ - 1ac8f6b: deduplicate message
658
+ - @mastra/core@0.12.0-alpha.3
659
+
660
+ ## 0.10.17-alpha.2
661
+
662
+ ### Patch Changes
663
+
664
+ - aa2715b: process stream response error handling
665
+ - b8efbb9: feat: add flexible deleteMessages method to memory API
666
+ - Added `memory.deleteMessages(input)` method that accepts multiple input types:
667
+ - Single message ID as string: `deleteMessages('msg-123')`
668
+ - Array of message IDs: `deleteMessages(['msg-1', 'msg-2'])`
669
+ - Message object with id property: `deleteMessages({ id: 'msg-123' })`
670
+ - Array of message objects: `deleteMessages([{ id: 'msg-1' }, { id: 'msg-2' }])`
671
+ - Implemented in all storage adapters (LibSQL, PostgreSQL, Upstash, InMemory)
672
+ - Added REST API endpoint: `POST /api/memory/messages/delete`
673
+ - Updated client SDK: `thread.deleteMessages()` accepts all input types
674
+ - Updates thread timestamps when messages are deleted
675
+ - Added comprehensive test coverage and documentation
676
+
677
+ - Updated dependencies [27cc97a]
678
+ - Updated dependencies [41daa63]
679
+ - Updated dependencies [254a36b]
680
+ - Updated dependencies [0b89602]
681
+ - Updated dependencies [4d37822]
682
+ - Updated dependencies [ff9c125]
683
+ - Updated dependencies [b8efbb9]
684
+ - Updated dependencies [71466e7]
685
+ - Updated dependencies [0c99fbe]
686
+ - @mastra/core@0.12.0-alpha.2
687
+
688
+ ## 0.10.17-alpha.1
689
+
690
+ ### Patch Changes
691
+
692
+ - cda801d: Added the ability to pass in metadata for UIMessage and MastraMessageV2 in client-js and agent.stream/generate
693
+ - Updated dependencies [e0f73c6]
694
+ - Updated dependencies [cda801d]
695
+ - Updated dependencies [a77c823]
696
+ - @mastra/core@0.12.0-alpha.1
697
+
698
+ ## 0.10.17-alpha.0
699
+
700
+ ### Patch Changes
701
+
702
+ - 6bd354c: Should not send content type if body instance of FormData
703
+ - b641ba3: fix: save score params
704
+ - Updated dependencies [510e2c8]
705
+ - Updated dependencies [2f72fb2]
706
+ - Updated dependencies [3f89307]
707
+ - Updated dependencies [9eda7d4]
708
+ - Updated dependencies [9d49408]
709
+ - Updated dependencies [2ecf658]
710
+ - Updated dependencies [7a7754f]
711
+ - Updated dependencies [fc92d80]
712
+ - Updated dependencies [23a6a7c]
713
+ - Updated dependencies [09bca64]
714
+ - @mastra/core@0.12.0-alpha.0
715
+
716
+ ## 0.10.16
717
+
718
+ ### Patch Changes
719
+
720
+ - @mastra/core@0.11.1
721
+
722
+ ## 0.10.15
723
+
724
+ ### Patch Changes
725
+
726
+ - 4832752: Do not set content-type header when making POST/PUT requests without a body
727
+ - f248d53: Adding `getMessagesPaginated` to the serve, deployer, and client-js
728
+ - 2affc57: Fix output type of network loop
729
+ - 032cb66: ClientJS
730
+ - 7827943: Handle streaming large data
731
+ - 65e3395: Add Scores playground-ui and add scorer hooks
732
+ - 80c2b06: Fix agent chat stop button to cancel stream/generate reqs in the playground
733
+ - 6f6e651: Alias createRun -> createRunAsync to match Mastra Workflow class
734
+ - Updated dependencies [f248d53]
735
+ - Updated dependencies [2affc57]
736
+ - Updated dependencies [66e13e3]
737
+ - Updated dependencies [edd9482]
738
+ - Updated dependencies [18344d7]
739
+ - Updated dependencies [9d372c2]
740
+ - Updated dependencies [40c2525]
741
+ - Updated dependencies [e473f27]
742
+ - Updated dependencies [032cb66]
743
+ - Updated dependencies [703ac71]
744
+ - Updated dependencies [a723d69]
745
+ - Updated dependencies [7827943]
746
+ - Updated dependencies [5889a31]
747
+ - Updated dependencies [bf1e7e7]
748
+ - Updated dependencies [65e3395]
749
+ - Updated dependencies [4933192]
750
+ - Updated dependencies [d1c77a4]
751
+ - Updated dependencies [bea9dd1]
752
+ - Updated dependencies [dcd4802]
753
+ - Updated dependencies [cbddd18]
754
+ - Updated dependencies [7ba91fa]
755
+ - @mastra/core@0.11.0
756
+
757
+ ## 0.10.15-alpha.3
758
+
759
+ ### Patch Changes
760
+
761
+ - @mastra/core@0.11.0-alpha.3
762
+
763
+ ## 0.10.15-alpha.2
764
+
765
+ ### Patch Changes
766
+
767
+ - 4832752: Do not set content-type header when making POST/PUT requests without a body
768
+ - f248d53: Adding `getMessagesPaginated` to the serve, deployer, and client-js
769
+ - 2affc57: Fix output type of network loop
770
+ - 032cb66: ClientJS
771
+ - 65e3395: Add Scores playground-ui and add scorer hooks
772
+ - 80c2b06: Fix agent chat stop button to cancel stream/generate reqs in the playground
773
+ - 6f6e651: Alias createRun -> createRunAsync to match Mastra Workflow class
774
+ - Updated dependencies [f248d53]
775
+ - Updated dependencies [2affc57]
776
+ - Updated dependencies [66e13e3]
777
+ - Updated dependencies [edd9482]
778
+ - Updated dependencies [18344d7]
779
+ - Updated dependencies [9d372c2]
780
+ - Updated dependencies [40c2525]
781
+ - Updated dependencies [e473f27]
782
+ - Updated dependencies [032cb66]
783
+ - Updated dependencies [703ac71]
784
+ - Updated dependencies [a723d69]
785
+ - Updated dependencies [5889a31]
786
+ - Updated dependencies [65e3395]
787
+ - Updated dependencies [4933192]
788
+ - Updated dependencies [d1c77a4]
789
+ - Updated dependencies [bea9dd1]
790
+ - Updated dependencies [dcd4802]
791
+ - Updated dependencies [7ba91fa]
792
+ - @mastra/core@0.11.0-alpha.2
793
+
794
+ ## 0.10.15-alpha.1
795
+
796
+ ### Patch Changes
797
+
798
+ - @mastra/core@0.11.0-alpha.1
799
+
800
+ ## 0.10.15-alpha.0
801
+
802
+ ### Patch Changes
803
+
804
+ - 7827943: Handle streaming large data
805
+ - Updated dependencies [7827943]
806
+ - Updated dependencies [bf1e7e7]
807
+ - Updated dependencies [cbddd18]
808
+ - @mastra/core@0.11.0-alpha.0
809
+
810
+ ## 0.10.14
811
+
812
+ ### Patch Changes
813
+
814
+ - 31f9f6b: Replace crypto randomUUID in client SDK"
815
+ - 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
816
+ - 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
817
+ - Updated dependencies [0b56518]
818
+ - Updated dependencies [db5cc15]
819
+ - Updated dependencies [2ba5b76]
820
+ - Updated dependencies [5237998]
821
+ - Updated dependencies [c3a30de]
822
+ - Updated dependencies [37c1acd]
823
+ - Updated dependencies [1aa60b1]
824
+ - Updated dependencies [89ec9d4]
825
+ - Updated dependencies [cf3a184]
826
+ - Updated dependencies [d6bfd60]
827
+ - Updated dependencies [626b0f4]
828
+ - Updated dependencies [c22a91f]
829
+ - Updated dependencies [f7403ab]
830
+ - Updated dependencies [6c89d7f]
831
+ - @mastra/core@0.10.15
832
+
833
+ ## 0.10.14-alpha.1
834
+
835
+ ### Patch Changes
836
+
837
+ - Updated dependencies [0b56518]
838
+ - Updated dependencies [2ba5b76]
839
+ - Updated dependencies [c3a30de]
840
+ - Updated dependencies [cf3a184]
841
+ - Updated dependencies [d6bfd60]
842
+ - @mastra/core@0.10.15-alpha.1
843
+
844
+ ## 0.10.14-alpha.0
845
+
846
+ ### Patch Changes
847
+
848
+ - 31f9f6b: Replace crypto randomUUID in client SDK"
849
+ - 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
850
+ - 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
851
+ - Updated dependencies [db5cc15]
852
+ - Updated dependencies [5237998]
853
+ - Updated dependencies [37c1acd]
854
+ - Updated dependencies [1aa60b1]
855
+ - Updated dependencies [89ec9d4]
856
+ - Updated dependencies [626b0f4]
857
+ - Updated dependencies [c22a91f]
858
+ - Updated dependencies [f7403ab]
859
+ - Updated dependencies [6c89d7f]
860
+ - @mastra/core@0.10.15-alpha.0
861
+
862
+ ## 0.10.13
863
+
864
+ ### Patch Changes
865
+
866
+ - @mastra/core@0.10.14
867
+
868
+ ## 0.10.11
869
+
870
+ ### Patch Changes
871
+
872
+ - 9468be4: Fix error on agent generate while using antropic
873
+ - 44731a4: Client SDK - Expose processTextStream util for agent textstream with structured output
874
+ - Updated dependencies [b4a9811]
875
+ - Updated dependencies [4d5583d]
876
+ - @mastra/core@0.10.12
877
+
878
+ ## 0.10.11-alpha.1
879
+
880
+ ### Patch Changes
881
+
882
+ - Updated dependencies [4d5583d]
883
+ - @mastra/core@0.10.12-alpha.1
884
+
885
+ ## 0.10.11-alpha.0
886
+
887
+ ### Patch Changes
888
+
889
+ - 9468be4: Fix error on agent generate while using antropic
890
+ - 44731a4: Client SDK - Expose processTextStream util for agent textstream with structured output
891
+ - Updated dependencies [b4a9811]
892
+ - @mastra/core@0.10.12-alpha.0
893
+
894
+ ## 0.10.10
895
+
896
+ ### Patch Changes
897
+
898
+ - 18da791: Add abortSignal to client SDK options
899
+ - Updated dependencies [2873c7f]
900
+ - Updated dependencies [1c1c6a1]
901
+ - Updated dependencies [f8ce2cc]
902
+ - Updated dependencies [8c846b6]
903
+ - Updated dependencies [c7bbf1e]
904
+ - Updated dependencies [8722d53]
905
+ - Updated dependencies [565cc0c]
906
+ - Updated dependencies [b790fd1]
907
+ - Updated dependencies [132027f]
908
+ - Updated dependencies [0c85311]
909
+ - Updated dependencies [d7ed04d]
910
+ - Updated dependencies [cb16baf]
911
+ - Updated dependencies [f36e4f1]
912
+ - Updated dependencies [7f6e403]
913
+ - @mastra/core@0.10.11
914
+
915
+ ## 0.10.10-alpha.4
916
+
917
+ ### Patch Changes
918
+
919
+ - @mastra/core@0.10.11-alpha.4
920
+
921
+ ## 0.10.10-alpha.3
922
+
923
+ ### Patch Changes
924
+
925
+ - Updated dependencies [c7bbf1e]
926
+ - Updated dependencies [8722d53]
927
+ - Updated dependencies [132027f]
928
+ - Updated dependencies [0c85311]
929
+ - Updated dependencies [cb16baf]
930
+ - @mastra/core@0.10.11-alpha.3
931
+
932
+ ## 0.10.10-alpha.2
933
+
934
+ ### Patch Changes
935
+
936
+ - 18da791: Add abortSignal to client SDK options
937
+ - Updated dependencies [2873c7f]
938
+ - Updated dependencies [1c1c6a1]
939
+ - Updated dependencies [565cc0c]
940
+ - @mastra/core@0.10.11-alpha.2
941
+
942
+ ## 0.10.10-alpha.1
943
+
944
+ ### Patch Changes
945
+
946
+ - Updated dependencies [7f6e403]
947
+ - @mastra/core@0.10.11-alpha.1
948
+
949
+ ## 0.10.10-alpha.0
950
+
951
+ ### Patch Changes
952
+
953
+ - Updated dependencies [f8ce2cc]
954
+ - Updated dependencies [8c846b6]
955
+ - Updated dependencies [b790fd1]
956
+ - Updated dependencies [d7ed04d]
957
+ - Updated dependencies [f36e4f1]
958
+ - @mastra/core@0.10.11-alpha.0
959
+
960
+ ## 0.10.9
961
+
962
+ ### Patch Changes
963
+
964
+ - b60f510: Fix getWorkflowRuns by limit and offset
965
+ - 6997af1: add send event to server, deployer, client-js and playground-ui
966
+ - Updated dependencies [4d3fbdf]
967
+ - @mastra/core@0.10.10
968
+
969
+ ## 0.10.9-alpha.1
970
+
971
+ ### Patch Changes
972
+
973
+ - b60f510: Fix getWorkflowRuns by limit and offset
974
+ - 6997af1: add send event to server, deployer, client-js and playground-ui
975
+ - @mastra/core@0.10.10-alpha.1
976
+
977
+ ## 0.10.9-alpha.0
978
+
979
+ ### Patch Changes
980
+
981
+ - Updated dependencies [4d3fbdf]
982
+ - @mastra/core@0.10.10-alpha.0
983
+
984
+ ## 0.10.8
985
+
986
+ ### Patch Changes
987
+
988
+ - 9047bda: clientTools - stream tool-result part
989
+ - a606c75: show right suspend schema for nested workflow on playground
990
+ - 1760a1c: Use workflow stream in playground instead of watch
991
+ - 038e5ae: Add cancel workflow run
992
+ - 7e801dd: Add tools to network api response
993
+ - Updated dependencies [9dda1ac]
994
+ - Updated dependencies [c984582]
995
+ - Updated dependencies [7e801dd]
996
+ - Updated dependencies [a606c75]
997
+ - Updated dependencies [7aa70a4]
998
+ - Updated dependencies [764f86a]
999
+ - Updated dependencies [1760a1c]
1000
+ - Updated dependencies [038e5ae]
1001
+ - Updated dependencies [7dda16a]
1002
+ - Updated dependencies [5ebfcdd]
1003
+ - Updated dependencies [b2d0c91]
1004
+ - Updated dependencies [4e809ad]
1005
+ - Updated dependencies [57929df]
1006
+ - Updated dependencies [b7852ed]
1007
+ - Updated dependencies [6320a61]
1008
+ - @mastra/core@0.10.9
1009
+
1010
+ ## 0.10.8-alpha.0
1011
+
1012
+ ### Patch Changes
1013
+
1014
+ - 9047bda: clientTools - stream tool-result part
1015
+ - a606c75: show right suspend schema for nested workflow on playground
1016
+ - 1760a1c: Use workflow stream in playground instead of watch
1017
+ - 038e5ae: Add cancel workflow run
1018
+ - 7e801dd: Add tools to network api response
1019
+ - Updated dependencies [9dda1ac]
1020
+ - Updated dependencies [c984582]
1021
+ - Updated dependencies [7e801dd]
1022
+ - Updated dependencies [a606c75]
1023
+ - Updated dependencies [7aa70a4]
1024
+ - Updated dependencies [764f86a]
1025
+ - Updated dependencies [1760a1c]
1026
+ - Updated dependencies [038e5ae]
1027
+ - Updated dependencies [7dda16a]
1028
+ - Updated dependencies [5ebfcdd]
1029
+ - Updated dependencies [b2d0c91]
1030
+ - Updated dependencies [4e809ad]
1031
+ - Updated dependencies [57929df]
1032
+ - Updated dependencies [b7852ed]
1033
+ - Updated dependencies [6320a61]
1034
+ - @mastra/core@0.10.9-alpha.0
1035
+
1036
+ ## 0.10.7
1037
+
1038
+ ### Patch Changes
1039
+
1040
+ - a344ac7: Fix tool streaming in agent network
1041
+ - Updated dependencies [b8f16b2]
1042
+ - Updated dependencies [3e04487]
1043
+ - Updated dependencies [a344ac7]
1044
+ - Updated dependencies [dc4ca0a]
1045
+ - @mastra/core@0.10.8
1046
+
1047
+ ## 0.10.7-alpha.1
1048
+
1049
+ ### Patch Changes
1050
+
1051
+ - Updated dependencies [b8f16b2]
1052
+ - Updated dependencies [3e04487]
1053
+ - Updated dependencies [dc4ca0a]
1054
+ - @mastra/core@0.10.8-alpha.1
1055
+
1056
+ ## 0.10.7-alpha.0
1057
+
1058
+ ### Patch Changes
1059
+
1060
+ - a344ac7: Fix tool streaming in agent network
1061
+ - Updated dependencies [a344ac7]
1062
+ - @mastra/core@0.10.8-alpha.0
1063
+
1064
+ ## 0.10.6
1065
+
1066
+ ### Patch Changes
1067
+
1068
+ - 8e1b6e9: dependencies updates:
1069
+ - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
1070
+ - 9bf1d55: Fix runtimeContext in mastra server, client SDK
1071
+ - 18a5d59: clientTools client side execution
1072
+ - 5d74aab: vNext network in playground
1073
+ - bee3fe4: Fix client side tool calling
1074
+ - c0d41f6: Fix streaming for agent tool calls
1075
+ - Updated dependencies [15e9d26]
1076
+ - Updated dependencies [d1baedb]
1077
+ - Updated dependencies [d8f2d19]
1078
+ - Updated dependencies [4d21bf2]
1079
+ - Updated dependencies [07d6d88]
1080
+ - Updated dependencies [9d52b17]
1081
+ - Updated dependencies [2097952]
1082
+ - Updated dependencies [792c4c0]
1083
+ - Updated dependencies [5d74aab]
1084
+ - Updated dependencies [a8b194f]
1085
+ - Updated dependencies [4fb0cc2]
1086
+ - Updated dependencies [d2a7a31]
1087
+ - Updated dependencies [502fe05]
1088
+ - Updated dependencies [144eb0b]
1089
+ - Updated dependencies [8ba1b51]
1090
+ - Updated dependencies [4efcfa0]
1091
+ - Updated dependencies [0e17048]
1092
+ - @mastra/core@0.10.7
1093
+
1094
+ ## 0.10.6-alpha.6
1095
+
1096
+ ### Patch Changes
1097
+
1098
+ - c0d41f6: Fix streaming for agent tool calls
1099
+
1100
+ ## 0.10.6-alpha.5
1101
+
1102
+ ### Patch Changes
1103
+
1104
+ - bee3fe4: Fix client side tool calling
1105
+ - @mastra/core@0.10.7-alpha.5
1106
+
1107
+ ## 0.10.6-alpha.4
1108
+
1109
+ ### Patch Changes
1110
+
1111
+ - Updated dependencies [a8b194f]
1112
+ - @mastra/core@0.10.7-alpha.4
1113
+
1114
+ ## 0.10.6-alpha.3
1115
+
1116
+ ### Patch Changes
1117
+
1118
+ - 18a5d59: clientTools client side execution
1119
+ - Updated dependencies [792c4c0]
1120
+ - Updated dependencies [502fe05]
1121
+ - Updated dependencies [4efcfa0]
1122
+ - @mastra/core@0.10.7-alpha.3
1123
+
1124
+ ## 0.10.6-alpha.2
1125
+
1126
+ ### Patch Changes
1127
+
1128
+ - 8e1b6e9: dependencies updates:
1129
+ - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
1130
+ - 9bf1d55: Fix runtimeContext in mastra server, client SDK
1131
+ - 5d74aab: vNext network in playground
1132
+ - Updated dependencies [15e9d26]
1133
+ - Updated dependencies [07d6d88]
1134
+ - Updated dependencies [5d74aab]
1135
+ - Updated dependencies [144eb0b]
1136
+ - @mastra/core@0.10.7-alpha.2
1137
+
1138
+ ## 0.10.6-alpha.1
1139
+
1140
+ ### Patch Changes
1141
+
1142
+ - Updated dependencies [d1baedb]
1143
+ - Updated dependencies [4d21bf2]
1144
+ - Updated dependencies [2097952]
1145
+ - Updated dependencies [4fb0cc2]
1146
+ - Updated dependencies [d2a7a31]
1147
+ - Updated dependencies [0e17048]
1148
+ - @mastra/core@0.10.7-alpha.1
1149
+
1150
+ ## 0.10.6-alpha.0
1151
+
1152
+ ### Patch Changes
1153
+
1154
+ - Updated dependencies [d8f2d19]
1155
+ - Updated dependencies [9d52b17]
1156
+ - Updated dependencies [8ba1b51]
1157
+ - @mastra/core@0.10.7-alpha.0
1158
+
1159
+ ## 0.10.5
1160
+
1161
+ ### Patch Changes
1162
+
1163
+ - 63f6b7d: dependencies updates:
1164
+ - Updated dependency [`@ai-sdk/ui-utils@^1.2.11` ↗︎](https://www.npmjs.com/package/@ai-sdk/ui-utils/v/1.2.11) (from `^1.1.19`, in `dependencies`)
1165
+ - Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
1166
+ - ee9af57: Add api for polling run execution result and get run by id
1167
+ - 3270d9d: Fix runtime context being undefined
1168
+ - Updated dependencies [63f6b7d]
1169
+ - Updated dependencies [12a95fc]
1170
+ - Updated dependencies [4b0f8a6]
1171
+ - Updated dependencies [51264a5]
1172
+ - Updated dependencies [8e6f677]
1173
+ - Updated dependencies [d70c420]
1174
+ - Updated dependencies [ee9af57]
1175
+ - Updated dependencies [36f1c36]
1176
+ - Updated dependencies [2a16996]
1177
+ - Updated dependencies [10d352e]
1178
+ - Updated dependencies [9589624]
1179
+ - Updated dependencies [53d3c37]
1180
+ - Updated dependencies [751c894]
1181
+ - Updated dependencies [577ce3a]
1182
+ - Updated dependencies [9260b3a]
1183
+ - @mastra/core@0.10.6
1184
+
1185
+ ## 0.10.5-alpha.5
1186
+
1187
+ ### Patch Changes
1188
+
1189
+ - Updated dependencies [12a95fc]
1190
+ - Updated dependencies [51264a5]
1191
+ - Updated dependencies [8e6f677]
1192
+ - @mastra/core@0.10.6-alpha.5
1193
+
1194
+ ## 0.10.5-alpha.4
1195
+
1196
+ ### Patch Changes
1197
+
1198
+ - Updated dependencies [9589624]
1199
+ - @mastra/core@0.10.6-alpha.4
1200
+
1201
+ ## 0.10.5-alpha.3
1202
+
1203
+ ### Patch Changes
1204
+
1205
+ - Updated dependencies [d70c420]
1206
+ - Updated dependencies [2a16996]
1207
+ - @mastra/core@0.10.6-alpha.3
1208
+
1209
+ ## 0.10.5-alpha.2
1210
+
1211
+ ### Patch Changes
1212
+
1213
+ - Updated dependencies [4b0f8a6]
1214
+ - @mastra/core@0.10.6-alpha.2
1215
+
1216
+ ## 0.10.5-alpha.1
1217
+
1218
+ ### Patch Changes
1219
+
1220
+ - ee9af57: Add api for polling run execution result and get run by id
1221
+ - 3270d9d: Fix runtime context being undefined
1222
+ - Updated dependencies [ee9af57]
1223
+ - Updated dependencies [751c894]
1224
+ - Updated dependencies [577ce3a]
1225
+ - Updated dependencies [9260b3a]
1226
+ - @mastra/core@0.10.6-alpha.1
1227
+
1228
+ ## 0.10.5-alpha.0
1229
+
1230
+ ### Patch Changes
1231
+
1232
+ - 63f6b7d: dependencies updates:
1233
+ - Updated dependency [`@ai-sdk/ui-utils@^1.2.11` ↗︎](https://www.npmjs.com/package/@ai-sdk/ui-utils/v/1.2.11) (from `^1.1.19`, in `dependencies`)
1234
+ - Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
1235
+ - Updated dependencies [63f6b7d]
1236
+ - Updated dependencies [36f1c36]
1237
+ - Updated dependencies [10d352e]
1238
+ - Updated dependencies [53d3c37]
1239
+ - @mastra/core@0.10.6-alpha.0
1240
+
1241
+ ## 0.10.4
1242
+
1243
+ ### Patch Changes
1244
+
1245
+ - Updated dependencies [13c97f9]
1246
+ - @mastra/core@0.10.5
1247
+
1248
+ ## 0.10.3
1249
+
1250
+ ### Patch Changes
1251
+
1252
+ - 1ccccff: dependencies updates:
1253
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
1254
+ - 1ccccff: dependencies updates:
1255
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
1256
+ - f1f1f1b: Add basic filtering capabilities to logs
1257
+ - b2810ab: Move @mastra/core to deps
1258
+ - 82090c1: Add pagination to logs
1259
+ - 67d21b5: Added overloading to the generate method of the Agent class to enhance type definition using ZodSchema.
1260
+ - Updated dependencies [d1ed912]
1261
+ - Updated dependencies [f6fd25f]
1262
+ - Updated dependencies [dffb67b]
1263
+ - Updated dependencies [f1f1f1b]
1264
+ - Updated dependencies [925ab94]
1265
+ - Updated dependencies [f9816ae]
1266
+ - Updated dependencies [82090c1]
1267
+ - Updated dependencies [1b443fd]
1268
+ - Updated dependencies [ce97900]
1269
+ - Updated dependencies [f1309d3]
1270
+ - Updated dependencies [14a2566]
1271
+ - Updated dependencies [f7f8293]
1272
+ - Updated dependencies [48eddb9]
1273
+ - @mastra/core@0.10.4
1274
+
1275
+ ## 0.10.3-alpha.3
1276
+
1277
+ ### Patch Changes
1278
+
1279
+ - Updated dependencies [925ab94]
1280
+ - @mastra/core@0.10.4-alpha.3
1281
+
1282
+ ## 0.10.3-alpha.2
1283
+
1284
+ ### Patch Changes
1285
+
1286
+ - Updated dependencies [48eddb9]
1287
+ - @mastra/core@0.10.4-alpha.2
1288
+
1289
+ ## 0.10.3-alpha.1
1290
+
1291
+ ### Patch Changes
1292
+
1293
+ - 1ccccff: dependencies updates:
1294
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
1295
+ - 1ccccff: dependencies updates:
1296
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
1297
+ - Updated dependencies [f6fd25f]
1298
+ - Updated dependencies [dffb67b]
1299
+ - Updated dependencies [f1309d3]
1300
+ - Updated dependencies [f7f8293]
1301
+ - @mastra/core@0.10.4-alpha.1
1302
+
1303
+ ## 0.10.3-alpha.0
1304
+
1305
+ ### Patch Changes
1306
+
1307
+ - f1f1f1b: Add basic filtering capabilities to logs
1308
+ - b2810ab: Move @mastra/core to deps
1309
+ - 82090c1: Add pagination to logs
1310
+ - 67d21b5: Added overloading to the generate method of the Agent class to enhance type definition using ZodSchema.
1311
+ - Updated dependencies [d1ed912]
1312
+ - Updated dependencies [f1f1f1b]
1313
+ - Updated dependencies [f9816ae]
1314
+ - Updated dependencies [82090c1]
1315
+ - Updated dependencies [1b443fd]
1316
+ - Updated dependencies [ce97900]
1317
+ - Updated dependencies [14a2566]
1318
+ - @mastra/core@0.10.4-alpha.0
1319
+
1320
+ ## 0.10.2
1321
+
1322
+ ### Patch Changes
1323
+
1324
+ - 592a2db: Added different icons for agents and workflows in mcp tools list
1325
+ - 37643b8: Fix tool access
1326
+ - c5bf1ce: Add backwards compat code for new MessageList in storage
1327
+ - b72c768: [Bug fix] Serialize parameters in clientTools
1328
+ - f0d559f: Fix peerdeps for alpha channel
1329
+ - Updated dependencies [ee77e78]
1330
+ - Updated dependencies [592a2db]
1331
+ - Updated dependencies [e5dc18d]
1332
+ - Updated dependencies [ab5adbe]
1333
+ - Updated dependencies [1e8bb40]
1334
+ - Updated dependencies [1b5fc55]
1335
+ - Updated dependencies [195c428]
1336
+ - Updated dependencies [f73e11b]
1337
+ - Updated dependencies [37643b8]
1338
+ - Updated dependencies [99fd6cf]
1339
+ - Updated dependencies [c5bf1ce]
1340
+ - Updated dependencies [add596e]
1341
+ - Updated dependencies [8dc94d8]
1342
+ - Updated dependencies [ecebbeb]
1343
+ - Updated dependencies [79d5145]
1344
+ - Updated dependencies [12b7002]
1345
+ - Updated dependencies [2901125]
1346
+ - @mastra/core@0.10.2
1347
+
1348
+ ## 0.10.2-alpha.3
1349
+
1350
+ ### Patch Changes
1351
+
1352
+ - 37643b8: Fix tool access
1353
+ - b72c768: [Bug fix] Serialize parameters in clientTools
1354
+ - Updated dependencies [37643b8]
1355
+ - Updated dependencies [79d5145]
1356
+ - @mastra/core@0.10.2-alpha.8
1357
+
1358
+ ## 0.10.2-alpha.2
1359
+
1360
+ ### Patch Changes
1361
+
1362
+ - c5bf1ce: Add backwards compat code for new MessageList in storage
1363
+ - Updated dependencies [c5bf1ce]
1364
+ - Updated dependencies [12b7002]
1365
+ - @mastra/core@0.10.2-alpha.4
1366
+
1367
+ ## 0.10.2-alpha.1
1368
+
1369
+ ### Patch Changes
1370
+
1371
+ - f0d559f: Fix peerdeps for alpha channel
1372
+ - Updated dependencies [1e8bb40]
1373
+ - @mastra/core@0.10.2-alpha.2
1374
+
1375
+ ## 0.10.2-alpha.0
4
1376
 
5
1377
  ### Patch Changes
6
1378
 
7
1379
  - 592a2db: Added different icons for agents and workflows in mcp tools list
8
1380
  - Updated dependencies [592a2db]
9
- - @mastra/core@0.0.0-inject-middleware-20250528222017
1381
+ - Updated dependencies [e5dc18d]
1382
+ - @mastra/core@0.10.2-alpha.0
10
1383
 
11
1384
  ## 0.10.1
12
1385