@mastra/client-js 0.0.0-share-agent-metadata-with-cloud-20250718123411 → 0.0.0-stream-vnext-usage-20250908171242

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 (81) hide show
  1. package/CHANGELOG.md +781 -2
  2. package/README.md +6 -3
  3. package/dist/client.d.ts +280 -0
  4. package/dist/client.d.ts.map +1 -0
  5. package/dist/example.d.ts +2 -0
  6. package/dist/example.d.ts.map +1 -0
  7. package/dist/index.cjs +1688 -707
  8. package/dist/index.cjs.map +1 -0
  9. package/dist/index.d.ts +4 -1194
  10. package/dist/index.d.ts.map +1 -0
  11. package/dist/index.js +1688 -707
  12. package/dist/index.js.map +1 -0
  13. package/dist/resources/a2a.d.ts +41 -0
  14. package/dist/resources/a2a.d.ts.map +1 -0
  15. package/dist/resources/agent-builder.d.ts +161 -0
  16. package/dist/resources/agent-builder.d.ts.map +1 -0
  17. package/dist/resources/agent.d.ts +155 -0
  18. package/dist/resources/agent.d.ts.map +1 -0
  19. package/dist/resources/base.d.ts +13 -0
  20. package/dist/resources/base.d.ts.map +1 -0
  21. package/dist/resources/index.d.ts +13 -0
  22. package/dist/resources/index.d.ts.map +1 -0
  23. package/dist/resources/legacy-workflow.d.ts +87 -0
  24. package/dist/resources/legacy-workflow.d.ts.map +1 -0
  25. package/dist/resources/mcp-tool.d.ts +27 -0
  26. package/dist/resources/mcp-tool.d.ts.map +1 -0
  27. package/dist/resources/memory-thread.d.ts +53 -0
  28. package/dist/resources/memory-thread.d.ts.map +1 -0
  29. package/dist/resources/network-memory-thread.d.ts +47 -0
  30. package/dist/resources/network-memory-thread.d.ts.map +1 -0
  31. package/dist/resources/network.d.ts +30 -0
  32. package/dist/resources/network.d.ts.map +1 -0
  33. package/dist/resources/observability.d.ts +19 -0
  34. package/dist/resources/observability.d.ts.map +1 -0
  35. package/dist/resources/tool.d.ts +23 -0
  36. package/dist/resources/tool.d.ts.map +1 -0
  37. package/dist/resources/vNextNetwork.d.ts +42 -0
  38. package/dist/resources/vNextNetwork.d.ts.map +1 -0
  39. package/dist/resources/vector.d.ts +48 -0
  40. package/dist/resources/vector.d.ts.map +1 -0
  41. package/dist/resources/workflow.d.ts +169 -0
  42. package/dist/resources/workflow.d.ts.map +1 -0
  43. package/dist/types.d.ts +461 -0
  44. package/dist/types.d.ts.map +1 -0
  45. package/dist/utils/index.d.ts +3 -0
  46. package/dist/utils/index.d.ts.map +1 -0
  47. package/dist/utils/process-client-tools.d.ts +3 -0
  48. package/dist/utils/process-client-tools.d.ts.map +1 -0
  49. package/dist/utils/process-mastra-stream.d.ts +7 -0
  50. package/dist/utils/process-mastra-stream.d.ts.map +1 -0
  51. package/dist/utils/zod-to-json-schema.d.ts +3 -0
  52. package/dist/utils/zod-to-json-schema.d.ts.map +1 -0
  53. package/package.json +26 -14
  54. package/.turbo/turbo-build.log +0 -19
  55. package/dist/index.d.cts +0 -1194
  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 -526
  60. package/src/example.ts +0 -95
  61. package/src/index.test.ts +0 -836
  62. package/src/index.ts +0 -2
  63. package/src/resources/a2a.ts +0 -88
  64. package/src/resources/agent.ts +0 -800
  65. package/src/resources/base.ts +0 -72
  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-memory-thread.ts +0 -63
  71. package/src/resources/network.ts +0 -85
  72. package/src/resources/tool.ts +0 -45
  73. package/src/resources/vNextNetwork.ts +0 -194
  74. package/src/resources/vector.ts +0 -83
  75. package/src/resources/workflow.ts +0 -401
  76. package/src/types.ts +0 -428
  77. package/src/utils/index.ts +0 -11
  78. package/src/utils/process-client-tools.ts +0 -32
  79. package/src/utils/zod-to-json-schema.ts +0 -10
  80. package/tsconfig.json +0 -5
  81. package/vitest.config.js +0 -8
package/CHANGELOG.md CHANGED
@@ -1,14 +1,793 @@
1
1
  # @mastra/client-js
2
2
 
3
- ## 0.0.0-share-agent-metadata-with-cloud-20250718123411
3
+ ## 0.0.0-stream-vnext-usage-20250908171242
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - Use workflow streamVNext in playground ([#7575](https://github.com/mastra-ai/mastra/pull/7575))
8
+
9
+ - Make agent streamVNext work with clientTools in client js ([#7577](https://github.com/mastra-ai/mastra/pull/7577))
10
+
11
+ - Updated dependencies [[`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), [`7a46020`](https://github.com/mastra-ai/mastra/commit/7a46020f831ca61ce661ffb9ab3e8938cee9926e), [`d7a8f59`](https://github.com/mastra-ai/mastra/commit/d7a8f59154b0621aec4f41a6b2ea2b3882f03cb7), [`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)]:
12
+ - @mastra/core@0.0.0-stream-vnext-usage-20250908171242
13
+
14
+ ## 0.12.1-alpha.0
15
+
16
+ ### Patch Changes
17
+
18
+ - 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)]:
19
+ - @mastra/core@0.16.1-alpha.0
20
+
21
+ ## 0.12.0
22
+
23
+ ### Minor Changes
24
+
25
+ - 6155cfc: Remove AGUI implementation from client-js
26
+
27
+ ### Patch Changes
28
+
29
+ - cf4e353: Agent Builder Template - adding in UI components to use agent builder template actions
30
+ - 5397eb4: Add public URL support when adding files in Multi Modal
31
+ - Updated dependencies [8fbf79e]
32
+ - Updated dependencies [fd83526]
33
+ - Updated dependencies [d0b90ab]
34
+ - Updated dependencies [6f5eb7a]
35
+ - Updated dependencies [a01cf14]
36
+ - Updated dependencies [a9e50ee]
37
+ - Updated dependencies [5397eb4]
38
+ - Updated dependencies [c9f4e4a]
39
+ - Updated dependencies [0acbc80]
40
+ - @mastra/core@0.16.0
41
+
42
+ ## 0.12.0-alpha.1
43
+
44
+ ### Patch Changes
45
+
46
+ - Updated dependencies [8fbf79e]
47
+ - @mastra/core@0.16.0-alpha.1
48
+
49
+ ## 0.12.0-alpha.0
50
+
51
+ ### Minor Changes
52
+
53
+ - 6155cfc: Remove AGUI implementation from client-js
54
+
55
+ ### Patch Changes
56
+
57
+ - cf4e353: Agent Builder Template - adding in UI components to use agent builder template actions
58
+ - 5397eb4: Add public URL support when adding files in Multi Modal
59
+ - Updated dependencies [fd83526]
60
+ - Updated dependencies [d0b90ab]
61
+ - Updated dependencies [6f5eb7a]
62
+ - Updated dependencies [a01cf14]
63
+ - Updated dependencies [a9e50ee]
64
+ - Updated dependencies [5397eb4]
65
+ - Updated dependencies [c9f4e4a]
66
+ - Updated dependencies [0acbc80]
67
+ - @mastra/core@0.16.0-alpha.0
68
+
69
+ ## 0.11.3
70
+
71
+ ### Patch Changes
72
+
73
+ - ab48c97: dependencies updates:
74
+ - 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`)
75
+ - ff89505: Add deprecation warnings and add legacy routes
76
+ - de3cbc6: Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
77
+ - 26b0d7c: Cleanup pkg output
78
+ - 48f0742: add deployer, server and clientjs handlers for agent builder template
79
+ - 5de1555: Fixed tracingContext on tool executions in AI tracing
80
+ - Updated dependencies [ab48c97]
81
+ - Updated dependencies [85ef90b]
82
+ - Updated dependencies [aedbbfa]
83
+ - Updated dependencies [ff89505]
84
+ - Updated dependencies [637f323]
85
+ - Updated dependencies [de3cbc6]
86
+ - Updated dependencies [c19bcf7]
87
+ - Updated dependencies [4474d04]
88
+ - Updated dependencies [183dc95]
89
+ - Updated dependencies [a1111e2]
90
+ - Updated dependencies [b42a961]
91
+ - Updated dependencies [61debef]
92
+ - Updated dependencies [9beaeff]
93
+ - Updated dependencies [29de0e1]
94
+ - Updated dependencies [f643c65]
95
+ - Updated dependencies [00c74e7]
96
+ - Updated dependencies [fef7375]
97
+ - Updated dependencies [e3d8fea]
98
+ - Updated dependencies [45e4d39]
99
+ - Updated dependencies [9eee594]
100
+ - Updated dependencies [7149d8d]
101
+ - Updated dependencies [822c2e8]
102
+ - Updated dependencies [979912c]
103
+ - Updated dependencies [7dcf4c0]
104
+ - Updated dependencies [4106a58]
105
+ - Updated dependencies [ad78bfc]
106
+ - Updated dependencies [0302f50]
107
+ - Updated dependencies [6ac697e]
108
+ - Updated dependencies [74db265]
109
+ - Updated dependencies [0ce418a]
110
+ - Updated dependencies [af90672]
111
+ - Updated dependencies [8387952]
112
+ - Updated dependencies [7f3b8da]
113
+ - Updated dependencies [905352b]
114
+ - Updated dependencies [599d04c]
115
+ - Updated dependencies [56041d0]
116
+ - Updated dependencies [3412597]
117
+ - Updated dependencies [5eca5d2]
118
+ - Updated dependencies [f2cda47]
119
+ - Updated dependencies [5de1555]
120
+ - Updated dependencies [cfd377a]
121
+ - Updated dependencies [1ed5a3e]
122
+ - @mastra/core@0.15.3
123
+
124
+ ## 0.11.3-alpha.9
125
+
126
+ ### Patch Changes
127
+
128
+ - Updated dependencies [[`599d04c`](https://github.com/mastra-ai/mastra/commit/599d04cebe92c1d536fee3190434941b8c91548e)]:
129
+ - @mastra/core@0.15.3-alpha.9
130
+
131
+ ## 0.11.3-alpha.8
132
+
133
+ ### Patch Changes
134
+
135
+ - Updated dependencies [[`4474d04`](https://github.com/mastra-ai/mastra/commit/4474d0489b1e152e0985c33a4f529207317d27b5), [`4106a58`](https://github.com/mastra-ai/mastra/commit/4106a58b15b4c0a060a4a9ccab52d119d00d8edb)]:
136
+ - @mastra/core@0.15.3-alpha.8
137
+
138
+ ## 0.11.3-alpha.7
139
+
140
+ ### Patch Changes
141
+
142
+ - Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
143
+ - @mastra/core@0.15.3-alpha.7
144
+
145
+ ## 0.11.3-alpha.6
146
+
147
+ ### Patch Changes
148
+
149
+ - 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)]:
150
+ - @mastra/core@0.15.3-alpha.6
151
+
152
+ ## 0.11.3-alpha.5
153
+
154
+ ### Patch Changes
155
+
156
+ - [#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`.
157
+
158
+ - Updated dependencies [[`85ef90b`](https://github.com/mastra-ai/mastra/commit/85ef90bb2cd4ae4df855c7ac175f7d392c55c1bf), [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e)]:
159
+ - @mastra/core@0.15.3-alpha.5
160
+
161
+ ## 0.11.3-alpha.4
162
+
163
+ ### Patch Changes
164
+
165
+ - [#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:
166
+ - 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`)
167
+
168
+ - [#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
169
+
170
+ - [#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
171
+
172
+ - [#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
173
+
174
+ - 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)]:
175
+ - @mastra/core@0.15.3-alpha.4
176
+
177
+ ## 0.11.3-alpha.3
178
+
179
+ ### Patch Changes
180
+
181
+ - 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)]:
182
+ - @mastra/core@0.15.3-alpha.3
183
+
184
+ ## 0.11.3-alpha.2
185
+
186
+ ### Patch Changes
187
+
188
+ - Updated dependencies [[`822c2e8`](https://github.com/mastra-ai/mastra/commit/822c2e88a3ecbffb7c680e6227976006ccefe6a8)]:
189
+ - @mastra/core@0.15.3-alpha.2
190
+
191
+ ## 0.11.3-alpha.1
192
+
193
+ ### Patch Changes
194
+
195
+ - 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)]:
196
+ - @mastra/core@0.15.3-alpha.1
197
+
198
+ ## 0.11.3-alpha.0
199
+
200
+ ### Patch Changes
201
+
202
+ - [#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
203
+
204
+ - 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)]:
205
+ - @mastra/core@0.15.3-alpha.0
206
+
207
+ ## 0.11.2
208
+
209
+ ### Patch Changes
210
+
211
+ - [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
212
+
213
+ - Updated dependencies []:
214
+ - @mastra/core@0.15.2
215
+
216
+ ## 0.11.1
217
+
218
+ ### Patch Changes
219
+
220
+ - Updated dependencies []:
221
+ - @mastra/core@0.15.1
222
+
223
+ ## 0.11.0
224
+
225
+ ### Minor Changes
226
+
227
+ - [#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
228
+
229
+ - [#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
230
+
231
+ ### Patch Changes
232
+
233
+ - [#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
234
+
235
+ - [#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
236
+
237
+ - [#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
238
+
239
+ - [#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
240
+
241
+ - 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)]:
242
+ - @mastra/core@0.15.0
243
+
244
+ ## 0.11.0-alpha.4
245
+
246
+ ### Minor Changes
247
+
248
+ - [#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
249
+
250
+ ### Patch Changes
251
+
252
+ - Updated dependencies [[`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c)]:
253
+ - @mastra/core@0.15.0-alpha.4
254
+
255
+ ## 0.11.0-alpha.3
256
+
257
+ ### Patch Changes
258
+
259
+ - Updated dependencies []:
260
+ - @mastra/core@0.15.0-alpha.3
261
+
262
+ ## 0.11.0-alpha.2
263
+
264
+ ### Patch Changes
265
+
266
+ - Updated dependencies [[`2e58325`](https://github.com/mastra-ai/mastra/commit/2e58325beb170f5b92f856e27d915cd26917e5e6)]:
267
+ - @mastra/core@0.14.2-alpha.2
268
+
269
+ ## 0.11.0-alpha.1
270
+
271
+ ### Minor Changes
272
+
273
+ - [#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
274
+
275
+ ### Patch Changes
276
+
277
+ - [#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
278
+
279
+ - [#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
280
+
281
+ - [#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
282
+
283
+ - 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)]:
284
+ - @mastra/core@0.14.2-alpha.1
285
+
286
+ ## 0.10.24-alpha.0
287
+
288
+ ### Patch Changes
289
+
290
+ - [#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
291
+
292
+ - 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)]:
293
+ - @mastra/core@0.14.2-alpha.0
294
+
295
+ ## 0.10.23
296
+
297
+ ### Patch Changes
298
+
299
+ - 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)]:
300
+ - @mastra/core@0.14.1
301
+
302
+ ## 0.10.23-alpha.1
303
+
304
+ ### Patch Changes
305
+
306
+ - Updated dependencies [[`0f00e17`](https://github.com/mastra-ai/mastra/commit/0f00e172953ccdccadb35ed3d70f5e4d89115869), [`217cd7a`](https://github.com/mastra-ai/mastra/commit/217cd7a4ce171e9a575c41bb8c83300f4db03236)]:
307
+ - @mastra/core@0.14.1-alpha.1
308
+
309
+ ## 0.10.23-alpha.0
310
+
311
+ ### Patch Changes
312
+
313
+ - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02)]:
314
+ - @mastra/core@0.14.1-alpha.0
315
+
316
+ ## 0.10.22
317
+
318
+ ### Patch Changes
319
+
320
+ - 0a7f675: Add VNext methods and `processMastraStream`
321
+ - 6313063: Implement model switcher in playground
322
+ - 1d59515: Add options to playground based on modelVersion
323
+ - Updated dependencies [227c7e6]
324
+ - Updated dependencies [12cae67]
325
+ - Updated dependencies [fd3a3eb]
326
+ - Updated dependencies [6faaee5]
327
+ - Updated dependencies [4232b14]
328
+ - Updated dependencies [a89de7e]
329
+ - Updated dependencies [5a37d0c]
330
+ - Updated dependencies [4bde0cb]
331
+ - Updated dependencies [cf4f357]
332
+ - Updated dependencies [ad888a2]
333
+ - Updated dependencies [481751d]
334
+ - Updated dependencies [2454423]
335
+ - Updated dependencies [194e395]
336
+ - Updated dependencies [a722c0b]
337
+ - Updated dependencies [c30bca8]
338
+ - Updated dependencies [3b5fec7]
339
+ - Updated dependencies [a8f129d]
340
+ - @mastra/core@0.14.0
341
+
342
+ ## 0.10.22-alpha.7
343
+
344
+ ### Patch Changes
345
+
346
+ - @mastra/core@0.14.0-alpha.7
347
+
348
+ ## 0.10.22-alpha.6
349
+
350
+ ### Patch Changes
351
+
352
+ - Updated dependencies [ad888a2]
353
+ - Updated dependencies [481751d]
354
+ - Updated dependencies [194e395]
355
+ - @mastra/core@0.14.0-alpha.6
356
+
357
+ ## 0.10.22-alpha.5
358
+
359
+ ### Patch Changes
360
+
361
+ - @mastra/core@0.14.0-alpha.5
362
+
363
+ ## 0.10.22-alpha.4
364
+
365
+ ### Patch Changes
366
+
367
+ - 0a7f675: Client JS vnext methods
368
+ - 1d59515: Add options to playground based on modelVersion
369
+ - 195eabb: Process Mastra Stream
370
+ - Updated dependencies [0a7f675]
371
+ - Updated dependencies [12cae67]
372
+ - Updated dependencies [5a37d0c]
373
+ - Updated dependencies [4bde0cb]
374
+ - Updated dependencies [1a80071]
375
+ - Updated dependencies [36a3be8]
376
+ - Updated dependencies [361757b]
377
+ - Updated dependencies [2bb9955]
378
+ - Updated dependencies [2454423]
379
+ - Updated dependencies [a44d91e]
380
+ - Updated dependencies [dfb91e9]
381
+ - Updated dependencies [a741dde]
382
+ - Updated dependencies [7cb3fc0]
383
+ - Updated dependencies [195eabb]
384
+ - Updated dependencies [b78b95b]
385
+ - @mastra/core@0.14.0-alpha.4
386
+
387
+ ## 0.10.22-alpha.3
388
+
389
+ ### Patch Changes
390
+
391
+ - Updated dependencies [227c7e6]
392
+ - Updated dependencies [fd3a3eb]
393
+ - Updated dependencies [a8f129d]
394
+ - @mastra/core@0.14.0-alpha.3
395
+
396
+ ## 0.10.22-alpha.2
397
+
398
+ ### Patch Changes
399
+
400
+ - @mastra/core@0.14.0-alpha.2
401
+
402
+ ## 0.10.22-alpha.1
403
+
404
+ ### Patch Changes
405
+
406
+ - 6313063: Implement model switcher in playground
407
+ - Updated dependencies [6faaee5]
408
+ - Updated dependencies [4232b14]
409
+ - Updated dependencies [a89de7e]
410
+ - Updated dependencies [cf4f357]
411
+ - Updated dependencies [a722c0b]
412
+ - Updated dependencies [3b5fec7]
413
+ - @mastra/core@0.14.0-alpha.1
414
+
415
+ ## 0.10.22-alpha.0
416
+
417
+ ### Patch Changes
418
+
419
+ - Updated dependencies [c30bca8]
420
+ - @mastra/core@0.13.3-alpha.0
421
+
422
+ ## 0.10.21
423
+
424
+ ### Patch Changes
425
+
426
+ - a239d41: Updated A2A syntax to v0.3.0
427
+ - 96169cc: Create handler that returns providers user has keys for in their env
428
+ - ce04175: Add update agent model handler
429
+ - Updated dependencies [d5330bf]
430
+ - Updated dependencies [2e74797]
431
+ - Updated dependencies [8388649]
432
+ - Updated dependencies [a239d41]
433
+ - Updated dependencies [dd94a26]
434
+ - Updated dependencies [3ba6772]
435
+ - Updated dependencies [b5cf2a3]
436
+ - Updated dependencies [2fff911]
437
+ - Updated dependencies [b32c50d]
438
+ - Updated dependencies [63449d0]
439
+ - Updated dependencies [121a3f8]
440
+ - Updated dependencies [ec510e7]
441
+ - @mastra/core@0.13.2
442
+
443
+ ## 0.10.21-alpha.3
444
+
445
+ ### Patch Changes
446
+
447
+ - Updated dependencies [b5cf2a3]
448
+ - @mastra/core@0.13.2-alpha.3
449
+
450
+ ## 0.10.21-alpha.2
451
+
452
+ ### Patch Changes
453
+
454
+ - a239d41: Updated A2A syntax to v0.3.0
455
+ - 96169cc: Create handler that returns providers user has keys for in their env
456
+ - ce04175: Add update agent model handler
457
+ - Updated dependencies [d5330bf]
458
+ - Updated dependencies [a239d41]
459
+ - Updated dependencies [b32c50d]
460
+ - Updated dependencies [121a3f8]
461
+ - Updated dependencies [ec510e7]
462
+ - @mastra/core@0.13.2-alpha.2
463
+
464
+ ## 0.10.21-alpha.1
465
+
466
+ ### Patch Changes
467
+
468
+ - Updated dependencies [2e74797]
469
+ - Updated dependencies [63449d0]
470
+ - @mastra/core@0.13.2-alpha.1
471
+
472
+ ## 0.10.21-alpha.0
473
+
474
+ ### Patch Changes
475
+
476
+ - Updated dependencies [8388649]
477
+ - Updated dependencies [dd94a26]
478
+ - Updated dependencies [3ba6772]
479
+ - Updated dependencies [2fff911]
480
+ - @mastra/core@0.13.2-alpha.0
481
+
482
+ ## 0.10.20
483
+
484
+ ### Patch Changes
485
+
486
+ - Updated dependencies [cd0042e]
487
+ - @mastra/core@0.13.1
488
+
489
+ ## 0.10.20-alpha.0
490
+
491
+ ### Patch Changes
492
+
493
+ - Updated dependencies [cd0042e]
494
+ - @mastra/core@0.13.1-alpha.0
495
+
496
+ ## 0.10.19
497
+
498
+ ### Patch Changes
499
+
500
+ - 42dfc48: Fix tool messages structure in agui adapter
501
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
502
+ - Updated dependencies [cb36de0]
503
+ - Updated dependencies [d0496e6]
504
+ - Updated dependencies [a82b851]
505
+ - Updated dependencies [ea0c5f2]
506
+ - Updated dependencies [41a0a0e]
507
+ - Updated dependencies [2871020]
508
+ - Updated dependencies [94f4812]
509
+ - Updated dependencies [e202b82]
510
+ - Updated dependencies [e00f6a0]
511
+ - Updated dependencies [4a406ec]
512
+ - Updated dependencies [b0e43c1]
513
+ - Updated dependencies [5d377e5]
514
+ - Updated dependencies [1fb812e]
515
+ - Updated dependencies [35c5798]
516
+ - @mastra/core@0.13.0
517
+
518
+ ## 0.10.19-alpha.3
519
+
520
+ ### Patch Changes
521
+
522
+ - Updated dependencies [d0496e6]
523
+ - @mastra/core@0.13.0-alpha.3
524
+
525
+ ## 0.10.19-alpha.2
526
+
527
+ ### Patch Changes
528
+
529
+ - 42dfc48: Fix tool messages structure in agui adapter
530
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
531
+ - Updated dependencies [cb36de0]
532
+ - Updated dependencies [a82b851]
533
+ - Updated dependencies [41a0a0e]
534
+ - Updated dependencies [2871020]
535
+ - Updated dependencies [4a406ec]
536
+ - Updated dependencies [5d377e5]
537
+ - @mastra/core@0.13.0-alpha.2
538
+
539
+ ## 0.10.19-alpha.1
540
+
541
+ ### Patch Changes
542
+
543
+ - Updated dependencies [ea0c5f2]
544
+ - Updated dependencies [b0e43c1]
545
+ - Updated dependencies [1fb812e]
546
+ - Updated dependencies [35c5798]
547
+ - @mastra/core@0.13.0-alpha.1
548
+
549
+ ## 0.10.19-alpha.0
550
+
551
+ ### Patch Changes
552
+
553
+ - Updated dependencies [94f4812]
554
+ - Updated dependencies [e202b82]
555
+ - Updated dependencies [e00f6a0]
556
+ - @mastra/core@0.12.2-alpha.0
557
+
558
+ ## 0.10.18
559
+
560
+ ### Patch Changes
561
+
562
+ - 6690a16: dependencies updates:
563
+ - 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`)
564
+ - Updated dependencies [33dcb07]
565
+ - Updated dependencies [d0d9500]
566
+ - Updated dependencies [d30b1a0]
567
+ - Updated dependencies [bff87f7]
568
+ - Updated dependencies [b4a8df0]
569
+ - @mastra/core@0.12.1
570
+
571
+ ## 0.10.18-alpha.1
572
+
573
+ ### Patch Changes
574
+
575
+ - Updated dependencies [d0d9500]
576
+ - @mastra/core@0.12.1-alpha.1
577
+
578
+ ## 0.10.18-alpha.0
579
+
580
+ ### Patch Changes
581
+
582
+ - 6690a16: dependencies updates:
583
+ - 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`)
584
+ - Updated dependencies [33dcb07]
585
+ - Updated dependencies [d30b1a0]
586
+ - Updated dependencies [bff87f7]
587
+ - Updated dependencies [b4a8df0]
588
+ - @mastra/core@0.12.1-alpha.0
589
+
590
+ ## 0.10.17
591
+
592
+ ### Patch Changes
593
+
594
+ - aa2715b: process stream response error handling
595
+ - 6bd354c: Should not send content type if body instance of FormData
596
+ - cda801d: Added the ability to pass in metadata for UIMessage and MastraMessageV2 in client-js and agent.stream/generate
597
+ - b641ba3: fix: save score params
598
+ - 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
599
+ - 1ac8f6b: deduplicate message
600
+ - b8efbb9: feat: add flexible deleteMessages method to memory API
601
+ - Added `memory.deleteMessages(input)` method that accepts multiple input types:
602
+ - Single message ID as string: `deleteMessages('msg-123')`
603
+ - Array of message IDs: `deleteMessages(['msg-1', 'msg-2'])`
604
+ - Message object with id property: `deleteMessages({ id: 'msg-123' })`
605
+ - Array of message objects: `deleteMessages([{ id: 'msg-1' }, { id: 'msg-2' }])`
606
+ - Implemented in all storage adapters (LibSQL, PostgreSQL, Upstash, InMemory)
607
+ - Added REST API endpoint: `POST /api/memory/messages/delete`
608
+ - Updated client SDK: `thread.deleteMessages()` accepts all input types
609
+ - Updates thread timestamps when messages are deleted
610
+ - Added comprehensive test coverage and documentation
611
+
612
+ - Updated dependencies [510e2c8]
613
+ - Updated dependencies [2f72fb2]
614
+ - Updated dependencies [27cc97a]
615
+ - Updated dependencies [3f89307]
616
+ - Updated dependencies [9eda7d4]
617
+ - Updated dependencies [9d49408]
618
+ - Updated dependencies [41daa63]
619
+ - Updated dependencies [ad0a58b]
620
+ - Updated dependencies [254a36b]
621
+ - Updated dependencies [2ecf658]
622
+ - Updated dependencies [7a7754f]
623
+ - Updated dependencies [fc92d80]
624
+ - Updated dependencies [e0f73c6]
625
+ - Updated dependencies [0b89602]
626
+ - Updated dependencies [4d37822]
627
+ - Updated dependencies [23a6a7c]
628
+ - Updated dependencies [cda801d]
629
+ - Updated dependencies [a77c823]
630
+ - Updated dependencies [ff9c125]
631
+ - Updated dependencies [09bca64]
632
+ - Updated dependencies [b8efbb9]
633
+ - Updated dependencies [71466e7]
634
+ - Updated dependencies [0c99fbe]
635
+ - @mastra/core@0.12.0
636
+
637
+ ## 0.10.17-alpha.5
638
+
639
+ ### Patch Changes
640
+
641
+ - @mastra/core@0.12.0-alpha.5
642
+
643
+ ## 0.10.17-alpha.4
644
+
645
+ ### Patch Changes
646
+
647
+ - Updated dependencies [ad0a58b]
648
+ - @mastra/core@0.12.0-alpha.4
649
+
650
+ ## 0.10.17-alpha.3
651
+
652
+ ### Patch Changes
653
+
654
+ - 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
655
+ - 1ac8f6b: deduplicate message
656
+ - @mastra/core@0.12.0-alpha.3
657
+
658
+ ## 0.10.17-alpha.2
659
+
660
+ ### Patch Changes
661
+
662
+ - aa2715b: process stream response error handling
663
+ - b8efbb9: feat: add flexible deleteMessages method to memory API
664
+ - Added `memory.deleteMessages(input)` method that accepts multiple input types:
665
+ - Single message ID as string: `deleteMessages('msg-123')`
666
+ - Array of message IDs: `deleteMessages(['msg-1', 'msg-2'])`
667
+ - Message object with id property: `deleteMessages({ id: 'msg-123' })`
668
+ - Array of message objects: `deleteMessages([{ id: 'msg-1' }, { id: 'msg-2' }])`
669
+ - Implemented in all storage adapters (LibSQL, PostgreSQL, Upstash, InMemory)
670
+ - Added REST API endpoint: `POST /api/memory/messages/delete`
671
+ - Updated client SDK: `thread.deleteMessages()` accepts all input types
672
+ - Updates thread timestamps when messages are deleted
673
+ - Added comprehensive test coverage and documentation
674
+
675
+ - Updated dependencies [27cc97a]
676
+ - Updated dependencies [41daa63]
677
+ - Updated dependencies [254a36b]
678
+ - Updated dependencies [0b89602]
679
+ - Updated dependencies [4d37822]
680
+ - Updated dependencies [ff9c125]
681
+ - Updated dependencies [b8efbb9]
682
+ - Updated dependencies [71466e7]
683
+ - Updated dependencies [0c99fbe]
684
+ - @mastra/core@0.12.0-alpha.2
685
+
686
+ ## 0.10.17-alpha.1
687
+
688
+ ### Patch Changes
689
+
690
+ - cda801d: Added the ability to pass in metadata for UIMessage and MastraMessageV2 in client-js and agent.stream/generate
691
+ - Updated dependencies [e0f73c6]
692
+ - Updated dependencies [cda801d]
693
+ - Updated dependencies [a77c823]
694
+ - @mastra/core@0.12.0-alpha.1
695
+
696
+ ## 0.10.17-alpha.0
697
+
698
+ ### Patch Changes
699
+
700
+ - 6bd354c: Should not send content type if body instance of FormData
701
+ - b641ba3: fix: save score params
702
+ - Updated dependencies [510e2c8]
703
+ - Updated dependencies [2f72fb2]
704
+ - Updated dependencies [3f89307]
705
+ - Updated dependencies [9eda7d4]
706
+ - Updated dependencies [9d49408]
707
+ - Updated dependencies [2ecf658]
708
+ - Updated dependencies [7a7754f]
709
+ - Updated dependencies [fc92d80]
710
+ - Updated dependencies [23a6a7c]
711
+ - Updated dependencies [09bca64]
712
+ - @mastra/core@0.12.0-alpha.0
713
+
714
+ ## 0.10.16
715
+
716
+ ### Patch Changes
717
+
718
+ - @mastra/core@0.11.1
719
+
720
+ ## 0.10.15
721
+
722
+ ### Patch Changes
723
+
724
+ - 4832752: Do not set content-type header when making POST/PUT requests without a body
725
+ - f248d53: Adding `getMessagesPaginated` to the serve, deployer, and client-js
726
+ - 2affc57: Fix output type of network loop
727
+ - 032cb66: ClientJS
7
728
  - 7827943: Handle streaming large data
729
+ - 65e3395: Add Scores playground-ui and add scorer hooks
730
+ - 80c2b06: Fix agent chat stop button to cancel stream/generate reqs in the playground
731
+ - 6f6e651: Alias createRun -> createRunAsync to match Mastra Workflow class
732
+ - Updated dependencies [f248d53]
733
+ - Updated dependencies [2affc57]
734
+ - Updated dependencies [66e13e3]
735
+ - Updated dependencies [edd9482]
736
+ - Updated dependencies [18344d7]
737
+ - Updated dependencies [9d372c2]
738
+ - Updated dependencies [40c2525]
739
+ - Updated dependencies [e473f27]
740
+ - Updated dependencies [032cb66]
741
+ - Updated dependencies [703ac71]
742
+ - Updated dependencies [a723d69]
8
743
  - Updated dependencies [7827943]
744
+ - Updated dependencies [5889a31]
9
745
  - Updated dependencies [bf1e7e7]
746
+ - Updated dependencies [65e3395]
747
+ - Updated dependencies [4933192]
748
+ - Updated dependencies [d1c77a4]
749
+ - Updated dependencies [bea9dd1]
750
+ - Updated dependencies [dcd4802]
10
751
  - Updated dependencies [cbddd18]
11
- - @mastra/core@0.0.0-share-agent-metadata-with-cloud-20250718123411
752
+ - Updated dependencies [7ba91fa]
753
+ - @mastra/core@0.11.0
754
+
755
+ ## 0.10.15-alpha.3
756
+
757
+ ### Patch Changes
758
+
759
+ - @mastra/core@0.11.0-alpha.3
760
+
761
+ ## 0.10.15-alpha.2
762
+
763
+ ### Patch Changes
764
+
765
+ - 4832752: Do not set content-type header when making POST/PUT requests without a body
766
+ - f248d53: Adding `getMessagesPaginated` to the serve, deployer, and client-js
767
+ - 2affc57: Fix output type of network loop
768
+ - 032cb66: ClientJS
769
+ - 65e3395: Add Scores playground-ui and add scorer hooks
770
+ - 80c2b06: Fix agent chat stop button to cancel stream/generate reqs in the playground
771
+ - 6f6e651: Alias createRun -> createRunAsync to match Mastra Workflow class
772
+ - Updated dependencies [f248d53]
773
+ - Updated dependencies [2affc57]
774
+ - Updated dependencies [66e13e3]
775
+ - Updated dependencies [edd9482]
776
+ - Updated dependencies [18344d7]
777
+ - Updated dependencies [9d372c2]
778
+ - Updated dependencies [40c2525]
779
+ - Updated dependencies [e473f27]
780
+ - Updated dependencies [032cb66]
781
+ - Updated dependencies [703ac71]
782
+ - Updated dependencies [a723d69]
783
+ - Updated dependencies [5889a31]
784
+ - Updated dependencies [65e3395]
785
+ - Updated dependencies [4933192]
786
+ - Updated dependencies [d1c77a4]
787
+ - Updated dependencies [bea9dd1]
788
+ - Updated dependencies [dcd4802]
789
+ - Updated dependencies [7ba91fa]
790
+ - @mastra/core@0.11.0-alpha.2
12
791
 
13
792
  ## 0.10.15-alpha.1
14
793