@mastra/client-js 0.0.0-storage-20250225005900 → 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 (73) hide show
  1. package/CHANGELOG.md +2639 -3
  2. package/LICENSE.md +15 -0
  3. package/README.md +12 -6
  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 +3279 -0
  9. package/dist/index.cjs.map +1 -0
  10. package/dist/index.d.ts +4 -0
  11. package/dist/index.d.ts.map +1 -0
  12. package/dist/index.js +3273 -0
  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 +461 -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 +50 -21
  55. package/.turbo/turbo-build.log +0 -16
  56. package/LICENSE +0 -44
  57. package/dist/index.d.mts +0 -405
  58. package/dist/index.mjs +0 -487
  59. package/eslint.config.js +0 -6
  60. package/src/client.ts +0 -205
  61. package/src/example.ts +0 -43
  62. package/src/index.test.ts +0 -597
  63. package/src/index.ts +0 -2
  64. package/src/resources/agent.ts +0 -116
  65. package/src/resources/base.ts +0 -68
  66. package/src/resources/index.ts +0 -6
  67. package/src/resources/memory-thread.ts +0 -60
  68. package/src/resources/tool.ts +0 -32
  69. package/src/resources/vector.ts +0 -83
  70. package/src/resources/workflow.ts +0 -68
  71. package/src/types.ts +0 -163
  72. package/tsconfig.json +0 -5
  73. package/vitest.config.js +0 -8
package/CHANGELOG.md CHANGED
@@ -1,13 +1,2649 @@
1
1
  # @mastra/client-js
2
2
 
3
- ## 0.0.0-storage-20250225005900
3
+ ## 0.0.0-stream-vnext-usage-20250908171242
4
+
5
+ ### Patch Changes
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
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]
743
+ - Updated dependencies [7827943]
744
+ - Updated dependencies [5889a31]
745
+ - Updated dependencies [bf1e7e7]
746
+ - Updated dependencies [65e3395]
747
+ - Updated dependencies [4933192]
748
+ - Updated dependencies [d1c77a4]
749
+ - Updated dependencies [bea9dd1]
750
+ - Updated dependencies [dcd4802]
751
+ - Updated dependencies [cbddd18]
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
791
+
792
+ ## 0.10.15-alpha.1
793
+
794
+ ### Patch Changes
795
+
796
+ - @mastra/core@0.11.0-alpha.1
797
+
798
+ ## 0.10.15-alpha.0
799
+
800
+ ### Patch Changes
801
+
802
+ - 7827943: Handle streaming large data
803
+ - Updated dependencies [7827943]
804
+ - Updated dependencies [bf1e7e7]
805
+ - Updated dependencies [cbddd18]
806
+ - @mastra/core@0.11.0-alpha.0
807
+
808
+ ## 0.10.14
809
+
810
+ ### Patch Changes
811
+
812
+ - 31f9f6b: Replace crypto randomUUID in client SDK"
813
+ - 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
814
+ - 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
815
+ - Updated dependencies [0b56518]
816
+ - Updated dependencies [db5cc15]
817
+ - Updated dependencies [2ba5b76]
818
+ - Updated dependencies [5237998]
819
+ - Updated dependencies [c3a30de]
820
+ - Updated dependencies [37c1acd]
821
+ - Updated dependencies [1aa60b1]
822
+ - Updated dependencies [89ec9d4]
823
+ - Updated dependencies [cf3a184]
824
+ - Updated dependencies [d6bfd60]
825
+ - Updated dependencies [626b0f4]
826
+ - Updated dependencies [c22a91f]
827
+ - Updated dependencies [f7403ab]
828
+ - Updated dependencies [6c89d7f]
829
+ - @mastra/core@0.10.15
830
+
831
+ ## 0.10.14-alpha.1
832
+
833
+ ### Patch Changes
834
+
835
+ - Updated dependencies [0b56518]
836
+ - Updated dependencies [2ba5b76]
837
+ - Updated dependencies [c3a30de]
838
+ - Updated dependencies [cf3a184]
839
+ - Updated dependencies [d6bfd60]
840
+ - @mastra/core@0.10.15-alpha.1
841
+
842
+ ## 0.10.14-alpha.0
843
+
844
+ ### Patch Changes
845
+
846
+ - 31f9f6b: Replace crypto randomUUID in client SDK"
847
+ - 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
848
+ - 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
849
+ - Updated dependencies [db5cc15]
850
+ - Updated dependencies [5237998]
851
+ - Updated dependencies [37c1acd]
852
+ - Updated dependencies [1aa60b1]
853
+ - Updated dependencies [89ec9d4]
854
+ - Updated dependencies [626b0f4]
855
+ - Updated dependencies [c22a91f]
856
+ - Updated dependencies [f7403ab]
857
+ - Updated dependencies [6c89d7f]
858
+ - @mastra/core@0.10.15-alpha.0
859
+
860
+ ## 0.10.13
861
+
862
+ ### Patch Changes
863
+
864
+ - @mastra/core@0.10.14
865
+
866
+ ## 0.10.11
867
+
868
+ ### Patch Changes
869
+
870
+ - 9468be4: Fix error on agent generate while using antropic
871
+ - 44731a4: Client SDK - Expose processTextStream util for agent textstream with structured output
872
+ - Updated dependencies [b4a9811]
873
+ - Updated dependencies [4d5583d]
874
+ - @mastra/core@0.10.12
875
+
876
+ ## 0.10.11-alpha.1
877
+
878
+ ### Patch Changes
879
+
880
+ - Updated dependencies [4d5583d]
881
+ - @mastra/core@0.10.12-alpha.1
882
+
883
+ ## 0.10.11-alpha.0
884
+
885
+ ### Patch Changes
886
+
887
+ - 9468be4: Fix error on agent generate while using antropic
888
+ - 44731a4: Client SDK - Expose processTextStream util for agent textstream with structured output
889
+ - Updated dependencies [b4a9811]
890
+ - @mastra/core@0.10.12-alpha.0
891
+
892
+ ## 0.10.10
893
+
894
+ ### Patch Changes
895
+
896
+ - 18da791: Add abortSignal to client SDK options
897
+ - Updated dependencies [2873c7f]
898
+ - Updated dependencies [1c1c6a1]
899
+ - Updated dependencies [f8ce2cc]
900
+ - Updated dependencies [8c846b6]
901
+ - Updated dependencies [c7bbf1e]
902
+ - Updated dependencies [8722d53]
903
+ - Updated dependencies [565cc0c]
904
+ - Updated dependencies [b790fd1]
905
+ - Updated dependencies [132027f]
906
+ - Updated dependencies [0c85311]
907
+ - Updated dependencies [d7ed04d]
908
+ - Updated dependencies [cb16baf]
909
+ - Updated dependencies [f36e4f1]
910
+ - Updated dependencies [7f6e403]
911
+ - @mastra/core@0.10.11
912
+
913
+ ## 0.10.10-alpha.4
914
+
915
+ ### Patch Changes
916
+
917
+ - @mastra/core@0.10.11-alpha.4
918
+
919
+ ## 0.10.10-alpha.3
920
+
921
+ ### Patch Changes
922
+
923
+ - Updated dependencies [c7bbf1e]
924
+ - Updated dependencies [8722d53]
925
+ - Updated dependencies [132027f]
926
+ - Updated dependencies [0c85311]
927
+ - Updated dependencies [cb16baf]
928
+ - @mastra/core@0.10.11-alpha.3
929
+
930
+ ## 0.10.10-alpha.2
931
+
932
+ ### Patch Changes
933
+
934
+ - 18da791: Add abortSignal to client SDK options
935
+ - Updated dependencies [2873c7f]
936
+ - Updated dependencies [1c1c6a1]
937
+ - Updated dependencies [565cc0c]
938
+ - @mastra/core@0.10.11-alpha.2
939
+
940
+ ## 0.10.10-alpha.1
941
+
942
+ ### Patch Changes
943
+
944
+ - Updated dependencies [7f6e403]
945
+ - @mastra/core@0.10.11-alpha.1
946
+
947
+ ## 0.10.10-alpha.0
948
+
949
+ ### Patch Changes
950
+
951
+ - Updated dependencies [f8ce2cc]
952
+ - Updated dependencies [8c846b6]
953
+ - Updated dependencies [b790fd1]
954
+ - Updated dependencies [d7ed04d]
955
+ - Updated dependencies [f36e4f1]
956
+ - @mastra/core@0.10.11-alpha.0
957
+
958
+ ## 0.10.9
959
+
960
+ ### Patch Changes
961
+
962
+ - b60f510: Fix getWorkflowRuns by limit and offset
963
+ - 6997af1: add send event to server, deployer, client-js and playground-ui
964
+ - Updated dependencies [4d3fbdf]
965
+ - @mastra/core@0.10.10
966
+
967
+ ## 0.10.9-alpha.1
968
+
969
+ ### Patch Changes
970
+
971
+ - b60f510: Fix getWorkflowRuns by limit and offset
972
+ - 6997af1: add send event to server, deployer, client-js and playground-ui
973
+ - @mastra/core@0.10.10-alpha.1
974
+
975
+ ## 0.10.9-alpha.0
976
+
977
+ ### Patch Changes
978
+
979
+ - Updated dependencies [4d3fbdf]
980
+ - @mastra/core@0.10.10-alpha.0
981
+
982
+ ## 0.10.8
983
+
984
+ ### Patch Changes
985
+
986
+ - 9047bda: clientTools - stream tool-result part
987
+ - a606c75: show right suspend schema for nested workflow on playground
988
+ - 1760a1c: Use workflow stream in playground instead of watch
989
+ - 038e5ae: Add cancel workflow run
990
+ - 7e801dd: Add tools to network api response
991
+ - Updated dependencies [9dda1ac]
992
+ - Updated dependencies [c984582]
993
+ - Updated dependencies [7e801dd]
994
+ - Updated dependencies [a606c75]
995
+ - Updated dependencies [7aa70a4]
996
+ - Updated dependencies [764f86a]
997
+ - Updated dependencies [1760a1c]
998
+ - Updated dependencies [038e5ae]
999
+ - Updated dependencies [7dda16a]
1000
+ - Updated dependencies [5ebfcdd]
1001
+ - Updated dependencies [b2d0c91]
1002
+ - Updated dependencies [4e809ad]
1003
+ - Updated dependencies [57929df]
1004
+ - Updated dependencies [b7852ed]
1005
+ - Updated dependencies [6320a61]
1006
+ - @mastra/core@0.10.9
1007
+
1008
+ ## 0.10.8-alpha.0
1009
+
1010
+ ### Patch Changes
1011
+
1012
+ - 9047bda: clientTools - stream tool-result part
1013
+ - a606c75: show right suspend schema for nested workflow on playground
1014
+ - 1760a1c: Use workflow stream in playground instead of watch
1015
+ - 038e5ae: Add cancel workflow run
1016
+ - 7e801dd: Add tools to network api response
1017
+ - Updated dependencies [9dda1ac]
1018
+ - Updated dependencies [c984582]
1019
+ - Updated dependencies [7e801dd]
1020
+ - Updated dependencies [a606c75]
1021
+ - Updated dependencies [7aa70a4]
1022
+ - Updated dependencies [764f86a]
1023
+ - Updated dependencies [1760a1c]
1024
+ - Updated dependencies [038e5ae]
1025
+ - Updated dependencies [7dda16a]
1026
+ - Updated dependencies [5ebfcdd]
1027
+ - Updated dependencies [b2d0c91]
1028
+ - Updated dependencies [4e809ad]
1029
+ - Updated dependencies [57929df]
1030
+ - Updated dependencies [b7852ed]
1031
+ - Updated dependencies [6320a61]
1032
+ - @mastra/core@0.10.9-alpha.0
1033
+
1034
+ ## 0.10.7
1035
+
1036
+ ### Patch Changes
1037
+
1038
+ - a344ac7: Fix tool streaming in agent network
1039
+ - Updated dependencies [b8f16b2]
1040
+ - Updated dependencies [3e04487]
1041
+ - Updated dependencies [a344ac7]
1042
+ - Updated dependencies [dc4ca0a]
1043
+ - @mastra/core@0.10.8
1044
+
1045
+ ## 0.10.7-alpha.1
1046
+
1047
+ ### Patch Changes
1048
+
1049
+ - Updated dependencies [b8f16b2]
1050
+ - Updated dependencies [3e04487]
1051
+ - Updated dependencies [dc4ca0a]
1052
+ - @mastra/core@0.10.8-alpha.1
1053
+
1054
+ ## 0.10.7-alpha.0
1055
+
1056
+ ### Patch Changes
1057
+
1058
+ - a344ac7: Fix tool streaming in agent network
1059
+ - Updated dependencies [a344ac7]
1060
+ - @mastra/core@0.10.8-alpha.0
1061
+
1062
+ ## 0.10.6
1063
+
1064
+ ### Patch Changes
1065
+
1066
+ - 8e1b6e9: dependencies updates:
1067
+ - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
1068
+ - 9bf1d55: Fix runtimeContext in mastra server, client SDK
1069
+ - 18a5d59: clientTools client side execution
1070
+ - 5d74aab: vNext network in playground
1071
+ - bee3fe4: Fix client side tool calling
1072
+ - c0d41f6: Fix streaming for agent tool calls
1073
+ - Updated dependencies [15e9d26]
1074
+ - Updated dependencies [d1baedb]
1075
+ - Updated dependencies [d8f2d19]
1076
+ - Updated dependencies [4d21bf2]
1077
+ - Updated dependencies [07d6d88]
1078
+ - Updated dependencies [9d52b17]
1079
+ - Updated dependencies [2097952]
1080
+ - Updated dependencies [792c4c0]
1081
+ - Updated dependencies [5d74aab]
1082
+ - Updated dependencies [a8b194f]
1083
+ - Updated dependencies [4fb0cc2]
1084
+ - Updated dependencies [d2a7a31]
1085
+ - Updated dependencies [502fe05]
1086
+ - Updated dependencies [144eb0b]
1087
+ - Updated dependencies [8ba1b51]
1088
+ - Updated dependencies [4efcfa0]
1089
+ - Updated dependencies [0e17048]
1090
+ - @mastra/core@0.10.7
1091
+
1092
+ ## 0.10.6-alpha.6
1093
+
1094
+ ### Patch Changes
1095
+
1096
+ - c0d41f6: Fix streaming for agent tool calls
1097
+
1098
+ ## 0.10.6-alpha.5
1099
+
1100
+ ### Patch Changes
1101
+
1102
+ - bee3fe4: Fix client side tool calling
1103
+ - @mastra/core@0.10.7-alpha.5
1104
+
1105
+ ## 0.10.6-alpha.4
1106
+
1107
+ ### Patch Changes
1108
+
1109
+ - Updated dependencies [a8b194f]
1110
+ - @mastra/core@0.10.7-alpha.4
1111
+
1112
+ ## 0.10.6-alpha.3
1113
+
1114
+ ### Patch Changes
1115
+
1116
+ - 18a5d59: clientTools client side execution
1117
+ - Updated dependencies [792c4c0]
1118
+ - Updated dependencies [502fe05]
1119
+ - Updated dependencies [4efcfa0]
1120
+ - @mastra/core@0.10.7-alpha.3
1121
+
1122
+ ## 0.10.6-alpha.2
1123
+
1124
+ ### Patch Changes
1125
+
1126
+ - 8e1b6e9: dependencies updates:
1127
+ - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
1128
+ - 9bf1d55: Fix runtimeContext in mastra server, client SDK
1129
+ - 5d74aab: vNext network in playground
1130
+ - Updated dependencies [15e9d26]
1131
+ - Updated dependencies [07d6d88]
1132
+ - Updated dependencies [5d74aab]
1133
+ - Updated dependencies [144eb0b]
1134
+ - @mastra/core@0.10.7-alpha.2
1135
+
1136
+ ## 0.10.6-alpha.1
1137
+
1138
+ ### Patch Changes
1139
+
1140
+ - Updated dependencies [d1baedb]
1141
+ - Updated dependencies [4d21bf2]
1142
+ - Updated dependencies [2097952]
1143
+ - Updated dependencies [4fb0cc2]
1144
+ - Updated dependencies [d2a7a31]
1145
+ - Updated dependencies [0e17048]
1146
+ - @mastra/core@0.10.7-alpha.1
1147
+
1148
+ ## 0.10.6-alpha.0
1149
+
1150
+ ### Patch Changes
1151
+
1152
+ - Updated dependencies [d8f2d19]
1153
+ - Updated dependencies [9d52b17]
1154
+ - Updated dependencies [8ba1b51]
1155
+ - @mastra/core@0.10.7-alpha.0
1156
+
1157
+ ## 0.10.5
1158
+
1159
+ ### Patch Changes
1160
+
1161
+ - 63f6b7d: dependencies updates:
1162
+ - 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`)
1163
+ - Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
1164
+ - ee9af57: Add api for polling run execution result and get run by id
1165
+ - 3270d9d: Fix runtime context being undefined
1166
+ - Updated dependencies [63f6b7d]
1167
+ - Updated dependencies [12a95fc]
1168
+ - Updated dependencies [4b0f8a6]
1169
+ - Updated dependencies [51264a5]
1170
+ - Updated dependencies [8e6f677]
1171
+ - Updated dependencies [d70c420]
1172
+ - Updated dependencies [ee9af57]
1173
+ - Updated dependencies [36f1c36]
1174
+ - Updated dependencies [2a16996]
1175
+ - Updated dependencies [10d352e]
1176
+ - Updated dependencies [9589624]
1177
+ - Updated dependencies [53d3c37]
1178
+ - Updated dependencies [751c894]
1179
+ - Updated dependencies [577ce3a]
1180
+ - Updated dependencies [9260b3a]
1181
+ - @mastra/core@0.10.6
1182
+
1183
+ ## 0.10.5-alpha.5
1184
+
1185
+ ### Patch Changes
1186
+
1187
+ - Updated dependencies [12a95fc]
1188
+ - Updated dependencies [51264a5]
1189
+ - Updated dependencies [8e6f677]
1190
+ - @mastra/core@0.10.6-alpha.5
1191
+
1192
+ ## 0.10.5-alpha.4
1193
+
1194
+ ### Patch Changes
1195
+
1196
+ - Updated dependencies [9589624]
1197
+ - @mastra/core@0.10.6-alpha.4
1198
+
1199
+ ## 0.10.5-alpha.3
1200
+
1201
+ ### Patch Changes
1202
+
1203
+ - Updated dependencies [d70c420]
1204
+ - Updated dependencies [2a16996]
1205
+ - @mastra/core@0.10.6-alpha.3
1206
+
1207
+ ## 0.10.5-alpha.2
1208
+
1209
+ ### Patch Changes
1210
+
1211
+ - Updated dependencies [4b0f8a6]
1212
+ - @mastra/core@0.10.6-alpha.2
1213
+
1214
+ ## 0.10.5-alpha.1
1215
+
1216
+ ### Patch Changes
1217
+
1218
+ - ee9af57: Add api for polling run execution result and get run by id
1219
+ - 3270d9d: Fix runtime context being undefined
1220
+ - Updated dependencies [ee9af57]
1221
+ - Updated dependencies [751c894]
1222
+ - Updated dependencies [577ce3a]
1223
+ - Updated dependencies [9260b3a]
1224
+ - @mastra/core@0.10.6-alpha.1
1225
+
1226
+ ## 0.10.5-alpha.0
1227
+
1228
+ ### Patch Changes
1229
+
1230
+ - 63f6b7d: dependencies updates:
1231
+ - 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`)
1232
+ - Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
1233
+ - Updated dependencies [63f6b7d]
1234
+ - Updated dependencies [36f1c36]
1235
+ - Updated dependencies [10d352e]
1236
+ - Updated dependencies [53d3c37]
1237
+ - @mastra/core@0.10.6-alpha.0
1238
+
1239
+ ## 0.10.4
1240
+
1241
+ ### Patch Changes
1242
+
1243
+ - Updated dependencies [13c97f9]
1244
+ - @mastra/core@0.10.5
1245
+
1246
+ ## 0.10.3
1247
+
1248
+ ### Patch Changes
1249
+
1250
+ - 1ccccff: dependencies updates:
1251
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
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
+ - f1f1f1b: Add basic filtering capabilities to logs
1255
+ - b2810ab: Move @mastra/core to deps
1256
+ - 82090c1: Add pagination to logs
1257
+ - 67d21b5: Added overloading to the generate method of the Agent class to enhance type definition using ZodSchema.
1258
+ - Updated dependencies [d1ed912]
1259
+ - Updated dependencies [f6fd25f]
1260
+ - Updated dependencies [dffb67b]
1261
+ - Updated dependencies [f1f1f1b]
1262
+ - Updated dependencies [925ab94]
1263
+ - Updated dependencies [f9816ae]
1264
+ - Updated dependencies [82090c1]
1265
+ - Updated dependencies [1b443fd]
1266
+ - Updated dependencies [ce97900]
1267
+ - Updated dependencies [f1309d3]
1268
+ - Updated dependencies [14a2566]
1269
+ - Updated dependencies [f7f8293]
1270
+ - Updated dependencies [48eddb9]
1271
+ - @mastra/core@0.10.4
1272
+
1273
+ ## 0.10.3-alpha.3
1274
+
1275
+ ### Patch Changes
1276
+
1277
+ - Updated dependencies [925ab94]
1278
+ - @mastra/core@0.10.4-alpha.3
1279
+
1280
+ ## 0.10.3-alpha.2
1281
+
1282
+ ### Patch Changes
1283
+
1284
+ - Updated dependencies [48eddb9]
1285
+ - @mastra/core@0.10.4-alpha.2
1286
+
1287
+ ## 0.10.3-alpha.1
1288
+
1289
+ ### Patch Changes
1290
+
1291
+ - 1ccccff: dependencies updates:
1292
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
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
+ - Updated dependencies [f6fd25f]
1296
+ - Updated dependencies [dffb67b]
1297
+ - Updated dependencies [f1309d3]
1298
+ - Updated dependencies [f7f8293]
1299
+ - @mastra/core@0.10.4-alpha.1
1300
+
1301
+ ## 0.10.3-alpha.0
1302
+
1303
+ ### Patch Changes
1304
+
1305
+ - f1f1f1b: Add basic filtering capabilities to logs
1306
+ - b2810ab: Move @mastra/core to deps
1307
+ - 82090c1: Add pagination to logs
1308
+ - 67d21b5: Added overloading to the generate method of the Agent class to enhance type definition using ZodSchema.
1309
+ - Updated dependencies [d1ed912]
1310
+ - Updated dependencies [f1f1f1b]
1311
+ - Updated dependencies [f9816ae]
1312
+ - Updated dependencies [82090c1]
1313
+ - Updated dependencies [1b443fd]
1314
+ - Updated dependencies [ce97900]
1315
+ - Updated dependencies [14a2566]
1316
+ - @mastra/core@0.10.4-alpha.0
1317
+
1318
+ ## 0.10.2
1319
+
1320
+ ### Patch Changes
1321
+
1322
+ - 592a2db: Added different icons for agents and workflows in mcp tools list
1323
+ - 37643b8: Fix tool access
1324
+ - c5bf1ce: Add backwards compat code for new MessageList in storage
1325
+ - b72c768: [Bug fix] Serialize parameters in clientTools
1326
+ - f0d559f: Fix peerdeps for alpha channel
1327
+ - Updated dependencies [ee77e78]
1328
+ - Updated dependencies [592a2db]
1329
+ - Updated dependencies [e5dc18d]
1330
+ - Updated dependencies [ab5adbe]
1331
+ - Updated dependencies [1e8bb40]
1332
+ - Updated dependencies [1b5fc55]
1333
+ - Updated dependencies [195c428]
1334
+ - Updated dependencies [f73e11b]
1335
+ - Updated dependencies [37643b8]
1336
+ - Updated dependencies [99fd6cf]
1337
+ - Updated dependencies [c5bf1ce]
1338
+ - Updated dependencies [add596e]
1339
+ - Updated dependencies [8dc94d8]
1340
+ - Updated dependencies [ecebbeb]
1341
+ - Updated dependencies [79d5145]
1342
+ - Updated dependencies [12b7002]
1343
+ - Updated dependencies [2901125]
1344
+ - @mastra/core@0.10.2
1345
+
1346
+ ## 0.10.2-alpha.3
1347
+
1348
+ ### Patch Changes
1349
+
1350
+ - 37643b8: Fix tool access
1351
+ - b72c768: [Bug fix] Serialize parameters in clientTools
1352
+ - Updated dependencies [37643b8]
1353
+ - Updated dependencies [79d5145]
1354
+ - @mastra/core@0.10.2-alpha.8
1355
+
1356
+ ## 0.10.2-alpha.2
1357
+
1358
+ ### Patch Changes
1359
+
1360
+ - c5bf1ce: Add backwards compat code for new MessageList in storage
1361
+ - Updated dependencies [c5bf1ce]
1362
+ - Updated dependencies [12b7002]
1363
+ - @mastra/core@0.10.2-alpha.4
1364
+
1365
+ ## 0.10.2-alpha.1
1366
+
1367
+ ### Patch Changes
1368
+
1369
+ - f0d559f: Fix peerdeps for alpha channel
1370
+ - Updated dependencies [1e8bb40]
1371
+ - @mastra/core@0.10.2-alpha.2
1372
+
1373
+ ## 0.10.2-alpha.0
1374
+
1375
+ ### Patch Changes
1376
+
1377
+ - 592a2db: Added different icons for agents and workflows in mcp tools list
1378
+ - Updated dependencies [592a2db]
1379
+ - Updated dependencies [e5dc18d]
1380
+ - @mastra/core@0.10.2-alpha.0
1381
+
1382
+ ## 0.10.1
1383
+
1384
+ ### Patch Changes
1385
+
1386
+ - 267773e: Show map config on workflow graph
1387
+ Highlight borders for conditions too on workflow graph
1388
+ Fix watch stream
1389
+ - 5343f93: Move emitter to symbol to make private
1390
+ - f622cfa: Make some properties of CreateMemoryThreadParams optional
1391
+ - 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
1392
+ - Updated dependencies [d70b807]
1393
+ - Updated dependencies [6d16390]
1394
+ - Updated dependencies [1e4a421]
1395
+ - Updated dependencies [200d0da]
1396
+ - Updated dependencies [bf5f17b]
1397
+ - Updated dependencies [5343f93]
1398
+ - Updated dependencies [38aee50]
1399
+ - Updated dependencies [5c41100]
1400
+ - Updated dependencies [d6a759b]
1401
+ - Updated dependencies [6015bdf]
1402
+ - @mastra/core@0.10.1
1403
+
1404
+ ## 0.10.1-alpha.3
1405
+
1406
+ ### Patch Changes
1407
+
1408
+ - 267773e: Show map config on workflow graph
1409
+ Highlight borders for conditions too on workflow graph
1410
+ Fix watch stream
1411
+
1412
+ ## 0.10.1-alpha.2
1413
+
1414
+ ### Patch Changes
1415
+
1416
+ - 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
1417
+ - Updated dependencies [6015bdf]
1418
+ - @mastra/core@0.10.1-alpha.2
1419
+
1420
+ ## 0.10.1-alpha.1
1421
+
1422
+ ### Patch Changes
1423
+
1424
+ - 5343f93: Move emitter to symbol to make private
1425
+ - Updated dependencies [200d0da]
1426
+ - Updated dependencies [bf5f17b]
1427
+ - Updated dependencies [5343f93]
1428
+ - Updated dependencies [38aee50]
1429
+ - Updated dependencies [5c41100]
1430
+ - Updated dependencies [d6a759b]
1431
+ - @mastra/core@0.10.1-alpha.1
1432
+
1433
+ ## 0.10.1-alpha.0
1434
+
1435
+ ### Patch Changes
1436
+
1437
+ - f622cfa: Make some properties of CreateMemoryThreadParams optional
1438
+ - Updated dependencies [6d16390]
1439
+ - Updated dependencies [1e4a421]
1440
+ - @mastra/core@0.10.1-alpha.0
1441
+
1442
+ ## 0.10.0
1443
+
1444
+ ### Minor Changes
1445
+
1446
+ - 83da932: Move @mastra/core to peerdeps
1447
+ - 5eb5a99: Remove pino from @mastra/core into @mastra/loggers
1448
+
1449
+ ### Patch Changes
1450
+
1451
+ - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
1452
+ - 0215b0b: Add description to vnext workflow response
1453
+ - f53a6ac: Add VNextWorkflowRuns type
1454
+ - ccdabdc: Remove trailing / from mastraClient baseUrl
1455
+ - a6e3881: Remove non serializable options from agent stream,generate
1456
+ - fddae56: Add telemetry to cliend SDK streamParams
1457
+ - 23f258c: Add new list and get routes for mcp servers. Changed route make-up for more consistency with existing API routes. Lastly, added in a lot of extra detail that can be optionally passed to the mcp server per the mcp spec.
1458
+ - 5063646: Accept plain obects as runtimeContext
1459
+ - 2672a05: Add MCP servers and tool call execution to playground
1460
+ - Updated dependencies [b3a3d63]
1461
+ - Updated dependencies [344f453]
1462
+ - Updated dependencies [0a3ae6d]
1463
+ - Updated dependencies [95911be]
1464
+ - Updated dependencies [f53a6ac]
1465
+ - Updated dependencies [5eb5a99]
1466
+ - Updated dependencies [7e632c5]
1467
+ - Updated dependencies [1e9fbfa]
1468
+ - Updated dependencies [eabdcd9]
1469
+ - Updated dependencies [90be034]
1470
+ - Updated dependencies [99f050a]
1471
+ - Updated dependencies [d0ee3c6]
1472
+ - Updated dependencies [b2ae5aa]
1473
+ - Updated dependencies [23f258c]
1474
+ - Updated dependencies [a7292b0]
1475
+ - Updated dependencies [0dcb9f0]
1476
+ - Updated dependencies [2672a05]
1477
+ - @mastra/core@0.10.0
1478
+
1479
+ ## 0.2.0-alpha.1
1480
+
1481
+ ### Minor Changes
1482
+
1483
+ - 83da932: Move @mastra/core to peerdeps
1484
+ - 5eb5a99: Remove pino from @mastra/core into @mastra/loggers
1485
+
1486
+ ### Patch Changes
1487
+
1488
+ - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
1489
+ - 0215b0b: Add description to vnext workflow response
1490
+ - 5063646: Accept plain obects as runtimeContext
1491
+ - Updated dependencies [b3a3d63]
1492
+ - Updated dependencies [344f453]
1493
+ - Updated dependencies [0a3ae6d]
1494
+ - Updated dependencies [95911be]
1495
+ - Updated dependencies [5eb5a99]
1496
+ - Updated dependencies [7e632c5]
1497
+ - Updated dependencies [1e9fbfa]
1498
+ - Updated dependencies [b2ae5aa]
1499
+ - Updated dependencies [a7292b0]
1500
+ - Updated dependencies [0dcb9f0]
1501
+ - @mastra/core@0.10.0-alpha.1
1502
+
1503
+ ## 0.1.23-alpha.0
1504
+
1505
+ ### Patch Changes
1506
+
1507
+ - f53a6ac: Add VNextWorkflowRuns type
1508
+ - ccdabdc: Remove trailing / from mastraClient baseUrl
1509
+ - a6e3881: Remove non serializable options from agent stream,generate
1510
+ - fddae56: Add telemetry to cliend SDK streamParams
1511
+ - 23f258c: Add new list and get routes for mcp servers. Changed route make-up for more consistency with existing API routes. Lastly, added in a lot of extra detail that can be optionally passed to the mcp server per the mcp spec.
1512
+ - 2672a05: Add MCP servers and tool call execution to playground
1513
+ - Updated dependencies [f53a6ac]
1514
+ - Updated dependencies [eabdcd9]
1515
+ - Updated dependencies [90be034]
1516
+ - Updated dependencies [99f050a]
1517
+ - Updated dependencies [d0ee3c6]
1518
+ - Updated dependencies [23f258c]
1519
+ - Updated dependencies [2672a05]
1520
+ - @mastra/core@0.9.5-alpha.0
1521
+
1522
+ ## 0.1.22
1523
+
1524
+ ### Patch Changes
1525
+
1526
+ - c2f9e60: Resolves type issue and listen response string wrapped in text object twice
1527
+ - 5c70b8a: [MASTRA-3234] added limit for client-js getMessages
1528
+ - b4c6c87: fix: Specify $refStrategy: 'none' when calling zodToJsonSchema.
1529
+ - 0c3d117: Add workflows to agent server handlers
1530
+ - a5810ce: Add support for experimental_generateMessageId and remove it from client-js types since it's not serializable
1531
+ - c2b980b: Fix multiple too-calls in AGUI
1532
+ - cb1f698: Set runtimeContext from playground for agents, tools, workflows
1533
+ - 0b8b868: Added A2A support + streaming
1534
+ - Updated dependencies [396be50]
1535
+ - Updated dependencies [ab80e7e]
1536
+ - Updated dependencies [c3bd795]
1537
+ - Updated dependencies [da082f8]
1538
+ - Updated dependencies [a5810ce]
1539
+ - Updated dependencies [3e9c131]
1540
+ - Updated dependencies [3171b5b]
1541
+ - Updated dependencies [973e5ac]
1542
+ - Updated dependencies [daf942f]
1543
+ - Updated dependencies [0b8b868]
1544
+ - Updated dependencies [9e1eff5]
1545
+ - Updated dependencies [6fa1ad1]
1546
+ - Updated dependencies [c28d7a0]
1547
+ - Updated dependencies [edf1e88]
1548
+ - @mastra/core@0.9.4
1549
+
1550
+ ## 0.1.22-alpha.4
1551
+
1552
+ ### Patch Changes
1553
+
1554
+ - 5c70b8a: [MASTRA-3234] added limit for client-js getMessages
1555
+ - Updated dependencies [3e9c131]
1556
+ - @mastra/core@0.9.4-alpha.4
1557
+
1558
+ ## 0.1.22-alpha.3
1559
+
1560
+ ### Patch Changes
1561
+
1562
+ - c2f9e60: Resolves type issue and listen response string wrapped in text object twice
1563
+ - 0c3d117: Add workflows to agent server handlers
1564
+ - a5810ce: Add support for experimental_generateMessageId and remove it from client-js types since it's not serializable
1565
+ - Updated dependencies [396be50]
1566
+ - Updated dependencies [c3bd795]
1567
+ - Updated dependencies [da082f8]
1568
+ - Updated dependencies [a5810ce]
1569
+ - @mastra/core@0.9.4-alpha.3
1570
+
1571
+ ## 0.1.22-alpha.2
1572
+
1573
+ ### Patch Changes
1574
+
1575
+ - b4c6c87: fix: Specify $refStrategy: 'none' when calling zodToJsonSchema.
1576
+ - c2b980b: Fix multiple too-calls in AGUI
1577
+ - Updated dependencies [3171b5b]
1578
+ - Updated dependencies [973e5ac]
1579
+ - Updated dependencies [9e1eff5]
1580
+ - @mastra/core@0.9.4-alpha.2
1581
+
1582
+ ## 0.1.22-alpha.1
1583
+
1584
+ ### Patch Changes
1585
+
1586
+ - Updated dependencies [ab80e7e]
1587
+ - Updated dependencies [6fa1ad1]
1588
+ - Updated dependencies [c28d7a0]
1589
+ - Updated dependencies [edf1e88]
1590
+ - @mastra/core@0.9.4-alpha.1
1591
+
1592
+ ## 0.1.22-alpha.0
1593
+
1594
+ ### Patch Changes
1595
+
1596
+ - cb1f698: Set runtimeContext from playground for agents, tools, workflows
1597
+ - 0b8b868: Added A2A support + streaming
1598
+ - Updated dependencies [daf942f]
1599
+ - Updated dependencies [0b8b868]
1600
+ - @mastra/core@0.9.4-alpha.0
1601
+
1602
+ ## 0.1.21
1603
+
1604
+ ### Patch Changes
1605
+
1606
+ - 526c570: expose agent runtimeContext from clientSDK
1607
+ - 36eb1aa: Fix AGUI text part
1608
+ - 62c9e7d: Fix disappearing tool calls in streaming
1609
+ - Updated dependencies [e450778]
1610
+ - Updated dependencies [8902157]
1611
+ - Updated dependencies [ca0dc88]
1612
+ - Updated dependencies [526c570]
1613
+ - Updated dependencies [d7a6a33]
1614
+ - Updated dependencies [9cd1a46]
1615
+ - Updated dependencies [b5d2de0]
1616
+ - Updated dependencies [644f8ad]
1617
+ - Updated dependencies [70dbf51]
1618
+ - @mastra/core@0.9.3
1619
+
1620
+ ## 0.1.21-alpha.1
1621
+
1622
+ ### Patch Changes
1623
+
1624
+ - 36eb1aa: Fix AGUI text part
1625
+ - 62c9e7d: Fix disappearing tool calls in streaming
1626
+ - Updated dependencies [e450778]
1627
+ - Updated dependencies [8902157]
1628
+ - Updated dependencies [ca0dc88]
1629
+ - Updated dependencies [9cd1a46]
1630
+ - Updated dependencies [70dbf51]
1631
+ - @mastra/core@0.9.3-alpha.1
1632
+
1633
+ ## 0.1.21-alpha.0
1634
+
1635
+ ### Patch Changes
1636
+
1637
+ - 526c570: expose agent runtimeContext from clientSDK
1638
+ - Updated dependencies [526c570]
1639
+ - Updated dependencies [b5d2de0]
1640
+ - Updated dependencies [644f8ad]
1641
+ - @mastra/core@0.9.3-alpha.0
1642
+
1643
+ ## 0.1.20
1644
+
1645
+ ### Patch Changes
1646
+
1647
+ - 2cf3b8f: dependencies updates:
1648
+ - Updated dependency [`zod@^3.24.3` ↗︎](https://www.npmjs.com/package/zod/v/3.24.3) (from `^3.24.2`, in `dependencies`)
1649
+ - Updated dependency [`zod-to-json-schema@^3.24.5` ↗︎](https://www.npmjs.com/package/zod-to-json-schema/v/3.24.5) (from `^3.24.3`, in `dependencies`)
1650
+ - 4155f47: Add parameters to filter workflow runs
1651
+ Add fromDate and toDate to telemetry parameters
1652
+ - 254f5c3: Audit, cleanup MastraClient
1653
+ - 0097d50: Add serializedStepGraph to vNext workflow
1654
+ Return serializedStepGraph from vNext workflow
1655
+ Use serializedStepGraph in vNext workflow graph
1656
+ - 2429c74: Add get workflow runs api to client-js
1657
+ - 2e4f8e9: Agui client integration
1658
+ - Updated dependencies [6052aa6]
1659
+ - Updated dependencies [967b41c]
1660
+ - Updated dependencies [3d2fb5c]
1661
+ - Updated dependencies [26738f4]
1662
+ - Updated dependencies [4155f47]
1663
+ - Updated dependencies [7eeb2bc]
1664
+ - Updated dependencies [b804723]
1665
+ - Updated dependencies [8607972]
1666
+ - Updated dependencies [ccef9f9]
1667
+ - Updated dependencies [0097d50]
1668
+ - Updated dependencies [7eeb2bc]
1669
+ - Updated dependencies [17826a9]
1670
+ - Updated dependencies [7d8b7c7]
1671
+ - Updated dependencies [fba031f]
1672
+ - Updated dependencies [3a5f1e1]
1673
+ - Updated dependencies [51e6923]
1674
+ - Updated dependencies [8398d89]
1675
+ - @mastra/core@0.9.2
1676
+
1677
+ ## 0.1.20-alpha.6
1678
+
1679
+ ### Patch Changes
1680
+
1681
+ - 2e4f8e9: Agui client integration
1682
+ - Updated dependencies [6052aa6]
1683
+ - Updated dependencies [7d8b7c7]
1684
+ - Updated dependencies [3a5f1e1]
1685
+ - Updated dependencies [8398d89]
1686
+ - @mastra/core@0.9.2-alpha.6
1687
+
1688
+ ## 0.1.20-alpha.5
1689
+
1690
+ ### Patch Changes
1691
+
1692
+ - Updated dependencies [3d2fb5c]
1693
+ - Updated dependencies [7eeb2bc]
1694
+ - Updated dependencies [8607972]
1695
+ - Updated dependencies [7eeb2bc]
1696
+ - Updated dependencies [fba031f]
1697
+ - @mastra/core@0.9.2-alpha.5
1698
+
1699
+ ## 0.1.20-alpha.4
1700
+
1701
+ ### Patch Changes
1702
+
1703
+ - Updated dependencies [ccef9f9]
1704
+ - Updated dependencies [51e6923]
1705
+ - @mastra/core@0.9.2-alpha.4
1706
+
1707
+ ## 0.1.20-alpha.3
1708
+
1709
+ ### Patch Changes
1710
+
1711
+ - 4155f47: Add parameters to filter workflow runs
1712
+ Add fromDate and toDate to telemetry parameters
1713
+ - Updated dependencies [967b41c]
1714
+ - Updated dependencies [4155f47]
1715
+ - Updated dependencies [17826a9]
1716
+ - @mastra/core@0.9.2-alpha.3
1717
+
1718
+ ## 0.1.20-alpha.2
1719
+
1720
+ ### Patch Changes
1721
+
1722
+ - Updated dependencies [26738f4]
1723
+ - @mastra/core@0.9.2-alpha.2
1724
+
1725
+ ## 0.1.20-alpha.1
1726
+
1727
+ ### Patch Changes
1728
+
1729
+ - 254f5c3: Audit, cleanup MastraClient
1730
+ - 2429c74: Add get workflow runs api to client-js
1731
+ - Updated dependencies [b804723]
1732
+ - @mastra/core@0.9.2-alpha.1
1733
+
1734
+ ## 0.1.20-alpha.0
1735
+
1736
+ ### Patch Changes
1737
+
1738
+ - 0097d50: Add serializedStepGraph to vNext workflow
1739
+ Return serializedStepGraph from vNext workflow
1740
+ Use serializedStepGraph in vNext workflow graph
1741
+ - Updated dependencies [0097d50]
1742
+ - @mastra/core@0.9.2-alpha.0
1743
+
1744
+ ## 0.1.19
1745
+
1746
+ ### Patch Changes
1747
+
1748
+ - b50b9b7: Add vNext workflow to client-js
1749
+ - 11d4485: Show VNext workflows on the playground
1750
+ Show running status for step in vNext workflowState
1751
+ - Updated dependencies [405b63d]
1752
+ - Updated dependencies [81fb7f6]
1753
+ - Updated dependencies [20275d4]
1754
+ - Updated dependencies [7d1892c]
1755
+ - Updated dependencies [a90a082]
1756
+ - Updated dependencies [2d17c73]
1757
+ - Updated dependencies [61e92f5]
1758
+ - Updated dependencies [35955b0]
1759
+ - Updated dependencies [6262bd5]
1760
+ - Updated dependencies [c1409ef]
1761
+ - Updated dependencies [3e7b69d]
1762
+ - Updated dependencies [e4943b8]
1763
+ - Updated dependencies [11d4485]
1764
+ - Updated dependencies [479f490]
1765
+ - Updated dependencies [c23a81c]
1766
+ - Updated dependencies [2d4001d]
1767
+ - Updated dependencies [c71013a]
1768
+ - Updated dependencies [1d3b1cd]
1769
+ - @mastra/core@0.9.1
1770
+
1771
+ ## 0.1.19-alpha.8
1772
+
1773
+ ### Patch Changes
1774
+
1775
+ - Updated dependencies [2d17c73]
1776
+ - @mastra/core@0.9.1-alpha.8
1777
+
1778
+ ## 0.1.19-alpha.7
1779
+
1780
+ ### Patch Changes
1781
+
1782
+ - Updated dependencies [1d3b1cd]
1783
+ - @mastra/core@0.9.1-alpha.7
1784
+
1785
+ ## 0.1.19-alpha.6
1786
+
1787
+ ### Patch Changes
1788
+
1789
+ - Updated dependencies [c23a81c]
1790
+ - @mastra/core@0.9.1-alpha.6
1791
+
1792
+ ## 0.1.19-alpha.5
1793
+
1794
+ ### Patch Changes
1795
+
1796
+ - Updated dependencies [3e7b69d]
1797
+ - @mastra/core@0.9.1-alpha.5
1798
+
1799
+ ## 0.1.19-alpha.4
1800
+
1801
+ ### Patch Changes
1802
+
1803
+ - Updated dependencies [e4943b8]
1804
+ - Updated dependencies [479f490]
1805
+ - @mastra/core@0.9.1-alpha.4
1806
+
1807
+ ## 0.1.19-alpha.3
1808
+
1809
+ ### Patch Changes
1810
+
1811
+ - Updated dependencies [6262bd5]
1812
+ - @mastra/core@0.9.1-alpha.3
1813
+
1814
+ ## 0.1.19-alpha.2
1815
+
1816
+ ### Patch Changes
1817
+
1818
+ - Updated dependencies [405b63d]
1819
+ - Updated dependencies [61e92f5]
1820
+ - Updated dependencies [c71013a]
1821
+ - @mastra/core@0.9.1-alpha.2
1822
+
1823
+ ## 0.1.19-alpha.1
1824
+
1825
+ ### Patch Changes
1826
+
1827
+ - b50b9b7: Add vNext workflow to client-js
1828
+ - 11d4485: Show VNext workflows on the playground
1829
+ Show running status for step in vNext workflowState
1830
+ - Updated dependencies [20275d4]
1831
+ - Updated dependencies [7d1892c]
1832
+ - Updated dependencies [a90a082]
1833
+ - Updated dependencies [35955b0]
1834
+ - Updated dependencies [c1409ef]
1835
+ - Updated dependencies [11d4485]
1836
+ - Updated dependencies [2d4001d]
1837
+ - @mastra/core@0.9.1-alpha.1
1838
+
1839
+ ## 0.1.19-alpha.0
1840
+
1841
+ ### Patch Changes
1842
+
1843
+ - Updated dependencies [81fb7f6]
1844
+ - @mastra/core@0.9.1-alpha.0
1845
+
1846
+ ## 0.1.18
1847
+
1848
+ ### Patch Changes
1849
+
1850
+ - 2538066: Fix memory thread creation from client SDK
1851
+ - Updated dependencies [000a6d4]
1852
+ - Updated dependencies [08bb78e]
1853
+ - Updated dependencies [ed2f549]
1854
+ - Updated dependencies [7e92011]
1855
+ - Updated dependencies [9ee4293]
1856
+ - Updated dependencies [03f3cd0]
1857
+ - Updated dependencies [c0f22b4]
1858
+ - Updated dependencies [71d9444]
1859
+ - Updated dependencies [157c741]
1860
+ - Updated dependencies [8a8a73b]
1861
+ - Updated dependencies [0a033fa]
1862
+ - Updated dependencies [fe3ae4d]
1863
+ - Updated dependencies [9c26508]
1864
+ - Updated dependencies [0f4eae3]
1865
+ - Updated dependencies [16a8648]
1866
+ - Updated dependencies [6f92295]
1867
+ - @mastra/core@0.9.0
1868
+
1869
+ ## 0.1.18-alpha.8
1870
+
1871
+ ### Patch Changes
1872
+
1873
+ - 2538066: Fix memory thread creation from client SDK
1874
+ - Updated dependencies [000a6d4]
1875
+ - Updated dependencies [ed2f549]
1876
+ - Updated dependencies [c0f22b4]
1877
+ - Updated dependencies [0a033fa]
1878
+ - Updated dependencies [9c26508]
1879
+ - Updated dependencies [0f4eae3]
1880
+ - Updated dependencies [16a8648]
1881
+ - @mastra/core@0.9.0-alpha.8
1882
+
1883
+ ## 0.1.18-alpha.7
1884
+
1885
+ ### Patch Changes
1886
+
1887
+ - Updated dependencies [71d9444]
1888
+ - @mastra/core@0.9.0-alpha.7
1889
+
1890
+ ## 0.1.18-alpha.6
1891
+
1892
+ ### Patch Changes
1893
+
1894
+ - Updated dependencies [157c741]
1895
+ - @mastra/core@0.9.0-alpha.6
1896
+
1897
+ ## 0.1.18-alpha.5
1898
+
1899
+ ### Patch Changes
1900
+
1901
+ - Updated dependencies [08bb78e]
1902
+ - @mastra/core@0.9.0-alpha.5
1903
+
1904
+ ## 0.1.18-alpha.4
1905
+
1906
+ ### Patch Changes
1907
+
1908
+ - Updated dependencies [7e92011]
1909
+ - @mastra/core@0.9.0-alpha.4
1910
+
1911
+ ## 0.1.18-alpha.3
1912
+
1913
+ ### Patch Changes
1914
+
1915
+ - Updated dependencies [fe3ae4d]
1916
+ - @mastra/core@0.9.0-alpha.3
1917
+
1918
+ ## 0.1.18-alpha.2
1919
+
1920
+ ### Patch Changes
1921
+
1922
+ - Updated dependencies [9ee4293]
1923
+ - @mastra/core@0.8.4-alpha.2
1924
+
1925
+ ## 0.1.18-alpha.1
1926
+
1927
+ ### Patch Changes
1928
+
1929
+ - Updated dependencies [8a8a73b]
1930
+ - Updated dependencies [6f92295]
1931
+ - @mastra/core@0.8.4-alpha.1
1932
+
1933
+ ## 0.1.18-alpha.0
1934
+
1935
+ ### Patch Changes
1936
+
1937
+ - Updated dependencies [03f3cd0]
1938
+ - @mastra/core@0.8.4-alpha.0
1939
+
1940
+ ## 0.1.17
1941
+
1942
+ ### Patch Changes
1943
+
1944
+ - 37bb612: Add Elastic-2.0 licensing for packages
1945
+ - bc4acb3: updated traces to not be wrapped in traces object
1946
+ - Updated dependencies [d72318f]
1947
+ - Updated dependencies [0bcc862]
1948
+ - Updated dependencies [10a8caf]
1949
+ - Updated dependencies [359b089]
1950
+ - Updated dependencies [32e7b71]
1951
+ - Updated dependencies [37bb612]
1952
+ - Updated dependencies [7f1b291]
1953
+ - @mastra/core@0.8.3
1954
+
1955
+ ## 0.1.17-alpha.5
1956
+
1957
+ ### Patch Changes
1958
+
1959
+ - Updated dependencies [d72318f]
1960
+ - @mastra/core@0.8.3-alpha.5
1961
+
1962
+ ## 0.1.17-alpha.4
1963
+
1964
+ ### Patch Changes
1965
+
1966
+ - Updated dependencies [7f1b291]
1967
+ - @mastra/core@0.8.3-alpha.4
1968
+
1969
+ ## 0.1.17-alpha.3
1970
+
1971
+ ### Patch Changes
1972
+
1973
+ - Updated dependencies [10a8caf]
1974
+ - @mastra/core@0.8.3-alpha.3
1975
+
1976
+ ## 0.1.17-alpha.2
1977
+
1978
+ ### Patch Changes
1979
+
1980
+ - Updated dependencies [0bcc862]
1981
+ - @mastra/core@0.8.3-alpha.2
1982
+
1983
+ ## 0.1.17-alpha.1
1984
+
1985
+ ### Patch Changes
1986
+
1987
+ - 37bb612: Add Elastic-2.0 licensing for packages
1988
+ - bc4acb3: updated traces to not be wrapped in traces object
1989
+ - Updated dependencies [32e7b71]
1990
+ - Updated dependencies [37bb612]
1991
+ - @mastra/core@0.8.3-alpha.1
1992
+
1993
+ ## 0.1.17-alpha.0
1994
+
1995
+ ### Patch Changes
1996
+
1997
+ - Updated dependencies [359b089]
1998
+ - @mastra/core@0.8.3-alpha.0
1999
+
2000
+ ## 0.1.16
2001
+
2002
+ ### Patch Changes
2003
+
2004
+ - Updated dependencies [a06aadc]
2005
+ - @mastra/core@0.8.2
2006
+
2007
+ ## 0.1.16-alpha.0
2008
+
2009
+ ### Patch Changes
2010
+
2011
+ - Updated dependencies [a06aadc]
2012
+ - @mastra/core@0.8.2-alpha.0
2013
+
2014
+ ## 0.1.15
2015
+
2016
+ ### Patch Changes
2017
+
2018
+ - Updated dependencies [99e2998]
2019
+ - Updated dependencies [8fdb414]
2020
+ - @mastra/core@0.8.1
2021
+
2022
+ ## 0.1.15-alpha.0
2023
+
2024
+ ### Patch Changes
2025
+
2026
+ - Updated dependencies [99e2998]
2027
+ - Updated dependencies [8fdb414]
2028
+ - @mastra/core@0.8.1-alpha.0
2029
+
2030
+ ## 0.1.14
2031
+
2032
+ ### Patch Changes
2033
+
2034
+ - 055c4ea: Fix traces page showing e.reduce error
2035
+ - 789bef3: Make runId optional for workflow startAsync api
2036
+ - 8393832: Handle nested workflow view on workflow graph
2037
+ - 84fe241: Improve streaming of workflows
2038
+ - 5646a01: Fix parsing chunk in client-js workflow watch method sometimes failing, disrupting the stream process
2039
+ - bffd64f: Fix mastraClient CORS
2040
+ - 8076ecf: Unify workflow watch/start response
2041
+ - Updated dependencies [56c31b7]
2042
+ - Updated dependencies [619c39d]
2043
+ - Updated dependencies [5ae0180]
2044
+ - Updated dependencies [fe56be0]
2045
+ - Updated dependencies [93875ed]
2046
+ - Updated dependencies [107bcfe]
2047
+ - Updated dependencies [9bfa12b]
2048
+ - Updated dependencies [515ebfb]
2049
+ - Updated dependencies [5b4e19f]
2050
+ - Updated dependencies [dbbbf80]
2051
+ - Updated dependencies [a0967a0]
2052
+ - Updated dependencies [fca3b21]
2053
+ - Updated dependencies [88fa727]
2054
+ - Updated dependencies [f37f535]
2055
+ - Updated dependencies [a3f0e90]
2056
+ - Updated dependencies [4d67826]
2057
+ - Updated dependencies [6330967]
2058
+ - Updated dependencies [8393832]
2059
+ - Updated dependencies [6330967]
2060
+ - Updated dependencies [99d43b9]
2061
+ - Updated dependencies [d7e08e8]
2062
+ - Updated dependencies [febc8a6]
2063
+ - Updated dependencies [7599d77]
2064
+ - Updated dependencies [0118361]
2065
+ - Updated dependencies [619c39d]
2066
+ - Updated dependencies [cafae83]
2067
+ - Updated dependencies [8076ecf]
2068
+ - Updated dependencies [8df4a77]
2069
+ - Updated dependencies [304397c]
2070
+ - @mastra/core@0.8.0
2071
+
2072
+ ## 0.1.14-alpha.8
2073
+
2074
+ ### Patch Changes
2075
+
2076
+ - 055c4ea: Fix traces page showing e.reduce error
2077
+ - bffd64f: Fix mastraClient CORS
2078
+ - Updated dependencies [8df4a77]
2079
+ - @mastra/core@0.8.0-alpha.8
2080
+
2081
+ ## 0.1.14-alpha.7
2082
+
2083
+ ### Patch Changes
2084
+
2085
+ - Updated dependencies [febc8a6]
2086
+ - @mastra/core@0.8.0-alpha.7
2087
+
2088
+ ## 0.1.14-alpha.6
2089
+
2090
+ ### Patch Changes
2091
+
2092
+ - 5646a01: Fix parsing chunk in client-js workflow watch method sometimes failing, disrupting the stream process
2093
+ - Updated dependencies [a3f0e90]
2094
+ - @mastra/core@0.8.0-alpha.6
2095
+
2096
+ ## 0.1.14-alpha.5
2097
+
2098
+ ### Patch Changes
2099
+
2100
+ - Updated dependencies [93875ed]
2101
+ - @mastra/core@0.8.0-alpha.5
2102
+
2103
+ ## 0.1.14-alpha.4
2104
+
2105
+ ### Patch Changes
2106
+
2107
+ - Updated dependencies [d7e08e8]
2108
+ - @mastra/core@0.8.0-alpha.4
2109
+
2110
+ ## 0.1.14-alpha.3
2111
+
2112
+ ### Patch Changes
2113
+
2114
+ - 789bef3: Make runId optional for workflow startAsync api
2115
+ - 8393832: Handle nested workflow view on workflow graph
2116
+ - Updated dependencies [5ae0180]
2117
+ - Updated dependencies [9bfa12b]
2118
+ - Updated dependencies [515ebfb]
2119
+ - Updated dependencies [88fa727]
2120
+ - Updated dependencies [f37f535]
2121
+ - Updated dependencies [4d67826]
2122
+ - Updated dependencies [6330967]
2123
+ - Updated dependencies [8393832]
2124
+ - Updated dependencies [6330967]
2125
+ - @mastra/core@0.8.0-alpha.3
2126
+
2127
+ ## 0.1.14-alpha.2
2128
+
2129
+ ### Patch Changes
2130
+
2131
+ - 84fe241: Improve streaming of workflows
2132
+ - Updated dependencies [56c31b7]
2133
+ - Updated dependencies [dbbbf80]
2134
+ - Updated dependencies [99d43b9]
2135
+ - @mastra/core@0.8.0-alpha.2
2136
+
2137
+ ## 0.1.14-alpha.1
2138
+
2139
+ ### Patch Changes
2140
+
2141
+ - Updated dependencies [619c39d]
2142
+ - Updated dependencies [fe56be0]
2143
+ - Updated dependencies [a0967a0]
2144
+ - Updated dependencies [fca3b21]
2145
+ - Updated dependencies [0118361]
2146
+ - Updated dependencies [619c39d]
2147
+ - @mastra/core@0.8.0-alpha.1
2148
+
2149
+ ## 0.1.14-alpha.0
2150
+
2151
+ ### Patch Changes
2152
+
2153
+ - 8076ecf: Unify workflow watch/start response
2154
+ - Updated dependencies [107bcfe]
2155
+ - Updated dependencies [5b4e19f]
2156
+ - Updated dependencies [7599d77]
2157
+ - Updated dependencies [cafae83]
2158
+ - Updated dependencies [8076ecf]
2159
+ - Updated dependencies [304397c]
2160
+ - @mastra/core@0.7.1-alpha.0
2161
+
2162
+ ## 0.1.13
2163
+
2164
+ ### Patch Changes
2165
+
2166
+ - 0206617: Fix mastaClient cors error, remove default req headers
2167
+ - 160f88e: Leverage aiSDK processDataStream util in MastraClient
2168
+ - 3811029: Add identifying header
2169
+ - Updated dependencies [b4fbc59]
2170
+ - Updated dependencies [a838fde]
2171
+ - Updated dependencies [a8bd4cf]
2172
+ - Updated dependencies [7a3eeb0]
2173
+ - Updated dependencies [0b54522]
2174
+ - Updated dependencies [b3b34f5]
2175
+ - Updated dependencies [1af25d5]
2176
+ - Updated dependencies [a4686e8]
2177
+ - Updated dependencies [6530ad1]
2178
+ - Updated dependencies [27439ad]
2179
+ - @mastra/core@0.7.0
2180
+
2181
+ ## 0.1.13-alpha.3
2182
+
2183
+ ### Patch Changes
2184
+
2185
+ - 160f88e: Leverage aiSDK processDataStream util in MastraClient
2186
+ - Updated dependencies [b3b34f5]
2187
+ - Updated dependencies [a4686e8]
2188
+ - @mastra/core@0.7.0-alpha.3
2189
+
2190
+ ## 0.1.13-alpha.2
2191
+
2192
+ ### Patch Changes
2193
+
2194
+ - Updated dependencies [a838fde]
2195
+ - Updated dependencies [a8bd4cf]
2196
+ - Updated dependencies [7a3eeb0]
2197
+ - Updated dependencies [6530ad1]
2198
+ - @mastra/core@0.7.0-alpha.2
2199
+
2200
+ ## 0.1.13-alpha.1
2201
+
2202
+ ### Patch Changes
2203
+
2204
+ - Updated dependencies [0b54522]
2205
+ - Updated dependencies [1af25d5]
2206
+ - Updated dependencies [27439ad]
2207
+ - @mastra/core@0.7.0-alpha.1
2208
+
2209
+ ## 0.1.13-alpha.0
2210
+
2211
+ ### Patch Changes
2212
+
2213
+ - 0206617: Fix mastaClient cors error, remove default req headers
2214
+ - 3811029: Add identifying header
2215
+ - Updated dependencies [b4fbc59]
2216
+ - @mastra/core@0.6.5-alpha.0
2217
+
2218
+ ## 0.1.12
2219
+
2220
+ ### Patch Changes
2221
+
2222
+ - 05ef3e0: Support voice for mastra client
2223
+ - 248cb07: Allow ai-sdk Message type for messages in agent generate and stream
2224
+ Fix sidebar horizontal overflow in playground
2225
+ - Updated dependencies [6794797]
2226
+ - Updated dependencies [fb68a80]
2227
+ - Updated dependencies [b56a681]
2228
+ - Updated dependencies [248cb07]
2229
+ - @mastra/core@0.6.4
2230
+
2231
+ ## 0.1.12-alpha.1
2232
+
2233
+ ### Patch Changes
2234
+
2235
+ - Updated dependencies [6794797]
2236
+ - @mastra/core@0.6.4-alpha.1
2237
+
2238
+ ## 0.1.12-alpha.0
2239
+
2240
+ ### Patch Changes
2241
+
2242
+ - 05ef3e0: Support voice for mastra client
2243
+ - 248cb07: Allow ai-sdk Message type for messages in agent generate and stream
2244
+ Fix sidebar horizontal overflow in playground
2245
+ - Updated dependencies [fb68a80]
2246
+ - Updated dependencies [b56a681]
2247
+ - Updated dependencies [248cb07]
2248
+ - @mastra/core@0.6.4-alpha.0
2249
+
2250
+ ## 0.1.11
2251
+
2252
+ ### Patch Changes
2253
+
2254
+ - 404640e: AgentNetwork changeset
2255
+ - Updated dependencies [404640e]
2256
+ - Updated dependencies [3bce733]
2257
+ - @mastra/core@0.6.3
2258
+
2259
+ ## 0.1.11-alpha.1
2260
+
2261
+ ### Patch Changes
2262
+
2263
+ - Updated dependencies [3bce733]
2264
+ - @mastra/core@0.6.3-alpha.1
2265
+
2266
+ ## 0.1.11-alpha.0
2267
+
2268
+ ### Patch Changes
2269
+
2270
+ - 404640e: AgentNetwork changeset
2271
+ - Updated dependencies [404640e]
2272
+ - @mastra/core@0.6.3-alpha.0
2273
+
2274
+ ## 0.1.10
2275
+
2276
+ ### Patch Changes
2277
+
2278
+ - Updated dependencies [beaf1c2]
2279
+ - Updated dependencies [3084e13]
2280
+ - @mastra/core@0.6.2
2281
+
2282
+ ## 0.1.10-alpha.0
2283
+
2284
+ ### Patch Changes
2285
+
2286
+ - Updated dependencies [beaf1c2]
2287
+ - Updated dependencies [3084e13]
2288
+ - @mastra/core@0.6.2-alpha.0
2289
+
2290
+ ## 0.1.9
2291
+
2292
+ ### Patch Changes
2293
+
2294
+ - 0850b4c: Watch and resume per run
2295
+ - 4356859: Bump types from core so it can pass instructions optionally
2296
+ - Updated dependencies [fc2f89c]
2297
+ - Updated dependencies [dfbb131]
2298
+ - Updated dependencies [f4854ee]
2299
+ - Updated dependencies [afaf73f]
2300
+ - Updated dependencies [0850b4c]
2301
+ - Updated dependencies [7bcfaee]
2302
+ - Updated dependencies [44631b1]
2303
+ - Updated dependencies [9116d70]
2304
+ - Updated dependencies [6e559a0]
2305
+ - Updated dependencies [5f43505]
2306
+ - @mastra/core@0.6.1
2307
+
2308
+ ## 0.1.9-alpha.2
2309
+
2310
+ ### Patch Changes
2311
+
2312
+ - 0850b4c: Watch and resume per run
2313
+ - Updated dependencies [fc2f89c]
2314
+ - Updated dependencies [dfbb131]
2315
+ - Updated dependencies [0850b4c]
2316
+ - Updated dependencies [9116d70]
2317
+ - @mastra/core@0.6.1-alpha.2
2318
+
2319
+ ## 0.1.9-alpha.1
2320
+
2321
+ ### Patch Changes
2322
+
2323
+ - 4356859: Bump types from core so it can pass instructions optionally
2324
+ - Updated dependencies [f4854ee]
2325
+ - Updated dependencies [afaf73f]
2326
+ - Updated dependencies [44631b1]
2327
+ - Updated dependencies [6e559a0]
2328
+ - Updated dependencies [5f43505]
2329
+ - @mastra/core@0.6.1-alpha.1
2330
+
2331
+ ## 0.1.9-alpha.0
2332
+
2333
+ ### Patch Changes
2334
+
2335
+ - Updated dependencies [7bcfaee]
2336
+ - @mastra/core@0.6.1-alpha.0
2337
+
2338
+ ## 0.1.8
2339
+
2340
+ ### Patch Changes
2341
+
2342
+ - Updated dependencies [16b98d9]
2343
+ - Updated dependencies [1c8cda4]
2344
+ - Updated dependencies [95b4144]
2345
+ - Updated dependencies [3729dbd]
2346
+ - Updated dependencies [c2144f4]
2347
+ - @mastra/core@0.6.0
2348
+
2349
+ ## 0.1.8-alpha.1
2350
+
2351
+ ### Patch Changes
2352
+
2353
+ - Updated dependencies [16b98d9]
2354
+ - Updated dependencies [1c8cda4]
2355
+ - Updated dependencies [95b4144]
2356
+ - Updated dependencies [c2144f4]
2357
+ - @mastra/core@0.6.0-alpha.1
2358
+
2359
+ ## 0.1.8-alpha.0
2360
+
2361
+ ### Patch Changes
2362
+
2363
+ - Updated dependencies [3729dbd]
2364
+ - @mastra/core@0.5.1-alpha.0
2365
+
2366
+ ## 0.1.7
2367
+
2368
+ ### Patch Changes
2369
+
2370
+ - 960690d: Improve client-js workflow watch dx
2371
+ - 8deb34c: Better workflow watch api + watch workflow by runId
2372
+ - fd4a1d7: Update cjs bundling to make sure files are split
2373
+ - Updated dependencies [a910463]
2374
+ - Updated dependencies [59df7b6]
2375
+ - Updated dependencies [22643eb]
2376
+ - Updated dependencies [6feb23f]
2377
+ - Updated dependencies [f2d6727]
2378
+ - Updated dependencies [7a7a547]
2379
+ - Updated dependencies [29f3a82]
2380
+ - Updated dependencies [3d0e290]
2381
+ - Updated dependencies [e9fbac5]
2382
+ - Updated dependencies [301e4ee]
2383
+ - Updated dependencies [ee667a2]
2384
+ - Updated dependencies [dfbe4e9]
2385
+ - Updated dependencies [dab255b]
2386
+ - Updated dependencies [1e8bcbc]
2387
+ - Updated dependencies [f6678e4]
2388
+ - Updated dependencies [9e81f35]
2389
+ - Updated dependencies [c93798b]
2390
+ - Updated dependencies [a85ab24]
2391
+ - Updated dependencies [dbd9f2d]
2392
+ - Updated dependencies [59df7b6]
2393
+ - Updated dependencies [caefaa2]
2394
+ - Updated dependencies [c151ae6]
2395
+ - Updated dependencies [52e0418]
2396
+ - Updated dependencies [d79aedf]
2397
+ - Updated dependencies [03236ec]
2398
+ - Updated dependencies [3764e71]
2399
+ - Updated dependencies [df982db]
2400
+ - Updated dependencies [a171b37]
2401
+ - Updated dependencies [506f1d5]
2402
+ - Updated dependencies [02ffb7b]
2403
+ - Updated dependencies [0461849]
2404
+ - Updated dependencies [2259379]
2405
+ - Updated dependencies [aeb5e36]
2406
+ - Updated dependencies [f2301de]
2407
+ - Updated dependencies [358f069]
2408
+ - Updated dependencies [fd4a1d7]
2409
+ - Updated dependencies [c139344]
2410
+ - @mastra/core@0.5.0
2411
+
2412
+ ## 0.1.7-alpha.12
2413
+
2414
+ ### Patch Changes
2415
+
2416
+ - Updated dependencies [a85ab24]
2417
+ - @mastra/core@0.5.0-alpha.12
2418
+
2419
+ ## 0.1.7-alpha.11
2420
+
2421
+ ### Patch Changes
2422
+
2423
+ - 8deb34c: Better workflow watch api + watch workflow by runId
2424
+ - fd4a1d7: Update cjs bundling to make sure files are split
2425
+ - Updated dependencies [7a7a547]
2426
+ - Updated dependencies [c93798b]
2427
+ - Updated dependencies [dbd9f2d]
2428
+ - Updated dependencies [a171b37]
2429
+ - Updated dependencies [fd4a1d7]
2430
+ - @mastra/core@0.5.0-alpha.11
2431
+
2432
+ ## 0.1.7-alpha.10
2433
+
2434
+ ### Patch Changes
2435
+
2436
+ - Updated dependencies [a910463]
2437
+ - @mastra/core@0.5.0-alpha.10
2438
+
2439
+ ## 0.1.7-alpha.9
2440
+
2441
+ ### Patch Changes
2442
+
2443
+ - Updated dependencies [e9fbac5]
2444
+ - Updated dependencies [1e8bcbc]
2445
+ - Updated dependencies [aeb5e36]
2446
+ - Updated dependencies [f2301de]
2447
+ - @mastra/core@0.5.0-alpha.9
2448
+
2449
+ ## 0.1.7-alpha.8
2450
+
2451
+ ### Patch Changes
2452
+
2453
+ - Updated dependencies [506f1d5]
2454
+ - @mastra/core@0.5.0-alpha.8
2455
+
2456
+ ## 0.1.7-alpha.7
2457
+
2458
+ ### Patch Changes
2459
+
2460
+ - Updated dependencies [ee667a2]
2461
+ - @mastra/core@0.5.0-alpha.7
2462
+
2463
+ ## 0.1.7-alpha.6
2464
+
2465
+ ### Patch Changes
2466
+
2467
+ - Updated dependencies [f6678e4]
2468
+ - @mastra/core@0.5.0-alpha.6
2469
+
2470
+ ## 0.1.7-alpha.5
2471
+
2472
+ ### Patch Changes
2473
+
2474
+ - Updated dependencies [22643eb]
2475
+ - Updated dependencies [6feb23f]
2476
+ - Updated dependencies [f2d6727]
2477
+ - Updated dependencies [301e4ee]
2478
+ - Updated dependencies [dfbe4e9]
2479
+ - Updated dependencies [9e81f35]
2480
+ - Updated dependencies [caefaa2]
2481
+ - Updated dependencies [c151ae6]
2482
+ - Updated dependencies [52e0418]
2483
+ - Updated dependencies [03236ec]
2484
+ - Updated dependencies [3764e71]
2485
+ - Updated dependencies [df982db]
2486
+ - Updated dependencies [0461849]
2487
+ - Updated dependencies [2259379]
2488
+ - Updated dependencies [358f069]
2489
+ - @mastra/core@0.5.0-alpha.5
2490
+
2491
+ ## 0.1.7-alpha.4
2492
+
2493
+ ### Patch Changes
2494
+
2495
+ - Updated dependencies [d79aedf]
2496
+ - @mastra/core@0.5.0-alpha.4
2497
+
2498
+ ## 0.1.7-alpha.3
2499
+
2500
+ ### Patch Changes
2501
+
2502
+ - Updated dependencies [3d0e290]
2503
+ - @mastra/core@0.5.0-alpha.3
2504
+
2505
+ ## 0.1.7-alpha.2
2506
+
2507
+ ### Patch Changes
2508
+
2509
+ - Updated dependencies [02ffb7b]
2510
+ - @mastra/core@0.5.0-alpha.2
2511
+
2512
+ ## 0.1.7-alpha.1
2513
+
2514
+ ### Patch Changes
2515
+
2516
+ - Updated dependencies [dab255b]
2517
+ - @mastra/core@0.5.0-alpha.1
2518
+
2519
+ ## 0.1.7-alpha.0
2520
+
2521
+ ### Patch Changes
2522
+
2523
+ - 960690d: Improve client-js workflow watch dx
2524
+ - Updated dependencies [59df7b6]
2525
+ - Updated dependencies [29f3a82]
2526
+ - Updated dependencies [59df7b6]
2527
+ - Updated dependencies [c139344]
2528
+ - @mastra/core@0.5.0-alpha.0
2529
+
2530
+ ## 0.1.6
2531
+
2532
+ ### Patch Changes
2533
+
2534
+ - Updated dependencies [1da20e7]
2535
+ - @mastra/core@0.4.4
2536
+
2537
+ ## 0.1.6-alpha.0
2538
+
2539
+ ### Patch Changes
2540
+
2541
+ - Updated dependencies [1da20e7]
2542
+ - @mastra/core@0.4.4-alpha.0
2543
+
2544
+ ## 0.1.5
2545
+
2546
+ ### Patch Changes
2547
+
2548
+ - 0d25b75: Add all agent stream,generate option to cliend-js sdk
2549
+ - 7a64aff: Add more types to client-js sdk
2550
+ - bb4f447: Add support for commonjs
2551
+ - Updated dependencies [0d185b1]
2552
+ - Updated dependencies [ed55f1d]
2553
+ - Updated dependencies [06aa827]
2554
+ - Updated dependencies [0fd78ac]
2555
+ - Updated dependencies [2512a93]
2556
+ - Updated dependencies [e62de74]
2557
+ - Updated dependencies [0d25b75]
2558
+ - Updated dependencies [fd14a3f]
2559
+ - Updated dependencies [8d13b14]
2560
+ - Updated dependencies [3f369a2]
2561
+ - Updated dependencies [3ee4831]
2562
+ - Updated dependencies [4d4e1e1]
2563
+ - Updated dependencies [bb4f447]
2564
+ - Updated dependencies [108793c]
2565
+ - Updated dependencies [5f28f44]
2566
+ - Updated dependencies [dabecf4]
2567
+ - @mastra/core@0.4.3
2568
+
2569
+ ## 0.1.5-alpha.4
2570
+
2571
+ ### Patch Changes
2572
+
2573
+ - Updated dependencies [dabecf4]
2574
+ - @mastra/core@0.4.3-alpha.4
2575
+
2576
+ ## 0.1.5-alpha.3
2577
+
2578
+ ### Patch Changes
2579
+
2580
+ - 0d25b75: Add all agent stream,generate option to cliend-js sdk
2581
+ - 7a64aff: Add more types to client-js sdk
2582
+ - bb4f447: Add support for commonjs
2583
+ - Updated dependencies [0fd78ac]
2584
+ - Updated dependencies [0d25b75]
2585
+ - Updated dependencies [fd14a3f]
2586
+ - Updated dependencies [3f369a2]
2587
+ - Updated dependencies [4d4e1e1]
2588
+ - Updated dependencies [bb4f447]
2589
+ - @mastra/core@0.4.3-alpha.3
2590
+
2591
+ ## 0.1.5-alpha.2
2592
+
2593
+ ### Patch Changes
2594
+
2595
+ - Updated dependencies [2512a93]
2596
+ - Updated dependencies [e62de74]
2597
+ - @mastra/core@0.4.3-alpha.2
2598
+
2599
+ ## 0.1.5-alpha.1
2600
+
2601
+ ### Patch Changes
2602
+
2603
+ - Updated dependencies [0d185b1]
2604
+ - Updated dependencies [ed55f1d]
2605
+ - Updated dependencies [8d13b14]
2606
+ - Updated dependencies [3ee4831]
2607
+ - Updated dependencies [108793c]
2608
+ - Updated dependencies [5f28f44]
2609
+ - @mastra/core@0.4.3-alpha.1
2610
+
2611
+ ## 0.1.5-alpha.0
2612
+
2613
+ ### Patch Changes
2614
+
2615
+ - Updated dependencies [06aa827]
2616
+ - @mastra/core@0.4.3-alpha.0
2617
+
2618
+ ## 0.1.4
4
2619
 
5
2620
  ### Patch Changes
6
2621
 
7
2622
  - Updated dependencies [7fceae1]
2623
+ - Updated dependencies [8d94c3e]
2624
+ - Updated dependencies [99dcdb5]
2625
+ - Updated dependencies [6cb63e0]
8
2626
  - Updated dependencies [f626fbb]
9
- - Updated dependencies [8db2a28]
10
- - @mastra/core@0.0.0-storage-20250225005900
2627
+ - Updated dependencies [e752340]
2628
+ - Updated dependencies [eb91535]
2629
+ - @mastra/core@0.4.2
2630
+
2631
+ ## 0.1.4-alpha.2
2632
+
2633
+ ### Patch Changes
2634
+
2635
+ - Updated dependencies [8d94c3e]
2636
+ - Updated dependencies [99dcdb5]
2637
+ - Updated dependencies [e752340]
2638
+ - Updated dependencies [eb91535]
2639
+ - @mastra/core@0.4.2-alpha.2
2640
+
2641
+ ## 0.1.4-alpha.1
2642
+
2643
+ ### Patch Changes
2644
+
2645
+ - Updated dependencies [6cb63e0]
2646
+ - @mastra/core@0.4.2-alpha.1
11
2647
 
12
2648
  ## 0.1.4-alpha.0
13
2649