@mastra/client-js 0.0.0-commonjs-20250227130920 → 0.0.0-configure-project-root-for-private-packages-20250919100548

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 (72) hide show
  1. package/CHANGELOG.md +2818 -4
  2. package/LICENSE.md +15 -0
  3. package/README.md +12 -10
  4. package/dist/client.d.ts +273 -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 +3059 -84
  9. package/dist/index.cjs.map +1 -0
  10. package/dist/index.d.ts +5 -405
  11. package/dist/index.d.ts.map +1 -0
  12. package/dist/index.js +3055 -86
  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 +160 -0
  17. package/dist/resources/agent-builder.d.ts.map +1 -0
  18. package/dist/resources/agent.d.ts +175 -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 +12 -0
  23. package/dist/resources/index.d.ts.map +1 -0
  24. package/dist/resources/legacy-workflow.d.ts +90 -0
  25. package/dist/resources/legacy-workflow.d.ts.map +1 -0
  26. package/dist/resources/mcp-tool.d.ts +28 -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/observability.d.ts +19 -0
  33. package/dist/resources/observability.d.ts.map +1 -0
  34. package/dist/resources/tool.d.ts +24 -0
  35. package/dist/resources/tool.d.ts.map +1 -0
  36. package/dist/resources/vNextNetwork.d.ts +43 -0
  37. package/dist/resources/vNextNetwork.d.ts.map +1 -0
  38. package/dist/resources/vector.d.ts +51 -0
  39. package/dist/resources/vector.d.ts.map +1 -0
  40. package/dist/resources/workflow.d.ts +254 -0
  41. package/dist/resources/workflow.d.ts.map +1 -0
  42. package/dist/tools.d.ts +22 -0
  43. package/dist/tools.d.ts.map +1 -0
  44. package/dist/types.d.ts +460 -0
  45. package/dist/types.d.ts.map +1 -0
  46. package/dist/utils/index.d.ts +5 -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 +11 -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 +40 -17
  55. package/.turbo/turbo-build.log +0 -19
  56. package/LICENSE +0 -44
  57. package/dist/index.d.cts +0 -405
  58. package/eslint.config.js +0 -6
  59. package/src/client.ts +0 -205
  60. package/src/example.ts +0 -43
  61. package/src/index.test.ts +0 -597
  62. package/src/index.ts +0 -2
  63. package/src/resources/agent.ts +0 -116
  64. package/src/resources/base.ts +0 -68
  65. package/src/resources/index.ts +0 -6
  66. package/src/resources/memory-thread.ts +0 -60
  67. package/src/resources/tool.ts +0 -32
  68. package/src/resources/vector.ts +0 -83
  69. package/src/resources/workflow.ts +0 -68
  70. package/src/types.ts +0 -163
  71. package/tsconfig.json +0 -5
  72. package/vitest.config.js +0 -8
package/CHANGELOG.md CHANGED
@@ -1,17 +1,2831 @@
1
1
  # @mastra/client-js
2
2
 
3
- ## 0.0.0-commonjs-20250227130920
3
+ ## 0.0.0-configure-project-root-for-private-packages-20250919100548
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 4a712fc: Add support for commonjs
7
+ - fix: result object type inference when using structuredOutput and unify output/structuredOutput types with single OUTPUT generic ([#7969](https://github.com/mastra-ai/mastra/pull/7969))
8
+
9
+ - Updated dependencies [[`a61f23f`](https://github.com/mastra-ai/mastra/commit/a61f23fbbca4b88b763d94f1d784c47895ed72d7)]:
10
+ - @mastra/core@0.0.0-configure-project-root-for-private-packages-20250919100548
11
+
12
+ ## 0.13.1
13
+
14
+ ### Patch Changes
15
+
16
+ - fix workflow resuming issue in the playground ([#7988](https://github.com/mastra-ai/mastra/pull/7988))
17
+
18
+ - Updated dependencies [[`fd00e63`](https://github.com/mastra-ai/mastra/commit/fd00e63759cbcca3473c40cac9843280b0557cff), [`ab610f6`](https://github.com/mastra-ai/mastra/commit/ab610f6f41dbfe6c9502368671485ca7a0aac09b), [`e6bda5f`](https://github.com/mastra-ai/mastra/commit/e6bda5f954ee8493ea18adc1a883f0a5b785ad9b)]:
19
+ - @mastra/core@0.17.1
20
+
21
+ ## 0.13.1-alpha.0
22
+
23
+ ### Patch Changes
24
+
25
+ - fix workflow resuming issue in the playground ([#7988](https://github.com/mastra-ai/mastra/pull/7988))
26
+
27
+ - Updated dependencies [[`fd00e63`](https://github.com/mastra-ai/mastra/commit/fd00e63759cbcca3473c40cac9843280b0557cff), [`ab610f6`](https://github.com/mastra-ai/mastra/commit/ab610f6f41dbfe6c9502368671485ca7a0aac09b), [`e6bda5f`](https://github.com/mastra-ai/mastra/commit/e6bda5f954ee8493ea18adc1a883f0a5b785ad9b)]:
28
+ - @mastra/core@0.17.1-alpha.0
29
+
30
+ ## 0.13.0
31
+
32
+ ### Minor Changes
33
+
34
+ - Remove original AgentNetwork ([#7919](https://github.com/mastra-ai/mastra/pull/7919))
35
+
36
+ - Fully deprecated createRun (now throws an error) in favour of createRunAsync ([#7897](https://github.com/mastra-ai/mastra/pull/7897))
37
+
38
+ ### Patch Changes
39
+
40
+ - clean up console logs in monorepo ([#7926](https://github.com/mastra-ai/mastra/pull/7926))
41
+
42
+ - Update peerdep of @mastra/core ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
43
+
44
+ - Resumable streams ([#7949](https://github.com/mastra-ai/mastra/pull/7949))
45
+
46
+ - Playground ui -pass runtimeContext to client SDK get methods ([#7767](https://github.com/mastra-ai/mastra/pull/7767))
47
+
48
+ - Improve client-js SDK agent and workflow APIs ([#7592](https://github.com/mastra-ai/mastra/pull/7592))
49
+
50
+ - Dedicated client-js SDK createTool without server dependencies ([#7781](https://github.com/mastra-ai/mastra/pull/7781))
51
+
52
+ - Update package.json and README ([#7886](https://github.com/mastra-ai/mastra/pull/7886))
53
+
54
+ - Updated dependencies [[`197cbb2`](https://github.com/mastra-ai/mastra/commit/197cbb248fc8cb4bbf61bf70b770f1388b445df2), [`a1bb887`](https://github.com/mastra-ai/mastra/commit/a1bb887e8bfae44230f487648da72e96ef824561), [`6590763`](https://github.com/mastra-ai/mastra/commit/65907630ef4bf4127067cecd1cb21b56f55d5f1b), [`fb84c21`](https://github.com/mastra-ai/mastra/commit/fb84c21859d09bdc8f158bd5412bdc4b5835a61c), [`5802bf5`](https://github.com/mastra-ai/mastra/commit/5802bf57f6182e4b67c28d7d91abed349a8d14f3), [`5bda53a`](https://github.com/mastra-ai/mastra/commit/5bda53a9747bfa7d876d754fc92c83a06e503f62), [`c2eade3`](https://github.com/mastra-ai/mastra/commit/c2eade3508ef309662f065e5f340d7840295dd53), [`f26a8fd`](https://github.com/mastra-ai/mastra/commit/f26a8fd99fcb0497a5d86c28324430d7f6a5fb83), [`222965a`](https://github.com/mastra-ai/mastra/commit/222965a98ce8197b86673ec594244650b5960257), [`6047778`](https://github.com/mastra-ai/mastra/commit/6047778e501df460648f31decddf8e443f36e373), [`a0f5f1c`](https://github.com/mastra-ai/mastra/commit/a0f5f1ca39c3c5c6d26202e9fcab986b4fe14568), [`9d4fc09`](https://github.com/mastra-ai/mastra/commit/9d4fc09b2ad55caa7738c7ceb3a905e454f74cdd), [`05c7abf`](https://github.com/mastra-ai/mastra/commit/05c7abfe105a015b7760c9bf33ff4419727502a0), [`0324ceb`](https://github.com/mastra-ai/mastra/commit/0324ceb8af9d16c12a531f90e575f6aab797ac81), [`d75ccf0`](https://github.com/mastra-ai/mastra/commit/d75ccf06dfd2582b916aa12624e3cd61b279edf1), [`0f9d227`](https://github.com/mastra-ai/mastra/commit/0f9d227890a98db33865abbea39daf407cd55ef7), [`b356f5f`](https://github.com/mastra-ai/mastra/commit/b356f5f7566cb3edb755d91f00b72fc1420b2a37), [`de056a0`](https://github.com/mastra-ai/mastra/commit/de056a02cbb43f6aa0380ab2150ea404af9ec0dd), [`f5ce05f`](https://github.com/mastra-ai/mastra/commit/f5ce05f831d42c69559bf4c0fdb46ccb920fc3a3), [`60c9cec`](https://github.com/mastra-ai/mastra/commit/60c9cec7048a79a87440f7840c383875bd710d93), [`c93532a`](https://github.com/mastra-ai/mastra/commit/c93532a340b80e4dd946d4c138d9381de5f70399), [`6cb1fcb`](https://github.com/mastra-ai/mastra/commit/6cb1fcbc8d0378ffed0d17784c96e68f30cb0272), [`aee4f00`](https://github.com/mastra-ai/mastra/commit/aee4f00e61e1a42e81a6d74ff149dbe69e32695a), [`9f6f30f`](https://github.com/mastra-ai/mastra/commit/9f6f30f04ec6648bbca798ea8aad59317c40d8db), [`547c621`](https://github.com/mastra-ai/mastra/commit/547c62104af3f7a551b3754e9cbdf0a3fbba15e4), [`897995e`](https://github.com/mastra-ai/mastra/commit/897995e630d572fe2891e7ede817938cabb43251), [`0fed8f2`](https://github.com/mastra-ai/mastra/commit/0fed8f2aa84b167b3415ea6f8f70755775132c8d), [`4f9ea8c`](https://github.com/mastra-ai/mastra/commit/4f9ea8c95ea74ba9abbf3b2ab6106c7d7bc45689), [`1a1fbe6`](https://github.com/mastra-ai/mastra/commit/1a1fbe66efb7d94abc373ed0dd9676adb8122454), [`d706fad`](https://github.com/mastra-ai/mastra/commit/d706fad6e6e4b72357b18d229ba38e6c913c0e70), [`87fd07f`](https://github.com/mastra-ai/mastra/commit/87fd07ff35387a38728967163460231b5d33ae3b), [`5c3768f`](https://github.com/mastra-ai/mastra/commit/5c3768fa959454232ad76715c381f4aac00c6881), [`2685a78`](https://github.com/mastra-ai/mastra/commit/2685a78f224b8b04e20d4fab5ac1adb638190071), [`36f39c0`](https://github.com/mastra-ai/mastra/commit/36f39c00dc794952dc3c11aab91c2fa8bca74b11), [`239b5a4`](https://github.com/mastra-ai/mastra/commit/239b5a497aeae2e8b4d764f46217cfff2284788e), [`8a3f5e4`](https://github.com/mastra-ai/mastra/commit/8a3f5e4212ec36b302957deb4bd47005ab598382)]:
55
+ - @mastra/core@0.17.0
56
+
57
+ ## 0.13.0-alpha.8
58
+
59
+ ### Patch Changes
60
+
61
+ - Updated dependencies [[`05c7abf`](https://github.com/mastra-ai/mastra/commit/05c7abfe105a015b7760c9bf33ff4419727502a0), [`aee4f00`](https://github.com/mastra-ai/mastra/commit/aee4f00e61e1a42e81a6d74ff149dbe69e32695a)]:
62
+ - @mastra/core@0.17.0-alpha.8
63
+
64
+ ## 0.13.0-alpha.7
65
+
66
+ ### Patch Changes
67
+
68
+ - Updated dependencies [[`4f9ea8c`](https://github.com/mastra-ai/mastra/commit/4f9ea8c95ea74ba9abbf3b2ab6106c7d7bc45689)]:
69
+ - @mastra/core@0.17.0-alpha.7
70
+
71
+ ## 0.13.0-alpha.6
72
+
73
+ ### Minor Changes
74
+
75
+ - Remove original AgentNetwork ([#7919](https://github.com/mastra-ai/mastra/pull/7919))
76
+
77
+ ### Patch Changes
78
+
79
+ - clean up console logs in monorepo ([#7926](https://github.com/mastra-ai/mastra/pull/7926))
80
+
81
+ - Resumable streams ([#7949](https://github.com/mastra-ai/mastra/pull/7949))
82
+
83
+ - Updated dependencies [[`197cbb2`](https://github.com/mastra-ai/mastra/commit/197cbb248fc8cb4bbf61bf70b770f1388b445df2), [`6590763`](https://github.com/mastra-ai/mastra/commit/65907630ef4bf4127067cecd1cb21b56f55d5f1b), [`c2eade3`](https://github.com/mastra-ai/mastra/commit/c2eade3508ef309662f065e5f340d7840295dd53), [`222965a`](https://github.com/mastra-ai/mastra/commit/222965a98ce8197b86673ec594244650b5960257), [`0324ceb`](https://github.com/mastra-ai/mastra/commit/0324ceb8af9d16c12a531f90e575f6aab797ac81), [`0f9d227`](https://github.com/mastra-ai/mastra/commit/0f9d227890a98db33865abbea39daf407cd55ef7), [`de056a0`](https://github.com/mastra-ai/mastra/commit/de056a02cbb43f6aa0380ab2150ea404af9ec0dd), [`c93532a`](https://github.com/mastra-ai/mastra/commit/c93532a340b80e4dd946d4c138d9381de5f70399), [`6cb1fcb`](https://github.com/mastra-ai/mastra/commit/6cb1fcbc8d0378ffed0d17784c96e68f30cb0272), [`2685a78`](https://github.com/mastra-ai/mastra/commit/2685a78f224b8b04e20d4fab5ac1adb638190071), [`239b5a4`](https://github.com/mastra-ai/mastra/commit/239b5a497aeae2e8b4d764f46217cfff2284788e)]:
84
+ - @mastra/core@0.17.0-alpha.6
85
+
86
+ ## 0.13.0-alpha.5
87
+
88
+ ### Patch Changes
89
+
90
+ - Updated dependencies [[`6047778`](https://github.com/mastra-ai/mastra/commit/6047778e501df460648f31decddf8e443f36e373)]:
91
+ - @mastra/core@0.17.0-alpha.5
92
+
93
+ ## 0.13.0-alpha.4
94
+
95
+ ### Minor Changes
96
+
97
+ - Fully deprecated createRun (now throws an error) in favour of createRunAsync ([#7897](https://github.com/mastra-ai/mastra/pull/7897))
98
+
99
+ ### Patch Changes
100
+
101
+ - Update package.json and README ([#7886](https://github.com/mastra-ai/mastra/pull/7886))
102
+
103
+ - Updated dependencies [[`fb84c21`](https://github.com/mastra-ai/mastra/commit/fb84c21859d09bdc8f158bd5412bdc4b5835a61c), [`9d4fc09`](https://github.com/mastra-ai/mastra/commit/9d4fc09b2ad55caa7738c7ceb3a905e454f74cdd), [`d75ccf0`](https://github.com/mastra-ai/mastra/commit/d75ccf06dfd2582b916aa12624e3cd61b279edf1), [`0fed8f2`](https://github.com/mastra-ai/mastra/commit/0fed8f2aa84b167b3415ea6f8f70755775132c8d), [`87fd07f`](https://github.com/mastra-ai/mastra/commit/87fd07ff35387a38728967163460231b5d33ae3b)]:
104
+ - @mastra/core@0.17.0-alpha.4
105
+
106
+ ## 0.12.4-alpha.3
107
+
108
+ ### Patch Changes
109
+
110
+ - Update peerdep of @mastra/core ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
111
+
112
+ - Updated dependencies [[`a1bb887`](https://github.com/mastra-ai/mastra/commit/a1bb887e8bfae44230f487648da72e96ef824561), [`a0f5f1c`](https://github.com/mastra-ai/mastra/commit/a0f5f1ca39c3c5c6d26202e9fcab986b4fe14568), [`b356f5f`](https://github.com/mastra-ai/mastra/commit/b356f5f7566cb3edb755d91f00b72fc1420b2a37), [`f5ce05f`](https://github.com/mastra-ai/mastra/commit/f5ce05f831d42c69559bf4c0fdb46ccb920fc3a3), [`9f6f30f`](https://github.com/mastra-ai/mastra/commit/9f6f30f04ec6648bbca798ea8aad59317c40d8db), [`d706fad`](https://github.com/mastra-ai/mastra/commit/d706fad6e6e4b72357b18d229ba38e6c913c0e70), [`5c3768f`](https://github.com/mastra-ai/mastra/commit/5c3768fa959454232ad76715c381f4aac00c6881), [`8a3f5e4`](https://github.com/mastra-ai/mastra/commit/8a3f5e4212ec36b302957deb4bd47005ab598382)]:
113
+ - @mastra/core@0.17.0-alpha.3
114
+
115
+ ## 0.12.4-alpha.2
116
+
117
+ ### Patch Changes
118
+
119
+ - Updated dependencies [[`60c9cec`](https://github.com/mastra-ai/mastra/commit/60c9cec7048a79a87440f7840c383875bd710d93), [`897995e`](https://github.com/mastra-ai/mastra/commit/897995e630d572fe2891e7ede817938cabb43251)]:
120
+ - @mastra/core@0.16.4-alpha.2
121
+
122
+ ## 0.12.4-alpha.1
123
+
124
+ ### Patch Changes
125
+
126
+ - Updated dependencies [[`547c621`](https://github.com/mastra-ai/mastra/commit/547c62104af3f7a551b3754e9cbdf0a3fbba15e4)]:
127
+ - @mastra/core@0.16.4-alpha.1
128
+
129
+ ## 0.12.4-alpha.0
130
+
131
+ ### Patch Changes
132
+
133
+ - Playground ui -pass runtimeContext to client SDK get methods ([#7767](https://github.com/mastra-ai/mastra/pull/7767))
134
+
135
+ - Improve client-js SDK agent and workflow APIs ([#7592](https://github.com/mastra-ai/mastra/pull/7592))
136
+
137
+ - Dedicated client-js SDK createTool without server dependencies ([#7781](https://github.com/mastra-ai/mastra/pull/7781))
138
+
139
+ - Updated dependencies [[`5802bf5`](https://github.com/mastra-ai/mastra/commit/5802bf57f6182e4b67c28d7d91abed349a8d14f3), [`5bda53a`](https://github.com/mastra-ai/mastra/commit/5bda53a9747bfa7d876d754fc92c83a06e503f62), [`f26a8fd`](https://github.com/mastra-ai/mastra/commit/f26a8fd99fcb0497a5d86c28324430d7f6a5fb83), [`1a1fbe6`](https://github.com/mastra-ai/mastra/commit/1a1fbe66efb7d94abc373ed0dd9676adb8122454), [`36f39c0`](https://github.com/mastra-ai/mastra/commit/36f39c00dc794952dc3c11aab91c2fa8bca74b11)]:
140
+ - @mastra/core@0.16.4-alpha.0
141
+
142
+ ## 0.12.3
143
+
144
+ ### Patch Changes
145
+
146
+ - Delayed deprecation notice for streamVNext() replacing stream() until Sept 23rd ([#7739](https://github.com/mastra-ai/mastra/pull/7739))
147
+
148
+ - AN packages ([#7711](https://github.com/mastra-ai/mastra/pull/7711))
149
+
150
+ - Client SDK Agents, Mastra server - support runtimeContext with GET requests ([#7734](https://github.com/mastra-ai/mastra/pull/7734))
151
+
152
+ - Change SchemaCompat zodToJsonSchema ref strategy from none to relative, leading to less schema warnings and smaller converted schema sizes ([#7697](https://github.com/mastra-ai/mastra/pull/7697))
153
+
154
+ - Updated dependencies [[`b4379f7`](https://github.com/mastra-ai/mastra/commit/b4379f703fd74474f253420e8c3a684f2c4b2f8e), [`2a6585f`](https://github.com/mastra-ai/mastra/commit/2a6585f7cb71f023f805d521d1c3c95fb9a3aa59), [`3d26e83`](https://github.com/mastra-ai/mastra/commit/3d26e8353a945719028f087cc6ac4b06f0ce27d2), [`dd9119b`](https://github.com/mastra-ai/mastra/commit/dd9119b175a8f389082f75c12750e51f96d65dca), [`d34aaa1`](https://github.com/mastra-ai/mastra/commit/d34aaa1da5d3c5f991740f59e2fe6d28d3e2dd91), [`56e55d1`](https://github.com/mastra-ai/mastra/commit/56e55d1e9eb63e7d9e41aa46e012aae471256812), [`ce1e580`](https://github.com/mastra-ai/mastra/commit/ce1e580f6391e94a0c6816a9c5db0a21566a262f), [`b2babfa`](https://github.com/mastra-ai/mastra/commit/b2babfa9e75b22f2759179e71d8473f6dc5421ed), [`d8c3ba5`](https://github.com/mastra-ai/mastra/commit/d8c3ba516f4173282d293f7e64769cfc8738d360), [`a566c4e`](https://github.com/mastra-ai/mastra/commit/a566c4e92d86c1671707c54359b1d33934f7cc13), [`af333aa`](https://github.com/mastra-ai/mastra/commit/af333aa30fe6d1b127024b03a64736c46eddeca2), [`3863c52`](https://github.com/mastra-ai/mastra/commit/3863c52d44b4e5779968b802d977e87adf939d8e), [`6424c7e`](https://github.com/mastra-ai/mastra/commit/6424c7ec38b6921d66212431db1e0958f441b2a7), [`db94750`](https://github.com/mastra-ai/mastra/commit/db94750a41fd29b43eb1f7ce8e97ba8b9978c91b), [`a66a371`](https://github.com/mastra-ai/mastra/commit/a66a3716b00553d7f01842be9deb34f720b10fab), [`69fc3cd`](https://github.com/mastra-ai/mastra/commit/69fc3cd0fd814901785bdcf49bf536ab1e7fd975)]:
155
+ - @mastra/core@0.16.3
156
+
157
+ ## 0.12.3-alpha.1
158
+
159
+ ### Patch Changes
160
+
161
+ - Delayed deprecation notice for streamVNext() replacing stream() until Sept 23rd ([#7739](https://github.com/mastra-ai/mastra/pull/7739))
162
+
163
+ - Client SDK Agents, Mastra server - support runtimeContext with GET requests ([#7734](https://github.com/mastra-ai/mastra/pull/7734))
164
+
165
+ - Updated dependencies [[`2a6585f`](https://github.com/mastra-ai/mastra/commit/2a6585f7cb71f023f805d521d1c3c95fb9a3aa59), [`3d26e83`](https://github.com/mastra-ai/mastra/commit/3d26e8353a945719028f087cc6ac4b06f0ce27d2), [`56e55d1`](https://github.com/mastra-ai/mastra/commit/56e55d1e9eb63e7d9e41aa46e012aae471256812)]:
166
+ - @mastra/core@0.16.3-alpha.1
167
+
168
+ ## 0.12.3-alpha.0
169
+
170
+ ### Patch Changes
171
+
172
+ - AN packages ([#7711](https://github.com/mastra-ai/mastra/pull/7711))
173
+
174
+ - Change SchemaCompat zodToJsonSchema ref strategy from none to relative, leading to less schema warnings and smaller converted schema sizes ([#7697](https://github.com/mastra-ai/mastra/pull/7697))
175
+
176
+ - Updated dependencies [[`b4379f7`](https://github.com/mastra-ai/mastra/commit/b4379f703fd74474f253420e8c3a684f2c4b2f8e), [`dd9119b`](https://github.com/mastra-ai/mastra/commit/dd9119b175a8f389082f75c12750e51f96d65dca), [`d34aaa1`](https://github.com/mastra-ai/mastra/commit/d34aaa1da5d3c5f991740f59e2fe6d28d3e2dd91), [`ce1e580`](https://github.com/mastra-ai/mastra/commit/ce1e580f6391e94a0c6816a9c5db0a21566a262f), [`b2babfa`](https://github.com/mastra-ai/mastra/commit/b2babfa9e75b22f2759179e71d8473f6dc5421ed), [`d8c3ba5`](https://github.com/mastra-ai/mastra/commit/d8c3ba516f4173282d293f7e64769cfc8738d360), [`a566c4e`](https://github.com/mastra-ai/mastra/commit/a566c4e92d86c1671707c54359b1d33934f7cc13), [`af333aa`](https://github.com/mastra-ai/mastra/commit/af333aa30fe6d1b127024b03a64736c46eddeca2), [`3863c52`](https://github.com/mastra-ai/mastra/commit/3863c52d44b4e5779968b802d977e87adf939d8e), [`6424c7e`](https://github.com/mastra-ai/mastra/commit/6424c7ec38b6921d66212431db1e0958f441b2a7), [`db94750`](https://github.com/mastra-ai/mastra/commit/db94750a41fd29b43eb1f7ce8e97ba8b9978c91b), [`a66a371`](https://github.com/mastra-ai/mastra/commit/a66a3716b00553d7f01842be9deb34f720b10fab), [`69fc3cd`](https://github.com/mastra-ai/mastra/commit/69fc3cd0fd814901785bdcf49bf536ab1e7fd975)]:
177
+ - @mastra/core@0.16.3-alpha.0
178
+
179
+ ## 0.12.2
180
+
181
+ ### Patch Changes
182
+
183
+ - Updated dependencies [[`61926ef`](https://github.com/mastra-ai/mastra/commit/61926ef40d415b805a63527cffe27a50542e15e5)]:
184
+ - @mastra/core@0.16.2
185
+
186
+ ## 0.12.2-alpha.0
187
+
188
+ ### Patch Changes
189
+
190
+ - Updated dependencies [[`61926ef`](https://github.com/mastra-ai/mastra/commit/61926ef40d415b805a63527cffe27a50542e15e5)]:
191
+ - @mastra/core@0.16.2-alpha.0
192
+
193
+ ## 0.12.1
194
+
195
+ ### Patch Changes
196
+
197
+ - Allow streamVNext and generateVNext to use structuredOutputs from the MastraClient ([#7597](https://github.com/mastra-ai/mastra/pull/7597))
198
+
199
+ - Use workflow streamVNext in playground ([#7575](https://github.com/mastra-ai/mastra/pull/7575))
200
+
201
+ - Make agent streamVNext work with clientTools in client js ([#7577](https://github.com/mastra-ai/mastra/pull/7577))
202
+
203
+ - Updated dependencies [[`47b6dc9`](https://github.com/mastra-ai/mastra/commit/47b6dc94f4976d4f3d3882e8f19eb365bbc5976c), [`827d876`](https://github.com/mastra-ai/mastra/commit/827d8766f36a900afcaf64a040f7ba76249009b3), [`0662d02`](https://github.com/mastra-ai/mastra/commit/0662d02ef16916e67531890639fcd72c69cfb6e2), [`565d65f`](https://github.com/mastra-ai/mastra/commit/565d65fc16314a99f081975ec92f2636dff0c86d), [`6189844`](https://github.com/mastra-ai/mastra/commit/61898448e65bda02bb814fb15801a89dc6476938), [`4da3d68`](https://github.com/mastra-ai/mastra/commit/4da3d68a778e5c4d5a17351ef223289fe2f45a45), [`fd9bbfe`](https://github.com/mastra-ai/mastra/commit/fd9bbfee22484f8493582325f53e8171bf8e682b), [`7eaf1d1`](https://github.com/mastra-ai/mastra/commit/7eaf1d1cec7e828d7a98efc2a748ac395bbdba3b), [`6f046b5`](https://github.com/mastra-ai/mastra/commit/6f046b5ccc5c8721302a9a61d5d16c12374cc8d7), [`d7a8f59`](https://github.com/mastra-ai/mastra/commit/d7a8f59154b0621aec4f41a6b2ea2b3882f03cb7), [`0b0bbb2`](https://github.com/mastra-ai/mastra/commit/0b0bbb24f4198ead69792e92b68a350f52b45cf3), [`d951f41`](https://github.com/mastra-ai/mastra/commit/d951f41771e4e5da8da4b9f870949f9509e38756), [`4dda259`](https://github.com/mastra-ai/mastra/commit/4dda2593b6343f9258671de5fb237aeba3ef6bb7), [`8049e2e`](https://github.com/mastra-ai/mastra/commit/8049e2e8cce80a00353c64894c62b695ac34e35e), [`f3427cd`](https://github.com/mastra-ai/mastra/commit/f3427cdaf9eecd63360dfc897a4acbf5f4143a4e), [`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), [`05f13b8`](https://github.com/mastra-ai/mastra/commit/05f13b8fb269ccfc4de98e9db58dbe16eae55a5e)]:
204
+ - @mastra/core@0.16.1
205
+
206
+ ## 0.12.1-alpha.3
207
+
208
+ ### Patch Changes
209
+
210
+ - Updated dependencies [[`fd9bbfe`](https://github.com/mastra-ai/mastra/commit/fd9bbfee22484f8493582325f53e8171bf8e682b)]:
211
+ - @mastra/core@0.16.1-alpha.3
212
+
213
+ ## 0.12.1-alpha.2
214
+
215
+ ### Patch Changes
216
+
217
+ - Updated dependencies [[`827d876`](https://github.com/mastra-ai/mastra/commit/827d8766f36a900afcaf64a040f7ba76249009b3), [`7eaf1d1`](https://github.com/mastra-ai/mastra/commit/7eaf1d1cec7e828d7a98efc2a748ac395bbdba3b), [`f3427cd`](https://github.com/mastra-ai/mastra/commit/f3427cdaf9eecd63360dfc897a4acbf5f4143a4e), [`05f13b8`](https://github.com/mastra-ai/mastra/commit/05f13b8fb269ccfc4de98e9db58dbe16eae55a5e)]:
218
+ - @mastra/core@0.16.1-alpha.2
219
+
220
+ ## 0.12.1-alpha.1
221
+
222
+ ### Patch Changes
223
+
224
+ - Allow streamVNext and generateVNext to use structuredOutputs from the MastraClient ([#7597](https://github.com/mastra-ai/mastra/pull/7597))
225
+
226
+ - Use workflow streamVNext in playground ([#7575](https://github.com/mastra-ai/mastra/pull/7575))
227
+
228
+ - Make agent streamVNext work with clientTools in client js ([#7577](https://github.com/mastra-ai/mastra/pull/7577))
229
+
230
+ - Updated dependencies [[`47b6dc9`](https://github.com/mastra-ai/mastra/commit/47b6dc94f4976d4f3d3882e8f19eb365bbc5976c), [`565d65f`](https://github.com/mastra-ai/mastra/commit/565d65fc16314a99f081975ec92f2636dff0c86d), [`4da3d68`](https://github.com/mastra-ai/mastra/commit/4da3d68a778e5c4d5a17351ef223289fe2f45a45), [`0b0bbb2`](https://github.com/mastra-ai/mastra/commit/0b0bbb24f4198ead69792e92b68a350f52b45cf3), [`d951f41`](https://github.com/mastra-ai/mastra/commit/d951f41771e4e5da8da4b9f870949f9509e38756), [`8049e2e`](https://github.com/mastra-ai/mastra/commit/8049e2e8cce80a00353c64894c62b695ac34e35e)]:
231
+ - @mastra/core@0.16.1-alpha.1
232
+
233
+ ## 0.12.1-alpha.0
234
+
235
+ ### Patch Changes
236
+
237
+ - 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)]:
238
+ - @mastra/core@0.16.1-alpha.0
239
+
240
+ ## 0.12.0
241
+
242
+ ### Minor Changes
243
+
244
+ - 6155cfc: Remove AGUI implementation from client-js
245
+
246
+ ### Patch Changes
247
+
248
+ - cf4e353: Agent Builder Template - adding in UI components to use agent builder template actions
249
+ - 5397eb4: Add public URL support when adding files in Multi Modal
250
+ - Updated dependencies [8fbf79e]
251
+ - Updated dependencies [fd83526]
252
+ - Updated dependencies [d0b90ab]
253
+ - Updated dependencies [6f5eb7a]
254
+ - Updated dependencies [a01cf14]
255
+ - Updated dependencies [a9e50ee]
256
+ - Updated dependencies [5397eb4]
257
+ - Updated dependencies [c9f4e4a]
258
+ - Updated dependencies [0acbc80]
259
+ - @mastra/core@0.16.0
260
+
261
+ ## 0.12.0-alpha.1
262
+
263
+ ### Patch Changes
264
+
265
+ - Updated dependencies [8fbf79e]
266
+ - @mastra/core@0.16.0-alpha.1
267
+
268
+ ## 0.12.0-alpha.0
269
+
270
+ ### Minor Changes
271
+
272
+ - 6155cfc: Remove AGUI implementation from client-js
273
+
274
+ ### Patch Changes
275
+
276
+ - cf4e353: Agent Builder Template - adding in UI components to use agent builder template actions
277
+ - 5397eb4: Add public URL support when adding files in Multi Modal
278
+ - Updated dependencies [fd83526]
279
+ - Updated dependencies [d0b90ab]
280
+ - Updated dependencies [6f5eb7a]
281
+ - Updated dependencies [a01cf14]
282
+ - Updated dependencies [a9e50ee]
283
+ - Updated dependencies [5397eb4]
284
+ - Updated dependencies [c9f4e4a]
285
+ - Updated dependencies [0acbc80]
286
+ - @mastra/core@0.16.0-alpha.0
287
+
288
+ ## 0.11.3
289
+
290
+ ### Patch Changes
291
+
292
+ - ab48c97: dependencies updates:
293
+ - 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`)
294
+ - ff89505: Add deprecation warnings and add legacy routes
295
+ - de3cbc6: Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
296
+ - 26b0d7c: Cleanup pkg output
297
+ - 48f0742: add deployer, server and clientjs handlers for agent builder template
298
+ - 5de1555: Fixed tracingContext on tool executions in AI tracing
299
+ - Updated dependencies [ab48c97]
300
+ - Updated dependencies [85ef90b]
301
+ - Updated dependencies [aedbbfa]
302
+ - Updated dependencies [ff89505]
303
+ - Updated dependencies [637f323]
304
+ - Updated dependencies [de3cbc6]
305
+ - Updated dependencies [c19bcf7]
306
+ - Updated dependencies [4474d04]
307
+ - Updated dependencies [183dc95]
308
+ - Updated dependencies [a1111e2]
309
+ - Updated dependencies [b42a961]
310
+ - Updated dependencies [61debef]
311
+ - Updated dependencies [9beaeff]
312
+ - Updated dependencies [29de0e1]
313
+ - Updated dependencies [f643c65]
314
+ - Updated dependencies [00c74e7]
315
+ - Updated dependencies [fef7375]
316
+ - Updated dependencies [e3d8fea]
317
+ - Updated dependencies [45e4d39]
318
+ - Updated dependencies [9eee594]
319
+ - Updated dependencies [7149d8d]
320
+ - Updated dependencies [822c2e8]
321
+ - Updated dependencies [979912c]
322
+ - Updated dependencies [7dcf4c0]
323
+ - Updated dependencies [4106a58]
324
+ - Updated dependencies [ad78bfc]
325
+ - Updated dependencies [0302f50]
326
+ - Updated dependencies [6ac697e]
327
+ - Updated dependencies [74db265]
328
+ - Updated dependencies [0ce418a]
329
+ - Updated dependencies [af90672]
330
+ - Updated dependencies [8387952]
331
+ - Updated dependencies [7f3b8da]
332
+ - Updated dependencies [905352b]
333
+ - Updated dependencies [599d04c]
334
+ - Updated dependencies [56041d0]
335
+ - Updated dependencies [3412597]
336
+ - Updated dependencies [5eca5d2]
337
+ - Updated dependencies [f2cda47]
338
+ - Updated dependencies [5de1555]
339
+ - Updated dependencies [cfd377a]
340
+ - Updated dependencies [1ed5a3e]
341
+ - @mastra/core@0.15.3
342
+
343
+ ## 0.11.3-alpha.9
344
+
345
+ ### Patch Changes
346
+
347
+ - Updated dependencies [[`599d04c`](https://github.com/mastra-ai/mastra/commit/599d04cebe92c1d536fee3190434941b8c91548e)]:
348
+ - @mastra/core@0.15.3-alpha.9
349
+
350
+ ## 0.11.3-alpha.8
351
+
352
+ ### Patch Changes
353
+
354
+ - Updated dependencies [[`4474d04`](https://github.com/mastra-ai/mastra/commit/4474d0489b1e152e0985c33a4f529207317d27b5), [`4106a58`](https://github.com/mastra-ai/mastra/commit/4106a58b15b4c0a060a4a9ccab52d119d00d8edb)]:
355
+ - @mastra/core@0.15.3-alpha.8
356
+
357
+ ## 0.11.3-alpha.7
358
+
359
+ ### Patch Changes
360
+
361
+ - Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
362
+ - @mastra/core@0.15.3-alpha.7
363
+
364
+ ## 0.11.3-alpha.6
365
+
366
+ ### Patch Changes
367
+
368
+ - 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)]:
369
+ - @mastra/core@0.15.3-alpha.6
370
+
371
+ ## 0.11.3-alpha.5
372
+
373
+ ### Patch Changes
374
+
375
+ - [#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`.
376
+
377
+ - Updated dependencies [[`85ef90b`](https://github.com/mastra-ai/mastra/commit/85ef90bb2cd4ae4df855c7ac175f7d392c55c1bf), [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e)]:
378
+ - @mastra/core@0.15.3-alpha.5
379
+
380
+ ## 0.11.3-alpha.4
381
+
382
+ ### Patch Changes
383
+
384
+ - [#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:
385
+ - 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`)
386
+
387
+ - [#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
388
+
389
+ - [#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
390
+
391
+ - [#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
392
+
393
+ - 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)]:
394
+ - @mastra/core@0.15.3-alpha.4
395
+
396
+ ## 0.11.3-alpha.3
397
+
398
+ ### Patch Changes
399
+
400
+ - 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)]:
401
+ - @mastra/core@0.15.3-alpha.3
402
+
403
+ ## 0.11.3-alpha.2
404
+
405
+ ### Patch Changes
406
+
407
+ - Updated dependencies [[`822c2e8`](https://github.com/mastra-ai/mastra/commit/822c2e88a3ecbffb7c680e6227976006ccefe6a8)]:
408
+ - @mastra/core@0.15.3-alpha.2
409
+
410
+ ## 0.11.3-alpha.1
411
+
412
+ ### Patch Changes
413
+
414
+ - 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)]:
415
+ - @mastra/core@0.15.3-alpha.1
416
+
417
+ ## 0.11.3-alpha.0
418
+
419
+ ### Patch Changes
420
+
421
+ - [#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
422
+
423
+ - 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)]:
424
+ - @mastra/core@0.15.3-alpha.0
425
+
426
+ ## 0.11.2
427
+
428
+ ### Patch Changes
429
+
430
+ - [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
431
+
432
+ - Updated dependencies []:
433
+ - @mastra/core@0.15.2
434
+
435
+ ## 0.11.1
436
+
437
+ ### Patch Changes
438
+
439
+ - Updated dependencies []:
440
+ - @mastra/core@0.15.1
441
+
442
+ ## 0.11.0
443
+
444
+ ### Minor Changes
445
+
446
+ - [#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
447
+
448
+ - [#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
449
+
450
+ ### Patch Changes
451
+
452
+ - [#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
453
+
454
+ - [#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
455
+
456
+ - [#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
457
+
458
+ - [#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
459
+
460
+ - 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)]:
461
+ - @mastra/core@0.15.0
462
+
463
+ ## 0.11.0-alpha.4
464
+
465
+ ### Minor Changes
466
+
467
+ - [#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
468
+
469
+ ### Patch Changes
470
+
471
+ - Updated dependencies [[`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c)]:
472
+ - @mastra/core@0.15.0-alpha.4
473
+
474
+ ## 0.11.0-alpha.3
475
+
476
+ ### Patch Changes
477
+
478
+ - Updated dependencies []:
479
+ - @mastra/core@0.15.0-alpha.3
480
+
481
+ ## 0.11.0-alpha.2
482
+
483
+ ### Patch Changes
484
+
485
+ - Updated dependencies [[`2e58325`](https://github.com/mastra-ai/mastra/commit/2e58325beb170f5b92f856e27d915cd26917e5e6)]:
486
+ - @mastra/core@0.14.2-alpha.2
487
+
488
+ ## 0.11.0-alpha.1
489
+
490
+ ### Minor Changes
491
+
492
+ - [#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
493
+
494
+ ### Patch Changes
495
+
496
+ - [#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
497
+
498
+ - [#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
499
+
500
+ - [#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
501
+
502
+ - 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)]:
503
+ - @mastra/core@0.14.2-alpha.1
504
+
505
+ ## 0.10.24-alpha.0
506
+
507
+ ### Patch Changes
508
+
509
+ - [#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
510
+
511
+ - 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)]:
512
+ - @mastra/core@0.14.2-alpha.0
513
+
514
+ ## 0.10.23
515
+
516
+ ### Patch Changes
517
+
518
+ - 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)]:
519
+ - @mastra/core@0.14.1
520
+
521
+ ## 0.10.23-alpha.1
522
+
523
+ ### Patch Changes
524
+
525
+ - Updated dependencies [[`0f00e17`](https://github.com/mastra-ai/mastra/commit/0f00e172953ccdccadb35ed3d70f5e4d89115869), [`217cd7a`](https://github.com/mastra-ai/mastra/commit/217cd7a4ce171e9a575c41bb8c83300f4db03236)]:
526
+ - @mastra/core@0.14.1-alpha.1
527
+
528
+ ## 0.10.23-alpha.0
529
+
530
+ ### Patch Changes
531
+
532
+ - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02)]:
533
+ - @mastra/core@0.14.1-alpha.0
534
+
535
+ ## 0.10.22
536
+
537
+ ### Patch Changes
538
+
539
+ - 0a7f675: Add VNext methods and `processMastraStream`
540
+ - 6313063: Implement model switcher in playground
541
+ - 1d59515: Add options to playground based on modelVersion
542
+ - Updated dependencies [227c7e6]
543
+ - Updated dependencies [12cae67]
544
+ - Updated dependencies [fd3a3eb]
545
+ - Updated dependencies [6faaee5]
546
+ - Updated dependencies [4232b14]
547
+ - Updated dependencies [a89de7e]
548
+ - Updated dependencies [5a37d0c]
549
+ - Updated dependencies [4bde0cb]
550
+ - Updated dependencies [cf4f357]
551
+ - Updated dependencies [ad888a2]
552
+ - Updated dependencies [481751d]
553
+ - Updated dependencies [2454423]
554
+ - Updated dependencies [194e395]
555
+ - Updated dependencies [a722c0b]
556
+ - Updated dependencies [c30bca8]
557
+ - Updated dependencies [3b5fec7]
558
+ - Updated dependencies [a8f129d]
559
+ - @mastra/core@0.14.0
560
+
561
+ ## 0.10.22-alpha.7
562
+
563
+ ### Patch Changes
564
+
565
+ - @mastra/core@0.14.0-alpha.7
566
+
567
+ ## 0.10.22-alpha.6
568
+
569
+ ### Patch Changes
570
+
571
+ - Updated dependencies [ad888a2]
572
+ - Updated dependencies [481751d]
573
+ - Updated dependencies [194e395]
574
+ - @mastra/core@0.14.0-alpha.6
575
+
576
+ ## 0.10.22-alpha.5
577
+
578
+ ### Patch Changes
579
+
580
+ - @mastra/core@0.14.0-alpha.5
581
+
582
+ ## 0.10.22-alpha.4
583
+
584
+ ### Patch Changes
585
+
586
+ - 0a7f675: Client JS vnext methods
587
+ - 1d59515: Add options to playground based on modelVersion
588
+ - 195eabb: Process Mastra Stream
589
+ - Updated dependencies [0a7f675]
590
+ - Updated dependencies [12cae67]
591
+ - Updated dependencies [5a37d0c]
592
+ - Updated dependencies [4bde0cb]
593
+ - Updated dependencies [1a80071]
594
+ - Updated dependencies [36a3be8]
595
+ - Updated dependencies [361757b]
596
+ - Updated dependencies [2bb9955]
597
+ - Updated dependencies [2454423]
598
+ - Updated dependencies [a44d91e]
599
+ - Updated dependencies [dfb91e9]
600
+ - Updated dependencies [a741dde]
601
+ - Updated dependencies [7cb3fc0]
602
+ - Updated dependencies [195eabb]
603
+ - Updated dependencies [b78b95b]
604
+ - @mastra/core@0.14.0-alpha.4
605
+
606
+ ## 0.10.22-alpha.3
607
+
608
+ ### Patch Changes
609
+
610
+ - Updated dependencies [227c7e6]
611
+ - Updated dependencies [fd3a3eb]
612
+ - Updated dependencies [a8f129d]
613
+ - @mastra/core@0.14.0-alpha.3
614
+
615
+ ## 0.10.22-alpha.2
616
+
617
+ ### Patch Changes
618
+
619
+ - @mastra/core@0.14.0-alpha.2
620
+
621
+ ## 0.10.22-alpha.1
622
+
623
+ ### Patch Changes
624
+
625
+ - 6313063: Implement model switcher in playground
626
+ - Updated dependencies [6faaee5]
627
+ - Updated dependencies [4232b14]
628
+ - Updated dependencies [a89de7e]
629
+ - Updated dependencies [cf4f357]
630
+ - Updated dependencies [a722c0b]
631
+ - Updated dependencies [3b5fec7]
632
+ - @mastra/core@0.14.0-alpha.1
633
+
634
+ ## 0.10.22-alpha.0
635
+
636
+ ### Patch Changes
637
+
638
+ - Updated dependencies [c30bca8]
639
+ - @mastra/core@0.13.3-alpha.0
640
+
641
+ ## 0.10.21
642
+
643
+ ### Patch Changes
644
+
645
+ - a239d41: Updated A2A syntax to v0.3.0
646
+ - 96169cc: Create handler that returns providers user has keys for in their env
647
+ - ce04175: Add update agent model handler
648
+ - Updated dependencies [d5330bf]
649
+ - Updated dependencies [2e74797]
650
+ - Updated dependencies [8388649]
651
+ - Updated dependencies [a239d41]
652
+ - Updated dependencies [dd94a26]
653
+ - Updated dependencies [3ba6772]
654
+ - Updated dependencies [b5cf2a3]
655
+ - Updated dependencies [2fff911]
656
+ - Updated dependencies [b32c50d]
657
+ - Updated dependencies [63449d0]
658
+ - Updated dependencies [121a3f8]
659
+ - Updated dependencies [ec510e7]
660
+ - @mastra/core@0.13.2
661
+
662
+ ## 0.10.21-alpha.3
663
+
664
+ ### Patch Changes
665
+
666
+ - Updated dependencies [b5cf2a3]
667
+ - @mastra/core@0.13.2-alpha.3
668
+
669
+ ## 0.10.21-alpha.2
670
+
671
+ ### Patch Changes
672
+
673
+ - a239d41: Updated A2A syntax to v0.3.0
674
+ - 96169cc: Create handler that returns providers user has keys for in their env
675
+ - ce04175: Add update agent model handler
676
+ - Updated dependencies [d5330bf]
677
+ - Updated dependencies [a239d41]
678
+ - Updated dependencies [b32c50d]
679
+ - Updated dependencies [121a3f8]
680
+ - Updated dependencies [ec510e7]
681
+ - @mastra/core@0.13.2-alpha.2
682
+
683
+ ## 0.10.21-alpha.1
684
+
685
+ ### Patch Changes
686
+
687
+ - Updated dependencies [2e74797]
688
+ - Updated dependencies [63449d0]
689
+ - @mastra/core@0.13.2-alpha.1
690
+
691
+ ## 0.10.21-alpha.0
692
+
693
+ ### Patch Changes
694
+
695
+ - Updated dependencies [8388649]
696
+ - Updated dependencies [dd94a26]
697
+ - Updated dependencies [3ba6772]
698
+ - Updated dependencies [2fff911]
699
+ - @mastra/core@0.13.2-alpha.0
700
+
701
+ ## 0.10.20
702
+
703
+ ### Patch Changes
704
+
705
+ - Updated dependencies [cd0042e]
706
+ - @mastra/core@0.13.1
707
+
708
+ ## 0.10.20-alpha.0
709
+
710
+ ### Patch Changes
711
+
712
+ - Updated dependencies [cd0042e]
713
+ - @mastra/core@0.13.1-alpha.0
714
+
715
+ ## 0.10.19
716
+
717
+ ### Patch Changes
718
+
719
+ - 42dfc48: Fix tool messages structure in agui adapter
720
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
721
+ - Updated dependencies [cb36de0]
722
+ - Updated dependencies [d0496e6]
723
+ - Updated dependencies [a82b851]
724
+ - Updated dependencies [ea0c5f2]
725
+ - Updated dependencies [41a0a0e]
726
+ - Updated dependencies [2871020]
727
+ - Updated dependencies [94f4812]
728
+ - Updated dependencies [e202b82]
729
+ - Updated dependencies [e00f6a0]
730
+ - Updated dependencies [4a406ec]
731
+ - Updated dependencies [b0e43c1]
732
+ - Updated dependencies [5d377e5]
733
+ - Updated dependencies [1fb812e]
734
+ - Updated dependencies [35c5798]
735
+ - @mastra/core@0.13.0
736
+
737
+ ## 0.10.19-alpha.3
738
+
739
+ ### Patch Changes
740
+
741
+ - Updated dependencies [d0496e6]
742
+ - @mastra/core@0.13.0-alpha.3
743
+
744
+ ## 0.10.19-alpha.2
745
+
746
+ ### Patch Changes
747
+
748
+ - 42dfc48: Fix tool messages structure in agui adapter
749
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
750
+ - Updated dependencies [cb36de0]
751
+ - Updated dependencies [a82b851]
752
+ - Updated dependencies [41a0a0e]
753
+ - Updated dependencies [2871020]
754
+ - Updated dependencies [4a406ec]
755
+ - Updated dependencies [5d377e5]
756
+ - @mastra/core@0.13.0-alpha.2
757
+
758
+ ## 0.10.19-alpha.1
759
+
760
+ ### Patch Changes
761
+
762
+ - Updated dependencies [ea0c5f2]
763
+ - Updated dependencies [b0e43c1]
764
+ - Updated dependencies [1fb812e]
765
+ - Updated dependencies [35c5798]
766
+ - @mastra/core@0.13.0-alpha.1
767
+
768
+ ## 0.10.19-alpha.0
769
+
770
+ ### Patch Changes
771
+
772
+ - Updated dependencies [94f4812]
773
+ - Updated dependencies [e202b82]
774
+ - Updated dependencies [e00f6a0]
775
+ - @mastra/core@0.12.2-alpha.0
776
+
777
+ ## 0.10.18
778
+
779
+ ### Patch Changes
780
+
781
+ - 6690a16: dependencies updates:
782
+ - 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`)
783
+ - Updated dependencies [33dcb07]
784
+ - Updated dependencies [d0d9500]
785
+ - Updated dependencies [d30b1a0]
786
+ - Updated dependencies [bff87f7]
787
+ - Updated dependencies [b4a8df0]
788
+ - @mastra/core@0.12.1
789
+
790
+ ## 0.10.18-alpha.1
791
+
792
+ ### Patch Changes
793
+
794
+ - Updated dependencies [d0d9500]
795
+ - @mastra/core@0.12.1-alpha.1
796
+
797
+ ## 0.10.18-alpha.0
798
+
799
+ ### Patch Changes
800
+
801
+ - 6690a16: dependencies updates:
802
+ - 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`)
803
+ - Updated dependencies [33dcb07]
804
+ - Updated dependencies [d30b1a0]
805
+ - Updated dependencies [bff87f7]
806
+ - Updated dependencies [b4a8df0]
807
+ - @mastra/core@0.12.1-alpha.0
808
+
809
+ ## 0.10.17
810
+
811
+ ### Patch Changes
812
+
813
+ - aa2715b: process stream response error handling
814
+ - 6bd354c: Should not send content type if body instance of FormData
815
+ - cda801d: Added the ability to pass in metadata for UIMessage and MastraMessageV2 in client-js and agent.stream/generate
816
+ - b641ba3: fix: save score params
817
+ - 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
818
+ - 1ac8f6b: deduplicate message
819
+ - b8efbb9: feat: add flexible deleteMessages method to memory API
820
+ - Added `memory.deleteMessages(input)` method that accepts multiple input types:
821
+ - Single message ID as string: `deleteMessages('msg-123')`
822
+ - Array of message IDs: `deleteMessages(['msg-1', 'msg-2'])`
823
+ - Message object with id property: `deleteMessages({ id: 'msg-123' })`
824
+ - Array of message objects: `deleteMessages([{ id: 'msg-1' }, { id: 'msg-2' }])`
825
+ - Implemented in all storage adapters (LibSQL, PostgreSQL, Upstash, InMemory)
826
+ - Added REST API endpoint: `POST /api/memory/messages/delete`
827
+ - Updated client SDK: `thread.deleteMessages()` accepts all input types
828
+ - Updates thread timestamps when messages are deleted
829
+ - Added comprehensive test coverage and documentation
830
+
831
+ - Updated dependencies [510e2c8]
832
+ - Updated dependencies [2f72fb2]
833
+ - Updated dependencies [27cc97a]
834
+ - Updated dependencies [3f89307]
835
+ - Updated dependencies [9eda7d4]
836
+ - Updated dependencies [9d49408]
837
+ - Updated dependencies [41daa63]
838
+ - Updated dependencies [ad0a58b]
839
+ - Updated dependencies [254a36b]
840
+ - Updated dependencies [2ecf658]
841
+ - Updated dependencies [7a7754f]
842
+ - Updated dependencies [fc92d80]
843
+ - Updated dependencies [e0f73c6]
844
+ - Updated dependencies [0b89602]
845
+ - Updated dependencies [4d37822]
846
+ - Updated dependencies [23a6a7c]
847
+ - Updated dependencies [cda801d]
848
+ - Updated dependencies [a77c823]
849
+ - Updated dependencies [ff9c125]
850
+ - Updated dependencies [09bca64]
851
+ - Updated dependencies [b8efbb9]
852
+ - Updated dependencies [71466e7]
853
+ - Updated dependencies [0c99fbe]
854
+ - @mastra/core@0.12.0
855
+
856
+ ## 0.10.17-alpha.5
857
+
858
+ ### Patch Changes
859
+
860
+ - @mastra/core@0.12.0-alpha.5
861
+
862
+ ## 0.10.17-alpha.4
863
+
864
+ ### Patch Changes
865
+
866
+ - Updated dependencies [ad0a58b]
867
+ - @mastra/core@0.12.0-alpha.4
868
+
869
+ ## 0.10.17-alpha.3
870
+
871
+ ### Patch Changes
872
+
873
+ - 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
874
+ - 1ac8f6b: deduplicate message
875
+ - @mastra/core@0.12.0-alpha.3
876
+
877
+ ## 0.10.17-alpha.2
878
+
879
+ ### Patch Changes
880
+
881
+ - aa2715b: process stream response error handling
882
+ - b8efbb9: feat: add flexible deleteMessages method to memory API
883
+ - Added `memory.deleteMessages(input)` method that accepts multiple input types:
884
+ - Single message ID as string: `deleteMessages('msg-123')`
885
+ - Array of message IDs: `deleteMessages(['msg-1', 'msg-2'])`
886
+ - Message object with id property: `deleteMessages({ id: 'msg-123' })`
887
+ - Array of message objects: `deleteMessages([{ id: 'msg-1' }, { id: 'msg-2' }])`
888
+ - Implemented in all storage adapters (LibSQL, PostgreSQL, Upstash, InMemory)
889
+ - Added REST API endpoint: `POST /api/memory/messages/delete`
890
+ - Updated client SDK: `thread.deleteMessages()` accepts all input types
891
+ - Updates thread timestamps when messages are deleted
892
+ - Added comprehensive test coverage and documentation
893
+
894
+ - Updated dependencies [27cc97a]
895
+ - Updated dependencies [41daa63]
896
+ - Updated dependencies [254a36b]
897
+ - Updated dependencies [0b89602]
898
+ - Updated dependencies [4d37822]
899
+ - Updated dependencies [ff9c125]
900
+ - Updated dependencies [b8efbb9]
901
+ - Updated dependencies [71466e7]
902
+ - Updated dependencies [0c99fbe]
903
+ - @mastra/core@0.12.0-alpha.2
904
+
905
+ ## 0.10.17-alpha.1
906
+
907
+ ### Patch Changes
908
+
909
+ - cda801d: Added the ability to pass in metadata for UIMessage and MastraMessageV2 in client-js and agent.stream/generate
910
+ - Updated dependencies [e0f73c6]
911
+ - Updated dependencies [cda801d]
912
+ - Updated dependencies [a77c823]
913
+ - @mastra/core@0.12.0-alpha.1
914
+
915
+ ## 0.10.17-alpha.0
916
+
917
+ ### Patch Changes
918
+
919
+ - 6bd354c: Should not send content type if body instance of FormData
920
+ - b641ba3: fix: save score params
921
+ - Updated dependencies [510e2c8]
922
+ - Updated dependencies [2f72fb2]
923
+ - Updated dependencies [3f89307]
924
+ - Updated dependencies [9eda7d4]
925
+ - Updated dependencies [9d49408]
926
+ - Updated dependencies [2ecf658]
927
+ - Updated dependencies [7a7754f]
928
+ - Updated dependencies [fc92d80]
929
+ - Updated dependencies [23a6a7c]
930
+ - Updated dependencies [09bca64]
931
+ - @mastra/core@0.12.0-alpha.0
932
+
933
+ ## 0.10.16
934
+
935
+ ### Patch Changes
936
+
937
+ - @mastra/core@0.11.1
938
+
939
+ ## 0.10.15
940
+
941
+ ### Patch Changes
942
+
943
+ - 4832752: Do not set content-type header when making POST/PUT requests without a body
944
+ - f248d53: Adding `getMessagesPaginated` to the serve, deployer, and client-js
945
+ - 2affc57: Fix output type of network loop
946
+ - 032cb66: ClientJS
947
+ - 7827943: Handle streaming large data
948
+ - 65e3395: Add Scores playground-ui and add scorer hooks
949
+ - 80c2b06: Fix agent chat stop button to cancel stream/generate reqs in the playground
950
+ - 6f6e651: Alias createRun -> createRunAsync to match Mastra Workflow class
951
+ - Updated dependencies [f248d53]
952
+ - Updated dependencies [2affc57]
953
+ - Updated dependencies [66e13e3]
954
+ - Updated dependencies [edd9482]
955
+ - Updated dependencies [18344d7]
956
+ - Updated dependencies [9d372c2]
957
+ - Updated dependencies [40c2525]
958
+ - Updated dependencies [e473f27]
959
+ - Updated dependencies [032cb66]
960
+ - Updated dependencies [703ac71]
961
+ - Updated dependencies [a723d69]
962
+ - Updated dependencies [7827943]
963
+ - Updated dependencies [5889a31]
964
+ - Updated dependencies [bf1e7e7]
965
+ - Updated dependencies [65e3395]
966
+ - Updated dependencies [4933192]
967
+ - Updated dependencies [d1c77a4]
968
+ - Updated dependencies [bea9dd1]
969
+ - Updated dependencies [dcd4802]
970
+ - Updated dependencies [cbddd18]
971
+ - Updated dependencies [7ba91fa]
972
+ - @mastra/core@0.11.0
973
+
974
+ ## 0.10.15-alpha.3
975
+
976
+ ### Patch Changes
977
+
978
+ - @mastra/core@0.11.0-alpha.3
979
+
980
+ ## 0.10.15-alpha.2
981
+
982
+ ### Patch Changes
983
+
984
+ - 4832752: Do not set content-type header when making POST/PUT requests without a body
985
+ - f248d53: Adding `getMessagesPaginated` to the serve, deployer, and client-js
986
+ - 2affc57: Fix output type of network loop
987
+ - 032cb66: ClientJS
988
+ - 65e3395: Add Scores playground-ui and add scorer hooks
989
+ - 80c2b06: Fix agent chat stop button to cancel stream/generate reqs in the playground
990
+ - 6f6e651: Alias createRun -> createRunAsync to match Mastra Workflow class
991
+ - Updated dependencies [f248d53]
992
+ - Updated dependencies [2affc57]
993
+ - Updated dependencies [66e13e3]
994
+ - Updated dependencies [edd9482]
995
+ - Updated dependencies [18344d7]
996
+ - Updated dependencies [9d372c2]
997
+ - Updated dependencies [40c2525]
998
+ - Updated dependencies [e473f27]
999
+ - Updated dependencies [032cb66]
1000
+ - Updated dependencies [703ac71]
1001
+ - Updated dependencies [a723d69]
1002
+ - Updated dependencies [5889a31]
1003
+ - Updated dependencies [65e3395]
1004
+ - Updated dependencies [4933192]
1005
+ - Updated dependencies [d1c77a4]
1006
+ - Updated dependencies [bea9dd1]
1007
+ - Updated dependencies [dcd4802]
1008
+ - Updated dependencies [7ba91fa]
1009
+ - @mastra/core@0.11.0-alpha.2
1010
+
1011
+ ## 0.10.15-alpha.1
1012
+
1013
+ ### Patch Changes
1014
+
1015
+ - @mastra/core@0.11.0-alpha.1
1016
+
1017
+ ## 0.10.15-alpha.0
1018
+
1019
+ ### Patch Changes
1020
+
1021
+ - 7827943: Handle streaming large data
1022
+ - Updated dependencies [7827943]
1023
+ - Updated dependencies [bf1e7e7]
1024
+ - Updated dependencies [cbddd18]
1025
+ - @mastra/core@0.11.0-alpha.0
1026
+
1027
+ ## 0.10.14
1028
+
1029
+ ### Patch Changes
1030
+
1031
+ - 31f9f6b: Replace crypto randomUUID in client SDK"
1032
+ - 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
1033
+ - 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
1034
+ - Updated dependencies [0b56518]
1035
+ - Updated dependencies [db5cc15]
1036
+ - Updated dependencies [2ba5b76]
1037
+ - Updated dependencies [5237998]
1038
+ - Updated dependencies [c3a30de]
1039
+ - Updated dependencies [37c1acd]
1040
+ - Updated dependencies [1aa60b1]
1041
+ - Updated dependencies [89ec9d4]
1042
+ - Updated dependencies [cf3a184]
1043
+ - Updated dependencies [d6bfd60]
1044
+ - Updated dependencies [626b0f4]
1045
+ - Updated dependencies [c22a91f]
1046
+ - Updated dependencies [f7403ab]
1047
+ - Updated dependencies [6c89d7f]
1048
+ - @mastra/core@0.10.15
1049
+
1050
+ ## 0.10.14-alpha.1
1051
+
1052
+ ### Patch Changes
1053
+
1054
+ - Updated dependencies [0b56518]
1055
+ - Updated dependencies [2ba5b76]
1056
+ - Updated dependencies [c3a30de]
1057
+ - Updated dependencies [cf3a184]
1058
+ - Updated dependencies [d6bfd60]
1059
+ - @mastra/core@0.10.15-alpha.1
1060
+
1061
+ ## 0.10.14-alpha.0
1062
+
1063
+ ### Patch Changes
1064
+
1065
+ - 31f9f6b: Replace crypto randomUUID in client SDK"
1066
+ - 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
1067
+ - 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
1068
+ - Updated dependencies [db5cc15]
1069
+ - Updated dependencies [5237998]
1070
+ - Updated dependencies [37c1acd]
1071
+ - Updated dependencies [1aa60b1]
1072
+ - Updated dependencies [89ec9d4]
1073
+ - Updated dependencies [626b0f4]
1074
+ - Updated dependencies [c22a91f]
1075
+ - Updated dependencies [f7403ab]
1076
+ - Updated dependencies [6c89d7f]
1077
+ - @mastra/core@0.10.15-alpha.0
1078
+
1079
+ ## 0.10.13
1080
+
1081
+ ### Patch Changes
1082
+
1083
+ - @mastra/core@0.10.14
1084
+
1085
+ ## 0.10.11
1086
+
1087
+ ### Patch Changes
1088
+
1089
+ - 9468be4: Fix error on agent generate while using antropic
1090
+ - 44731a4: Client SDK - Expose processTextStream util for agent textstream with structured output
1091
+ - Updated dependencies [b4a9811]
1092
+ - Updated dependencies [4d5583d]
1093
+ - @mastra/core@0.10.12
1094
+
1095
+ ## 0.10.11-alpha.1
1096
+
1097
+ ### Patch Changes
1098
+
1099
+ - Updated dependencies [4d5583d]
1100
+ - @mastra/core@0.10.12-alpha.1
1101
+
1102
+ ## 0.10.11-alpha.0
1103
+
1104
+ ### Patch Changes
1105
+
1106
+ - 9468be4: Fix error on agent generate while using antropic
1107
+ - 44731a4: Client SDK - Expose processTextStream util for agent textstream with structured output
1108
+ - Updated dependencies [b4a9811]
1109
+ - @mastra/core@0.10.12-alpha.0
1110
+
1111
+ ## 0.10.10
1112
+
1113
+ ### Patch Changes
1114
+
1115
+ - 18da791: Add abortSignal to client SDK options
1116
+ - Updated dependencies [2873c7f]
1117
+ - Updated dependencies [1c1c6a1]
1118
+ - Updated dependencies [f8ce2cc]
1119
+ - Updated dependencies [8c846b6]
1120
+ - Updated dependencies [c7bbf1e]
1121
+ - Updated dependencies [8722d53]
1122
+ - Updated dependencies [565cc0c]
1123
+ - Updated dependencies [b790fd1]
1124
+ - Updated dependencies [132027f]
1125
+ - Updated dependencies [0c85311]
1126
+ - Updated dependencies [d7ed04d]
1127
+ - Updated dependencies [cb16baf]
1128
+ - Updated dependencies [f36e4f1]
1129
+ - Updated dependencies [7f6e403]
1130
+ - @mastra/core@0.10.11
1131
+
1132
+ ## 0.10.10-alpha.4
1133
+
1134
+ ### Patch Changes
1135
+
1136
+ - @mastra/core@0.10.11-alpha.4
1137
+
1138
+ ## 0.10.10-alpha.3
1139
+
1140
+ ### Patch Changes
1141
+
1142
+ - Updated dependencies [c7bbf1e]
1143
+ - Updated dependencies [8722d53]
1144
+ - Updated dependencies [132027f]
1145
+ - Updated dependencies [0c85311]
1146
+ - Updated dependencies [cb16baf]
1147
+ - @mastra/core@0.10.11-alpha.3
1148
+
1149
+ ## 0.10.10-alpha.2
1150
+
1151
+ ### Patch Changes
1152
+
1153
+ - 18da791: Add abortSignal to client SDK options
1154
+ - Updated dependencies [2873c7f]
1155
+ - Updated dependencies [1c1c6a1]
1156
+ - Updated dependencies [565cc0c]
1157
+ - @mastra/core@0.10.11-alpha.2
1158
+
1159
+ ## 0.10.10-alpha.1
1160
+
1161
+ ### Patch Changes
1162
+
1163
+ - Updated dependencies [7f6e403]
1164
+ - @mastra/core@0.10.11-alpha.1
1165
+
1166
+ ## 0.10.10-alpha.0
1167
+
1168
+ ### Patch Changes
1169
+
1170
+ - Updated dependencies [f8ce2cc]
1171
+ - Updated dependencies [8c846b6]
1172
+ - Updated dependencies [b790fd1]
1173
+ - Updated dependencies [d7ed04d]
1174
+ - Updated dependencies [f36e4f1]
1175
+ - @mastra/core@0.10.11-alpha.0
1176
+
1177
+ ## 0.10.9
1178
+
1179
+ ### Patch Changes
1180
+
1181
+ - b60f510: Fix getWorkflowRuns by limit and offset
1182
+ - 6997af1: add send event to server, deployer, client-js and playground-ui
1183
+ - Updated dependencies [4d3fbdf]
1184
+ - @mastra/core@0.10.10
1185
+
1186
+ ## 0.10.9-alpha.1
1187
+
1188
+ ### Patch Changes
1189
+
1190
+ - b60f510: Fix getWorkflowRuns by limit and offset
1191
+ - 6997af1: add send event to server, deployer, client-js and playground-ui
1192
+ - @mastra/core@0.10.10-alpha.1
1193
+
1194
+ ## 0.10.9-alpha.0
1195
+
1196
+ ### Patch Changes
1197
+
1198
+ - Updated dependencies [4d3fbdf]
1199
+ - @mastra/core@0.10.10-alpha.0
1200
+
1201
+ ## 0.10.8
1202
+
1203
+ ### Patch Changes
1204
+
1205
+ - 9047bda: clientTools - stream tool-result part
1206
+ - a606c75: show right suspend schema for nested workflow on playground
1207
+ - 1760a1c: Use workflow stream in playground instead of watch
1208
+ - 038e5ae: Add cancel workflow run
1209
+ - 7e801dd: Add tools to network api response
1210
+ - Updated dependencies [9dda1ac]
1211
+ - Updated dependencies [c984582]
1212
+ - Updated dependencies [7e801dd]
1213
+ - Updated dependencies [a606c75]
1214
+ - Updated dependencies [7aa70a4]
1215
+ - Updated dependencies [764f86a]
1216
+ - Updated dependencies [1760a1c]
1217
+ - Updated dependencies [038e5ae]
1218
+ - Updated dependencies [7dda16a]
1219
+ - Updated dependencies [5ebfcdd]
1220
+ - Updated dependencies [b2d0c91]
1221
+ - Updated dependencies [4e809ad]
1222
+ - Updated dependencies [57929df]
1223
+ - Updated dependencies [b7852ed]
1224
+ - Updated dependencies [6320a61]
1225
+ - @mastra/core@0.10.9
1226
+
1227
+ ## 0.10.8-alpha.0
1228
+
1229
+ ### Patch Changes
1230
+
1231
+ - 9047bda: clientTools - stream tool-result part
1232
+ - a606c75: show right suspend schema for nested workflow on playground
1233
+ - 1760a1c: Use workflow stream in playground instead of watch
1234
+ - 038e5ae: Add cancel workflow run
1235
+ - 7e801dd: Add tools to network api response
1236
+ - Updated dependencies [9dda1ac]
1237
+ - Updated dependencies [c984582]
1238
+ - Updated dependencies [7e801dd]
1239
+ - Updated dependencies [a606c75]
1240
+ - Updated dependencies [7aa70a4]
1241
+ - Updated dependencies [764f86a]
1242
+ - Updated dependencies [1760a1c]
1243
+ - Updated dependencies [038e5ae]
1244
+ - Updated dependencies [7dda16a]
1245
+ - Updated dependencies [5ebfcdd]
1246
+ - Updated dependencies [b2d0c91]
1247
+ - Updated dependencies [4e809ad]
1248
+ - Updated dependencies [57929df]
1249
+ - Updated dependencies [b7852ed]
1250
+ - Updated dependencies [6320a61]
1251
+ - @mastra/core@0.10.9-alpha.0
1252
+
1253
+ ## 0.10.7
1254
+
1255
+ ### Patch Changes
1256
+
1257
+ - a344ac7: Fix tool streaming in agent network
1258
+ - Updated dependencies [b8f16b2]
1259
+ - Updated dependencies [3e04487]
1260
+ - Updated dependencies [a344ac7]
1261
+ - Updated dependencies [dc4ca0a]
1262
+ - @mastra/core@0.10.8
1263
+
1264
+ ## 0.10.7-alpha.1
1265
+
1266
+ ### Patch Changes
1267
+
1268
+ - Updated dependencies [b8f16b2]
1269
+ - Updated dependencies [3e04487]
1270
+ - Updated dependencies [dc4ca0a]
1271
+ - @mastra/core@0.10.8-alpha.1
1272
+
1273
+ ## 0.10.7-alpha.0
1274
+
1275
+ ### Patch Changes
1276
+
1277
+ - a344ac7: Fix tool streaming in agent network
1278
+ - Updated dependencies [a344ac7]
1279
+ - @mastra/core@0.10.8-alpha.0
1280
+
1281
+ ## 0.10.6
1282
+
1283
+ ### Patch Changes
1284
+
1285
+ - 8e1b6e9: dependencies updates:
1286
+ - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
1287
+ - 9bf1d55: Fix runtimeContext in mastra server, client SDK
1288
+ - 18a5d59: clientTools client side execution
1289
+ - 5d74aab: vNext network in playground
1290
+ - bee3fe4: Fix client side tool calling
1291
+ - c0d41f6: Fix streaming for agent tool calls
1292
+ - Updated dependencies [15e9d26]
1293
+ - Updated dependencies [d1baedb]
1294
+ - Updated dependencies [d8f2d19]
1295
+ - Updated dependencies [4d21bf2]
1296
+ - Updated dependencies [07d6d88]
1297
+ - Updated dependencies [9d52b17]
1298
+ - Updated dependencies [2097952]
1299
+ - Updated dependencies [792c4c0]
1300
+ - Updated dependencies [5d74aab]
1301
+ - Updated dependencies [a8b194f]
1302
+ - Updated dependencies [4fb0cc2]
1303
+ - Updated dependencies [d2a7a31]
1304
+ - Updated dependencies [502fe05]
1305
+ - Updated dependencies [144eb0b]
1306
+ - Updated dependencies [8ba1b51]
1307
+ - Updated dependencies [4efcfa0]
1308
+ - Updated dependencies [0e17048]
1309
+ - @mastra/core@0.10.7
1310
+
1311
+ ## 0.10.6-alpha.6
1312
+
1313
+ ### Patch Changes
1314
+
1315
+ - c0d41f6: Fix streaming for agent tool calls
1316
+
1317
+ ## 0.10.6-alpha.5
1318
+
1319
+ ### Patch Changes
1320
+
1321
+ - bee3fe4: Fix client side tool calling
1322
+ - @mastra/core@0.10.7-alpha.5
1323
+
1324
+ ## 0.10.6-alpha.4
1325
+
1326
+ ### Patch Changes
1327
+
1328
+ - Updated dependencies [a8b194f]
1329
+ - @mastra/core@0.10.7-alpha.4
1330
+
1331
+ ## 0.10.6-alpha.3
1332
+
1333
+ ### Patch Changes
1334
+
1335
+ - 18a5d59: clientTools client side execution
1336
+ - Updated dependencies [792c4c0]
1337
+ - Updated dependencies [502fe05]
1338
+ - Updated dependencies [4efcfa0]
1339
+ - @mastra/core@0.10.7-alpha.3
1340
+
1341
+ ## 0.10.6-alpha.2
1342
+
1343
+ ### Patch Changes
1344
+
1345
+ - 8e1b6e9: dependencies updates:
1346
+ - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
1347
+ - 9bf1d55: Fix runtimeContext in mastra server, client SDK
1348
+ - 5d74aab: vNext network in playground
1349
+ - Updated dependencies [15e9d26]
1350
+ - Updated dependencies [07d6d88]
1351
+ - Updated dependencies [5d74aab]
1352
+ - Updated dependencies [144eb0b]
1353
+ - @mastra/core@0.10.7-alpha.2
1354
+
1355
+ ## 0.10.6-alpha.1
1356
+
1357
+ ### Patch Changes
1358
+
1359
+ - Updated dependencies [d1baedb]
1360
+ - Updated dependencies [4d21bf2]
1361
+ - Updated dependencies [2097952]
1362
+ - Updated dependencies [4fb0cc2]
1363
+ - Updated dependencies [d2a7a31]
1364
+ - Updated dependencies [0e17048]
1365
+ - @mastra/core@0.10.7-alpha.1
1366
+
1367
+ ## 0.10.6-alpha.0
1368
+
1369
+ ### Patch Changes
1370
+
1371
+ - Updated dependencies [d8f2d19]
1372
+ - Updated dependencies [9d52b17]
1373
+ - Updated dependencies [8ba1b51]
1374
+ - @mastra/core@0.10.7-alpha.0
1375
+
1376
+ ## 0.10.5
1377
+
1378
+ ### Patch Changes
1379
+
1380
+ - 63f6b7d: dependencies updates:
1381
+ - 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`)
1382
+ - Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
1383
+ - ee9af57: Add api for polling run execution result and get run by id
1384
+ - 3270d9d: Fix runtime context being undefined
1385
+ - Updated dependencies [63f6b7d]
1386
+ - Updated dependencies [12a95fc]
1387
+ - Updated dependencies [4b0f8a6]
1388
+ - Updated dependencies [51264a5]
1389
+ - Updated dependencies [8e6f677]
1390
+ - Updated dependencies [d70c420]
1391
+ - Updated dependencies [ee9af57]
1392
+ - Updated dependencies [36f1c36]
1393
+ - Updated dependencies [2a16996]
1394
+ - Updated dependencies [10d352e]
1395
+ - Updated dependencies [9589624]
1396
+ - Updated dependencies [53d3c37]
1397
+ - Updated dependencies [751c894]
1398
+ - Updated dependencies [577ce3a]
1399
+ - Updated dependencies [9260b3a]
1400
+ - @mastra/core@0.10.6
1401
+
1402
+ ## 0.10.5-alpha.5
1403
+
1404
+ ### Patch Changes
1405
+
1406
+ - Updated dependencies [12a95fc]
1407
+ - Updated dependencies [51264a5]
1408
+ - Updated dependencies [8e6f677]
1409
+ - @mastra/core@0.10.6-alpha.5
1410
+
1411
+ ## 0.10.5-alpha.4
1412
+
1413
+ ### Patch Changes
1414
+
1415
+ - Updated dependencies [9589624]
1416
+ - @mastra/core@0.10.6-alpha.4
1417
+
1418
+ ## 0.10.5-alpha.3
1419
+
1420
+ ### Patch Changes
1421
+
1422
+ - Updated dependencies [d70c420]
1423
+ - Updated dependencies [2a16996]
1424
+ - @mastra/core@0.10.6-alpha.3
1425
+
1426
+ ## 0.10.5-alpha.2
1427
+
1428
+ ### Patch Changes
1429
+
1430
+ - Updated dependencies [4b0f8a6]
1431
+ - @mastra/core@0.10.6-alpha.2
1432
+
1433
+ ## 0.10.5-alpha.1
1434
+
1435
+ ### Patch Changes
1436
+
1437
+ - ee9af57: Add api for polling run execution result and get run by id
1438
+ - 3270d9d: Fix runtime context being undefined
1439
+ - Updated dependencies [ee9af57]
1440
+ - Updated dependencies [751c894]
1441
+ - Updated dependencies [577ce3a]
1442
+ - Updated dependencies [9260b3a]
1443
+ - @mastra/core@0.10.6-alpha.1
1444
+
1445
+ ## 0.10.5-alpha.0
1446
+
1447
+ ### Patch Changes
1448
+
1449
+ - 63f6b7d: dependencies updates:
1450
+ - 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`)
1451
+ - Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
1452
+ - Updated dependencies [63f6b7d]
1453
+ - Updated dependencies [36f1c36]
1454
+ - Updated dependencies [10d352e]
1455
+ - Updated dependencies [53d3c37]
1456
+ - @mastra/core@0.10.6-alpha.0
1457
+
1458
+ ## 0.10.4
1459
+
1460
+ ### Patch Changes
1461
+
1462
+ - Updated dependencies [13c97f9]
1463
+ - @mastra/core@0.10.5
1464
+
1465
+ ## 0.10.3
1466
+
1467
+ ### Patch Changes
1468
+
1469
+ - 1ccccff: dependencies updates:
1470
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
1471
+ - 1ccccff: dependencies updates:
1472
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
1473
+ - f1f1f1b: Add basic filtering capabilities to logs
1474
+ - b2810ab: Move @mastra/core to deps
1475
+ - 82090c1: Add pagination to logs
1476
+ - 67d21b5: Added overloading to the generate method of the Agent class to enhance type definition using ZodSchema.
1477
+ - Updated dependencies [d1ed912]
1478
+ - Updated dependencies [f6fd25f]
1479
+ - Updated dependencies [dffb67b]
1480
+ - Updated dependencies [f1f1f1b]
1481
+ - Updated dependencies [925ab94]
1482
+ - Updated dependencies [f9816ae]
1483
+ - Updated dependencies [82090c1]
1484
+ - Updated dependencies [1b443fd]
1485
+ - Updated dependencies [ce97900]
1486
+ - Updated dependencies [f1309d3]
1487
+ - Updated dependencies [14a2566]
1488
+ - Updated dependencies [f7f8293]
1489
+ - Updated dependencies [48eddb9]
1490
+ - @mastra/core@0.10.4
1491
+
1492
+ ## 0.10.3-alpha.3
1493
+
1494
+ ### Patch Changes
1495
+
1496
+ - Updated dependencies [925ab94]
1497
+ - @mastra/core@0.10.4-alpha.3
1498
+
1499
+ ## 0.10.3-alpha.2
1500
+
1501
+ ### Patch Changes
1502
+
1503
+ - Updated dependencies [48eddb9]
1504
+ - @mastra/core@0.10.4-alpha.2
1505
+
1506
+ ## 0.10.3-alpha.1
1507
+
1508
+ ### Patch Changes
1509
+
1510
+ - 1ccccff: dependencies updates:
1511
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
1512
+ - 1ccccff: dependencies updates:
1513
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
1514
+ - Updated dependencies [f6fd25f]
1515
+ - Updated dependencies [dffb67b]
1516
+ - Updated dependencies [f1309d3]
1517
+ - Updated dependencies [f7f8293]
1518
+ - @mastra/core@0.10.4-alpha.1
1519
+
1520
+ ## 0.10.3-alpha.0
1521
+
1522
+ ### Patch Changes
1523
+
1524
+ - f1f1f1b: Add basic filtering capabilities to logs
1525
+ - b2810ab: Move @mastra/core to deps
1526
+ - 82090c1: Add pagination to logs
1527
+ - 67d21b5: Added overloading to the generate method of the Agent class to enhance type definition using ZodSchema.
1528
+ - Updated dependencies [d1ed912]
1529
+ - Updated dependencies [f1f1f1b]
1530
+ - Updated dependencies [f9816ae]
1531
+ - Updated dependencies [82090c1]
1532
+ - Updated dependencies [1b443fd]
1533
+ - Updated dependencies [ce97900]
1534
+ - Updated dependencies [14a2566]
1535
+ - @mastra/core@0.10.4-alpha.0
1536
+
1537
+ ## 0.10.2
1538
+
1539
+ ### Patch Changes
1540
+
1541
+ - 592a2db: Added different icons for agents and workflows in mcp tools list
1542
+ - 37643b8: Fix tool access
1543
+ - c5bf1ce: Add backwards compat code for new MessageList in storage
1544
+ - b72c768: [Bug fix] Serialize parameters in clientTools
1545
+ - f0d559f: Fix peerdeps for alpha channel
1546
+ - Updated dependencies [ee77e78]
1547
+ - Updated dependencies [592a2db]
1548
+ - Updated dependencies [e5dc18d]
1549
+ - Updated dependencies [ab5adbe]
1550
+ - Updated dependencies [1e8bb40]
1551
+ - Updated dependencies [1b5fc55]
1552
+ - Updated dependencies [195c428]
1553
+ - Updated dependencies [f73e11b]
1554
+ - Updated dependencies [37643b8]
1555
+ - Updated dependencies [99fd6cf]
1556
+ - Updated dependencies [c5bf1ce]
1557
+ - Updated dependencies [add596e]
1558
+ - Updated dependencies [8dc94d8]
1559
+ - Updated dependencies [ecebbeb]
1560
+ - Updated dependencies [79d5145]
1561
+ - Updated dependencies [12b7002]
1562
+ - Updated dependencies [2901125]
1563
+ - @mastra/core@0.10.2
1564
+
1565
+ ## 0.10.2-alpha.3
1566
+
1567
+ ### Patch Changes
1568
+
1569
+ - 37643b8: Fix tool access
1570
+ - b72c768: [Bug fix] Serialize parameters in clientTools
1571
+ - Updated dependencies [37643b8]
1572
+ - Updated dependencies [79d5145]
1573
+ - @mastra/core@0.10.2-alpha.8
1574
+
1575
+ ## 0.10.2-alpha.2
1576
+
1577
+ ### Patch Changes
1578
+
1579
+ - c5bf1ce: Add backwards compat code for new MessageList in storage
1580
+ - Updated dependencies [c5bf1ce]
1581
+ - Updated dependencies [12b7002]
1582
+ - @mastra/core@0.10.2-alpha.4
1583
+
1584
+ ## 0.10.2-alpha.1
1585
+
1586
+ ### Patch Changes
1587
+
1588
+ - f0d559f: Fix peerdeps for alpha channel
1589
+ - Updated dependencies [1e8bb40]
1590
+ - @mastra/core@0.10.2-alpha.2
1591
+
1592
+ ## 0.10.2-alpha.0
1593
+
1594
+ ### Patch Changes
1595
+
1596
+ - 592a2db: Added different icons for agents and workflows in mcp tools list
1597
+ - Updated dependencies [592a2db]
1598
+ - Updated dependencies [e5dc18d]
1599
+ - @mastra/core@0.10.2-alpha.0
1600
+
1601
+ ## 0.10.1
1602
+
1603
+ ### Patch Changes
1604
+
1605
+ - 267773e: Show map config on workflow graph
1606
+ Highlight borders for conditions too on workflow graph
1607
+ Fix watch stream
1608
+ - 5343f93: Move emitter to symbol to make private
1609
+ - f622cfa: Make some properties of CreateMemoryThreadParams optional
1610
+ - 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
1611
+ - Updated dependencies [d70b807]
1612
+ - Updated dependencies [6d16390]
1613
+ - Updated dependencies [1e4a421]
1614
+ - Updated dependencies [200d0da]
1615
+ - Updated dependencies [bf5f17b]
1616
+ - Updated dependencies [5343f93]
1617
+ - Updated dependencies [38aee50]
1618
+ - Updated dependencies [5c41100]
1619
+ - Updated dependencies [d6a759b]
1620
+ - Updated dependencies [6015bdf]
1621
+ - @mastra/core@0.10.1
1622
+
1623
+ ## 0.10.1-alpha.3
1624
+
1625
+ ### Patch Changes
1626
+
1627
+ - 267773e: Show map config on workflow graph
1628
+ Highlight borders for conditions too on workflow graph
1629
+ Fix watch stream
1630
+
1631
+ ## 0.10.1-alpha.2
1632
+
1633
+ ### Patch Changes
1634
+
1635
+ - 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
1636
+ - Updated dependencies [6015bdf]
1637
+ - @mastra/core@0.10.1-alpha.2
1638
+
1639
+ ## 0.10.1-alpha.1
1640
+
1641
+ ### Patch Changes
1642
+
1643
+ - 5343f93: Move emitter to symbol to make private
1644
+ - Updated dependencies [200d0da]
1645
+ - Updated dependencies [bf5f17b]
1646
+ - Updated dependencies [5343f93]
1647
+ - Updated dependencies [38aee50]
1648
+ - Updated dependencies [5c41100]
1649
+ - Updated dependencies [d6a759b]
1650
+ - @mastra/core@0.10.1-alpha.1
1651
+
1652
+ ## 0.10.1-alpha.0
1653
+
1654
+ ### Patch Changes
1655
+
1656
+ - f622cfa: Make some properties of CreateMemoryThreadParams optional
1657
+ - Updated dependencies [6d16390]
1658
+ - Updated dependencies [1e4a421]
1659
+ - @mastra/core@0.10.1-alpha.0
1660
+
1661
+ ## 0.10.0
1662
+
1663
+ ### Minor Changes
1664
+
1665
+ - 83da932: Move @mastra/core to peerdeps
1666
+ - 5eb5a99: Remove pino from @mastra/core into @mastra/loggers
1667
+
1668
+ ### Patch Changes
1669
+
1670
+ - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
1671
+ - 0215b0b: Add description to vnext workflow response
1672
+ - f53a6ac: Add VNextWorkflowRuns type
1673
+ - ccdabdc: Remove trailing / from mastraClient baseUrl
1674
+ - a6e3881: Remove non serializable options from agent stream,generate
1675
+ - fddae56: Add telemetry to cliend SDK streamParams
1676
+ - 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.
1677
+ - 5063646: Accept plain obects as runtimeContext
1678
+ - 2672a05: Add MCP servers and tool call execution to playground
1679
+ - Updated dependencies [b3a3d63]
1680
+ - Updated dependencies [344f453]
1681
+ - Updated dependencies [0a3ae6d]
1682
+ - Updated dependencies [95911be]
1683
+ - Updated dependencies [f53a6ac]
1684
+ - Updated dependencies [5eb5a99]
1685
+ - Updated dependencies [7e632c5]
1686
+ - Updated dependencies [1e9fbfa]
1687
+ - Updated dependencies [eabdcd9]
1688
+ - Updated dependencies [90be034]
1689
+ - Updated dependencies [99f050a]
1690
+ - Updated dependencies [d0ee3c6]
1691
+ - Updated dependencies [b2ae5aa]
1692
+ - Updated dependencies [23f258c]
1693
+ - Updated dependencies [a7292b0]
1694
+ - Updated dependencies [0dcb9f0]
1695
+ - Updated dependencies [2672a05]
1696
+ - @mastra/core@0.10.0
1697
+
1698
+ ## 0.2.0-alpha.1
1699
+
1700
+ ### Minor Changes
1701
+
1702
+ - 83da932: Move @mastra/core to peerdeps
1703
+ - 5eb5a99: Remove pino from @mastra/core into @mastra/loggers
1704
+
1705
+ ### Patch Changes
1706
+
1707
+ - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
1708
+ - 0215b0b: Add description to vnext workflow response
1709
+ - 5063646: Accept plain obects as runtimeContext
1710
+ - Updated dependencies [b3a3d63]
1711
+ - Updated dependencies [344f453]
1712
+ - Updated dependencies [0a3ae6d]
1713
+ - Updated dependencies [95911be]
1714
+ - Updated dependencies [5eb5a99]
1715
+ - Updated dependencies [7e632c5]
1716
+ - Updated dependencies [1e9fbfa]
1717
+ - Updated dependencies [b2ae5aa]
1718
+ - Updated dependencies [a7292b0]
1719
+ - Updated dependencies [0dcb9f0]
1720
+ - @mastra/core@0.10.0-alpha.1
1721
+
1722
+ ## 0.1.23-alpha.0
1723
+
1724
+ ### Patch Changes
1725
+
1726
+ - f53a6ac: Add VNextWorkflowRuns type
1727
+ - ccdabdc: Remove trailing / from mastraClient baseUrl
1728
+ - a6e3881: Remove non serializable options from agent stream,generate
1729
+ - fddae56: Add telemetry to cliend SDK streamParams
1730
+ - 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.
1731
+ - 2672a05: Add MCP servers and tool call execution to playground
1732
+ - Updated dependencies [f53a6ac]
1733
+ - Updated dependencies [eabdcd9]
1734
+ - Updated dependencies [90be034]
1735
+ - Updated dependencies [99f050a]
1736
+ - Updated dependencies [d0ee3c6]
1737
+ - Updated dependencies [23f258c]
1738
+ - Updated dependencies [2672a05]
1739
+ - @mastra/core@0.9.5-alpha.0
1740
+
1741
+ ## 0.1.22
1742
+
1743
+ ### Patch Changes
1744
+
1745
+ - c2f9e60: Resolves type issue and listen response string wrapped in text object twice
1746
+ - 5c70b8a: [MASTRA-3234] added limit for client-js getMessages
1747
+ - b4c6c87: fix: Specify $refStrategy: 'none' when calling zodToJsonSchema.
1748
+ - 0c3d117: Add workflows to agent server handlers
1749
+ - a5810ce: Add support for experimental_generateMessageId and remove it from client-js types since it's not serializable
1750
+ - c2b980b: Fix multiple too-calls in AGUI
1751
+ - cb1f698: Set runtimeContext from playground for agents, tools, workflows
1752
+ - 0b8b868: Added A2A support + streaming
1753
+ - Updated dependencies [396be50]
1754
+ - Updated dependencies [ab80e7e]
1755
+ - Updated dependencies [c3bd795]
1756
+ - Updated dependencies [da082f8]
1757
+ - Updated dependencies [a5810ce]
1758
+ - Updated dependencies [3e9c131]
1759
+ - Updated dependencies [3171b5b]
1760
+ - Updated dependencies [973e5ac]
1761
+ - Updated dependencies [daf942f]
1762
+ - Updated dependencies [0b8b868]
1763
+ - Updated dependencies [9e1eff5]
1764
+ - Updated dependencies [6fa1ad1]
1765
+ - Updated dependencies [c28d7a0]
1766
+ - Updated dependencies [edf1e88]
1767
+ - @mastra/core@0.9.4
1768
+
1769
+ ## 0.1.22-alpha.4
1770
+
1771
+ ### Patch Changes
1772
+
1773
+ - 5c70b8a: [MASTRA-3234] added limit for client-js getMessages
1774
+ - Updated dependencies [3e9c131]
1775
+ - @mastra/core@0.9.4-alpha.4
1776
+
1777
+ ## 0.1.22-alpha.3
1778
+
1779
+ ### Patch Changes
1780
+
1781
+ - c2f9e60: Resolves type issue and listen response string wrapped in text object twice
1782
+ - 0c3d117: Add workflows to agent server handlers
1783
+ - a5810ce: Add support for experimental_generateMessageId and remove it from client-js types since it's not serializable
1784
+ - Updated dependencies [396be50]
1785
+ - Updated dependencies [c3bd795]
1786
+ - Updated dependencies [da082f8]
1787
+ - Updated dependencies [a5810ce]
1788
+ - @mastra/core@0.9.4-alpha.3
1789
+
1790
+ ## 0.1.22-alpha.2
1791
+
1792
+ ### Patch Changes
1793
+
1794
+ - b4c6c87: fix: Specify $refStrategy: 'none' when calling zodToJsonSchema.
1795
+ - c2b980b: Fix multiple too-calls in AGUI
1796
+ - Updated dependencies [3171b5b]
1797
+ - Updated dependencies [973e5ac]
1798
+ - Updated dependencies [9e1eff5]
1799
+ - @mastra/core@0.9.4-alpha.2
1800
+
1801
+ ## 0.1.22-alpha.1
1802
+
1803
+ ### Patch Changes
1804
+
1805
+ - Updated dependencies [ab80e7e]
1806
+ - Updated dependencies [6fa1ad1]
1807
+ - Updated dependencies [c28d7a0]
1808
+ - Updated dependencies [edf1e88]
1809
+ - @mastra/core@0.9.4-alpha.1
1810
+
1811
+ ## 0.1.22-alpha.0
1812
+
1813
+ ### Patch Changes
1814
+
1815
+ - cb1f698: Set runtimeContext from playground for agents, tools, workflows
1816
+ - 0b8b868: Added A2A support + streaming
1817
+ - Updated dependencies [daf942f]
1818
+ - Updated dependencies [0b8b868]
1819
+ - @mastra/core@0.9.4-alpha.0
1820
+
1821
+ ## 0.1.21
1822
+
1823
+ ### Patch Changes
1824
+
1825
+ - 526c570: expose agent runtimeContext from clientSDK
1826
+ - 36eb1aa: Fix AGUI text part
1827
+ - 62c9e7d: Fix disappearing tool calls in streaming
1828
+ - Updated dependencies [e450778]
1829
+ - Updated dependencies [8902157]
1830
+ - Updated dependencies [ca0dc88]
1831
+ - Updated dependencies [526c570]
1832
+ - Updated dependencies [d7a6a33]
1833
+ - Updated dependencies [9cd1a46]
1834
+ - Updated dependencies [b5d2de0]
1835
+ - Updated dependencies [644f8ad]
1836
+ - Updated dependencies [70dbf51]
1837
+ - @mastra/core@0.9.3
1838
+
1839
+ ## 0.1.21-alpha.1
1840
+
1841
+ ### Patch Changes
1842
+
1843
+ - 36eb1aa: Fix AGUI text part
1844
+ - 62c9e7d: Fix disappearing tool calls in streaming
1845
+ - Updated dependencies [e450778]
1846
+ - Updated dependencies [8902157]
1847
+ - Updated dependencies [ca0dc88]
1848
+ - Updated dependencies [9cd1a46]
1849
+ - Updated dependencies [70dbf51]
1850
+ - @mastra/core@0.9.3-alpha.1
1851
+
1852
+ ## 0.1.21-alpha.0
1853
+
1854
+ ### Patch Changes
1855
+
1856
+ - 526c570: expose agent runtimeContext from clientSDK
1857
+ - Updated dependencies [526c570]
1858
+ - Updated dependencies [b5d2de0]
1859
+ - Updated dependencies [644f8ad]
1860
+ - @mastra/core@0.9.3-alpha.0
1861
+
1862
+ ## 0.1.20
1863
+
1864
+ ### Patch Changes
1865
+
1866
+ - 2cf3b8f: dependencies updates:
1867
+ - Updated dependency [`zod@^3.24.3` ↗︎](https://www.npmjs.com/package/zod/v/3.24.3) (from `^3.24.2`, in `dependencies`)
1868
+ - 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`)
1869
+ - 4155f47: Add parameters to filter workflow runs
1870
+ Add fromDate and toDate to telemetry parameters
1871
+ - 254f5c3: Audit, cleanup MastraClient
1872
+ - 0097d50: Add serializedStepGraph to vNext workflow
1873
+ Return serializedStepGraph from vNext workflow
1874
+ Use serializedStepGraph in vNext workflow graph
1875
+ - 2429c74: Add get workflow runs api to client-js
1876
+ - 2e4f8e9: Agui client integration
1877
+ - Updated dependencies [6052aa6]
1878
+ - Updated dependencies [967b41c]
1879
+ - Updated dependencies [3d2fb5c]
1880
+ - Updated dependencies [26738f4]
1881
+ - Updated dependencies [4155f47]
1882
+ - Updated dependencies [7eeb2bc]
1883
+ - Updated dependencies [b804723]
1884
+ - Updated dependencies [8607972]
1885
+ - Updated dependencies [ccef9f9]
1886
+ - Updated dependencies [0097d50]
1887
+ - Updated dependencies [7eeb2bc]
1888
+ - Updated dependencies [17826a9]
1889
+ - Updated dependencies [7d8b7c7]
1890
+ - Updated dependencies [fba031f]
1891
+ - Updated dependencies [3a5f1e1]
1892
+ - Updated dependencies [51e6923]
1893
+ - Updated dependencies [8398d89]
1894
+ - @mastra/core@0.9.2
1895
+
1896
+ ## 0.1.20-alpha.6
1897
+
1898
+ ### Patch Changes
1899
+
1900
+ - 2e4f8e9: Agui client integration
1901
+ - Updated dependencies [6052aa6]
1902
+ - Updated dependencies [7d8b7c7]
1903
+ - Updated dependencies [3a5f1e1]
1904
+ - Updated dependencies [8398d89]
1905
+ - @mastra/core@0.9.2-alpha.6
1906
+
1907
+ ## 0.1.20-alpha.5
1908
+
1909
+ ### Patch Changes
1910
+
1911
+ - Updated dependencies [3d2fb5c]
1912
+ - Updated dependencies [7eeb2bc]
1913
+ - Updated dependencies [8607972]
1914
+ - Updated dependencies [7eeb2bc]
1915
+ - Updated dependencies [fba031f]
1916
+ - @mastra/core@0.9.2-alpha.5
1917
+
1918
+ ## 0.1.20-alpha.4
1919
+
1920
+ ### Patch Changes
1921
+
1922
+ - Updated dependencies [ccef9f9]
1923
+ - Updated dependencies [51e6923]
1924
+ - @mastra/core@0.9.2-alpha.4
1925
+
1926
+ ## 0.1.20-alpha.3
1927
+
1928
+ ### Patch Changes
1929
+
1930
+ - 4155f47: Add parameters to filter workflow runs
1931
+ Add fromDate and toDate to telemetry parameters
1932
+ - Updated dependencies [967b41c]
1933
+ - Updated dependencies [4155f47]
1934
+ - Updated dependencies [17826a9]
1935
+ - @mastra/core@0.9.2-alpha.3
1936
+
1937
+ ## 0.1.20-alpha.2
1938
+
1939
+ ### Patch Changes
1940
+
1941
+ - Updated dependencies [26738f4]
1942
+ - @mastra/core@0.9.2-alpha.2
1943
+
1944
+ ## 0.1.20-alpha.1
1945
+
1946
+ ### Patch Changes
1947
+
1948
+ - 254f5c3: Audit, cleanup MastraClient
1949
+ - 2429c74: Add get workflow runs api to client-js
1950
+ - Updated dependencies [b804723]
1951
+ - @mastra/core@0.9.2-alpha.1
1952
+
1953
+ ## 0.1.20-alpha.0
1954
+
1955
+ ### Patch Changes
1956
+
1957
+ - 0097d50: Add serializedStepGraph to vNext workflow
1958
+ Return serializedStepGraph from vNext workflow
1959
+ Use serializedStepGraph in vNext workflow graph
1960
+ - Updated dependencies [0097d50]
1961
+ - @mastra/core@0.9.2-alpha.0
1962
+
1963
+ ## 0.1.19
1964
+
1965
+ ### Patch Changes
1966
+
1967
+ - b50b9b7: Add vNext workflow to client-js
1968
+ - 11d4485: Show VNext workflows on the playground
1969
+ Show running status for step in vNext workflowState
1970
+ - Updated dependencies [405b63d]
1971
+ - Updated dependencies [81fb7f6]
1972
+ - Updated dependencies [20275d4]
1973
+ - Updated dependencies [7d1892c]
1974
+ - Updated dependencies [a90a082]
1975
+ - Updated dependencies [2d17c73]
1976
+ - Updated dependencies [61e92f5]
1977
+ - Updated dependencies [35955b0]
1978
+ - Updated dependencies [6262bd5]
1979
+ - Updated dependencies [c1409ef]
1980
+ - Updated dependencies [3e7b69d]
1981
+ - Updated dependencies [e4943b8]
1982
+ - Updated dependencies [11d4485]
1983
+ - Updated dependencies [479f490]
1984
+ - Updated dependencies [c23a81c]
1985
+ - Updated dependencies [2d4001d]
1986
+ - Updated dependencies [c71013a]
1987
+ - Updated dependencies [1d3b1cd]
1988
+ - @mastra/core@0.9.1
1989
+
1990
+ ## 0.1.19-alpha.8
1991
+
1992
+ ### Patch Changes
1993
+
1994
+ - Updated dependencies [2d17c73]
1995
+ - @mastra/core@0.9.1-alpha.8
1996
+
1997
+ ## 0.1.19-alpha.7
1998
+
1999
+ ### Patch Changes
2000
+
2001
+ - Updated dependencies [1d3b1cd]
2002
+ - @mastra/core@0.9.1-alpha.7
2003
+
2004
+ ## 0.1.19-alpha.6
2005
+
2006
+ ### Patch Changes
2007
+
2008
+ - Updated dependencies [c23a81c]
2009
+ - @mastra/core@0.9.1-alpha.6
2010
+
2011
+ ## 0.1.19-alpha.5
2012
+
2013
+ ### Patch Changes
2014
+
2015
+ - Updated dependencies [3e7b69d]
2016
+ - @mastra/core@0.9.1-alpha.5
2017
+
2018
+ ## 0.1.19-alpha.4
2019
+
2020
+ ### Patch Changes
2021
+
2022
+ - Updated dependencies [e4943b8]
2023
+ - Updated dependencies [479f490]
2024
+ - @mastra/core@0.9.1-alpha.4
2025
+
2026
+ ## 0.1.19-alpha.3
2027
+
2028
+ ### Patch Changes
2029
+
2030
+ - Updated dependencies [6262bd5]
2031
+ - @mastra/core@0.9.1-alpha.3
2032
+
2033
+ ## 0.1.19-alpha.2
2034
+
2035
+ ### Patch Changes
2036
+
2037
+ - Updated dependencies [405b63d]
2038
+ - Updated dependencies [61e92f5]
2039
+ - Updated dependencies [c71013a]
2040
+ - @mastra/core@0.9.1-alpha.2
2041
+
2042
+ ## 0.1.19-alpha.1
2043
+
2044
+ ### Patch Changes
2045
+
2046
+ - b50b9b7: Add vNext workflow to client-js
2047
+ - 11d4485: Show VNext workflows on the playground
2048
+ Show running status for step in vNext workflowState
2049
+ - Updated dependencies [20275d4]
2050
+ - Updated dependencies [7d1892c]
2051
+ - Updated dependencies [a90a082]
2052
+ - Updated dependencies [35955b0]
2053
+ - Updated dependencies [c1409ef]
2054
+ - Updated dependencies [11d4485]
2055
+ - Updated dependencies [2d4001d]
2056
+ - @mastra/core@0.9.1-alpha.1
2057
+
2058
+ ## 0.1.19-alpha.0
2059
+
2060
+ ### Patch Changes
2061
+
2062
+ - Updated dependencies [81fb7f6]
2063
+ - @mastra/core@0.9.1-alpha.0
2064
+
2065
+ ## 0.1.18
2066
+
2067
+ ### Patch Changes
2068
+
2069
+ - 2538066: Fix memory thread creation from client SDK
2070
+ - Updated dependencies [000a6d4]
2071
+ - Updated dependencies [08bb78e]
2072
+ - Updated dependencies [ed2f549]
2073
+ - Updated dependencies [7e92011]
2074
+ - Updated dependencies [9ee4293]
2075
+ - Updated dependencies [03f3cd0]
2076
+ - Updated dependencies [c0f22b4]
2077
+ - Updated dependencies [71d9444]
2078
+ - Updated dependencies [157c741]
2079
+ - Updated dependencies [8a8a73b]
2080
+ - Updated dependencies [0a033fa]
2081
+ - Updated dependencies [fe3ae4d]
2082
+ - Updated dependencies [9c26508]
2083
+ - Updated dependencies [0f4eae3]
2084
+ - Updated dependencies [16a8648]
2085
+ - Updated dependencies [6f92295]
2086
+ - @mastra/core@0.9.0
2087
+
2088
+ ## 0.1.18-alpha.8
2089
+
2090
+ ### Patch Changes
2091
+
2092
+ - 2538066: Fix memory thread creation from client SDK
2093
+ - Updated dependencies [000a6d4]
2094
+ - Updated dependencies [ed2f549]
2095
+ - Updated dependencies [c0f22b4]
2096
+ - Updated dependencies [0a033fa]
2097
+ - Updated dependencies [9c26508]
2098
+ - Updated dependencies [0f4eae3]
2099
+ - Updated dependencies [16a8648]
2100
+ - @mastra/core@0.9.0-alpha.8
2101
+
2102
+ ## 0.1.18-alpha.7
2103
+
2104
+ ### Patch Changes
2105
+
2106
+ - Updated dependencies [71d9444]
2107
+ - @mastra/core@0.9.0-alpha.7
2108
+
2109
+ ## 0.1.18-alpha.6
2110
+
2111
+ ### Patch Changes
2112
+
2113
+ - Updated dependencies [157c741]
2114
+ - @mastra/core@0.9.0-alpha.6
2115
+
2116
+ ## 0.1.18-alpha.5
2117
+
2118
+ ### Patch Changes
2119
+
2120
+ - Updated dependencies [08bb78e]
2121
+ - @mastra/core@0.9.0-alpha.5
2122
+
2123
+ ## 0.1.18-alpha.4
2124
+
2125
+ ### Patch Changes
2126
+
2127
+ - Updated dependencies [7e92011]
2128
+ - @mastra/core@0.9.0-alpha.4
2129
+
2130
+ ## 0.1.18-alpha.3
2131
+
2132
+ ### Patch Changes
2133
+
2134
+ - Updated dependencies [fe3ae4d]
2135
+ - @mastra/core@0.9.0-alpha.3
2136
+
2137
+ ## 0.1.18-alpha.2
2138
+
2139
+ ### Patch Changes
2140
+
2141
+ - Updated dependencies [9ee4293]
2142
+ - @mastra/core@0.8.4-alpha.2
2143
+
2144
+ ## 0.1.18-alpha.1
2145
+
2146
+ ### Patch Changes
2147
+
2148
+ - Updated dependencies [8a8a73b]
2149
+ - Updated dependencies [6f92295]
2150
+ - @mastra/core@0.8.4-alpha.1
2151
+
2152
+ ## 0.1.18-alpha.0
2153
+
2154
+ ### Patch Changes
2155
+
2156
+ - Updated dependencies [03f3cd0]
2157
+ - @mastra/core@0.8.4-alpha.0
2158
+
2159
+ ## 0.1.17
2160
+
2161
+ ### Patch Changes
2162
+
2163
+ - 37bb612: Add Elastic-2.0 licensing for packages
2164
+ - bc4acb3: updated traces to not be wrapped in traces object
2165
+ - Updated dependencies [d72318f]
2166
+ - Updated dependencies [0bcc862]
2167
+ - Updated dependencies [10a8caf]
2168
+ - Updated dependencies [359b089]
2169
+ - Updated dependencies [32e7b71]
2170
+ - Updated dependencies [37bb612]
2171
+ - Updated dependencies [7f1b291]
2172
+ - @mastra/core@0.8.3
2173
+
2174
+ ## 0.1.17-alpha.5
2175
+
2176
+ ### Patch Changes
2177
+
2178
+ - Updated dependencies [d72318f]
2179
+ - @mastra/core@0.8.3-alpha.5
2180
+
2181
+ ## 0.1.17-alpha.4
2182
+
2183
+ ### Patch Changes
2184
+
2185
+ - Updated dependencies [7f1b291]
2186
+ - @mastra/core@0.8.3-alpha.4
2187
+
2188
+ ## 0.1.17-alpha.3
2189
+
2190
+ ### Patch Changes
2191
+
2192
+ - Updated dependencies [10a8caf]
2193
+ - @mastra/core@0.8.3-alpha.3
2194
+
2195
+ ## 0.1.17-alpha.2
2196
+
2197
+ ### Patch Changes
2198
+
2199
+ - Updated dependencies [0bcc862]
2200
+ - @mastra/core@0.8.3-alpha.2
2201
+
2202
+ ## 0.1.17-alpha.1
2203
+
2204
+ ### Patch Changes
2205
+
2206
+ - 37bb612: Add Elastic-2.0 licensing for packages
2207
+ - bc4acb3: updated traces to not be wrapped in traces object
2208
+ - Updated dependencies [32e7b71]
2209
+ - Updated dependencies [37bb612]
2210
+ - @mastra/core@0.8.3-alpha.1
2211
+
2212
+ ## 0.1.17-alpha.0
2213
+
2214
+ ### Patch Changes
2215
+
2216
+ - Updated dependencies [359b089]
2217
+ - @mastra/core@0.8.3-alpha.0
2218
+
2219
+ ## 0.1.16
2220
+
2221
+ ### Patch Changes
2222
+
2223
+ - Updated dependencies [a06aadc]
2224
+ - @mastra/core@0.8.2
2225
+
2226
+ ## 0.1.16-alpha.0
2227
+
2228
+ ### Patch Changes
2229
+
2230
+ - Updated dependencies [a06aadc]
2231
+ - @mastra/core@0.8.2-alpha.0
2232
+
2233
+ ## 0.1.15
2234
+
2235
+ ### Patch Changes
2236
+
2237
+ - Updated dependencies [99e2998]
2238
+ - Updated dependencies [8fdb414]
2239
+ - @mastra/core@0.8.1
2240
+
2241
+ ## 0.1.15-alpha.0
2242
+
2243
+ ### Patch Changes
2244
+
2245
+ - Updated dependencies [99e2998]
2246
+ - Updated dependencies [8fdb414]
2247
+ - @mastra/core@0.8.1-alpha.0
2248
+
2249
+ ## 0.1.14
2250
+
2251
+ ### Patch Changes
2252
+
2253
+ - 055c4ea: Fix traces page showing e.reduce error
2254
+ - 789bef3: Make runId optional for workflow startAsync api
2255
+ - 8393832: Handle nested workflow view on workflow graph
2256
+ - 84fe241: Improve streaming of workflows
2257
+ - 5646a01: Fix parsing chunk in client-js workflow watch method sometimes failing, disrupting the stream process
2258
+ - bffd64f: Fix mastraClient CORS
2259
+ - 8076ecf: Unify workflow watch/start response
2260
+ - Updated dependencies [56c31b7]
2261
+ - Updated dependencies [619c39d]
2262
+ - Updated dependencies [5ae0180]
2263
+ - Updated dependencies [fe56be0]
2264
+ - Updated dependencies [93875ed]
2265
+ - Updated dependencies [107bcfe]
2266
+ - Updated dependencies [9bfa12b]
2267
+ - Updated dependencies [515ebfb]
2268
+ - Updated dependencies [5b4e19f]
2269
+ - Updated dependencies [dbbbf80]
2270
+ - Updated dependencies [a0967a0]
2271
+ - Updated dependencies [fca3b21]
2272
+ - Updated dependencies [88fa727]
2273
+ - Updated dependencies [f37f535]
2274
+ - Updated dependencies [a3f0e90]
2275
+ - Updated dependencies [4d67826]
2276
+ - Updated dependencies [6330967]
2277
+ - Updated dependencies [8393832]
2278
+ - Updated dependencies [6330967]
2279
+ - Updated dependencies [99d43b9]
2280
+ - Updated dependencies [d7e08e8]
2281
+ - Updated dependencies [febc8a6]
2282
+ - Updated dependencies [7599d77]
2283
+ - Updated dependencies [0118361]
2284
+ - Updated dependencies [619c39d]
2285
+ - Updated dependencies [cafae83]
2286
+ - Updated dependencies [8076ecf]
2287
+ - Updated dependencies [8df4a77]
2288
+ - Updated dependencies [304397c]
2289
+ - @mastra/core@0.8.0
2290
+
2291
+ ## 0.1.14-alpha.8
2292
+
2293
+ ### Patch Changes
2294
+
2295
+ - 055c4ea: Fix traces page showing e.reduce error
2296
+ - bffd64f: Fix mastraClient CORS
2297
+ - Updated dependencies [8df4a77]
2298
+ - @mastra/core@0.8.0-alpha.8
2299
+
2300
+ ## 0.1.14-alpha.7
2301
+
2302
+ ### Patch Changes
2303
+
2304
+ - Updated dependencies [febc8a6]
2305
+ - @mastra/core@0.8.0-alpha.7
2306
+
2307
+ ## 0.1.14-alpha.6
2308
+
2309
+ ### Patch Changes
2310
+
2311
+ - 5646a01: Fix parsing chunk in client-js workflow watch method sometimes failing, disrupting the stream process
2312
+ - Updated dependencies [a3f0e90]
2313
+ - @mastra/core@0.8.0-alpha.6
2314
+
2315
+ ## 0.1.14-alpha.5
2316
+
2317
+ ### Patch Changes
2318
+
2319
+ - Updated dependencies [93875ed]
2320
+ - @mastra/core@0.8.0-alpha.5
2321
+
2322
+ ## 0.1.14-alpha.4
2323
+
2324
+ ### Patch Changes
2325
+
2326
+ - Updated dependencies [d7e08e8]
2327
+ - @mastra/core@0.8.0-alpha.4
2328
+
2329
+ ## 0.1.14-alpha.3
2330
+
2331
+ ### Patch Changes
2332
+
2333
+ - 789bef3: Make runId optional for workflow startAsync api
2334
+ - 8393832: Handle nested workflow view on workflow graph
2335
+ - Updated dependencies [5ae0180]
2336
+ - Updated dependencies [9bfa12b]
2337
+ - Updated dependencies [515ebfb]
2338
+ - Updated dependencies [88fa727]
2339
+ - Updated dependencies [f37f535]
2340
+ - Updated dependencies [4d67826]
2341
+ - Updated dependencies [6330967]
2342
+ - Updated dependencies [8393832]
2343
+ - Updated dependencies [6330967]
2344
+ - @mastra/core@0.8.0-alpha.3
2345
+
2346
+ ## 0.1.14-alpha.2
2347
+
2348
+ ### Patch Changes
2349
+
2350
+ - 84fe241: Improve streaming of workflows
2351
+ - Updated dependencies [56c31b7]
2352
+ - Updated dependencies [dbbbf80]
2353
+ - Updated dependencies [99d43b9]
2354
+ - @mastra/core@0.8.0-alpha.2
2355
+
2356
+ ## 0.1.14-alpha.1
2357
+
2358
+ ### Patch Changes
2359
+
2360
+ - Updated dependencies [619c39d]
2361
+ - Updated dependencies [fe56be0]
2362
+ - Updated dependencies [a0967a0]
2363
+ - Updated dependencies [fca3b21]
2364
+ - Updated dependencies [0118361]
2365
+ - Updated dependencies [619c39d]
2366
+ - @mastra/core@0.8.0-alpha.1
2367
+
2368
+ ## 0.1.14-alpha.0
2369
+
2370
+ ### Patch Changes
2371
+
2372
+ - 8076ecf: Unify workflow watch/start response
2373
+ - Updated dependencies [107bcfe]
2374
+ - Updated dependencies [5b4e19f]
2375
+ - Updated dependencies [7599d77]
2376
+ - Updated dependencies [cafae83]
2377
+ - Updated dependencies [8076ecf]
2378
+ - Updated dependencies [304397c]
2379
+ - @mastra/core@0.7.1-alpha.0
2380
+
2381
+ ## 0.1.13
2382
+
2383
+ ### Patch Changes
2384
+
2385
+ - 0206617: Fix mastaClient cors error, remove default req headers
2386
+ - 160f88e: Leverage aiSDK processDataStream util in MastraClient
2387
+ - 3811029: Add identifying header
2388
+ - Updated dependencies [b4fbc59]
2389
+ - Updated dependencies [a838fde]
2390
+ - Updated dependencies [a8bd4cf]
2391
+ - Updated dependencies [7a3eeb0]
2392
+ - Updated dependencies [0b54522]
2393
+ - Updated dependencies [b3b34f5]
2394
+ - Updated dependencies [1af25d5]
2395
+ - Updated dependencies [a4686e8]
2396
+ - Updated dependencies [6530ad1]
2397
+ - Updated dependencies [27439ad]
2398
+ - @mastra/core@0.7.0
2399
+
2400
+ ## 0.1.13-alpha.3
2401
+
2402
+ ### Patch Changes
2403
+
2404
+ - 160f88e: Leverage aiSDK processDataStream util in MastraClient
2405
+ - Updated dependencies [b3b34f5]
2406
+ - Updated dependencies [a4686e8]
2407
+ - @mastra/core@0.7.0-alpha.3
2408
+
2409
+ ## 0.1.13-alpha.2
2410
+
2411
+ ### Patch Changes
2412
+
2413
+ - Updated dependencies [a838fde]
2414
+ - Updated dependencies [a8bd4cf]
2415
+ - Updated dependencies [7a3eeb0]
2416
+ - Updated dependencies [6530ad1]
2417
+ - @mastra/core@0.7.0-alpha.2
2418
+
2419
+ ## 0.1.13-alpha.1
2420
+
2421
+ ### Patch Changes
2422
+
2423
+ - Updated dependencies [0b54522]
2424
+ - Updated dependencies [1af25d5]
2425
+ - Updated dependencies [27439ad]
2426
+ - @mastra/core@0.7.0-alpha.1
2427
+
2428
+ ## 0.1.13-alpha.0
2429
+
2430
+ ### Patch Changes
2431
+
2432
+ - 0206617: Fix mastaClient cors error, remove default req headers
2433
+ - 3811029: Add identifying header
2434
+ - Updated dependencies [b4fbc59]
2435
+ - @mastra/core@0.6.5-alpha.0
2436
+
2437
+ ## 0.1.12
2438
+
2439
+ ### Patch Changes
2440
+
2441
+ - 05ef3e0: Support voice for mastra client
2442
+ - 248cb07: Allow ai-sdk Message type for messages in agent generate and stream
2443
+ Fix sidebar horizontal overflow in playground
2444
+ - Updated dependencies [6794797]
2445
+ - Updated dependencies [fb68a80]
2446
+ - Updated dependencies [b56a681]
2447
+ - Updated dependencies [248cb07]
2448
+ - @mastra/core@0.6.4
2449
+
2450
+ ## 0.1.12-alpha.1
2451
+
2452
+ ### Patch Changes
2453
+
2454
+ - Updated dependencies [6794797]
2455
+ - @mastra/core@0.6.4-alpha.1
2456
+
2457
+ ## 0.1.12-alpha.0
2458
+
2459
+ ### Patch Changes
2460
+
2461
+ - 05ef3e0: Support voice for mastra client
2462
+ - 248cb07: Allow ai-sdk Message type for messages in agent generate and stream
2463
+ Fix sidebar horizontal overflow in playground
2464
+ - Updated dependencies [fb68a80]
2465
+ - Updated dependencies [b56a681]
2466
+ - Updated dependencies [248cb07]
2467
+ - @mastra/core@0.6.4-alpha.0
2468
+
2469
+ ## 0.1.11
2470
+
2471
+ ### Patch Changes
2472
+
2473
+ - 404640e: AgentNetwork changeset
2474
+ - Updated dependencies [404640e]
2475
+ - Updated dependencies [3bce733]
2476
+ - @mastra/core@0.6.3
2477
+
2478
+ ## 0.1.11-alpha.1
2479
+
2480
+ ### Patch Changes
2481
+
2482
+ - Updated dependencies [3bce733]
2483
+ - @mastra/core@0.6.3-alpha.1
2484
+
2485
+ ## 0.1.11-alpha.0
2486
+
2487
+ ### Patch Changes
2488
+
2489
+ - 404640e: AgentNetwork changeset
2490
+ - Updated dependencies [404640e]
2491
+ - @mastra/core@0.6.3-alpha.0
2492
+
2493
+ ## 0.1.10
2494
+
2495
+ ### Patch Changes
2496
+
2497
+ - Updated dependencies [beaf1c2]
2498
+ - Updated dependencies [3084e13]
2499
+ - @mastra/core@0.6.2
2500
+
2501
+ ## 0.1.10-alpha.0
2502
+
2503
+ ### Patch Changes
2504
+
2505
+ - Updated dependencies [beaf1c2]
2506
+ - Updated dependencies [3084e13]
2507
+ - @mastra/core@0.6.2-alpha.0
2508
+
2509
+ ## 0.1.9
2510
+
2511
+ ### Patch Changes
2512
+
2513
+ - 0850b4c: Watch and resume per run
2514
+ - 4356859: Bump types from core so it can pass instructions optionally
2515
+ - Updated dependencies [fc2f89c]
2516
+ - Updated dependencies [dfbb131]
2517
+ - Updated dependencies [f4854ee]
2518
+ - Updated dependencies [afaf73f]
2519
+ - Updated dependencies [0850b4c]
2520
+ - Updated dependencies [7bcfaee]
2521
+ - Updated dependencies [44631b1]
2522
+ - Updated dependencies [9116d70]
2523
+ - Updated dependencies [6e559a0]
2524
+ - Updated dependencies [5f43505]
2525
+ - @mastra/core@0.6.1
2526
+
2527
+ ## 0.1.9-alpha.2
2528
+
2529
+ ### Patch Changes
2530
+
2531
+ - 0850b4c: Watch and resume per run
2532
+ - Updated dependencies [fc2f89c]
2533
+ - Updated dependencies [dfbb131]
2534
+ - Updated dependencies [0850b4c]
2535
+ - Updated dependencies [9116d70]
2536
+ - @mastra/core@0.6.1-alpha.2
2537
+
2538
+ ## 0.1.9-alpha.1
2539
+
2540
+ ### Patch Changes
2541
+
2542
+ - 4356859: Bump types from core so it can pass instructions optionally
2543
+ - Updated dependencies [f4854ee]
2544
+ - Updated dependencies [afaf73f]
2545
+ - Updated dependencies [44631b1]
2546
+ - Updated dependencies [6e559a0]
2547
+ - Updated dependencies [5f43505]
2548
+ - @mastra/core@0.6.1-alpha.1
2549
+
2550
+ ## 0.1.9-alpha.0
2551
+
2552
+ ### Patch Changes
2553
+
2554
+ - Updated dependencies [7bcfaee]
2555
+ - @mastra/core@0.6.1-alpha.0
2556
+
2557
+ ## 0.1.8
2558
+
2559
+ ### Patch Changes
2560
+
2561
+ - Updated dependencies [16b98d9]
2562
+ - Updated dependencies [1c8cda4]
2563
+ - Updated dependencies [95b4144]
2564
+ - Updated dependencies [3729dbd]
2565
+ - Updated dependencies [c2144f4]
2566
+ - @mastra/core@0.6.0
2567
+
2568
+ ## 0.1.8-alpha.1
2569
+
2570
+ ### Patch Changes
2571
+
2572
+ - Updated dependencies [16b98d9]
2573
+ - Updated dependencies [1c8cda4]
2574
+ - Updated dependencies [95b4144]
2575
+ - Updated dependencies [c2144f4]
2576
+ - @mastra/core@0.6.0-alpha.1
2577
+
2578
+ ## 0.1.8-alpha.0
2579
+
2580
+ ### Patch Changes
2581
+
2582
+ - Updated dependencies [3729dbd]
2583
+ - @mastra/core@0.5.1-alpha.0
2584
+
2585
+ ## 0.1.7
2586
+
2587
+ ### Patch Changes
2588
+
2589
+ - 960690d: Improve client-js workflow watch dx
2590
+ - 8deb34c: Better workflow watch api + watch workflow by runId
2591
+ - fd4a1d7: Update cjs bundling to make sure files are split
2592
+ - Updated dependencies [a910463]
2593
+ - Updated dependencies [59df7b6]
2594
+ - Updated dependencies [22643eb]
2595
+ - Updated dependencies [6feb23f]
2596
+ - Updated dependencies [f2d6727]
2597
+ - Updated dependencies [7a7a547]
2598
+ - Updated dependencies [29f3a82]
2599
+ - Updated dependencies [3d0e290]
2600
+ - Updated dependencies [e9fbac5]
2601
+ - Updated dependencies [301e4ee]
2602
+ - Updated dependencies [ee667a2]
2603
+ - Updated dependencies [dfbe4e9]
2604
+ - Updated dependencies [dab255b]
2605
+ - Updated dependencies [1e8bcbc]
2606
+ - Updated dependencies [f6678e4]
2607
+ - Updated dependencies [9e81f35]
2608
+ - Updated dependencies [c93798b]
2609
+ - Updated dependencies [a85ab24]
2610
+ - Updated dependencies [dbd9f2d]
2611
+ - Updated dependencies [59df7b6]
2612
+ - Updated dependencies [caefaa2]
2613
+ - Updated dependencies [c151ae6]
2614
+ - Updated dependencies [52e0418]
2615
+ - Updated dependencies [d79aedf]
2616
+ - Updated dependencies [03236ec]
2617
+ - Updated dependencies [3764e71]
2618
+ - Updated dependencies [df982db]
2619
+ - Updated dependencies [a171b37]
2620
+ - Updated dependencies [506f1d5]
2621
+ - Updated dependencies [02ffb7b]
2622
+ - Updated dependencies [0461849]
2623
+ - Updated dependencies [2259379]
2624
+ - Updated dependencies [aeb5e36]
2625
+ - Updated dependencies [f2301de]
2626
+ - Updated dependencies [358f069]
2627
+ - Updated dependencies [fd4a1d7]
2628
+ - Updated dependencies [c139344]
2629
+ - @mastra/core@0.5.0
2630
+
2631
+ ## 0.1.7-alpha.12
2632
+
2633
+ ### Patch Changes
2634
+
2635
+ - Updated dependencies [a85ab24]
2636
+ - @mastra/core@0.5.0-alpha.12
2637
+
2638
+ ## 0.1.7-alpha.11
2639
+
2640
+ ### Patch Changes
2641
+
2642
+ - 8deb34c: Better workflow watch api + watch workflow by runId
2643
+ - fd4a1d7: Update cjs bundling to make sure files are split
2644
+ - Updated dependencies [7a7a547]
2645
+ - Updated dependencies [c93798b]
2646
+ - Updated dependencies [dbd9f2d]
2647
+ - Updated dependencies [a171b37]
2648
+ - Updated dependencies [fd4a1d7]
2649
+ - @mastra/core@0.5.0-alpha.11
2650
+
2651
+ ## 0.1.7-alpha.10
2652
+
2653
+ ### Patch Changes
2654
+
2655
+ - Updated dependencies [a910463]
2656
+ - @mastra/core@0.5.0-alpha.10
2657
+
2658
+ ## 0.1.7-alpha.9
2659
+
2660
+ ### Patch Changes
2661
+
2662
+ - Updated dependencies [e9fbac5]
2663
+ - Updated dependencies [1e8bcbc]
2664
+ - Updated dependencies [aeb5e36]
2665
+ - Updated dependencies [f2301de]
2666
+ - @mastra/core@0.5.0-alpha.9
2667
+
2668
+ ## 0.1.7-alpha.8
2669
+
2670
+ ### Patch Changes
2671
+
2672
+ - Updated dependencies [506f1d5]
2673
+ - @mastra/core@0.5.0-alpha.8
2674
+
2675
+ ## 0.1.7-alpha.7
2676
+
2677
+ ### Patch Changes
2678
+
2679
+ - Updated dependencies [ee667a2]
2680
+ - @mastra/core@0.5.0-alpha.7
2681
+
2682
+ ## 0.1.7-alpha.6
2683
+
2684
+ ### Patch Changes
2685
+
2686
+ - Updated dependencies [f6678e4]
2687
+ - @mastra/core@0.5.0-alpha.6
2688
+
2689
+ ## 0.1.7-alpha.5
2690
+
2691
+ ### Patch Changes
2692
+
2693
+ - Updated dependencies [22643eb]
2694
+ - Updated dependencies [6feb23f]
2695
+ - Updated dependencies [f2d6727]
2696
+ - Updated dependencies [301e4ee]
2697
+ - Updated dependencies [dfbe4e9]
2698
+ - Updated dependencies [9e81f35]
2699
+ - Updated dependencies [caefaa2]
2700
+ - Updated dependencies [c151ae6]
2701
+ - Updated dependencies [52e0418]
2702
+ - Updated dependencies [03236ec]
2703
+ - Updated dependencies [3764e71]
2704
+ - Updated dependencies [df982db]
2705
+ - Updated dependencies [0461849]
2706
+ - Updated dependencies [2259379]
2707
+ - Updated dependencies [358f069]
2708
+ - @mastra/core@0.5.0-alpha.5
2709
+
2710
+ ## 0.1.7-alpha.4
2711
+
2712
+ ### Patch Changes
2713
+
2714
+ - Updated dependencies [d79aedf]
2715
+ - @mastra/core@0.5.0-alpha.4
2716
+
2717
+ ## 0.1.7-alpha.3
2718
+
2719
+ ### Patch Changes
2720
+
2721
+ - Updated dependencies [3d0e290]
2722
+ - @mastra/core@0.5.0-alpha.3
2723
+
2724
+ ## 0.1.7-alpha.2
2725
+
2726
+ ### Patch Changes
2727
+
2728
+ - Updated dependencies [02ffb7b]
2729
+ - @mastra/core@0.5.0-alpha.2
2730
+
2731
+ ## 0.1.7-alpha.1
2732
+
2733
+ ### Patch Changes
2734
+
2735
+ - Updated dependencies [dab255b]
2736
+ - @mastra/core@0.5.0-alpha.1
2737
+
2738
+ ## 0.1.7-alpha.0
2739
+
2740
+ ### Patch Changes
2741
+
2742
+ - 960690d: Improve client-js workflow watch dx
2743
+ - Updated dependencies [59df7b6]
2744
+ - Updated dependencies [29f3a82]
2745
+ - Updated dependencies [59df7b6]
2746
+ - Updated dependencies [c139344]
2747
+ - @mastra/core@0.5.0-alpha.0
2748
+
2749
+ ## 0.1.6
2750
+
2751
+ ### Patch Changes
2752
+
2753
+ - Updated dependencies [1da20e7]
2754
+ - @mastra/core@0.4.4
2755
+
2756
+ ## 0.1.6-alpha.0
2757
+
2758
+ ### Patch Changes
2759
+
2760
+ - Updated dependencies [1da20e7]
2761
+ - @mastra/core@0.4.4-alpha.0
2762
+
2763
+ ## 0.1.5
2764
+
2765
+ ### Patch Changes
2766
+
2767
+ - 0d25b75: Add all agent stream,generate option to cliend-js sdk
2768
+ - 7a64aff: Add more types to client-js sdk
2769
+ - bb4f447: Add support for commonjs
2770
+ - Updated dependencies [0d185b1]
8
2771
  - Updated dependencies [ed55f1d]
9
2772
  - Updated dependencies [06aa827]
2773
+ - Updated dependencies [0fd78ac]
2774
+ - Updated dependencies [2512a93]
2775
+ - Updated dependencies [e62de74]
2776
+ - Updated dependencies [0d25b75]
2777
+ - Updated dependencies [fd14a3f]
2778
+ - Updated dependencies [8d13b14]
2779
+ - Updated dependencies [3f369a2]
2780
+ - Updated dependencies [3ee4831]
2781
+ - Updated dependencies [4d4e1e1]
2782
+ - Updated dependencies [bb4f447]
2783
+ - Updated dependencies [108793c]
2784
+ - Updated dependencies [5f28f44]
2785
+ - Updated dependencies [dabecf4]
2786
+ - @mastra/core@0.4.3
2787
+
2788
+ ## 0.1.5-alpha.4
2789
+
2790
+ ### Patch Changes
2791
+
2792
+ - Updated dependencies [dabecf4]
2793
+ - @mastra/core@0.4.3-alpha.4
2794
+
2795
+ ## 0.1.5-alpha.3
2796
+
2797
+ ### Patch Changes
2798
+
2799
+ - 0d25b75: Add all agent stream,generate option to cliend-js sdk
2800
+ - 7a64aff: Add more types to client-js sdk
2801
+ - bb4f447: Add support for commonjs
2802
+ - Updated dependencies [0fd78ac]
2803
+ - Updated dependencies [0d25b75]
2804
+ - Updated dependencies [fd14a3f]
2805
+ - Updated dependencies [3f369a2]
2806
+ - Updated dependencies [4d4e1e1]
2807
+ - Updated dependencies [bb4f447]
2808
+ - @mastra/core@0.4.3-alpha.3
2809
+
2810
+ ## 0.1.5-alpha.2
2811
+
2812
+ ### Patch Changes
2813
+
2814
+ - Updated dependencies [2512a93]
2815
+ - Updated dependencies [e62de74]
2816
+ - @mastra/core@0.4.3-alpha.2
2817
+
2818
+ ## 0.1.5-alpha.1
2819
+
2820
+ ### Patch Changes
2821
+
2822
+ - Updated dependencies [0d185b1]
2823
+ - Updated dependencies [ed55f1d]
10
2824
  - Updated dependencies [8d13b14]
11
- - Updated dependencies [4a712fc]
2825
+ - Updated dependencies [3ee4831]
12
2826
  - Updated dependencies [108793c]
13
2827
  - Updated dependencies [5f28f44]
14
- - @mastra/core@0.0.0-commonjs-20250227130920
2828
+ - @mastra/core@0.4.3-alpha.1
15
2829
 
16
2830
  ## 0.1.5-alpha.0
17
2831