@mastra/deployer 0.15.3-alpha.3 → 0.15.3-alpha.5

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 +4037 -0
  2. package/dist/build/__fixtures__/no-bundler.d.ts +1 -1
  3. package/dist/build/__fixtures__/no-bundler.d.ts.map +1 -1
  4. package/dist/build/__fixtures__/no-server.d.ts +1 -1
  5. package/dist/build/__fixtures__/no-server.d.ts.map +1 -1
  6. package/dist/build/__fixtures__/no-telemetry.d.ts +1 -1
  7. package/dist/build/__fixtures__/no-telemetry.d.ts.map +1 -1
  8. package/dist/build/analyze.cjs +3 -3
  9. package/dist/build/analyze.js +1 -1
  10. package/dist/build/index.cjs +12 -12
  11. package/dist/build/index.js +4 -4
  12. package/dist/build/plugins/__fixtures__/basic-with-bundler.d.ts +1 -1
  13. package/dist/build/plugins/__fixtures__/basic-with-bundler.d.ts.map +1 -1
  14. package/dist/build/plugins/__fixtures__/basic-with-const.d.ts +1 -1
  15. package/dist/build/plugins/__fixtures__/basic-with-const.d.ts.map +1 -1
  16. package/dist/build/plugins/__fixtures__/basic-with-function.d.ts +1 -1
  17. package/dist/build/plugins/__fixtures__/basic-with-function.d.ts.map +1 -1
  18. package/dist/build/plugins/__fixtures__/basic-with-import.d.ts +1 -1
  19. package/dist/build/plugins/__fixtures__/basic-with-import.d.ts.map +1 -1
  20. package/dist/build/plugins/__fixtures__/basic-with-json.d.ts +1 -1
  21. package/dist/build/plugins/__fixtures__/basic-with-json.d.ts.map +1 -1
  22. package/dist/build/plugins/__fixtures__/basic.d.ts +1 -1
  23. package/dist/build/plugins/__fixtures__/basic.d.ts.map +1 -1
  24. package/dist/build/plugins/__fixtures__/empty-mastra.d.ts +1 -1
  25. package/dist/build/plugins/__fixtures__/empty-mastra.d.ts.map +1 -1
  26. package/dist/build/plugins/__fixtures__/mastra-with-extra-code.d.ts +1 -1
  27. package/dist/build/plugins/__fixtures__/mastra-with-extra-code.d.ts.map +1 -1
  28. package/dist/bundler/index.cjs +2 -2
  29. package/dist/bundler/index.js +1 -1
  30. package/dist/{chunk-AVESU2SU.js → chunk-2GPZM6PP.js} +5 -5
  31. package/dist/{chunk-AVESU2SU.js.map → chunk-2GPZM6PP.js.map} +1 -1
  32. package/dist/{chunk-X54LEGAC.cjs → chunk-AM2S5WCK.cjs} +30 -19
  33. package/dist/chunk-AM2S5WCK.cjs.map +1 -0
  34. package/dist/{chunk-GPGRGCTW.js → chunk-DG6YR6QC.js} +28 -17
  35. package/dist/chunk-DG6YR6QC.js.map +1 -0
  36. package/dist/{chunk-PEPYV5JI.cjs → chunk-FOPPWICF.cjs} +16 -16
  37. package/dist/{chunk-PEPYV5JI.cjs.map → chunk-FOPPWICF.cjs.map} +1 -1
  38. package/dist/{chunk-WAZSZUBG.js → chunk-HUAOVISC.js} +3 -3
  39. package/dist/{chunk-WAZSZUBG.js.map → chunk-HUAOVISC.js.map} +1 -1
  40. package/dist/{chunk-C5VTZTAY.js → chunk-IVGJKJCG.js} +3 -3
  41. package/dist/{chunk-C5VTZTAY.js.map → chunk-IVGJKJCG.js.map} +1 -1
  42. package/dist/{chunk-TE5Y7CVX.cjs → chunk-KVBYKVQQ.cjs} +5 -5
  43. package/dist/{chunk-TE5Y7CVX.cjs.map → chunk-KVBYKVQQ.cjs.map} +1 -1
  44. package/dist/{chunk-7P4PV6QU.js → chunk-U4ZNNX34.js} +3 -3
  45. package/dist/{chunk-7P4PV6QU.js.map → chunk-U4ZNNX34.js.map} +1 -1
  46. package/dist/{chunk-GDMDXD6B.cjs → chunk-WHMSFLP7.cjs} +5 -5
  47. package/dist/{chunk-GDMDXD6B.cjs.map → chunk-WHMSFLP7.cjs.map} +1 -1
  48. package/dist/{chunk-EJQ67F7F.cjs → chunk-WSYCRXET.cjs} +9 -9
  49. package/dist/{chunk-EJQ67F7F.cjs.map → chunk-WSYCRXET.cjs.map} +1 -1
  50. package/dist/index.cjs +12 -12
  51. package/dist/index.js +4 -4
  52. package/dist/server/handlers/routes/agent-builder/handlers.d.ts +17 -0
  53. package/dist/server/handlers/routes/agent-builder/handlers.d.ts.map +1 -0
  54. package/dist/server/handlers/routes/agent-builder/router.d.ts +4 -0
  55. package/dist/server/handlers/routes/agent-builder/router.d.ts.map +1 -0
  56. package/dist/server/handlers/routes/agents/handlers.d.ts +2 -0
  57. package/dist/server/handlers/routes/agents/handlers.d.ts.map +1 -1
  58. package/dist/server/handlers/routes/agents/router.d.ts.map +1 -1
  59. package/dist/server/handlers/routes/tools/handlers.d.ts +1 -0
  60. package/dist/server/handlers/routes/tools/handlers.d.ts.map +1 -1
  61. package/dist/server/index.cjs +1145 -111
  62. package/dist/server/index.cjs.map +1 -1
  63. package/dist/server/index.d.ts.map +1 -1
  64. package/dist/server/index.js +1074 -40
  65. package/dist/server/index.js.map +1 -1
  66. package/dist/services/deps.d.ts +5 -0
  67. package/dist/services/deps.d.ts.map +1 -1
  68. package/dist/services/index.cjs +4 -4
  69. package/dist/services/index.js +1 -1
  70. package/package.json +17 -7
  71. package/dist/chunk-GPGRGCTW.js.map +0 -1
  72. package/dist/chunk-X54LEGAC.cjs.map +0 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,4037 @@
1
+ # @mastra/deployer
2
+
3
+ ## 0.15.3-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#7333](https://github.com/mastra-ai/mastra/pull/7333) [`2b64943`](https://github.com/mastra-ai/mastra/commit/2b64943a282c99988c2e5b6e1269bfaca60e6fe3) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
8
+ - Updated dependency [`rollup@~4.50.0` ↗︎](https://www.npmjs.com/package/rollup/v/4.50.0) (from `~4.49.0`, in `dependencies`)
9
+
10
+ - [#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`.
11
+
12
+ - Updated dependencies [[`85ef90b`](https://github.com/mastra-ai/mastra/commit/85ef90bb2cd4ae4df855c7ac175f7d392c55c1bf), [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e)]:
13
+ - @mastra/core@0.15.3-alpha.5
14
+ - @mastra/server@0.15.3-alpha.5
15
+
16
+ ## 0.15.3-alpha.4
17
+
18
+ ### Patch Changes
19
+
20
+ - [#7000](https://github.com/mastra-ai/mastra/pull/7000) [`3e0bd2a`](https://github.com/mastra-ai/mastra/commit/3e0bd2aa0a19823939f9a973d44791f4927ff5c3) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
21
+ - Updated dependency [`rollup@~4.49.0` ↗︎](https://www.npmjs.com/package/rollup/v/4.49.0) (from `~4.47.1`, in `dependencies`)
22
+
23
+ - [#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
24
+
25
+ - [#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
26
+
27
+ - [#7250](https://github.com/mastra-ai/mastra/pull/7250) [`12adcc8`](https://github.com/mastra-ai/mastra/commit/12adcc8929db79b3cf7b83237ebaf6ba2db0181e) Thanks [@roaminro](https://github.com/roaminro)! - add missing endpoint to get agent tool by ID
28
+
29
+ - [#6946](https://github.com/mastra-ai/mastra/pull/6946) [`8f22a2c`](https://github.com/mastra-ai/mastra/commit/8f22a2c35a0a9ddd2f34a9c3ebb6ff6668aa9ea9) Thanks [@LekoArts](https://github.com/LekoArts)! - During package installation do not print audit, funding or any non-error logs
30
+
31
+ - 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), [`48f0742`](https://github.com/mastra-ai/mastra/commit/48f0742662414610dc9a7a99d45902d059ee123d), [`12adcc8`](https://github.com/mastra-ai/mastra/commit/12adcc8929db79b3cf7b83237ebaf6ba2db0181e), [`0ce418a`](https://github.com/mastra-ai/mastra/commit/0ce418a1ccaa5e125d4483a9651b635046152569), [`bcec7db`](https://github.com/mastra-ai/mastra/commit/bcec7db62dab25e4c85f1d484172061382c6615d), [`8387952`](https://github.com/mastra-ai/mastra/commit/838795227b4edf758c84a2adf6f7fba206c27719), [`5eca5d2`](https://github.com/mastra-ai/mastra/commit/5eca5d2655788863ea0442a46c9ef5d3c6dbe0a8)]:
32
+ - @mastra/core@0.15.3-alpha.4
33
+ - @mastra/server@0.15.3-alpha.4
34
+
35
+ ## 0.15.3-alpha.3
36
+
37
+ ### Patch Changes
38
+
39
+ - [#7207](https://github.com/mastra-ai/mastra/pull/7207) [`71b657b`](https://github.com/mastra-ai/mastra/commit/71b657bffebbdcfdf1ce9c6d72003041bd6e200a) Thanks [@TheIsrael1](https://github.com/TheIsrael1)! - Excluding hono from being external
40
+
41
+ - [#7215](https://github.com/mastra-ai/mastra/pull/7215) [`6d98856`](https://github.com/mastra-ai/mastra/commit/6d98856ed7cf56cbd6c4e02b3254e3dfb1e455db) Thanks [@YujohnNattrass](https://github.com/YujohnNattrass)! - Correct set the root span for telemetry traces
42
+
43
+ - 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)]:
44
+ - @mastra/core@0.15.3-alpha.3
45
+ - @mastra/server@0.15.3-alpha.3
46
+
47
+ ## 0.15.3-alpha.2
48
+
49
+ ### Patch Changes
50
+
51
+ - Updated dependencies [[`822c2e8`](https://github.com/mastra-ai/mastra/commit/822c2e88a3ecbffb7c680e6227976006ccefe6a8)]:
52
+ - @mastra/core@0.15.3-alpha.2
53
+ - @mastra/server@0.15.3-alpha.2
54
+
55
+ ## 0.15.3-alpha.1
56
+
57
+ ### Patch Changes
58
+
59
+ - 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)]:
60
+ - @mastra/core@0.15.3-alpha.1
61
+ - @mastra/server@0.15.3-alpha.1
62
+
63
+ ## 0.15.3-alpha.0
64
+
65
+ ### Patch Changes
66
+
67
+ - [#7115](https://github.com/mastra-ai/mastra/pull/7115) [`6f715fe`](https://github.com/mastra-ai/mastra/commit/6f715fe524296e1138a319e56bcf8e4214bd5dd5) Thanks [@TheIsrael1](https://github.com/TheIsrael1)! - Fix plyground baseUrl, default api baseUrl to playground baseUrl
68
+
69
+ - [#7091](https://github.com/mastra-ai/mastra/pull/7091) [`a6e2254`](https://github.com/mastra-ai/mastra/commit/a6e225469159950bb69e8d240d510ec57dc0d79a) Thanks [@YujohnNattrass](https://github.com/YujohnNattrass)! - Do not export otel scoped traces
70
+
71
+ - 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)]:
72
+ - @mastra/core@0.15.3-alpha.0
73
+ - @mastra/server@0.15.3-alpha.0
74
+
75
+ ## 0.15.2
76
+
77
+ ### Patch Changes
78
+
79
+ - [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
80
+
81
+ - Updated dependencies [[`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430)]:
82
+ - @mastra/server@0.15.2
83
+ - @mastra/core@0.15.2
84
+
85
+ ## 0.15.1
86
+
87
+ ### Patch Changes
88
+
89
+ - [`95b2aa9`](https://github.com/mastra-ai/mastra/commit/95b2aa908230919e67efcac0d69005a2d5745298) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdeps @mastra/core
90
+
91
+ - Updated dependencies [[`95b2aa9`](https://github.com/mastra-ai/mastra/commit/95b2aa908230919e67efcac0d69005a2d5745298)]:
92
+ - @mastra/server@0.15.1
93
+ - @mastra/core@0.15.1
94
+
95
+ ## 0.15.0
96
+
97
+ ### Minor Changes
98
+
99
+ - [#7028](https://github.com/mastra-ai/mastra/pull/7028) [`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump core peerdependency
100
+
101
+ - [#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
102
+
103
+ ### Patch Changes
104
+
105
+ - [#6798](https://github.com/mastra-ai/mastra/pull/6798) [`e9a36bd`](https://github.com/mastra-ai/mastra/commit/e9a36bd03ed032528b60186a318f563ebf59c01a) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
106
+ - Updated dependency [`rollup@~4.46.4` ↗︎](https://www.npmjs.com/package/rollup/v/4.46.4) (from `~4.46.2`, in `dependencies`)
107
+
108
+ - [#6965](https://github.com/mastra-ai/mastra/pull/6965) [`2b38a60`](https://github.com/mastra-ai/mastra/commit/2b38a60da0c1153028d8241c7748b41c5fb81121) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
109
+ - Updated dependency [`rollup@~4.47.1` ↗︎](https://www.npmjs.com/package/rollup/v/4.47.1) (from `~4.46.4`, in `dependencies`)
110
+
111
+ - [#6995](https://github.com/mastra-ai/mastra/pull/6995) [`681252d`](https://github.com/mastra-ai/mastra/commit/681252d20e57fcee6821377dea96cacab3bc230f) Thanks [@wardpeet](https://github.com/wardpeet)! - Improve type resolving
112
+
113
+ - [#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
114
+
115
+ - [#7017](https://github.com/mastra-ai/mastra/pull/7017) [`2a96802`](https://github.com/mastra-ai/mastra/commit/2a96802f76790ebb86a1bcb254398dccf27e5479) Thanks [@TheIsrael1](https://github.com/TheIsrael1)! - Fix cloudflare deployer - disable esmShim for cloudflare
116
+
117
+ - [#6924](https://github.com/mastra-ai/mastra/pull/6924) [`de24804`](https://github.com/mastra-ai/mastra/commit/de248044e79b407d211b339ce3ed4dc6e1630704) Thanks [@LekoArts](https://github.com/LekoArts)! - Improve internal mechanism to detect and handle workspace packages
118
+
119
+ - [#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
120
+
121
+ - Updated dependencies [[`0778757`](https://github.com/mastra-ai/mastra/commit/07787570e4addbd501522037bd2542c3d9e26822), [`943a7f3`](https://github.com/mastra-ai/mastra/commit/943a7f3dbc6a8ab3f9b7bc7c8a1c5b319c3d7f56), [`681252d`](https://github.com/mastra-ai/mastra/commit/681252d20e57fcee6821377dea96cacab3bc230f), [`01be5d3`](https://github.com/mastra-ai/mastra/commit/01be5d358fad8faa101e5c69dfa54562c02cc0af), [`bf504a8`](https://github.com/mastra-ai/mastra/commit/bf504a833051f6f321d832cc7d631f3cb86d657b), [`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec), [`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)]:
122
+ - @mastra/core@0.15.0
123
+ - @mastra/server@0.15.0
124
+
125
+ ## 0.15.0-alpha.4
126
+
127
+ ### Minor Changes
128
+
129
+ - [#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
130
+
131
+ ### Patch Changes
132
+
133
+ - Updated dependencies [[`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c)]:
134
+ - @mastra/server@0.15.0-alpha.4
135
+ - @mastra/core@0.15.0-alpha.4
136
+
137
+ ## 0.15.0-alpha.3
138
+
139
+ ### Minor Changes
140
+
141
+ - [#7028](https://github.com/mastra-ai/mastra/pull/7028) [`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump core peerdependency
142
+
143
+ ### Patch Changes
144
+
145
+ - Updated dependencies [[`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec)]:
146
+ - @mastra/server@0.15.0-alpha.3
147
+ - @mastra/core@0.15.0-alpha.3
148
+
149
+ ## 0.14.2-alpha.2
150
+
151
+ ### Patch Changes
152
+
153
+ - [#7017](https://github.com/mastra-ai/mastra/pull/7017) [`2a96802`](https://github.com/mastra-ai/mastra/commit/2a96802f76790ebb86a1bcb254398dccf27e5479) Thanks [@TheIsrael1](https://github.com/TheIsrael1)! - Fix cloudflare deployer - disable esmShim for cloudflare
154
+
155
+ - Updated dependencies [[`2e58325`](https://github.com/mastra-ai/mastra/commit/2e58325beb170f5b92f856e27d915cd26917e5e6)]:
156
+ - @mastra/core@0.14.2-alpha.2
157
+ - @mastra/server@0.14.2-alpha.2
158
+
159
+ ## 0.14.2-alpha.1
160
+
161
+ ### Patch Changes
162
+
163
+ - [#6965](https://github.com/mastra-ai/mastra/pull/6965) [`2b38a60`](https://github.com/mastra-ai/mastra/commit/2b38a60da0c1153028d8241c7748b41c5fb81121) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
164
+ - Updated dependency [`rollup@~4.47.1` ↗︎](https://www.npmjs.com/package/rollup/v/4.47.1) (from `~4.46.4`, in `dependencies`)
165
+
166
+ - [#6995](https://github.com/mastra-ai/mastra/pull/6995) [`681252d`](https://github.com/mastra-ai/mastra/commit/681252d20e57fcee6821377dea96cacab3bc230f) Thanks [@wardpeet](https://github.com/wardpeet)! - Improve type resolving
167
+
168
+ - [#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
169
+
170
+ - [#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
171
+
172
+ - Updated dependencies [[`943a7f3`](https://github.com/mastra-ai/mastra/commit/943a7f3dbc6a8ab3f9b7bc7c8a1c5b319c3d7f56), [`681252d`](https://github.com/mastra-ai/mastra/commit/681252d20e57fcee6821377dea96cacab3bc230f), [`01be5d3`](https://github.com/mastra-ai/mastra/commit/01be5d358fad8faa101e5c69dfa54562c02cc0af), [`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)]:
173
+ - @mastra/core@0.14.2-alpha.1
174
+ - @mastra/server@0.14.2-alpha.1
175
+
176
+ ## 0.14.2-alpha.0
177
+
178
+ ### Patch Changes
179
+
180
+ - [#6798](https://github.com/mastra-ai/mastra/pull/6798) [`e9a36bd`](https://github.com/mastra-ai/mastra/commit/e9a36bd03ed032528b60186a318f563ebf59c01a) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
181
+ - Updated dependency [`rollup@~4.46.4` ↗︎](https://www.npmjs.com/package/rollup/v/4.46.4) (from `~4.46.2`, in `dependencies`)
182
+
183
+ - [#6924](https://github.com/mastra-ai/mastra/pull/6924) [`de24804`](https://github.com/mastra-ai/mastra/commit/de248044e79b407d211b339ce3ed4dc6e1630704) Thanks [@LekoArts](https://github.com/LekoArts)! - Improve internal mechanism to detect and handle workspace packages
184
+
185
+ - 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)]:
186
+ - @mastra/core@0.14.2-alpha.0
187
+ - @mastra/server@0.14.2-alpha.0
188
+
189
+ ## 0.14.1
190
+
191
+ ### Patch Changes
192
+
193
+ - [#6914](https://github.com/mastra-ai/mastra/pull/6914) [`4c8956f`](https://github.com/mastra-ai/mastra/commit/4c8956f3110ccf39595e022f127a44a0a5c09c86) Thanks [@LekoArts](https://github.com/LekoArts)! - Add the `@rollup/plugin-esm-shim` plugin to the bundler. If your code (or dependencies) uses things like `__dirname` you might see an error during `mastra dev` which is fixed now.
194
+
195
+ - 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)]:
196
+ - @mastra/core@0.14.1
197
+ - @mastra/server@0.14.1
198
+
199
+ ## 0.14.1-alpha.1
200
+
201
+ ### Patch Changes
202
+
203
+ - Updated dependencies [[`0f00e17`](https://github.com/mastra-ai/mastra/commit/0f00e172953ccdccadb35ed3d70f5e4d89115869), [`217cd7a`](https://github.com/mastra-ai/mastra/commit/217cd7a4ce171e9a575c41bb8c83300f4db03236)]:
204
+ - @mastra/core@0.14.1-alpha.1
205
+ - @mastra/server@0.14.1-alpha.1
206
+
207
+ ## 0.14.1-alpha.0
208
+
209
+ ### Patch Changes
210
+
211
+ - [#6914](https://github.com/mastra-ai/mastra/pull/6914) [`4c8956f`](https://github.com/mastra-ai/mastra/commit/4c8956f3110ccf39595e022f127a44a0a5c09c86) Thanks [@LekoArts](https://github.com/LekoArts)! - Add the `@rollup/plugin-esm-shim` plugin to the bundler. If your code (or dependencies) uses things like `__dirname` you might see an error during `mastra dev` which is fixed now.
212
+
213
+ - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02)]:
214
+ - @mastra/core@0.14.1-alpha.0
215
+ - @mastra/server@0.14.1-alpha.0
216
+
217
+ ## 0.14.0
218
+
219
+ ### Minor Changes
220
+
221
+ - 03997ae: Update peer deps of core
222
+
223
+ ### Patch Changes
224
+
225
+ - bca2ba3: Fix issue where `.json` files couldn't be imported and used with deployers
226
+ - 022f3a2: Fix a bug for transpilePackages usage where sibling files inside transpiled packages didn't resolve correctly
227
+ - 6313063: Implement model switcher in playground
228
+ - 96518cc: Bundling cleanup code improvements
229
+ - c712849: Add handlers for VNext
230
+ - 04dcd66: Fix babel-preset-typescript import
231
+ - 2454423: Agentic loop and streaming workflow: generateVNext and streamVNext
232
+ - a9916bd: Model switcher v5 support
233
+ - 95e1330: Move to default rollup resolve from resolveFrom pkg
234
+ - 33eb340: Optimize workspace dependency detection in bundler. Check workspace map directly before resolving package.json path
235
+ - 6dfc4a6: In a previous release analysis of the Mastra configuration was added. A bug was fixed to properly support TypeScript.
236
+ - Updated dependencies [227c7e6]
237
+ - Updated dependencies [12cae67]
238
+ - Updated dependencies [fd3a3eb]
239
+ - Updated dependencies [6faaee5]
240
+ - Updated dependencies [4232b14]
241
+ - Updated dependencies [6313063]
242
+ - Updated dependencies [a89de7e]
243
+ - Updated dependencies [5a37d0c]
244
+ - Updated dependencies [4bde0cb]
245
+ - Updated dependencies [cf4f357]
246
+ - Updated dependencies [03997ae]
247
+ - Updated dependencies [ad888a2]
248
+ - Updated dependencies [481751d]
249
+ - Updated dependencies [2454423]
250
+ - Updated dependencies [194e395]
251
+ - Updated dependencies [a9916bd]
252
+ - Updated dependencies [a722c0b]
253
+ - Updated dependencies [c30bca8]
254
+ - Updated dependencies [3b5fec7]
255
+ - Updated dependencies [57f7019]
256
+ - Updated dependencies [a8f129d]
257
+ - Updated dependencies [4908422]
258
+ - @mastra/core@0.14.0
259
+ - @mastra/server@0.14.0
260
+
261
+ ## 0.14.0-alpha.7
262
+
263
+ ### Minor Changes
264
+
265
+ - 03997ae: Update peer deps of core
266
+
267
+ ### Patch Changes
268
+
269
+ - Updated dependencies [03997ae]
270
+ - @mastra/server@0.14.0-alpha.7
271
+ - @mastra/core@0.14.0-alpha.7
272
+
273
+ ## 0.14.0-alpha.6
274
+
275
+ ### Patch Changes
276
+
277
+ - a9916bd: Model switcher v5 support
278
+ - Updated dependencies [ad888a2]
279
+ - Updated dependencies [481751d]
280
+ - Updated dependencies [194e395]
281
+ - Updated dependencies [a9916bd]
282
+ - @mastra/core@0.14.0-alpha.6
283
+ - @mastra/server@0.14.0-alpha.6
284
+
285
+ ## 0.14.0-alpha.5
286
+
287
+ ### Patch Changes
288
+
289
+ - Updated dependencies [4908422]
290
+ - @mastra/server@0.14.0-alpha.5
291
+ - @mastra/core@0.14.0-alpha.5
292
+
293
+ ## 0.14.0-alpha.4
294
+
295
+ ### Patch Changes
296
+
297
+ - 96518cc: Bundling cleanup code improvements
298
+ - c712849: Deployer handlers
299
+ - 2454423: generateVNext and streamVNext
300
+ - 95e1330: Move to default rollup resolve from resolveFrom pkg
301
+ - 33eb340: Optimize workspace dependency detection in bundler
302
+ - Check workspace map directly before resolving package.json path
303
+
304
+ - Updated dependencies [0a7f675]
305
+ - Updated dependencies [12cae67]
306
+ - Updated dependencies [5a37d0c]
307
+ - Updated dependencies [4bde0cb]
308
+ - Updated dependencies [1a80071]
309
+ - Updated dependencies [36a3be8]
310
+ - Updated dependencies [361757b]
311
+ - Updated dependencies [bc1684a]
312
+ - Updated dependencies [2bb9955]
313
+ - Updated dependencies [2454423]
314
+ - Updated dependencies [a44d91e]
315
+ - Updated dependencies [dfb91e9]
316
+ - Updated dependencies [a741dde]
317
+ - Updated dependencies [7cb3fc0]
318
+ - Updated dependencies [195eabb]
319
+ - Updated dependencies [b78b95b]
320
+ - Updated dependencies [57f7019]
321
+ - @mastra/core@0.14.0-alpha.4
322
+ - @mastra/server@0.14.0-alpha.4
323
+
324
+ ## 0.14.0-alpha.3
325
+
326
+ ### Patch Changes
327
+
328
+ - 04dcd66: Fix babel-preset-typescript import
329
+ - Updated dependencies [227c7e6]
330
+ - Updated dependencies [fd3a3eb]
331
+ - Updated dependencies [a8f129d]
332
+ - @mastra/core@0.14.0-alpha.3
333
+ - @mastra/server@0.14.0-alpha.3
334
+
335
+ ## 0.14.0-alpha.2
336
+
337
+ ### Patch Changes
338
+
339
+ - 022f3a2: Fix a bug for transpilePackages usage where sibling files inside transpiled packages didn't resolve correctly
340
+ - @mastra/core@0.14.0-alpha.2
341
+ - @mastra/server@0.14.0-alpha.2
342
+
343
+ ## 0.14.0-alpha.1
344
+
345
+ ### Patch Changes
346
+
347
+ - bca2ba3: Fix issue where `.json` files couldn't be imported and used with deployers
348
+ - 6313063: Implement model switcher in playground
349
+ - 6dfc4a6: In a previous release analysis of the Mastra configuration was added. A bug was fixed to properly support TypeScript.
350
+ - Updated dependencies [6faaee5]
351
+ - Updated dependencies [4232b14]
352
+ - Updated dependencies [6313063]
353
+ - Updated dependencies [a89de7e]
354
+ - Updated dependencies [cf4f357]
355
+ - Updated dependencies [a722c0b]
356
+ - Updated dependencies [3b5fec7]
357
+ - @mastra/core@0.14.0-alpha.1
358
+ - @mastra/server@0.14.0-alpha.1
359
+
360
+ ## 0.13.3-alpha.0
361
+
362
+ ### Patch Changes
363
+
364
+ - Updated dependencies [c30bca8]
365
+ - @mastra/core@0.13.3-alpha.0
366
+ - @mastra/server@0.13.3-alpha.0
367
+
368
+ ## 0.13.2
369
+
370
+ ### Patch Changes
371
+
372
+ - aaf0224: improve dev playground request detection
373
+ - 42cb4e9: Add warning message when an invalid `src/mastra/index.ts` configuration file is found
374
+ - a239d41: Updated A2A syntax to v0.3.0
375
+ - 96169cc: Create handler that returns providers user has keys for in their env
376
+ - c6d2603: Properly set baseUrl in playground when user sets the host or port in Mastra instance.
377
+ - 63449d0: Change the function signatures of `bundle`, `lint`, and internally `getToolsInputOptions` to expand the `toolsPaths` TypeScript type from `string[]` to `(string | string[])[]`.
378
+ - ce04175: Add update agent model handler
379
+ - Updated dependencies [d5330bf]
380
+ - Updated dependencies [2e74797]
381
+ - Updated dependencies [8388649]
382
+ - Updated dependencies [a239d41]
383
+ - Updated dependencies [dd94a26]
384
+ - Updated dependencies [3ba6772]
385
+ - Updated dependencies [b5cf2a3]
386
+ - Updated dependencies [2fff911]
387
+ - Updated dependencies [b32c50d]
388
+ - Updated dependencies [f6a1ae7]
389
+ - Updated dependencies [63449d0]
390
+ - Updated dependencies [121a3f8]
391
+ - Updated dependencies [ce04175]
392
+ - Updated dependencies [ec510e7]
393
+ - @mastra/core@0.13.2
394
+ - @mastra/server@0.13.2
395
+
396
+ ## 0.13.2-alpha.3
397
+
398
+ ### Patch Changes
399
+
400
+ - Updated dependencies [b5cf2a3]
401
+ - @mastra/core@0.13.2-alpha.3
402
+ - @mastra/server@0.13.2-alpha.3
403
+
404
+ ## 0.13.2-alpha.2
405
+
406
+ ### Patch Changes
407
+
408
+ - aaf0224: improve dev playground request detection
409
+ - 42cb4e9: Add warning message when an invalid `src/mastra/index.ts` configuration file is found
410
+ - a239d41: Updated A2A syntax to v0.3.0
411
+ - 96169cc: Create handler that returns providers user has keys for in their env
412
+ - c6d2603: Properly set baseUrl in playground when user sets the host or port in Mastra instance.
413
+ - ce04175: Add update agent model handler
414
+ - Updated dependencies [d5330bf]
415
+ - Updated dependencies [a239d41]
416
+ - Updated dependencies [b32c50d]
417
+ - Updated dependencies [f6a1ae7]
418
+ - Updated dependencies [121a3f8]
419
+ - Updated dependencies [ce04175]
420
+ - Updated dependencies [ec510e7]
421
+ - @mastra/core@0.13.2-alpha.2
422
+ - @mastra/server@0.13.2-alpha.2
423
+
424
+ ## 0.13.2-alpha.1
425
+
426
+ ### Patch Changes
427
+
428
+ - 63449d0: Change the function signatures of `bundle`, `lint`, and internally `getToolsInputOptions` to expand the `toolsPaths` TypeScript type from `string[]` to `(string | string[])[]`.
429
+ - Updated dependencies [2e74797]
430
+ - Updated dependencies [63449d0]
431
+ - @mastra/core@0.13.2-alpha.1
432
+ - @mastra/server@0.13.2-alpha.1
433
+
434
+ ## 0.13.2-alpha.0
435
+
436
+ ### Patch Changes
437
+
438
+ - Updated dependencies [8388649]
439
+ - Updated dependencies [dd94a26]
440
+ - Updated dependencies [3ba6772]
441
+ - Updated dependencies [2fff911]
442
+ - @mastra/core@0.13.2-alpha.0
443
+ - @mastra/server@0.13.2-alpha.0
444
+
445
+ ## 0.13.1
446
+
447
+ ### Patch Changes
448
+
449
+ - Updated dependencies [cd0042e]
450
+ - @mastra/core@0.13.1
451
+ - @mastra/server@0.13.1
452
+
453
+ ## 0.13.1-alpha.0
454
+
455
+ ### Patch Changes
456
+
457
+ - Updated dependencies [cd0042e]
458
+ - @mastra/core@0.13.1-alpha.0
459
+ - @mastra/server@0.13.1-alpha.0
460
+
461
+ ## 0.13.0
462
+
463
+ ### Patch Changes
464
+
465
+ - 7b8172f: dependencies updates:
466
+ - Updated dependency [`rollup@~4.46.2` ↗︎](https://www.npmjs.com/package/rollup/v/4.46.2) (from `~4.44.2`, in `dependencies`)
467
+ - cb36de0: dependencies updates:
468
+ - Updated dependency [`hono@^4.8.11` ↗︎](https://www.npmjs.com/package/hono/v/4.8.11) (from `^4.8.9`, in `dependencies`)
469
+ - d0496e6: dependencies updates:
470
+ - Updated dependency [`hono@^4.8.12` ↗︎](https://www.npmjs.com/package/hono/v/4.8.12) (from `^4.8.11`, in `dependencies`)
471
+ - e202b82: Add getThreadsByResourceIdPaginated to the Memory Class
472
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
473
+ - 35c5798: Add support for transpilePackages option
474
+ - Updated dependencies [cb36de0]
475
+ - Updated dependencies [d0496e6]
476
+ - Updated dependencies [a82b851]
477
+ - Updated dependencies [ea0c5f2]
478
+ - Updated dependencies [41a0a0e]
479
+ - Updated dependencies [2871020]
480
+ - Updated dependencies [94f4812]
481
+ - Updated dependencies [e202b82]
482
+ - Updated dependencies [e00f6a0]
483
+ - Updated dependencies [4a406ec]
484
+ - Updated dependencies [b0e43c1]
485
+ - Updated dependencies [5d377e5]
486
+ - Updated dependencies [1fb812e]
487
+ - Updated dependencies [35c5798]
488
+ - @mastra/core@0.13.0
489
+ - @mastra/server@0.13.0
490
+
491
+ ## 0.13.0-alpha.3
492
+
493
+ ### Patch Changes
494
+
495
+ - d0496e6: dependencies updates:
496
+ - Updated dependency [`hono@^4.8.12` ↗︎](https://www.npmjs.com/package/hono/v/4.8.12) (from `^4.8.11`, in `dependencies`)
497
+ - Updated dependencies [d0496e6]
498
+ - @mastra/core@0.13.0-alpha.3
499
+ - @mastra/server@0.13.0-alpha.3
500
+
501
+ ## 0.13.0-alpha.2
502
+
503
+ ### Patch Changes
504
+
505
+ - cb36de0: dependencies updates:
506
+ - Updated dependency [`hono@^4.8.11` ↗︎](https://www.npmjs.com/package/hono/v/4.8.11) (from `^4.8.9`, in `dependencies`)
507
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
508
+ - Updated dependencies [cb36de0]
509
+ - Updated dependencies [a82b851]
510
+ - Updated dependencies [41a0a0e]
511
+ - Updated dependencies [2871020]
512
+ - Updated dependencies [4a406ec]
513
+ - Updated dependencies [5d377e5]
514
+ - @mastra/core@0.13.0-alpha.2
515
+ - @mastra/server@0.13.0-alpha.2
516
+
517
+ ## 0.13.0-alpha.1
518
+
519
+ ### Patch Changes
520
+
521
+ - 7b8172f: dependencies updates:
522
+ - Updated dependency [`rollup@~4.46.2` ↗︎](https://www.npmjs.com/package/rollup/v/4.46.2) (from `~4.44.2`, in `dependencies`)
523
+ - 35c5798: Add support for transpilePackages option
524
+ - Updated dependencies [ea0c5f2]
525
+ - Updated dependencies [b0e43c1]
526
+ - Updated dependencies [1fb812e]
527
+ - Updated dependencies [35c5798]
528
+ - @mastra/core@0.13.0-alpha.1
529
+ - @mastra/server@0.13.0-alpha.1
530
+
531
+ ## 0.12.2-alpha.0
532
+
533
+ ### Patch Changes
534
+
535
+ - e202b82: Add getThreadsByResourceIdPaginated to the Memory Class
536
+ - Updated dependencies [94f4812]
537
+ - Updated dependencies [e202b82]
538
+ - Updated dependencies [e00f6a0]
539
+ - @mastra/core@0.12.2-alpha.0
540
+ - @mastra/server@0.12.2-alpha.0
541
+
542
+ ## 0.12.1
543
+
544
+ ### Patch Changes
545
+
546
+ - 07fe7a2: Improve lodash imports
547
+ - Updated dependencies [33dcb07]
548
+ - Updated dependencies [d0d9500]
549
+ - Updated dependencies [d30b1a0]
550
+ - Updated dependencies [bff87f7]
551
+ - Updated dependencies [b4a8df0]
552
+ - @mastra/core@0.12.1
553
+ - @mastra/server@0.12.1
554
+
555
+ ## 0.12.1-alpha.1
556
+
557
+ ### Patch Changes
558
+
559
+ - Updated dependencies [d0d9500]
560
+ - @mastra/core@0.12.1-alpha.1
561
+ - @mastra/server@0.12.1-alpha.1
562
+
563
+ ## 0.12.1-alpha.0
564
+
565
+ ### Patch Changes
566
+
567
+ - 07fe7a2: Improve lodash imports
568
+ - Updated dependencies [33dcb07]
569
+ - Updated dependencies [d30b1a0]
570
+ - Updated dependencies [bff87f7]
571
+ - Updated dependencies [b4a8df0]
572
+ - @mastra/core@0.12.1-alpha.0
573
+ - @mastra/server@0.12.1-alpha.0
574
+
575
+ ## 0.12.0
576
+
577
+ ### Minor Changes
578
+
579
+ - f42c4c2: update peer deps for packages to latest core range
580
+
581
+ ### Patch Changes
582
+
583
+ - 832691b: dependencies updates:
584
+ - Updated dependency [`@babel/core@^7.28.0` ↗︎](https://www.npmjs.com/package/@babel/core/v/7.28.0) (from `^7.27.7`, in `dependencies`)
585
+ - 557bb9d: dependencies updates:
586
+ - Updated dependency [`esbuild@^0.25.8` ↗︎](https://www.npmjs.com/package/esbuild/v/0.25.8) (from `^0.25.5`, in `dependencies`)
587
+ - 27cc97a: dependencies updates:
588
+ - Updated dependency [`hono@^4.8.9` ↗︎](https://www.npmjs.com/package/hono/v/4.8.9) (from `^4.8.4`, in `dependencies`)
589
+ - bc6b44a: Extract tools import from `createHonoServer`; the function now receives tools via a prop on the `options` parameter.
590
+ - a77c823: include PATCH method in default CORS configuration
591
+ - ff9c125: enhance thread retrieval with sorting options in libsql and pg
592
+ - 09bca64: Log warning when telemetry is enabled but not loaded
593
+ - 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
594
+ - d5cc460: This change implements a fix to sourcemap mappings being off due to `removeDeployer` Babel plugin missing source map config.
595
+ - b8efbb9: feat: add flexible deleteMessages method to memory API
596
+ - Added `memory.deleteMessages(input)` method that accepts multiple input types:
597
+ - Single message ID as string: `deleteMessages('msg-123')`
598
+ - Array of message IDs: `deleteMessages(['msg-1', 'msg-2'])`
599
+ - Message object with id property: `deleteMessages({ id: 'msg-123' })`
600
+ - Array of message objects: `deleteMessages([{ id: 'msg-1' }, { id: 'msg-2' }])`
601
+ - Implemented in all storage adapters (LibSQL, PostgreSQL, Upstash, InMemory)
602
+ - Added REST API endpoint: `POST /api/memory/messages/delete`
603
+ - Updated client SDK: `thread.deleteMessages()` accepts all input types
604
+ - Updates thread timestamps when messages are deleted
605
+ - Added comprehensive test coverage and documentation
606
+
607
+ - Updated dependencies [510e2c8]
608
+ - Updated dependencies [2f72fb2]
609
+ - Updated dependencies [27cc97a]
610
+ - Updated dependencies [3f89307]
611
+ - Updated dependencies [9eda7d4]
612
+ - Updated dependencies [9d49408]
613
+ - Updated dependencies [41daa63]
614
+ - Updated dependencies [ad0a58b]
615
+ - Updated dependencies [254a36b]
616
+ - Updated dependencies [2ecf658]
617
+ - Updated dependencies [7a7754f]
618
+ - Updated dependencies [fc92d80]
619
+ - Updated dependencies [e0f73c6]
620
+ - Updated dependencies [0b89602]
621
+ - Updated dependencies [4d37822]
622
+ - Updated dependencies [23a6a7c]
623
+ - Updated dependencies [cda801d]
624
+ - Updated dependencies [a77c823]
625
+ - Updated dependencies [ff9c125]
626
+ - Updated dependencies [09bca64]
627
+ - Updated dependencies [9802f42]
628
+ - Updated dependencies [f42c4c2]
629
+ - Updated dependencies [b8efbb9]
630
+ - Updated dependencies [71466e7]
631
+ - Updated dependencies [0c99fbe]
632
+ - @mastra/core@0.12.0
633
+ - @mastra/server@0.12.0
634
+
635
+ ## 0.12.0-alpha.5
636
+
637
+ ### Minor Changes
638
+
639
+ - f42c4c2: update peer deps for packages to latest core range
640
+
641
+ ### Patch Changes
642
+
643
+ - Updated dependencies [f42c4c2]
644
+ - @mastra/server@0.12.0-alpha.5
645
+ - @mastra/core@0.12.0-alpha.5
646
+
647
+ ## 0.12.0-alpha.4
648
+
649
+ ### Patch Changes
650
+
651
+ - Updated dependencies [ad0a58b]
652
+ - @mastra/core@0.12.0-alpha.4
653
+ - @mastra/server@0.12.0-alpha.4
654
+
655
+ ## 0.12.0-alpha.3
656
+
657
+ ### Patch Changes
658
+
659
+ - 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
660
+ - Updated dependencies [9802f42]
661
+ - @mastra/server@0.12.0-alpha.3
662
+ - @mastra/core@0.12.0-alpha.3
663
+
664
+ ## 0.12.0-alpha.2
665
+
666
+ ### Patch Changes
667
+
668
+ - 27cc97a: dependencies updates:
669
+ - Updated dependency [`hono@^4.8.9` ↗︎](https://www.npmjs.com/package/hono/v/4.8.9) (from `^4.8.4`, in `dependencies`)
670
+ - ff9c125: enhance thread retrieval with sorting options in libsql and pg
671
+ - d5cc460: This change implements a fix to sourcemap mappings being off due to `removeDeployer` Babel plugin missing source map config.
672
+ - b8efbb9: feat: add flexible deleteMessages method to memory API
673
+ - Added `memory.deleteMessages(input)` method that accepts multiple input types:
674
+ - Single message ID as string: `deleteMessages('msg-123')`
675
+ - Array of message IDs: `deleteMessages(['msg-1', 'msg-2'])`
676
+ - Message object with id property: `deleteMessages({ id: 'msg-123' })`
677
+ - Array of message objects: `deleteMessages([{ id: 'msg-1' }, { id: 'msg-2' }])`
678
+ - Implemented in all storage adapters (LibSQL, PostgreSQL, Upstash, InMemory)
679
+ - Added REST API endpoint: `POST /api/memory/messages/delete`
680
+ - Updated client SDK: `thread.deleteMessages()` accepts all input types
681
+ - Updates thread timestamps when messages are deleted
682
+ - Added comprehensive test coverage and documentation
683
+
684
+ - Updated dependencies [27cc97a]
685
+ - Updated dependencies [41daa63]
686
+ - Updated dependencies [254a36b]
687
+ - Updated dependencies [0b89602]
688
+ - Updated dependencies [4d37822]
689
+ - Updated dependencies [ff9c125]
690
+ - Updated dependencies [b8efbb9]
691
+ - Updated dependencies [71466e7]
692
+ - Updated dependencies [0c99fbe]
693
+ - @mastra/core@0.12.0-alpha.2
694
+ - @mastra/server@0.12.0-alpha.2
695
+
696
+ ## 0.12.0-alpha.1
697
+
698
+ ### Patch Changes
699
+
700
+ - a77c823: include PATCH method in default CORS configuration
701
+ - Updated dependencies [e0f73c6]
702
+ - Updated dependencies [cda801d]
703
+ - Updated dependencies [a77c823]
704
+ - @mastra/core@0.12.0-alpha.1
705
+ - @mastra/server@0.12.0-alpha.1
706
+
707
+ ## 0.12.0-alpha.0
708
+
709
+ ### Patch Changes
710
+
711
+ - 832691b: dependencies updates:
712
+ - Updated dependency [`@babel/core@^7.28.0` ↗︎](https://www.npmjs.com/package/@babel/core/v/7.28.0) (from `^7.27.7`, in `dependencies`)
713
+ - 557bb9d: dependencies updates:
714
+ - Updated dependency [`esbuild@^0.25.8` ↗︎](https://www.npmjs.com/package/esbuild/v/0.25.8) (from `^0.25.5`, in `dependencies`)
715
+ - bc6b44a: Extract tools import from `createHonoServer`; the function now receives tools via a prop on the `options` parameter.
716
+ - 09bca64: Log warning when telemetry is enabled but not loaded
717
+ - Updated dependencies [510e2c8]
718
+ - Updated dependencies [2f72fb2]
719
+ - Updated dependencies [3f89307]
720
+ - Updated dependencies [9eda7d4]
721
+ - Updated dependencies [9d49408]
722
+ - Updated dependencies [2ecf658]
723
+ - Updated dependencies [7a7754f]
724
+ - Updated dependencies [fc92d80]
725
+ - Updated dependencies [23a6a7c]
726
+ - Updated dependencies [09bca64]
727
+ - @mastra/core@0.12.0-alpha.0
728
+ - @mastra/server@0.12.0-alpha.0
729
+
730
+ ## 0.11.1
731
+
732
+ ### Patch Changes
733
+
734
+ - ce088f5: Update all peerdeps to latest core
735
+ - Updated dependencies [417fd92]
736
+ - Updated dependencies [ce088f5]
737
+ - @mastra/server@0.11.1
738
+ - @mastra/core@0.11.1
739
+
740
+ ## 0.11.0
741
+
742
+ ### Minor Changes
743
+
744
+ - 0938991: Refactored the hono server structure by extracting route logic into route groups based on namespace.
745
+
746
+ ### Patch Changes
747
+
748
+ - f248d53: Adding `getMessagesPaginated` to the serve, deployer, and client-js
749
+ - 82c6860: fix tool import
750
+ - 7ba91fa: Throw mastra errors methods not implemented yet
751
+ - a512ede: Add scores to deployer routes
752
+ - 35b1155: Added "Semantic recall search" to playground UI chat sidebar, to search for messages and find them in the chat list
753
+ - 45469c5: Resolve dependency of tsConfigPath modules
754
+ - 6f50efd: Only enforce authorization on protected routes
755
+ - 24eb25c: Provide fallback for extracted mastra options during bundling
756
+ - bf6903e: Fix dependency resolving with directories
757
+
758
+ Follow import from `import x from 'pkg/dir'` => `import x from 'pkg/dir/index.js'`
759
+
760
+ - 703ac71: scores schema
761
+ - 4c06f06: Fix #tools import after the tools import rework
762
+ - 65e3395: Add Scores playground-ui and add scorer hooks
763
+ - 9de6f58: Unlocks the dev playground if auth is enabled
764
+ - 7983e53: Revert cloudflare omit install deps step
765
+ - 15ce274: Pipe all env vars in deloyer install
766
+
767
+ Fixes and issue with cloudflare
768
+
769
+ - Updated dependencies [f248d53]
770
+ - Updated dependencies [2affc57]
771
+ - Updated dependencies [66e13e3]
772
+ - Updated dependencies [edd9482]
773
+ - Updated dependencies [18344d7]
774
+ - Updated dependencies [35b1155]
775
+ - Updated dependencies [9d372c2]
776
+ - Updated dependencies [40c2525]
777
+ - Updated dependencies [e473f27]
778
+ - Updated dependencies [032cb66]
779
+ - Updated dependencies [703ac71]
780
+ - Updated dependencies [a723d69]
781
+ - Updated dependencies [7827943]
782
+ - Updated dependencies [5889a31]
783
+ - Updated dependencies [bf1e7e7]
784
+ - Updated dependencies [65e3395]
785
+ - Updated dependencies [4933192]
786
+ - Updated dependencies [d1c77a4]
787
+ - Updated dependencies [bea9dd1]
788
+ - Updated dependencies [62007b3]
789
+ - Updated dependencies [dcd4802]
790
+ - Updated dependencies [cbddd18]
791
+ - Updated dependencies [7ba91fa]
792
+ - @mastra/core@0.11.0
793
+ - @mastra/server@0.11.0
794
+
795
+ ## 0.11.0-alpha.3
796
+
797
+ ### Patch Changes
798
+
799
+ - Updated dependencies [62007b3]
800
+ - @mastra/server@0.11.0-alpha.3
801
+ - @mastra/core@0.11.0-alpha.3
802
+
803
+ ## 0.11.0-alpha.2
804
+
805
+ ### Patch Changes
806
+
807
+ - f248d53: Adding `getMessagesPaginated` to the serve, deployer, and client-js
808
+ - 82c6860: fix tool import
809
+ - 7ba91fa: Throw mastra errors methods not implemented yet
810
+ - a512ede: Add scores to deployer routes
811
+ - 35b1155: Added "Semantic recall search" to playground UI chat sidebar, to search for messages and find them in the chat list
812
+ - 45469c5: Resolve dependency of tsConfigPath modules
813
+ - 24eb25c: Provide fallback for extracted mastra options during bundling
814
+ - 703ac71: scores schema
815
+ - 4c06f06: Fix #tools import after the tools import rework
816
+ - 65e3395: Add Scores playground-ui and add scorer hooks
817
+ - 9de6f58: Unlocks the dev playground if auth is enabled
818
+ - 15ce274: Pipe all env vars in deloyer install
819
+
820
+ Fixes and issue with cloudflare
821
+
822
+ - Updated dependencies [f248d53]
823
+ - Updated dependencies [2affc57]
824
+ - Updated dependencies [66e13e3]
825
+ - Updated dependencies [edd9482]
826
+ - Updated dependencies [18344d7]
827
+ - Updated dependencies [35b1155]
828
+ - Updated dependencies [9d372c2]
829
+ - Updated dependencies [40c2525]
830
+ - Updated dependencies [e473f27]
831
+ - Updated dependencies [032cb66]
832
+ - Updated dependencies [703ac71]
833
+ - Updated dependencies [a723d69]
834
+ - Updated dependencies [5889a31]
835
+ - Updated dependencies [65e3395]
836
+ - Updated dependencies [4933192]
837
+ - Updated dependencies [d1c77a4]
838
+ - Updated dependencies [bea9dd1]
839
+ - Updated dependencies [dcd4802]
840
+ - Updated dependencies [7ba91fa]
841
+ - @mastra/core@0.11.0-alpha.2
842
+ - @mastra/server@0.11.0-alpha.2
843
+
844
+ ## 0.11.0-alpha.1
845
+
846
+ ### Patch Changes
847
+
848
+ - 7983e53: Revert cloudflare omit install deps step
849
+ - @mastra/core@0.11.0-alpha.1
850
+ - @mastra/server@0.11.0-alpha.1
851
+
852
+ ## 0.11.0-alpha.0
853
+
854
+ ### Minor Changes
855
+
856
+ - 0938991: Refactored the hono server structure by extracting route logic into route groups based on namespace.
857
+
858
+ ### Patch Changes
859
+
860
+ - 6f50efd: Only enforce authorization on protected routes
861
+ - bf6903e: Fix dependency resolving with directories
862
+
863
+ Follow import from `import x from 'pkg/dir'` => `import x from 'pkg/dir/index.js'`
864
+
865
+ - Updated dependencies [7827943]
866
+ - Updated dependencies [bf1e7e7]
867
+ - Updated dependencies [cbddd18]
868
+ - @mastra/core@0.11.0-alpha.0
869
+ - @mastra/server@0.11.0-alpha.0
870
+
871
+ ## 0.10.15
872
+
873
+ ### Patch Changes
874
+
875
+ - 7776324: dependencies updates:
876
+ - Updated dependency [`rollup@^4.45.0` ↗︎](https://www.npmjs.com/package/rollup/v/4.45.0) (from `^4.44.2`, in `dependencies`)
877
+ - 7b57e2c: Support private packages that are external deps in bundle output
878
+ - fe4bbd4: Turn off installDependencies for cloudflare deployer build
879
+ - 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
880
+ - Updated dependencies [0b56518]
881
+ - Updated dependencies [db5cc15]
882
+ - Updated dependencies [2ba5b76]
883
+ - Updated dependencies [5237998]
884
+ - Updated dependencies [c3a30de]
885
+ - Updated dependencies [37c1acd]
886
+ - Updated dependencies [1aa60b1]
887
+ - Updated dependencies [89ec9d4]
888
+ - Updated dependencies [cf3a184]
889
+ - Updated dependencies [d6bfd60]
890
+ - Updated dependencies [626b0f4]
891
+ - Updated dependencies [c22a91f]
892
+ - Updated dependencies [f7403ab]
893
+ - Updated dependencies [6c89d7f]
894
+ - @mastra/core@0.10.15
895
+ - @mastra/server@0.10.15
896
+
897
+ ## 0.10.15-alpha.1
898
+
899
+ ### Patch Changes
900
+
901
+ - fe4bbd4: Turn off installDependencies for cloudflare deployer build
902
+ - Updated dependencies [0b56518]
903
+ - Updated dependencies [2ba5b76]
904
+ - Updated dependencies [c3a30de]
905
+ - Updated dependencies [cf3a184]
906
+ - Updated dependencies [d6bfd60]
907
+ - @mastra/core@0.10.15-alpha.1
908
+ - @mastra/server@0.10.15-alpha.1
909
+
910
+ ## 0.10.15-alpha.0
911
+
912
+ ### Patch Changes
913
+
914
+ - 7776324: dependencies updates:
915
+ - Updated dependency [`rollup@^4.45.0` ↗︎](https://www.npmjs.com/package/rollup/v/4.45.0) (from `^4.44.2`, in `dependencies`)
916
+ - 7b57e2c: Support private packages that are external deps in bundle output
917
+ - 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
918
+ - Updated dependencies [db5cc15]
919
+ - Updated dependencies [5237998]
920
+ - Updated dependencies [37c1acd]
921
+ - Updated dependencies [1aa60b1]
922
+ - Updated dependencies [89ec9d4]
923
+ - Updated dependencies [626b0f4]
924
+ - Updated dependencies [c22a91f]
925
+ - Updated dependencies [f7403ab]
926
+ - Updated dependencies [6c89d7f]
927
+ - @mastra/core@0.10.15-alpha.0
928
+ - @mastra/server@0.10.15-alpha.0
929
+
930
+ ## 0.10.14
931
+
932
+ ### Patch Changes
933
+
934
+ - 71907f3: Pin rollup to fix breaking change
935
+ - @mastra/core@0.10.14
936
+ - @mastra/server@0.10.14
937
+
938
+ ## 0.10.12
939
+
940
+ ### Patch Changes
941
+
942
+ - 53e3f58: Add support for custom instrumentation files
943
+ - Updated dependencies [b4a9811]
944
+ - Updated dependencies [4d5583d]
945
+ - @mastra/core@0.10.12
946
+ - @mastra/server@0.10.12
947
+
948
+ ## 0.10.12-alpha.1
949
+
950
+ ### Patch Changes
951
+
952
+ - Updated dependencies [4d5583d]
953
+ - @mastra/core@0.10.12-alpha.1
954
+ - @mastra/server@0.10.12-alpha.1
955
+
956
+ ## 0.10.12-alpha.0
957
+
958
+ ### Patch Changes
959
+
960
+ - 53e3f58: Add support for custom instrumentation files
961
+ - Updated dependencies [b4a9811]
962
+ - @mastra/core@0.10.12-alpha.0
963
+ - @mastra/server@0.10.12-alpha.0
964
+
965
+ ## 0.10.11
966
+
967
+ ### Patch Changes
968
+
969
+ - bc40cdd: dependencies updates:
970
+ - Updated dependency [`@babel/core@^7.27.7` ↗︎](https://www.npmjs.com/package/@babel/core/v/7.27.7) (from `^7.27.4`, in `dependencies`)
971
+ - 2873c7f: dependencies updates:
972
+ - Updated dependency [`dotenv@^16.6.1` ↗︎](https://www.npmjs.com/package/dotenv/v/16.6.1) (from `^16.5.0`, in `dependencies`)
973
+ - 1c1c6a1: dependencies updates:
974
+ - Updated dependency [`hono@^4.8.4` ↗︎](https://www.npmjs.com/package/hono/v/4.8.4) (from `^4.8.3`, in `dependencies`)
975
+ - d9b26b5: dependencies updates:
976
+ - Updated dependency [`rollup@^4.44.2` ↗︎](https://www.npmjs.com/package/rollup/v/4.44.2) (from `^4.43.0`, in `dependencies`)
977
+ - 18ca936: Remove require exportCondition from rollup config to improve bundling
978
+ - 40cd025: Check if tool is actually a tool for /api/tools
979
+ - Updated dependencies [2873c7f]
980
+ - Updated dependencies [1c1c6a1]
981
+ - Updated dependencies [f8ce2cc]
982
+ - Updated dependencies [8c846b6]
983
+ - Updated dependencies [c7bbf1e]
984
+ - Updated dependencies [8722d53]
985
+ - Updated dependencies [565cc0c]
986
+ - Updated dependencies [b790fd1]
987
+ - Updated dependencies [132027f]
988
+ - Updated dependencies [0c85311]
989
+ - Updated dependencies [d7ed04d]
990
+ - Updated dependencies [cb16baf]
991
+ - Updated dependencies [f36e4f1]
992
+ - Updated dependencies [7f6e403]
993
+ - @mastra/core@0.10.11
994
+ - @mastra/server@0.10.11
995
+
996
+ ## 0.10.11-alpha.4
997
+
998
+ ### Patch Changes
999
+
1000
+ - 40cd025: Check if tool is actually a tool for /api/tools
1001
+ - @mastra/core@0.10.11-alpha.4
1002
+ - @mastra/server@0.10.11-alpha.4
1003
+
1004
+ ## 0.10.11-alpha.3
1005
+
1006
+ ### Patch Changes
1007
+
1008
+ - Updated dependencies [c7bbf1e]
1009
+ - Updated dependencies [8722d53]
1010
+ - Updated dependencies [132027f]
1011
+ - Updated dependencies [0c85311]
1012
+ - Updated dependencies [cb16baf]
1013
+ - @mastra/core@0.10.11-alpha.3
1014
+ - @mastra/server@0.10.11-alpha.3
1015
+
1016
+ ## 0.10.11-alpha.2
1017
+
1018
+ ### Patch Changes
1019
+
1020
+ - 2873c7f: dependencies updates:
1021
+ - Updated dependency [`dotenv@^16.6.1` ↗︎](https://www.npmjs.com/package/dotenv/v/16.6.1) (from `^16.5.0`, in `dependencies`)
1022
+ - 1c1c6a1: dependencies updates:
1023
+ - Updated dependency [`hono@^4.8.4` ↗︎](https://www.npmjs.com/package/hono/v/4.8.4) (from `^4.8.3`, in `dependencies`)
1024
+ - d9b26b5: dependencies updates:
1025
+ - Updated dependency [`rollup@^4.44.2` ↗︎](https://www.npmjs.com/package/rollup/v/4.44.2) (from `^4.43.0`, in `dependencies`)
1026
+ - 18ca936: Remove require exportCondition from rollup config to improve bundling
1027
+ - Updated dependencies [2873c7f]
1028
+ - Updated dependencies [1c1c6a1]
1029
+ - Updated dependencies [565cc0c]
1030
+ - @mastra/core@0.10.11-alpha.2
1031
+ - @mastra/server@0.10.11-alpha.2
1032
+
1033
+ ## 0.10.11-alpha.1
1034
+
1035
+ ### Patch Changes
1036
+
1037
+ - Updated dependencies [7f6e403]
1038
+ - @mastra/core@0.10.11-alpha.1
1039
+ - @mastra/server@0.10.11-alpha.1
1040
+
1041
+ ## 0.10.11-alpha.0
1042
+
1043
+ ### Patch Changes
1044
+
1045
+ - bc40cdd: dependencies updates:
1046
+ - Updated dependency [`@babel/core@^7.27.7` ↗︎](https://www.npmjs.com/package/@babel/core/v/7.27.7) (from `^7.27.4`, in `dependencies`)
1047
+ - Updated dependencies [f8ce2cc]
1048
+ - Updated dependencies [8c846b6]
1049
+ - Updated dependencies [b790fd1]
1050
+ - Updated dependencies [d7ed04d]
1051
+ - Updated dependencies [f36e4f1]
1052
+ - @mastra/core@0.10.11-alpha.0
1053
+ - @mastra/server@0.10.11-alpha.0
1054
+
1055
+ ## 0.10.10
1056
+
1057
+ ### Patch Changes
1058
+
1059
+ - 6e13b80: Add error cause and stack trace to mastra server error handler
1060
+ - 6997af1: add send event to server, deployer, client-js and playground-ui
1061
+ - Updated dependencies [6e13b80]
1062
+ - Updated dependencies [6997af1]
1063
+ - Updated dependencies [4d3fbdf]
1064
+ - @mastra/server@0.10.10
1065
+ - @mastra/core@0.10.10
1066
+
1067
+ ## 0.10.10-alpha.1
1068
+
1069
+ ### Patch Changes
1070
+
1071
+ - 6997af1: add send event to server, deployer, client-js and playground-ui
1072
+ - Updated dependencies [6997af1]
1073
+ - @mastra/server@0.10.10-alpha.1
1074
+ - @mastra/core@0.10.10-alpha.1
1075
+
1076
+ ## 0.10.10-alpha.0
1077
+
1078
+ ### Patch Changes
1079
+
1080
+ - 6e13b80: Add error cause and stack trace to mastra server error handler
1081
+ - Updated dependencies [6e13b80]
1082
+ - Updated dependencies [4d3fbdf]
1083
+ - @mastra/server@0.10.10-alpha.0
1084
+ - @mastra/core@0.10.10-alpha.0
1085
+
1086
+ ## 0.10.9
1087
+
1088
+ ### Patch Changes
1089
+
1090
+ - 9dda1ac: dependencies updates:
1091
+ - Updated dependency [`hono@^4.8.3` ↗︎](https://www.npmjs.com/package/hono/v/4.8.3) (from `^4.7.11`, in `dependencies`)
1092
+ - 038e5ae: Add cancel workflow run
1093
+ - 6f87544: Added support for individual tool calling in cloudflare
1094
+
1095
+ We're now bundling tools differently to make it compatible with other node runtimes
1096
+
1097
+ - 81a1b3b: Update peerdeps
1098
+ - 7e801dd: Add tools to network api response
1099
+ - Updated dependencies [9dda1ac]
1100
+ - Updated dependencies [c984582]
1101
+ - Updated dependencies [7e801dd]
1102
+ - Updated dependencies [a606c75]
1103
+ - Updated dependencies [7aa70a4]
1104
+ - Updated dependencies [764f86a]
1105
+ - Updated dependencies [1760a1c]
1106
+ - Updated dependencies [038e5ae]
1107
+ - Updated dependencies [7dda16a]
1108
+ - Updated dependencies [5ebfcdd]
1109
+ - Updated dependencies [81a1b3b]
1110
+ - Updated dependencies [b2d0c91]
1111
+ - Updated dependencies [4e809ad]
1112
+ - Updated dependencies [57929df]
1113
+ - Updated dependencies [7e801dd]
1114
+ - Updated dependencies [b7852ed]
1115
+ - Updated dependencies [6320a61]
1116
+ - @mastra/core@0.10.9
1117
+ - @mastra/server@0.10.9
1118
+
1119
+ ## 0.10.9-alpha.0
1120
+
1121
+ ### Patch Changes
1122
+
1123
+ - 9dda1ac: dependencies updates:
1124
+ - Updated dependency [`hono@^4.8.3` ↗︎](https://www.npmjs.com/package/hono/v/4.8.3) (from `^4.7.11`, in `dependencies`)
1125
+ - 038e5ae: Add cancel workflow run
1126
+ - 6f87544: Added support for individual tool calling in cloudflare
1127
+
1128
+ We're now bundling tools differently to make it compatible with other node runtimes
1129
+
1130
+ - 81a1b3b: Update peerdeps
1131
+ - 7e801dd: Add tools to network api response
1132
+ - Updated dependencies [9dda1ac]
1133
+ - Updated dependencies [c984582]
1134
+ - Updated dependencies [7e801dd]
1135
+ - Updated dependencies [a606c75]
1136
+ - Updated dependencies [7aa70a4]
1137
+ - Updated dependencies [764f86a]
1138
+ - Updated dependencies [1760a1c]
1139
+ - Updated dependencies [038e5ae]
1140
+ - Updated dependencies [7dda16a]
1141
+ - Updated dependencies [5ebfcdd]
1142
+ - Updated dependencies [81a1b3b]
1143
+ - Updated dependencies [b2d0c91]
1144
+ - Updated dependencies [4e809ad]
1145
+ - Updated dependencies [57929df]
1146
+ - Updated dependencies [7e801dd]
1147
+ - Updated dependencies [b7852ed]
1148
+ - Updated dependencies [6320a61]
1149
+ - @mastra/core@0.10.9-alpha.0
1150
+ - @mastra/server@0.10.9-alpha.0
1151
+
1152
+ ## 0.10.8
1153
+
1154
+ ### Patch Changes
1155
+
1156
+ - a344ac7: Fix tool streaming in agent network
1157
+ - Updated dependencies [b8f16b2]
1158
+ - Updated dependencies [3e04487]
1159
+ - Updated dependencies [a344ac7]
1160
+ - Updated dependencies [dc4ca0a]
1161
+ - @mastra/core@0.10.8
1162
+ - @mastra/server@0.10.8
1163
+
1164
+ ## 0.10.8-alpha.1
1165
+
1166
+ ### Patch Changes
1167
+
1168
+ - Updated dependencies [b8f16b2]
1169
+ - Updated dependencies [3e04487]
1170
+ - Updated dependencies [dc4ca0a]
1171
+ - @mastra/core@0.10.8-alpha.1
1172
+ - @mastra/server@0.10.8-alpha.1
1173
+
1174
+ ## 0.10.8-alpha.0
1175
+
1176
+ ### Patch Changes
1177
+
1178
+ - a344ac7: Fix tool streaming in agent network
1179
+ - Updated dependencies [a344ac7]
1180
+ - @mastra/server@0.10.8-alpha.0
1181
+ - @mastra/core@0.10.8-alpha.0
1182
+
1183
+ ## 0.10.7
1184
+
1185
+ ### Patch Changes
1186
+
1187
+ - 8e1b6e9: dependencies updates:
1188
+ - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
1189
+ - 36cd0f1: dependencies updates:
1190
+ - Updated dependency [`@rollup/plugin-commonjs@^28.0.6` ↗︎](https://www.npmjs.com/package/@rollup/plugin-commonjs/v/28.0.6) (from `^28.0.5`, in `dependencies`)
1191
+ - 2eab82b: dependencies updates:
1192
+ - Updated dependency [`rollup-plugin-node-externals@^8.0.1` ↗︎](https://www.npmjs.com/package/rollup-plugin-node-externals/v/8.0.1) (from `^8.0.0`, in `dependencies`)
1193
+ - 9bf1d55: Fix runtimeContext in mastra server, client SDK
1194
+ - 914684e: Fix workflow watch and stream not streaming
1195
+ - 5d74aab: vNext network in playground
1196
+ - 17903a3: Remove install step from dev for telemetry
1197
+ - 10a4f10: Cancel agent generate/stream when request aborts
1198
+ - Updated dependencies [15e9d26]
1199
+ - Updated dependencies [d1baedb]
1200
+ - Updated dependencies [d8f2d19]
1201
+ - Updated dependencies [9bf1d55]
1202
+ - Updated dependencies [4d21bf2]
1203
+ - Updated dependencies [07d6d88]
1204
+ - Updated dependencies [9d52b17]
1205
+ - Updated dependencies [2097952]
1206
+ - Updated dependencies [792c4c0]
1207
+ - Updated dependencies [5d74aab]
1208
+ - Updated dependencies [5d74aab]
1209
+ - Updated dependencies [a8b194f]
1210
+ - Updated dependencies [4fb0cc2]
1211
+ - Updated dependencies [d2a7a31]
1212
+ - Updated dependencies [502fe05]
1213
+ - Updated dependencies [144eb0b]
1214
+ - Updated dependencies [4afab04]
1215
+ - Updated dependencies [8ba1b51]
1216
+ - Updated dependencies [10a4f10]
1217
+ - Updated dependencies [4efcfa0]
1218
+ - Updated dependencies [0e17048]
1219
+ - @mastra/core@0.10.7
1220
+ - @mastra/server@0.10.7
1221
+
1222
+ ## 0.10.7-alpha.5
1223
+
1224
+ ### Patch Changes
1225
+
1226
+ - @mastra/core@0.10.7-alpha.5
1227
+ - @mastra/server@0.10.7-alpha.5
1228
+
1229
+ ## 0.10.7-alpha.4
1230
+
1231
+ ### Patch Changes
1232
+
1233
+ - Updated dependencies [a8b194f]
1234
+ - @mastra/core@0.10.7-alpha.4
1235
+ - @mastra/server@0.10.7-alpha.4
1236
+
1237
+ ## 0.10.7-alpha.3
1238
+
1239
+ ### Patch Changes
1240
+
1241
+ - 10a4f10: Cancel agent generate/stream when request aborts
1242
+ - Updated dependencies [792c4c0]
1243
+ - Updated dependencies [502fe05]
1244
+ - Updated dependencies [4afab04]
1245
+ - Updated dependencies [10a4f10]
1246
+ - Updated dependencies [4efcfa0]
1247
+ - @mastra/core@0.10.7-alpha.3
1248
+ - @mastra/server@0.10.7-alpha.3
1249
+
1250
+ ## 0.10.7-alpha.2
1251
+
1252
+ ### Patch Changes
1253
+
1254
+ - 8e1b6e9: dependencies updates:
1255
+ - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
1256
+ - 36cd0f1: dependencies updates:
1257
+ - Updated dependency [`@rollup/plugin-commonjs@^28.0.6` ↗︎](https://www.npmjs.com/package/@rollup/plugin-commonjs/v/28.0.6) (from `^28.0.5`, in `dependencies`)
1258
+ - 2eab82b: dependencies updates:
1259
+ - Updated dependency [`rollup-plugin-node-externals@^8.0.1` ↗︎](https://www.npmjs.com/package/rollup-plugin-node-externals/v/8.0.1) (from `^8.0.0`, in `dependencies`)
1260
+ - 9bf1d55: Fix runtimeContext in mastra server, client SDK
1261
+ - 914684e: Fix workflow watch and stream not streaming
1262
+ - 5d74aab: vNext network in playground
1263
+ - 17903a3: Remove install step from dev for telemetry
1264
+ - Updated dependencies [15e9d26]
1265
+ - Updated dependencies [9bf1d55]
1266
+ - Updated dependencies [07d6d88]
1267
+ - Updated dependencies [5d74aab]
1268
+ - Updated dependencies [5d74aab]
1269
+ - Updated dependencies [144eb0b]
1270
+ - @mastra/core@0.10.7-alpha.2
1271
+ - @mastra/server@0.10.7-alpha.2
1272
+
1273
+ ## 0.10.7-alpha.1
1274
+
1275
+ ### Patch Changes
1276
+
1277
+ - Updated dependencies [d1baedb]
1278
+ - Updated dependencies [4d21bf2]
1279
+ - Updated dependencies [2097952]
1280
+ - Updated dependencies [4fb0cc2]
1281
+ - Updated dependencies [d2a7a31]
1282
+ - Updated dependencies [0e17048]
1283
+ - @mastra/core@0.10.7-alpha.1
1284
+ - @mastra/server@0.10.7-alpha.1
1285
+
1286
+ ## 0.10.7-alpha.0
1287
+
1288
+ ### Patch Changes
1289
+
1290
+ - Updated dependencies [d8f2d19]
1291
+ - Updated dependencies [9d52b17]
1292
+ - Updated dependencies [8ba1b51]
1293
+ - @mastra/core@0.10.7-alpha.0
1294
+ - @mastra/server@0.10.7-alpha.0
1295
+
1296
+ ## 0.10.6
1297
+
1298
+ ### Patch Changes
1299
+
1300
+ - 4051477: dependencies updates:
1301
+ - Updated dependency [`@rollup/plugin-commonjs@^28.0.5` ↗︎](https://www.npmjs.com/package/@rollup/plugin-commonjs/v/28.0.5) (from `^28.0.3`, in `dependencies`)
1302
+ - 2d12edd: dependencies updates:
1303
+ - Updated dependency [`rollup@^4.43.0` ↗︎](https://www.npmjs.com/package/rollup/v/4.43.0) (from `^4.42.0`, in `dependencies`)
1304
+ - 63f6b7d: dependencies updates:
1305
+ - Updated dependency [`detect-libc@^2.0.4` ↗︎](https://www.npmjs.com/package/detect-libc/v/2.0.4) (from `^2.0.3`, in `dependencies`)
1306
+ - Updated dependency [`esbuild@^0.25.5` ↗︎](https://www.npmjs.com/package/esbuild/v/0.25.5) (from `^0.25.1`, in `dependencies`)
1307
+ - Updated dependency [`rollup@^4.42.0` ↗︎](https://www.npmjs.com/package/rollup/v/4.42.0) (from `^4.41.1`, in `dependencies`)
1308
+ - Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
1309
+ - c28ed65: dependencies updates:
1310
+ - Updated dependency [`@rollup/plugin-commonjs@^28.0.5` ↗︎](https://www.npmjs.com/package/@rollup/plugin-commonjs/v/28.0.5) (from `^28.0.3`, in `dependencies`)
1311
+ - 79b9909: Optimize dependencies of tools even when unused.
1312
+
1313
+ Fixes #5149
1314
+
1315
+ - ee9af57: Add api for polling run execution result and get run by id
1316
+ - ec7f824: Add support to improve lodash imports
1317
+ - 36f1c36: MCP Client and Server streamable http fixes
1318
+ - 084f6aa: Add logs to circular dependency to warn people when starting server might break
1319
+ - 9589624: Throw Mastra Errors when building and bundling mastra application
1320
+ - 3270d9d: Fix runtime context being undefined
1321
+ - 53d3c37: Get workflows from an agent if not found from Mastra instance #5083
1322
+ - Updated dependencies [63f6b7d]
1323
+ - Updated dependencies [5f67b6f]
1324
+ - Updated dependencies [12a95fc]
1325
+ - Updated dependencies [4b0f8a6]
1326
+ - Updated dependencies [51264a5]
1327
+ - Updated dependencies [8e6f677]
1328
+ - Updated dependencies [d70c420]
1329
+ - Updated dependencies [ee9af57]
1330
+ - Updated dependencies [36f1c36]
1331
+ - Updated dependencies [2a16996]
1332
+ - Updated dependencies [10d352e]
1333
+ - Updated dependencies [9589624]
1334
+ - Updated dependencies [2002c59]
1335
+ - Updated dependencies [3270d9d]
1336
+ - Updated dependencies [53d3c37]
1337
+ - Updated dependencies [751c894]
1338
+ - Updated dependencies [577ce3a]
1339
+ - Updated dependencies [9260b3a]
1340
+ - @mastra/core@0.10.6
1341
+ - @mastra/server@0.10.6
1342
+
1343
+ ## 0.10.6-alpha.5
1344
+
1345
+ ### Patch Changes
1346
+
1347
+ - Updated dependencies [12a95fc]
1348
+ - Updated dependencies [51264a5]
1349
+ - Updated dependencies [8e6f677]
1350
+ - @mastra/core@0.10.6-alpha.5
1351
+ - @mastra/server@0.10.6-alpha.5
1352
+
1353
+ ## 0.10.6-alpha.4
1354
+
1355
+ ### Patch Changes
1356
+
1357
+ - 79b9909: Optimize dependencies of tools even when unused.
1358
+
1359
+ Fixes #5149
1360
+
1361
+ - 084f6aa: Add logs to circular dependency to warn people when starting server might break
1362
+ - 9589624: Throw Mastra Errors when building and bundling mastra application
1363
+ - Updated dependencies [9589624]
1364
+ - @mastra/core@0.10.6-alpha.4
1365
+ - @mastra/server@0.10.6-alpha.4
1366
+
1367
+ ## 0.10.6-alpha.3
1368
+
1369
+ ### Patch Changes
1370
+
1371
+ - 4051477: dependencies updates:
1372
+ - Updated dependency [`@rollup/plugin-commonjs@^28.0.5` ↗︎](https://www.npmjs.com/package/@rollup/plugin-commonjs/v/28.0.5) (from `^28.0.3`, in `dependencies`)
1373
+ - c28ed65: dependencies updates:
1374
+ - Updated dependency [`@rollup/plugin-commonjs@^28.0.5` ↗︎](https://www.npmjs.com/package/@rollup/plugin-commonjs/v/28.0.5) (from `^28.0.3`, in `dependencies`)
1375
+ - Updated dependencies [d70c420]
1376
+ - Updated dependencies [2a16996]
1377
+ - Updated dependencies [2002c59]
1378
+ - @mastra/core@0.10.6-alpha.3
1379
+ - @mastra/server@0.10.6-alpha.3
1380
+
1381
+ ## 0.10.6-alpha.2
1382
+
1383
+ ### Patch Changes
1384
+
1385
+ - ec7f824: Add support to improve lodash imports
1386
+ - Updated dependencies [5f67b6f]
1387
+ - Updated dependencies [4b0f8a6]
1388
+ - @mastra/server@0.10.6-alpha.2
1389
+ - @mastra/core@0.10.6-alpha.2
1390
+
1391
+ ## 0.10.6-alpha.1
1392
+
1393
+ ### Patch Changes
1394
+
1395
+ - ee9af57: Add api for polling run execution result and get run by id
1396
+ - 3270d9d: Fix runtime context being undefined
1397
+ - Updated dependencies [ee9af57]
1398
+ - Updated dependencies [3270d9d]
1399
+ - Updated dependencies [751c894]
1400
+ - Updated dependencies [577ce3a]
1401
+ - Updated dependencies [9260b3a]
1402
+ - @mastra/server@0.10.6-alpha.1
1403
+ - @mastra/core@0.10.6-alpha.1
1404
+
1405
+ ## 0.10.6-alpha.0
1406
+
1407
+ ### Patch Changes
1408
+
1409
+ - 2d12edd: dependencies updates:
1410
+ - Updated dependency [`rollup@^4.43.0` ↗︎](https://www.npmjs.com/package/rollup/v/4.43.0) (from `^4.42.0`, in `dependencies`)
1411
+ - 63f6b7d: dependencies updates:
1412
+ - Updated dependency [`detect-libc@^2.0.4` ↗︎](https://www.npmjs.com/package/detect-libc/v/2.0.4) (from `^2.0.3`, in `dependencies`)
1413
+ - Updated dependency [`esbuild@^0.25.5` ↗︎](https://www.npmjs.com/package/esbuild/v/0.25.5) (from `^0.25.1`, in `dependencies`)
1414
+ - Updated dependency [`rollup@^4.42.0` ↗︎](https://www.npmjs.com/package/rollup/v/4.42.0) (from `^4.41.1`, in `dependencies`)
1415
+ - Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
1416
+ - 36f1c36: MCP Client and Server streamable http fixes
1417
+ - 53d3c37: Get workflows from an agent if not found from Mastra instance #5083
1418
+ - Updated dependencies [63f6b7d]
1419
+ - Updated dependencies [36f1c36]
1420
+ - Updated dependencies [10d352e]
1421
+ - Updated dependencies [53d3c37]
1422
+ - @mastra/core@0.10.6-alpha.0
1423
+ - @mastra/server@0.10.6-alpha.0
1424
+
1425
+ ## 0.10.5
1426
+
1427
+ ### Patch Changes
1428
+
1429
+ - 8725d02: Remove swaggerUI and openAPI url when server starts
1430
+ - 105f872: Fix body already in use for POST requests
1431
+ - Updated dependencies [1ba421d]
1432
+ - Updated dependencies [13c97f9]
1433
+ - @mastra/server@0.10.5
1434
+ - @mastra/core@0.10.5
1435
+
1436
+ ## 0.10.4
1437
+
1438
+ ### Patch Changes
1439
+
1440
+ - d1ed912: dependencies updates:
1441
+ - Updated dependency [`dotenv@^16.5.0` ↗︎](https://www.npmjs.com/package/dotenv/v/16.5.0) (from `^16.4.7`, in `dependencies`)
1442
+ - f595975: dependencies updates:
1443
+ - Updated dependency [`rollup@^4.41.1` ↗︎](https://www.npmjs.com/package/rollup/v/4.41.1) (from `^4.35.0`, in `dependencies`)
1444
+ - d90c49f: dependencies updates:
1445
+ - Updated dependency [`@babel/core@^7.27.4` ↗︎](https://www.npmjs.com/package/@babel/core/v/7.27.4) (from `^7.26.10`, in `dependencies`)
1446
+ - Updated dependency [`@babel/helper-module-imports@^7.27.1` ↗︎](https://www.npmjs.com/package/@babel/helper-module-imports/v/7.27.1) (from `^7.25.9`, in `dependencies`)
1447
+ - Updated dependency [`@rollup/plugin-node-resolve@^16.0.1` ↗︎](https://www.npmjs.com/package/@rollup/plugin-node-resolve/v/16.0.1) (from `^16.0.0`, in `dependencies`)
1448
+ - Updated dependency [`hono@^4.7.11` ↗︎](https://www.npmjs.com/package/hono/v/4.7.11) (from `^4.7.4`, in `dependencies`)
1449
+ - 1ccccff: dependencies updates:
1450
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
1451
+ - 1ccccff: dependencies updates:
1452
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
1453
+ - afd9fda: Reset retry-count on code change and only retry if server actually is running
1454
+
1455
+ Fixes #4563
1456
+
1457
+ - f1f1f1b: Add basic filtering capabilities to logs
1458
+ - 9597ee5: Hoist runtimeContext from POST request into middleware
1459
+ - 82090c1: Add pagination to logs
1460
+ - 69f6101: Add reason to tools import error on server start
1461
+ - 514fdde: Move opentelemetry deps to mastra output to remove @mastra/core dependency
1462
+ - bebd27c: Only apply <placeholder> text inside instructions in the playground ui
1463
+ - Updated dependencies [d1ed912]
1464
+ - Updated dependencies [f6fd25f]
1465
+ - Updated dependencies [dffb67b]
1466
+ - Updated dependencies [f1f1f1b]
1467
+ - Updated dependencies [925ab94]
1468
+ - Updated dependencies [9597ee5]
1469
+ - Updated dependencies [f9816ae]
1470
+ - Updated dependencies [82090c1]
1471
+ - Updated dependencies [1b443fd]
1472
+ - Updated dependencies [ce97900]
1473
+ - Updated dependencies [f1309d3]
1474
+ - Updated dependencies [bebd27c]
1475
+ - Updated dependencies [14a2566]
1476
+ - Updated dependencies [f7f8293]
1477
+ - Updated dependencies [48eddb9]
1478
+ - @mastra/core@0.10.4
1479
+ - @mastra/server@0.10.4
1480
+
1481
+ ## 0.10.4-alpha.3
1482
+
1483
+ ### Patch Changes
1484
+
1485
+ - Updated dependencies [925ab94]
1486
+ - @mastra/core@0.10.4-alpha.3
1487
+ - @mastra/server@0.10.4-alpha.3
1488
+
1489
+ ## 0.10.4-alpha.2
1490
+
1491
+ ### Patch Changes
1492
+
1493
+ - Updated dependencies [48eddb9]
1494
+ - @mastra/core@0.10.4-alpha.2
1495
+ - @mastra/server@0.10.4-alpha.2
1496
+
1497
+ ## 0.10.4-alpha.1
1498
+
1499
+ ### Patch Changes
1500
+
1501
+ - d90c49f: dependencies updates:
1502
+ - Updated dependency [`@babel/core@^7.27.4` ↗︎](https://www.npmjs.com/package/@babel/core/v/7.27.4) (from `^7.26.10`, in `dependencies`)
1503
+ - Updated dependency [`@babel/helper-module-imports@^7.27.1` ↗︎](https://www.npmjs.com/package/@babel/helper-module-imports/v/7.27.1) (from `^7.25.9`, in `dependencies`)
1504
+ - Updated dependency [`@rollup/plugin-node-resolve@^16.0.1` ↗︎](https://www.npmjs.com/package/@rollup/plugin-node-resolve/v/16.0.1) (from `^16.0.0`, in `dependencies`)
1505
+ - Updated dependency [`hono@^4.7.11` ↗︎](https://www.npmjs.com/package/hono/v/4.7.11) (from `^4.7.4`, in `dependencies`)
1506
+ - 1ccccff: dependencies updates:
1507
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
1508
+ - 1ccccff: dependencies updates:
1509
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
1510
+ - 9597ee5: Hoist runtimeContext from POST request into middleware
1511
+ - 514fdde: Move opentelemetry deps to mastra output to remove @mastra/core dependency
1512
+ - bebd27c: Only apply <placeholder> text inside instructions in the playground ui
1513
+ - Updated dependencies [f6fd25f]
1514
+ - Updated dependencies [dffb67b]
1515
+ - Updated dependencies [9597ee5]
1516
+ - Updated dependencies [f1309d3]
1517
+ - Updated dependencies [bebd27c]
1518
+ - Updated dependencies [f7f8293]
1519
+ - @mastra/core@0.10.4-alpha.1
1520
+ - @mastra/server@0.10.4-alpha.1
1521
+
1522
+ ## 0.10.4-alpha.0
1523
+
1524
+ ### Patch Changes
1525
+
1526
+ - d1ed912: dependencies updates:
1527
+ - Updated dependency [`dotenv@^16.5.0` ↗︎](https://www.npmjs.com/package/dotenv/v/16.5.0) (from `^16.4.7`, in `dependencies`)
1528
+ - f595975: dependencies updates:
1529
+ - Updated dependency [`rollup@^4.41.1` ↗︎](https://www.npmjs.com/package/rollup/v/4.41.1) (from `^4.35.0`, in `dependencies`)
1530
+ - afd9fda: Reset retry-count on code change and only retry if server actually is running
1531
+
1532
+ Fixes #4563
1533
+
1534
+ - f1f1f1b: Add basic filtering capabilities to logs
1535
+ - 82090c1: Add pagination to logs
1536
+ - 69f6101: Add reason to tools import error on server start
1537
+ - Updated dependencies [d1ed912]
1538
+ - Updated dependencies [f1f1f1b]
1539
+ - Updated dependencies [f9816ae]
1540
+ - Updated dependencies [82090c1]
1541
+ - Updated dependencies [1b443fd]
1542
+ - Updated dependencies [ce97900]
1543
+ - Updated dependencies [14a2566]
1544
+ - @mastra/core@0.10.4-alpha.0
1545
+ - @mastra/server@0.10.4-alpha.0
1546
+
1547
+ ## 0.10.3
1548
+
1549
+ ### Patch Changes
1550
+
1551
+ - Updated dependencies [2b0fc7e]
1552
+ - @mastra/core@0.10.3
1553
+ - @mastra/server@0.10.3
1554
+
1555
+ ## 0.10.3-alpha.0
1556
+
1557
+ ### Patch Changes
1558
+
1559
+ - Updated dependencies [2b0fc7e]
1560
+ - @mastra/core@0.10.3-alpha.0
1561
+ - @mastra/server@0.10.3-alpha.0
1562
+
1563
+ ## 0.10.2
1564
+
1565
+ ### Patch Changes
1566
+
1567
+ - e8d2aff: Fix non-scoped packages in mastra build
1568
+ - f73e11b: fix telemetry disabled not working on playground
1569
+ - 1fcc048: chore: generate sourcemaps in dev build
1570
+ - f946acf: Filter out dynamic imports by node builtins
1571
+ - add596e: Mastra protected auth
1572
+ - ecebbeb: Mastra core auth abstract definition
1573
+ - 4187ed4: Fix mcp server api openapijson
1574
+ - f0d559f: Fix peerdeps for alpha channel
1575
+ - Updated dependencies [ee77e78]
1576
+ - Updated dependencies [592a2db]
1577
+ - Updated dependencies [e5dc18d]
1578
+ - Updated dependencies [ab5adbe]
1579
+ - Updated dependencies [1e8bb40]
1580
+ - Updated dependencies [1b5fc55]
1581
+ - Updated dependencies [195c428]
1582
+ - Updated dependencies [f73e11b]
1583
+ - Updated dependencies [37643b8]
1584
+ - Updated dependencies [e2228f6]
1585
+ - Updated dependencies [99fd6cf]
1586
+ - Updated dependencies [a399086]
1587
+ - Updated dependencies [c5bf1ce]
1588
+ - Updated dependencies [add596e]
1589
+ - Updated dependencies [8dc94d8]
1590
+ - Updated dependencies [ecebbeb]
1591
+ - Updated dependencies [79d5145]
1592
+ - Updated dependencies [422ee9e]
1593
+ - Updated dependencies [12b7002]
1594
+ - Updated dependencies [f0d559f]
1595
+ - Updated dependencies [2901125]
1596
+ - Updated dependencies [a0ebc3f]
1597
+ - @mastra/core@0.10.2
1598
+ - @mastra/server@0.10.2
1599
+
1600
+ ## 0.10.2-alpha.8
1601
+
1602
+ ### Patch Changes
1603
+
1604
+ - Updated dependencies [37643b8]
1605
+ - Updated dependencies [79d5145]
1606
+ - @mastra/core@0.10.2-alpha.8
1607
+ - @mastra/server@0.10.2-alpha.8
1608
+
1609
+ ## 0.10.2-alpha.7
1610
+
1611
+ ### Patch Changes
1612
+
1613
+ - Updated dependencies [a399086]
1614
+ - @mastra/server@0.10.2-alpha.7
1615
+ - @mastra/core@0.10.2-alpha.7
1616
+
1617
+ ## 0.10.2-alpha.6
1618
+
1619
+ ### Patch Changes
1620
+
1621
+ - 1fcc048: chore: generate sourcemaps in dev build
1622
+ - Updated dependencies [99fd6cf]
1623
+ - Updated dependencies [8dc94d8]
1624
+ - @mastra/core@0.10.2-alpha.6
1625
+ - @mastra/server@0.10.2-alpha.6
1626
+
1627
+ ## 0.10.2-alpha.5
1628
+
1629
+ ### Patch Changes
1630
+
1631
+ - add596e: Mastra protected auth
1632
+ - ecebbeb: Mastra core auth abstract definition
1633
+ - Updated dependencies [1b5fc55]
1634
+ - Updated dependencies [add596e]
1635
+ - Updated dependencies [ecebbeb]
1636
+ - @mastra/server@0.10.2-alpha.5
1637
+ - @mastra/core@0.10.2-alpha.5
1638
+
1639
+ ## 0.10.2-alpha.4
1640
+
1641
+ ### Patch Changes
1642
+
1643
+ - Updated dependencies [c5bf1ce]
1644
+ - Updated dependencies [12b7002]
1645
+ - @mastra/server@0.10.2-alpha.4
1646
+ - @mastra/core@0.10.2-alpha.4
1647
+
1648
+ ## 0.10.2-alpha.3
1649
+
1650
+ ### Patch Changes
1651
+
1652
+ - f73e11b: fix telemetry disabled not working on playground
1653
+ - f946acf: Filter out dynamic imports by node builtins
1654
+ - Updated dependencies [ab5adbe]
1655
+ - Updated dependencies [195c428]
1656
+ - Updated dependencies [f73e11b]
1657
+ - Updated dependencies [422ee9e]
1658
+ - @mastra/core@0.10.2-alpha.3
1659
+ - @mastra/server@0.10.2-alpha.3
1660
+
1661
+ ## 0.10.2-alpha.2
1662
+
1663
+ ### Patch Changes
1664
+
1665
+ - e8d2aff: Fix non-scoped packages in mastra build
1666
+ - 4187ed4: Fix mcp server api openapijson
1667
+ - f0d559f: Fix peerdeps for alpha channel
1668
+ - Updated dependencies [1e8bb40]
1669
+ - Updated dependencies [f0d559f]
1670
+ - Updated dependencies [a0ebc3f]
1671
+ - @mastra/core@0.10.2-alpha.2
1672
+ - @mastra/server@0.10.2-alpha.2
1673
+
1674
+ ## 0.10.2-alpha.1
1675
+
1676
+ ### Patch Changes
1677
+
1678
+ - Updated dependencies [ee77e78]
1679
+ - Updated dependencies [2901125]
1680
+ - @mastra/core@0.10.2-alpha.1
1681
+ - @mastra/server@0.10.2-alpha.1
1682
+
1683
+ ## 0.10.2-alpha.0
1684
+
1685
+ ### Patch Changes
1686
+
1687
+ - Updated dependencies [592a2db]
1688
+ - Updated dependencies [e5dc18d]
1689
+ - Updated dependencies [e2228f6]
1690
+ - @mastra/core@0.10.2-alpha.0
1691
+ - @mastra/server@0.10.2-alpha.0
1692
+
1693
+ ## 0.10.1
1694
+
1695
+ ### Patch Changes
1696
+
1697
+ - 6d16390: Support custom bundle externals on mastra Instance
1698
+ - bed0916: Handle wildcards in tools discovery
1699
+ - 5343f93: Move emitter to symbol to make private
1700
+ - fe68410: Fix mcp server routes
1701
+ - Updated dependencies [d70b807]
1702
+ - Updated dependencies [6d16390]
1703
+ - Updated dependencies [1e4a421]
1704
+ - Updated dependencies [200d0da]
1705
+ - Updated dependencies [bf5f17b]
1706
+ - Updated dependencies [5343f93]
1707
+ - Updated dependencies [38aee50]
1708
+ - Updated dependencies [5c41100]
1709
+ - Updated dependencies [d6a759b]
1710
+ - Updated dependencies [6015bdf]
1711
+ - @mastra/core@0.10.1
1712
+ - @mastra/server@0.10.1
1713
+
1714
+ ## 0.10.1-alpha.3
1715
+
1716
+ ### Patch Changes
1717
+
1718
+ - Updated dependencies [d70b807]
1719
+ - @mastra/core@0.10.1-alpha.3
1720
+ - @mastra/server@0.10.1-alpha.3
1721
+
1722
+ ## 0.10.1-alpha.2
1723
+
1724
+ ### Patch Changes
1725
+
1726
+ - fe68410: Fix mcp server routes
1727
+ - Updated dependencies [6015bdf]
1728
+ - @mastra/server@0.10.1-alpha.1
1729
+ - @mastra/core@0.10.1-alpha.2
1730
+
1731
+ ## 0.10.1-alpha.1
1732
+
1733
+ ### Patch Changes
1734
+
1735
+ - bed0916: Handle wildcards in tools discovery
1736
+ - 5343f93: Move emitter to symbol to make private
1737
+ - Updated dependencies [200d0da]
1738
+ - Updated dependencies [bf5f17b]
1739
+ - Updated dependencies [5343f93]
1740
+ - Updated dependencies [38aee50]
1741
+ - Updated dependencies [5c41100]
1742
+ - Updated dependencies [d6a759b]
1743
+ - @mastra/core@0.10.1-alpha.1
1744
+ - @mastra/server@0.10.1-alpha.0
1745
+
1746
+ ## 0.10.1-alpha.0
1747
+
1748
+ ### Patch Changes
1749
+
1750
+ - 6d16390: Support custom bundle externals on mastra Instance
1751
+ - Updated dependencies [6d16390]
1752
+ - Updated dependencies [1e4a421]
1753
+ - @mastra/core@0.10.1-alpha.0
1754
+
1755
+ ## 0.10.0
1756
+
1757
+ ### Minor Changes
1758
+
1759
+ - 83da932: Move @mastra/core to peerdeps
1760
+ - 5eb5a99: Remove pino from @mastra/core into @mastra/loggers
1761
+ - b2ae5aa: Added support for experimental authentication and authorization
1762
+
1763
+ ### Patch Changes
1764
+
1765
+ - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
1766
+ - 1e9fbfa: Upgrade to OpenTelemetry JS SDK 2.x
1767
+ - 8d9feae: Add missing x-mastra-dev-playground headers
1768
+ - aaf0e48: Add nodemailer to mastra bundler external deps
1769
+ - 48e5910: Mastra server hostname, fallback to undefined
1770
+ - 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.
1771
+ - 2672a05: Add MCP servers and tool call execution to playground
1772
+ - Updated dependencies [b3a3d63]
1773
+ - Updated dependencies [344f453]
1774
+ - Updated dependencies [0215b0b]
1775
+ - Updated dependencies [0a3ae6d]
1776
+ - Updated dependencies [95911be]
1777
+ - Updated dependencies [83da932]
1778
+ - Updated dependencies [f53a6ac]
1779
+ - Updated dependencies [5eb5a99]
1780
+ - Updated dependencies [7e632c5]
1781
+ - Updated dependencies [1e9fbfa]
1782
+ - Updated dependencies [eabdcd9]
1783
+ - Updated dependencies [90be034]
1784
+ - Updated dependencies [99f050a]
1785
+ - Updated dependencies [d0ee3c6]
1786
+ - Updated dependencies [b2ae5aa]
1787
+ - Updated dependencies [23f258c]
1788
+ - Updated dependencies [a7292b0]
1789
+ - Updated dependencies [0dcb9f0]
1790
+ - Updated dependencies [2672a05]
1791
+ - @mastra/server@0.10.0
1792
+ - @mastra/core@0.10.0
1793
+
1794
+ ## 0.4.0-alpha.1
1795
+
1796
+ ### Minor Changes
1797
+
1798
+ - 83da932: Move @mastra/core to peerdeps
1799
+ - 5eb5a99: Remove pino from @mastra/core into @mastra/loggers
1800
+ - b2ae5aa: Added support for experimental authentication and authorization
1801
+
1802
+ ### Patch Changes
1803
+
1804
+ - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
1805
+ - 1e9fbfa: Upgrade to OpenTelemetry JS SDK 2.x
1806
+ - 8d9feae: Add missing x-mastra-dev-playground headers
1807
+ - Updated dependencies [b3a3d63]
1808
+ - Updated dependencies [344f453]
1809
+ - Updated dependencies [0215b0b]
1810
+ - Updated dependencies [0a3ae6d]
1811
+ - Updated dependencies [95911be]
1812
+ - Updated dependencies [83da932]
1813
+ - Updated dependencies [5eb5a99]
1814
+ - Updated dependencies [7e632c5]
1815
+ - Updated dependencies [1e9fbfa]
1816
+ - Updated dependencies [b2ae5aa]
1817
+ - Updated dependencies [a7292b0]
1818
+ - Updated dependencies [0dcb9f0]
1819
+ - @mastra/server@2.1.0-alpha.1
1820
+ - @mastra/core@0.10.0-alpha.1
1821
+
1822
+ ## 0.3.5-alpha.0
1823
+
1824
+ ### Patch Changes
1825
+
1826
+ - aaf0e48: Add nodemailer to mastra bundler external deps
1827
+ - 48e5910: Mastra server hostname, fallback to undefined
1828
+ - 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.
1829
+ - 2672a05: Add MCP servers and tool call execution to playground
1830
+ - Updated dependencies [f53a6ac]
1831
+ - Updated dependencies [eabdcd9]
1832
+ - Updated dependencies [90be034]
1833
+ - Updated dependencies [99f050a]
1834
+ - Updated dependencies [d0ee3c6]
1835
+ - Updated dependencies [23f258c]
1836
+ - Updated dependencies [2672a05]
1837
+ - @mastra/server@2.0.5-alpha.0
1838
+ - @mastra/core@0.9.5-alpha.0
1839
+
1840
+ ## 0.3.4
1841
+
1842
+ ### Patch Changes
1843
+
1844
+ - 396be50: updated mcp server routes for MCP SSE for use with hono server
1845
+ - 5c70b8a: [MASTRA-3234] added limit for client-js getMessages
1846
+ - 03c40d1: instructions is only available in playground
1847
+ - cb1f698: Set runtimeContext from playground for agents, tools, workflows
1848
+ - 0b8b868: Added A2A support + streaming
1849
+ - edf1e88: allows ability to pass McpServer into the mastra class and creates an endpoint /api/servers/:serverId/mcp to POST messages to an MCP server
1850
+ - Updated dependencies [396be50]
1851
+ - Updated dependencies [ab80e7e]
1852
+ - Updated dependencies [5c70b8a]
1853
+ - Updated dependencies [c3bd795]
1854
+ - Updated dependencies [da082f8]
1855
+ - Updated dependencies [0c3d117]
1856
+ - Updated dependencies [a5810ce]
1857
+ - Updated dependencies [3e9c131]
1858
+ - Updated dependencies [3171b5b]
1859
+ - Updated dependencies [cb1f698]
1860
+ - Updated dependencies [973e5ac]
1861
+ - Updated dependencies [daf942f]
1862
+ - Updated dependencies [0b8b868]
1863
+ - Updated dependencies [9e1eff5]
1864
+ - Updated dependencies [6fa1ad1]
1865
+ - Updated dependencies [c28d7a0]
1866
+ - Updated dependencies [edf1e88]
1867
+ - @mastra/core@0.9.4
1868
+ - @mastra/server@2.0.4
1869
+
1870
+ ## 0.3.4-alpha.4
1871
+
1872
+ ### Patch Changes
1873
+
1874
+ - 5c70b8a: [MASTRA-3234] added limit for client-js getMessages
1875
+ - Updated dependencies [5c70b8a]
1876
+ - Updated dependencies [3e9c131]
1877
+ - @mastra/server@2.0.4-alpha.4
1878
+ - @mastra/core@0.9.4-alpha.4
1879
+
1880
+ ## 0.3.4-alpha.3
1881
+
1882
+ ### Patch Changes
1883
+
1884
+ - 396be50: updated mcp server routes for MCP SSE for use with hono server
1885
+ - Updated dependencies [396be50]
1886
+ - Updated dependencies [c3bd795]
1887
+ - Updated dependencies [da082f8]
1888
+ - Updated dependencies [0c3d117]
1889
+ - Updated dependencies [a5810ce]
1890
+ - @mastra/core@0.9.4-alpha.3
1891
+ - @mastra/server@2.0.4-alpha.3
1892
+
1893
+ ## 0.3.4-alpha.2
1894
+
1895
+ ### Patch Changes
1896
+
1897
+ - 03c40d1: instructions is only available in playground
1898
+ - Updated dependencies [3171b5b]
1899
+ - Updated dependencies [973e5ac]
1900
+ - Updated dependencies [9e1eff5]
1901
+ - @mastra/core@0.9.4-alpha.2
1902
+ - @mastra/server@2.0.4-alpha.2
1903
+
1904
+ ## 0.3.4-alpha.1
1905
+
1906
+ ### Patch Changes
1907
+
1908
+ - edf1e88: allows ability to pass McpServer into the mastra class and creates an endpoint /api/servers/:serverId/mcp to POST messages to an MCP server
1909
+ - Updated dependencies [ab80e7e]
1910
+ - Updated dependencies [6fa1ad1]
1911
+ - Updated dependencies [c28d7a0]
1912
+ - Updated dependencies [edf1e88]
1913
+ - @mastra/server@2.0.4-alpha.1
1914
+ - @mastra/core@0.9.4-alpha.1
1915
+
1916
+ ## 0.3.4-alpha.0
1917
+
1918
+ ### Patch Changes
1919
+
1920
+ - cb1f698: Set runtimeContext from playground for agents, tools, workflows
1921
+ - 0b8b868: Added A2A support + streaming
1922
+ - Updated dependencies [cb1f698]
1923
+ - Updated dependencies [daf942f]
1924
+ - Updated dependencies [0b8b868]
1925
+ - @mastra/server@2.0.4-alpha.0
1926
+ - @mastra/core@0.9.4-alpha.0
1927
+
1928
+ ## 0.3.3
1929
+
1930
+ ### Patch Changes
1931
+
1932
+ - 8902157: added an optional `bodySizeLimit` to server config so that users can pass custom bodylimit size in mb. If not, it defaults to 4.5 mb
1933
+ - 70dbf51: [MASTRA-2452] updated setBaggage for tracing
1934
+ - Updated dependencies [e450778]
1935
+ - Updated dependencies [8902157]
1936
+ - Updated dependencies [ca0dc88]
1937
+ - Updated dependencies [526c570]
1938
+ - Updated dependencies [d7a6a33]
1939
+ - Updated dependencies [9cd1a46]
1940
+ - Updated dependencies [b5d2de0]
1941
+ - Updated dependencies [644f8ad]
1942
+ - Updated dependencies [70dbf51]
1943
+ - @mastra/core@0.9.3
1944
+ - @mastra/server@2.0.3
1945
+
1946
+ ## 0.3.3-alpha.1
1947
+
1948
+ ### Patch Changes
1949
+
1950
+ - 8902157: added an optional `bodySizeLimit` to server config so that users can pass custom bodylimit size in mb. If not, it defaults to 4.5 mb
1951
+ - 70dbf51: [MASTRA-2452] updated setBaggage for tracing
1952
+ - Updated dependencies [e450778]
1953
+ - Updated dependencies [8902157]
1954
+ - Updated dependencies [ca0dc88]
1955
+ - Updated dependencies [9cd1a46]
1956
+ - Updated dependencies [70dbf51]
1957
+ - @mastra/core@0.9.3-alpha.1
1958
+ - @mastra/server@2.0.3-alpha.1
1959
+
1960
+ ## 0.3.3-alpha.0
1961
+
1962
+ ### Patch Changes
1963
+
1964
+ - Updated dependencies [526c570]
1965
+ - Updated dependencies [b5d2de0]
1966
+ - Updated dependencies [644f8ad]
1967
+ - @mastra/server@2.0.3-alpha.0
1968
+ - @mastra/core@0.9.3-alpha.0
1969
+
1970
+ ## 0.3.2
1971
+
1972
+ ### Patch Changes
1973
+
1974
+ - 2cf3b8f: dependencies updates:
1975
+ - Updated dependency [`zod@^3.24.3` ↗︎](https://www.npmjs.com/package/zod/v/3.24.3) (from `^3.24.2`, in `dependencies`)
1976
+ - 4155f47: Add parameters to filter workflow runs
1977
+ Add fromDate and toDate to telemetry parameters
1978
+ - 254f5c3: Audit, cleanup MastraClient
1979
+ - 8607972: Introduce Mastra lint cli command
1980
+ - a798090: Do not break on tools not being to import
1981
+ - Updated dependencies [6052aa6]
1982
+ - Updated dependencies [967b41c]
1983
+ - Updated dependencies [3d2fb5c]
1984
+ - Updated dependencies [26738f4]
1985
+ - Updated dependencies [4155f47]
1986
+ - Updated dependencies [7eeb2bc]
1987
+ - Updated dependencies [b804723]
1988
+ - Updated dependencies [8607972]
1989
+ - Updated dependencies [ccef9f9]
1990
+ - Updated dependencies [0097d50]
1991
+ - Updated dependencies [7eeb2bc]
1992
+ - Updated dependencies [17826a9]
1993
+ - Updated dependencies [7d8b7c7]
1994
+ - Updated dependencies [fba031f]
1995
+ - Updated dependencies [3a5f1e1]
1996
+ - Updated dependencies [51e6923]
1997
+ - Updated dependencies [8398d89]
1998
+ - @mastra/server@2.0.2
1999
+ - @mastra/core@0.9.2
2000
+
2001
+ ## 0.3.2-alpha.6
2002
+
2003
+ ### Patch Changes
2004
+
2005
+ - a798090: Do not break on tools not being to import
2006
+ - Updated dependencies [6052aa6]
2007
+ - Updated dependencies [7d8b7c7]
2008
+ - Updated dependencies [3a5f1e1]
2009
+ - Updated dependencies [8398d89]
2010
+ - @mastra/server@2.0.2-alpha.6
2011
+ - @mastra/core@0.9.2-alpha.6
2012
+
2013
+ ## 0.3.2-alpha.5
2014
+
2015
+ ### Patch Changes
2016
+
2017
+ - 8607972: Introduce Mastra lint cli command
2018
+ - Updated dependencies [3d2fb5c]
2019
+ - Updated dependencies [7eeb2bc]
2020
+ - Updated dependencies [8607972]
2021
+ - Updated dependencies [7eeb2bc]
2022
+ - Updated dependencies [fba031f]
2023
+ - @mastra/core@0.9.2-alpha.5
2024
+ - @mastra/server@2.0.2-alpha.5
2025
+
2026
+ ## 0.3.2-alpha.4
2027
+
2028
+ ### Patch Changes
2029
+
2030
+ - Updated dependencies [ccef9f9]
2031
+ - Updated dependencies [51e6923]
2032
+ - @mastra/core@0.9.2-alpha.4
2033
+ - @mastra/server@2.0.2-alpha.4
2034
+
2035
+ ## 0.3.2-alpha.3
2036
+
2037
+ ### Patch Changes
2038
+
2039
+ - 4155f47: Add parameters to filter workflow runs
2040
+ Add fromDate and toDate to telemetry parameters
2041
+ - Updated dependencies [967b41c]
2042
+ - Updated dependencies [4155f47]
2043
+ - Updated dependencies [17826a9]
2044
+ - @mastra/core@0.9.2-alpha.3
2045
+ - @mastra/server@2.0.2-alpha.3
2046
+
2047
+ ## 0.3.2-alpha.2
2048
+
2049
+ ### Patch Changes
2050
+
2051
+ - Updated dependencies [26738f4]
2052
+ - @mastra/core@0.9.2-alpha.2
2053
+ - @mastra/server@2.0.2-alpha.2
2054
+
2055
+ ## 0.3.2-alpha.1
2056
+
2057
+ ### Patch Changes
2058
+
2059
+ - 254f5c3: Audit, cleanup MastraClient
2060
+ - Updated dependencies [b804723]
2061
+ - @mastra/core@0.9.2-alpha.1
2062
+ - @mastra/server@2.0.2-alpha.1
2063
+
2064
+ ## 0.3.2-alpha.0
2065
+
2066
+ ### Patch Changes
2067
+
2068
+ - Updated dependencies [0097d50]
2069
+ - @mastra/server@2.0.2-alpha.0
2070
+ - @mastra/core@0.9.2-alpha.0
2071
+
2072
+ ## 0.3.1
2073
+
2074
+ ### Patch Changes
2075
+
2076
+ - e7c2881: fix: support dynamic imports when bundling
2077
+ - 0ccb8b4: Fix deployer bundling when custom mastra dir is set
2078
+ - 92c598d: Remove API request logs from local dev server
2079
+ - ebdb781: Fix writing tools in correct folder
2080
+ - 35955b0: Rename import to runtime-contxt
2081
+ - 6262bd5: Mastra server custom host config
2082
+ - c1409ef: Add vNextWorkflow handlers and APIs
2083
+ Add stepGraph and steps to vNextWorkflow
2084
+ - 3e7b69d: Dynamic agent props
2085
+ - 11d4485: Show VNext workflows on the playground
2086
+ Show running status for step in vNext workflowState
2087
+ - 530ced1: Fix cloudflare deployer by removing import.meta.url reference
2088
+ - 611aa4a: add all builds to run postinstall
2089
+ - 1d3b1cd: Rebump
2090
+ - Updated dependencies [34a76ca]
2091
+ - Updated dependencies [405b63d]
2092
+ - Updated dependencies [81fb7f6]
2093
+ - Updated dependencies [20275d4]
2094
+ - Updated dependencies [7d1892c]
2095
+ - Updated dependencies [a90a082]
2096
+ - Updated dependencies [2d17c73]
2097
+ - Updated dependencies [61e92f5]
2098
+ - Updated dependencies [35955b0]
2099
+ - Updated dependencies [6262bd5]
2100
+ - Updated dependencies [c1409ef]
2101
+ - Updated dependencies [3e7b69d]
2102
+ - Updated dependencies [e4943b8]
2103
+ - Updated dependencies [f200fed]
2104
+ - Updated dependencies [11d4485]
2105
+ - Updated dependencies [479f490]
2106
+ - Updated dependencies [57b25ed]
2107
+ - Updated dependencies [c23a81c]
2108
+ - Updated dependencies [2d4001d]
2109
+ - Updated dependencies [c71013a]
2110
+ - Updated dependencies [1d3b1cd]
2111
+ - @mastra/server@2.0.1
2112
+ - @mastra/core@0.9.1
2113
+
2114
+ ## 0.3.1-alpha.8
2115
+
2116
+ ### Patch Changes
2117
+
2118
+ - Updated dependencies [2d17c73]
2119
+ - @mastra/core@0.9.1-alpha.8
2120
+ - @mastra/server@2.0.1-alpha.8
2121
+
2122
+ ## 0.3.1-alpha.7
2123
+
2124
+ ### Patch Changes
2125
+
2126
+ - 1d3b1cd: Rebump
2127
+ - Updated dependencies [1d3b1cd]
2128
+ - @mastra/core@0.9.1-alpha.7
2129
+ - @mastra/server@2.0.1-alpha.7
2130
+
2131
+ ## 0.3.1-alpha.6
2132
+
2133
+ ### Patch Changes
2134
+
2135
+ - Updated dependencies [c23a81c]
2136
+ - @mastra/core@0.9.1-alpha.6
2137
+ - @mastra/server@2.0.1-alpha.6
2138
+
2139
+ ## 0.3.1-alpha.5
2140
+
2141
+ ### Patch Changes
2142
+
2143
+ - 3e7b69d: Dynamic agent props
2144
+ - Updated dependencies [3e7b69d]
2145
+ - @mastra/core@0.9.1-alpha.5
2146
+ - @mastra/server@2.0.1-alpha.5
2147
+
2148
+ ## 0.3.1-alpha.4
2149
+
2150
+ ### Patch Changes
2151
+
2152
+ - Updated dependencies [e4943b8]
2153
+ - Updated dependencies [479f490]
2154
+ - @mastra/core@0.9.1-alpha.4
2155
+ - @mastra/server@2.0.1-alpha.4
2156
+
2157
+ ## 0.3.1-alpha.3
2158
+
2159
+ ### Patch Changes
2160
+
2161
+ - 6262bd5: Mastra server custom host config
2162
+ - Updated dependencies [34a76ca]
2163
+ - Updated dependencies [6262bd5]
2164
+ - @mastra/server@2.0.1-alpha.3
2165
+ - @mastra/core@0.9.1-alpha.3
2166
+
2167
+ ## 0.3.1-alpha.2
2168
+
2169
+ ### Patch Changes
2170
+
2171
+ - Updated dependencies [405b63d]
2172
+ - Updated dependencies [61e92f5]
2173
+ - Updated dependencies [57b25ed]
2174
+ - Updated dependencies [c71013a]
2175
+ - @mastra/core@0.9.1-alpha.2
2176
+ - @mastra/server@2.0.1-alpha.2
2177
+
2178
+ ## 0.3.1-alpha.1
2179
+
2180
+ ### Patch Changes
2181
+
2182
+ - e7c2881: fix: support dynamic imports when bundling
2183
+ - 0ccb8b4: Fix deployer bundling when custom mastra dir is set
2184
+ - 92c598d: Remove API request logs from local dev server
2185
+ - ebdb781: Fix writing tools in correct folder
2186
+ - 35955b0: Rename import to runtime-contxt
2187
+ - c1409ef: Add vNextWorkflow handlers and APIs
2188
+ Add stepGraph and steps to vNextWorkflow
2189
+ - 11d4485: Show VNext workflows on the playground
2190
+ Show running status for step in vNext workflowState
2191
+ - 530ced1: Fix cloudflare deployer by removing import.meta.url reference
2192
+ - 611aa4a: add all builds to run postinstall
2193
+ - Updated dependencies [20275d4]
2194
+ - Updated dependencies [7d1892c]
2195
+ - Updated dependencies [a90a082]
2196
+ - Updated dependencies [35955b0]
2197
+ - Updated dependencies [c1409ef]
2198
+ - Updated dependencies [f200fed]
2199
+ - Updated dependencies [11d4485]
2200
+ - Updated dependencies [2d4001d]
2201
+ - @mastra/core@0.9.1-alpha.1
2202
+ - @mastra/server@2.0.1-alpha.1
2203
+
2204
+ ## 0.3.1-alpha.0
2205
+
2206
+ ### Patch Changes
2207
+
2208
+ - Updated dependencies [81fb7f6]
2209
+ - @mastra/core@0.9.1-alpha.0
2210
+ - @mastra/server@2.0.1-alpha.0
2211
+
2212
+ ## 0.3.0
2213
+
2214
+ ### Minor Changes
2215
+
2216
+ - fe3ae4d: Remove \_\_ functions in storage and move to storage proxy to make sure init is called
2217
+
2218
+ ### Patch Changes
2219
+
2220
+ - b9122b0: fix: When using a third party exporter such as Langfuse we were not installing external deps imported from the telemetry config
2221
+ - 3527610: Fix multi slash imports during bundling
2222
+ - 7e92011: Include tools with deployment builds
2223
+ - 2538066: Fix memory thread creation from client SDK
2224
+ - 63fe16a: Support monorepo workspace packages with native bindings
2225
+ - 0f4eae3: Rename Container into RuntimeContext
2226
+ - 3f9d151: Add support for tsconfig paths in server-configuration
2227
+ - 735ead7: Add support for process.env.development
2228
+ - 16a8648: Disable swaggerUI, playground for production builds, mastra instance server build config to enable swaggerUI, apiReqLogs, openAPI documentation for prod builds
2229
+ - Updated dependencies [000a6d4]
2230
+ - Updated dependencies [08bb78e]
2231
+ - Updated dependencies [ed2f549]
2232
+ - Updated dependencies [7e92011]
2233
+ - Updated dependencies [9ee4293]
2234
+ - Updated dependencies [03f3cd0]
2235
+ - Updated dependencies [c0f22b4]
2236
+ - Updated dependencies [71d9444]
2237
+ - Updated dependencies [157c741]
2238
+ - Updated dependencies [8a8a73b]
2239
+ - Updated dependencies [0a033fa]
2240
+ - Updated dependencies [fe3ae4d]
2241
+ - Updated dependencies [9c26508]
2242
+ - Updated dependencies [0f4eae3]
2243
+ - Updated dependencies [1c0d2b7]
2244
+ - Updated dependencies [16a8648]
2245
+ - Updated dependencies [6f92295]
2246
+ - @mastra/core@0.9.0
2247
+ - @mastra/server@2.0.0
2248
+
2249
+ ## 0.3.0-alpha.9
2250
+
2251
+ ### Patch Changes
2252
+
2253
+ - b9122b0: fix: When using a third party exporter such as Langfuse we were not installing external deps imported from the telemetry config
2254
+ - 2538066: Fix memory thread creation from client SDK
2255
+ - 0f4eae3: Rename Container into RuntimeContext
2256
+ - 16a8648: Disable swaggerUI, playground for production builds, mastra instance server build config to enable swaggerUI, apiReqLogs, openAPI documentation for prod builds
2257
+ - Updated dependencies [000a6d4]
2258
+ - Updated dependencies [ed2f549]
2259
+ - Updated dependencies [c0f22b4]
2260
+ - Updated dependencies [0a033fa]
2261
+ - Updated dependencies [9c26508]
2262
+ - Updated dependencies [0f4eae3]
2263
+ - Updated dependencies [1c0d2b7]
2264
+ - Updated dependencies [16a8648]
2265
+ - @mastra/core@0.9.0-alpha.8
2266
+ - @mastra/server@2.0.0-alpha.8
2267
+
2268
+ ## 0.3.0-alpha.8
2269
+
2270
+ ### Patch Changes
2271
+
2272
+ - Updated dependencies [71d9444]
2273
+ - @mastra/core@0.9.0-alpha.7
2274
+ - @mastra/server@2.0.0-alpha.7
2275
+
2276
+ ## 0.3.0-alpha.7
2277
+
2278
+ ### Patch Changes
2279
+
2280
+ - 63fe16a: Support monorepo workspace packages with native bindings
2281
+ - 735ead7: Add support for process.env.development
2282
+ - Updated dependencies [157c741]
2283
+ - @mastra/core@0.9.0-alpha.6
2284
+ - @mastra/server@2.0.0-alpha.6
2285
+
2286
+ ## 0.3.0-alpha.6
2287
+
2288
+ ### Patch Changes
2289
+
2290
+ - 3f9d151: Add support for tsconfig paths in server-configuration
2291
+ - Updated dependencies [08bb78e]
2292
+ - @mastra/core@0.9.0-alpha.5
2293
+ - @mastra/server@2.0.0-alpha.5
2294
+
2295
+ ## 0.3.0-alpha.5
2296
+
2297
+ ### Patch Changes
2298
+
2299
+ - 7e92011: Include tools with deployment builds
2300
+ - Updated dependencies [7e92011]
2301
+ - @mastra/core@0.9.0-alpha.4
2302
+ - @mastra/server@2.0.0-alpha.4
2303
+
2304
+ ## 0.3.0-alpha.4
2305
+
2306
+ ### Minor Changes
2307
+
2308
+ - fe3ae4d: Remove \_\_ functions in storage and move to storage proxy to make sure init is called
2309
+
2310
+ ### Patch Changes
2311
+
2312
+ - Updated dependencies [fe3ae4d]
2313
+ - @mastra/server@2.0.0-alpha.3
2314
+ - @mastra/core@0.9.0-alpha.3
2315
+
2316
+ ## 0.2.10-alpha.3
2317
+
2318
+ ### Patch Changes
2319
+
2320
+ - Updated dependencies [9ee4293]
2321
+ - @mastra/core@0.8.4-alpha.2
2322
+ - @mastra/server@1.0.4-alpha.2
2323
+
2324
+ ## 0.2.10-alpha.2
2325
+
2326
+ ### Patch Changes
2327
+
2328
+ - 3527610: Fix multi slash imports during bundling
2329
+
2330
+ ## 0.2.10-alpha.1
2331
+
2332
+ ### Patch Changes
2333
+
2334
+ - Updated dependencies [8a8a73b]
2335
+ - Updated dependencies [6f92295]
2336
+ - @mastra/core@0.8.4-alpha.1
2337
+ - @mastra/server@1.0.4-alpha.1
2338
+
2339
+ ## 0.2.10-alpha.0
2340
+
2341
+ ### Patch Changes
2342
+
2343
+ - Updated dependencies [03f3cd0]
2344
+ - @mastra/core@0.8.4-alpha.0
2345
+ - @mastra/server@1.0.4-alpha.0
2346
+
2347
+ ## 0.2.9
2348
+
2349
+ ### Patch Changes
2350
+
2351
+ - 9f6f6dd: Fix container for tools execution api
2352
+ - 32e7b71: Add support for dependency injection
2353
+ - 37bb612: Add Elastic-2.0 licensing for packages
2354
+ - 1ebbfbf: Add 3 minutes timeout to deployer server
2355
+ - 67aff42: Fix netlify deployer missing @libsql/linux-x64-gnu bug
2356
+ - Updated dependencies [d72318f]
2357
+ - Updated dependencies [0bcc862]
2358
+ - Updated dependencies [10a8caf]
2359
+ - Updated dependencies [359b089]
2360
+ - Updated dependencies [9f6f6dd]
2361
+ - Updated dependencies [32e7b71]
2362
+ - Updated dependencies [37bb612]
2363
+ - Updated dependencies [7f1b291]
2364
+ - @mastra/core@0.8.3
2365
+ - @mastra/server@1.0.3
2366
+
2367
+ ## 0.2.9-alpha.7
2368
+
2369
+ ### Patch Changes
2370
+
2371
+ - Updated dependencies [d72318f]
2372
+ - @mastra/core@0.8.3-alpha.5
2373
+ - @mastra/server@1.0.3-alpha.6
2374
+
2375
+ ## 0.2.9-alpha.6
2376
+
2377
+ ### Patch Changes
2378
+
2379
+ - 67aff42: Fix netlify deployer missing @libsql/linux-x64-gnu bug
2380
+
2381
+ ## 0.2.9-alpha.5
2382
+
2383
+ ### Patch Changes
2384
+
2385
+ - 9f6f6dd: Fix container for tools execution api
2386
+ - Updated dependencies [9f6f6dd]
2387
+ - @mastra/server@1.0.3-alpha.5
2388
+
2389
+ ## 0.2.9-alpha.4
2390
+
2391
+ ### Patch Changes
2392
+
2393
+ - 1ebbfbf: Add 3 minutes timeout to deployer server
2394
+ - Updated dependencies [7f1b291]
2395
+ - @mastra/core@0.8.3-alpha.4
2396
+ - @mastra/server@1.0.3-alpha.4
2397
+
2398
+ ## 0.2.9-alpha.3
2399
+
2400
+ ### Patch Changes
2401
+
2402
+ - Updated dependencies [10a8caf]
2403
+ - @mastra/core@0.8.3-alpha.3
2404
+ - @mastra/server@1.0.3-alpha.3
2405
+
2406
+ ## 0.2.9-alpha.2
2407
+
2408
+ ### Patch Changes
2409
+
2410
+ - Updated dependencies [0bcc862]
2411
+ - @mastra/core@0.8.3-alpha.2
2412
+ - @mastra/server@1.0.3-alpha.2
2413
+
2414
+ ## 0.2.9-alpha.1
2415
+
2416
+ ### Patch Changes
2417
+
2418
+ - 32e7b71: Add support for dependency injection
2419
+ - 37bb612: Add Elastic-2.0 licensing for packages
2420
+ - Updated dependencies [32e7b71]
2421
+ - Updated dependencies [37bb612]
2422
+ - @mastra/server@1.0.3-alpha.1
2423
+ - @mastra/core@0.8.3-alpha.1
2424
+
2425
+ ## 0.2.9-alpha.0
2426
+
2427
+ ### Patch Changes
2428
+
2429
+ - Updated dependencies [359b089]
2430
+ - @mastra/core@0.8.3-alpha.0
2431
+ - @mastra/server@1.0.3-alpha.0
2432
+
2433
+ ## 0.2.8
2434
+
2435
+ ### Patch Changes
2436
+
2437
+ - ae6c5ce: Fix await loop inside mastra entrypoint
2438
+ - 94cd5c1: Fix yarn workspace isolation
2439
+ - Updated dependencies [a06aadc]
2440
+ - @mastra/core@0.8.2
2441
+ - @mastra/server@1.0.2
2442
+
2443
+ ## 0.2.8-alpha.1
2444
+
2445
+ ### Patch Changes
2446
+
2447
+ - 94cd5c1: Fix yarn workspace isolation
2448
+
2449
+ ## 0.2.8-alpha.0
2450
+
2451
+ ### Patch Changes
2452
+
2453
+ - ae6c5ce: Fix await loop inside mastra entrypoint
2454
+ - Updated dependencies [a06aadc]
2455
+ - @mastra/core@0.8.2-alpha.0
2456
+ - @mastra/server@1.0.2-alpha.0
2457
+
2458
+ ## 0.2.7
2459
+
2460
+ ### Patch Changes
2461
+
2462
+ - 8fdb414: Custom mastra server cors config
2463
+ - Updated dependencies [99e2998]
2464
+ - Updated dependencies [8fdb414]
2465
+ - @mastra/core@0.8.1
2466
+ - @mastra/server@1.0.1
2467
+
2468
+ ## 0.2.7-alpha.0
2469
+
2470
+ ### Patch Changes
2471
+
2472
+ - 8fdb414: Custom mastra server cors config
2473
+ - Updated dependencies [99e2998]
2474
+ - Updated dependencies [8fdb414]
2475
+ - @mastra/core@0.8.1-alpha.0
2476
+ - @mastra/server@1.0.1-alpha.0
2477
+
2478
+ ## 0.2.6
2479
+
2480
+ ### Patch Changes
2481
+
2482
+ - 2135c81: Alias @mastra/server in bundler
2483
+ - 05d58cc: fix: add 'x-mastra-client-type' to allowed headers in CORS configuration
2484
+ - 4c98129: Upgrade babel-core
2485
+ - 4c65a57: Add fastebmed as external
2486
+ - 84fe241: Decoupled handlers from hono
2487
+ - 88fa727: Added getWorkflowRuns for libsql, pg, clickhouse and upstash as well as added route getWorkflowRunsHandler
2488
+ - dfb0601: Add missing triggerData to the openapi.json for the POST /api/workflow/{workflowId}/start endpoint
2489
+ - 789bef3: Make runId optional for workflow startAsync api
2490
+ - a3f0e90: Update storage initialization to ensure tables are present
2491
+ - 6330967: Enable route timeout using server options
2492
+ - 8393832: Handle nested workflow view on workflow graph
2493
+ - 6330967: Add support for configuration of server port using Mastra instance
2494
+ - 84fe241: Improve streaming of workflows
2495
+ - 32ba03c: Make timeout 30s
2496
+ - 3c6ae54: Fix fastembed part of dependencies
2497
+ - febc8a6: Added dual tracing and fixed local tracing recursion
2498
+ - 0deb356: Fixed a bug where the hono body wasn't properly passed into stream+generate API handlers resulting in "cannot destructure property messages of body"
2499
+ - 8076ecf: Unify workflow watch/start response
2500
+ - 304397c: Add support for custom api routes in mastra
2501
+ - Updated dependencies [56c31b7]
2502
+ - Updated dependencies [619c39d]
2503
+ - Updated dependencies [5ae0180]
2504
+ - Updated dependencies [fe56be0]
2505
+ - Updated dependencies [93875ed]
2506
+ - Updated dependencies [107bcfe]
2507
+ - Updated dependencies [9bfa12b]
2508
+ - Updated dependencies [515ebfb]
2509
+ - Updated dependencies [5b4e19f]
2510
+ - Updated dependencies [dbbbf80]
2511
+ - Updated dependencies [a0967a0]
2512
+ - Updated dependencies [84fe241]
2513
+ - Updated dependencies [fca3b21]
2514
+ - Updated dependencies [88fa727]
2515
+ - Updated dependencies [f37f535]
2516
+ - Updated dependencies [789bef3]
2517
+ - Updated dependencies [a3f0e90]
2518
+ - Updated dependencies [4d67826]
2519
+ - Updated dependencies [6330967]
2520
+ - Updated dependencies [8393832]
2521
+ - Updated dependencies [6330967]
2522
+ - Updated dependencies [84fe241]
2523
+ - Updated dependencies [99d43b9]
2524
+ - Updated dependencies [d7e08e8]
2525
+ - Updated dependencies [febc8a6]
2526
+ - Updated dependencies [7599d77]
2527
+ - Updated dependencies [0118361]
2528
+ - Updated dependencies [619c39d]
2529
+ - Updated dependencies [cafae83]
2530
+ - Updated dependencies [8076ecf]
2531
+ - Updated dependencies [8df4a77]
2532
+ - Updated dependencies [304397c]
2533
+ - @mastra/core@0.8.0
2534
+ - @mastra/server@1.0.0
2535
+
2536
+ ## 0.2.6-alpha.10
2537
+
2538
+ ### Patch Changes
2539
+
2540
+ - 2135c81: Alias @mastra/server in bundler
2541
+ - Updated dependencies [8df4a77]
2542
+ - @mastra/core@0.8.0-alpha.8
2543
+ - @mastra/server@0.0.1-alpha.6
2544
+
2545
+ ## 0.2.6-alpha.9
2546
+
2547
+ ### Patch Changes
2548
+
2549
+ - 3c6ae54: Fix fastembed part of dependencies
2550
+ - febc8a6: Added dual tracing and fixed local tracing recursion
2551
+ - Updated dependencies [febc8a6]
2552
+ - @mastra/server@0.0.1-alpha.5
2553
+ - @mastra/core@0.8.0-alpha.7
2554
+
2555
+ ## 0.2.6-alpha.8
2556
+
2557
+ ### Patch Changes
2558
+
2559
+ - 4c65a57: Add fastebmed as external
2560
+ - a3f0e90: Update storage initialization to ensure tables are present
2561
+ - Updated dependencies [a3f0e90]
2562
+ - @mastra/server@0.0.1-alpha.4
2563
+ - @mastra/core@0.8.0-alpha.6
2564
+
2565
+ ## 0.2.6-alpha.7
2566
+
2567
+ ### Patch Changes
2568
+
2569
+ - Updated dependencies [93875ed]
2570
+ - @mastra/core@0.8.0-alpha.5
2571
+ - @mastra/server@0.0.1-alpha.3
2572
+
2573
+ ## 0.2.6-alpha.6
2574
+
2575
+ ### Patch Changes
2576
+
2577
+ - Updated dependencies [d7e08e8]
2578
+ - @mastra/core@0.8.0-alpha.4
2579
+ - @mastra/server@0.0.1-alpha.2
2580
+
2581
+ ## 0.2.6-alpha.5
2582
+
2583
+ ### Patch Changes
2584
+
2585
+ - 32ba03c: Make timeout 30s
2586
+
2587
+ ## 0.2.6-alpha.4
2588
+
2589
+ ### Patch Changes
2590
+
2591
+ - 88fa727: Added getWorkflowRuns for libsql, pg, clickhouse and upstash as well as added route getWorkflowRunsHandler
2592
+ - dfb0601: Add missing triggerData to the openapi.json for the POST /api/workflow/{workflowId}/start endpoint
2593
+ - 789bef3: Make runId optional for workflow startAsync api
2594
+ - 6330967: Enable route timeout using server options
2595
+ - 8393832: Handle nested workflow view on workflow graph
2596
+ - 6330967: Add support for configuration of server port using Mastra instance
2597
+ - Updated dependencies [5ae0180]
2598
+ - Updated dependencies [9bfa12b]
2599
+ - Updated dependencies [515ebfb]
2600
+ - Updated dependencies [88fa727]
2601
+ - Updated dependencies [f37f535]
2602
+ - Updated dependencies [789bef3]
2603
+ - Updated dependencies [4d67826]
2604
+ - Updated dependencies [6330967]
2605
+ - Updated dependencies [8393832]
2606
+ - Updated dependencies [6330967]
2607
+ - @mastra/core@0.8.0-alpha.3
2608
+ - @mastra/server@0.0.1-alpha.1
2609
+
2610
+ ## 0.2.6-alpha.3
2611
+
2612
+ ### Patch Changes
2613
+
2614
+ - 0deb356: Fixed a bug where the hono body wasn't properly passed into stream+generate API handlers resulting in "cannot destructure property messages of body"
2615
+
2616
+ ## 0.2.6-alpha.2
2617
+
2618
+ ### Patch Changes
2619
+
2620
+ - 4c98129: Upgrade babel-core
2621
+ - 84fe241: Decoupled handlers from hono
2622
+ - 84fe241: Improve streaming of workflows
2623
+ - Updated dependencies [56c31b7]
2624
+ - Updated dependencies [dbbbf80]
2625
+ - Updated dependencies [84fe241]
2626
+ - Updated dependencies [84fe241]
2627
+ - Updated dependencies [99d43b9]
2628
+ - @mastra/core@0.8.0-alpha.2
2629
+ - @mastra/server@0.0.1-alpha.0
2630
+
2631
+ ## 0.2.6-alpha.1
2632
+
2633
+ ### Patch Changes
2634
+
2635
+ - Updated dependencies [619c39d]
2636
+ - Updated dependencies [fe56be0]
2637
+ - Updated dependencies [a0967a0]
2638
+ - Updated dependencies [fca3b21]
2639
+ - Updated dependencies [0118361]
2640
+ - Updated dependencies [619c39d]
2641
+ - @mastra/core@0.8.0-alpha.1
2642
+
2643
+ ## 0.2.6-alpha.0
2644
+
2645
+ ### Patch Changes
2646
+
2647
+ - 05d58cc: fix: add 'x-mastra-client-type' to allowed headers in CORS configuration
2648
+ - 8076ecf: Unify workflow watch/start response
2649
+ - 304397c: Add support for custom api routes in mastra
2650
+ - Updated dependencies [107bcfe]
2651
+ - Updated dependencies [5b4e19f]
2652
+ - Updated dependencies [7599d77]
2653
+ - Updated dependencies [cafae83]
2654
+ - Updated dependencies [8076ecf]
2655
+ - Updated dependencies [304397c]
2656
+ - @mastra/core@0.7.1-alpha.0
2657
+
2658
+ ## 0.2.5
2659
+
2660
+ ### Patch Changes
2661
+
2662
+ - cdc0498: Fix process.versions.node.split in cloudflare deployer
2663
+ - 0b496ff: Load env vars on mastra deploy
2664
+ - Updated dependencies [b4fbc59]
2665
+ - Updated dependencies [a838fde]
2666
+ - Updated dependencies [a8bd4cf]
2667
+ - Updated dependencies [7a3eeb0]
2668
+ - Updated dependencies [0b54522]
2669
+ - Updated dependencies [b3b34f5]
2670
+ - Updated dependencies [1af25d5]
2671
+ - Updated dependencies [a4686e8]
2672
+ - Updated dependencies [6530ad1]
2673
+ - Updated dependencies [27439ad]
2674
+ - @mastra/core@0.7.0
2675
+
2676
+ ## 0.2.5-alpha.3
2677
+
2678
+ ### Patch Changes
2679
+
2680
+ - Updated dependencies [b3b34f5]
2681
+ - Updated dependencies [a4686e8]
2682
+ - @mastra/core@0.7.0-alpha.3
2683
+
2684
+ ## 0.2.5-alpha.2
2685
+
2686
+ ### Patch Changes
2687
+
2688
+ - Updated dependencies [a838fde]
2689
+ - Updated dependencies [a8bd4cf]
2690
+ - Updated dependencies [7a3eeb0]
2691
+ - Updated dependencies [6530ad1]
2692
+ - @mastra/core@0.7.0-alpha.2
2693
+
2694
+ ## 0.2.5-alpha.1
2695
+
2696
+ ### Patch Changes
2697
+
2698
+ - cdc0498: Fix process.versions.node.split in cloudflare deployer
2699
+ - 0b496ff: Load env vars on mastra deploy
2700
+ - Updated dependencies [0b54522]
2701
+ - Updated dependencies [1af25d5]
2702
+ - Updated dependencies [27439ad]
2703
+ - @mastra/core@0.7.0-alpha.1
2704
+
2705
+ ## 0.2.5-alpha.0
2706
+
2707
+ ### Patch Changes
2708
+
2709
+ - Updated dependencies [b4fbc59]
2710
+ - @mastra/core@0.6.5-alpha.0
2711
+
2712
+ ## 0.2.4
2713
+
2714
+ ### Patch Changes
2715
+
2716
+ - e764fd1: Fix telemetry when side-effects are added to the mastra file
2717
+ - 709aa2c: fix building externals
2718
+ - e764fd1: Fix deployer when side-effects are added to the mastra file
2719
+ - 05ef3e0: Support voice for mastra client
2720
+ - 95c5745: Fix symlink resolving and externals
2721
+ - 85a2461: Fix cloudflare deployer
2722
+ - Updated dependencies [6794797]
2723
+ - Updated dependencies [fb68a80]
2724
+ - Updated dependencies [b56a681]
2725
+ - Updated dependencies [248cb07]
2726
+ - @mastra/core@0.6.4
2727
+
2728
+ ## 0.2.4-alpha.1
2729
+
2730
+ ### Patch Changes
2731
+
2732
+ - 709aa2c: fix building externals
2733
+ - 85a2461: Fix cloudflare deployer
2734
+ - Updated dependencies [6794797]
2735
+ - @mastra/core@0.6.4-alpha.1
2736
+
2737
+ ## 0.2.4-alpha.0
2738
+
2739
+ ### Patch Changes
2740
+
2741
+ - e764fd1: Fix telemetry when side-effects are added to the mastra file
2742
+ - e764fd1: Fix deployer when side-effects are added to the mastra file
2743
+ - 05ef3e0: Support voice for mastra client
2744
+ - 95c5745: Fix symlink resolving and externals
2745
+ - Updated dependencies [fb68a80]
2746
+ - Updated dependencies [b56a681]
2747
+ - Updated dependencies [248cb07]
2748
+ - @mastra/core@0.6.4-alpha.0
2749
+
2750
+ ## 0.2.3
2751
+
2752
+ ### Patch Changes
2753
+
2754
+ - 404640e: AgentNetwork changeset
2755
+ - Updated dependencies [404640e]
2756
+ - Updated dependencies [3bce733]
2757
+ - @mastra/core@0.6.3
2758
+
2759
+ ## 0.2.3-alpha.1
2760
+
2761
+ ### Patch Changes
2762
+
2763
+ - Updated dependencies [3bce733]
2764
+ - @mastra/core@0.6.3-alpha.1
2765
+
2766
+ ## 0.2.3-alpha.0
2767
+
2768
+ ### Patch Changes
2769
+
2770
+ - 404640e: AgentNetwork changeset
2771
+ - Updated dependencies [404640e]
2772
+ - @mastra/core@0.6.3-alpha.0
2773
+
2774
+ ## 0.2.2
2775
+
2776
+ ### Patch Changes
2777
+
2778
+ - 4e6732b: Add support for tsconfig paths aliases
2779
+ - Updated dependencies [beaf1c2]
2780
+ - Updated dependencies [3084e13]
2781
+ - @mastra/core@0.6.2
2782
+
2783
+ ## 0.2.2-alpha.1
2784
+
2785
+ ### Patch Changes
2786
+
2787
+ - Updated dependencies [beaf1c2]
2788
+ - Updated dependencies [3084e13]
2789
+ - @mastra/core@0.6.2-alpha.0
2790
+
2791
+ ## 0.2.2-alpha.0
2792
+
2793
+ ### Patch Changes
2794
+
2795
+ - 4e6732b: Add support for tsconfig paths aliases
2796
+
2797
+ ## 0.2.1
2798
+
2799
+ ### Patch Changes
2800
+
2801
+ - cc7f392: Fix babel transformation in deployer
2802
+ - 0850b4c: Watch and resume per run
2803
+ - da8d9bb: Enable public dir copying if it exists
2804
+ - 9116d70: Handle the different workflow methods in workflow graph
2805
+ - 61ad5a4: Move esbuild plugin higher than commonjs for telemetry extraction
2806
+ - Updated dependencies [fc2f89c]
2807
+ - Updated dependencies [dfbb131]
2808
+ - Updated dependencies [f4854ee]
2809
+ - Updated dependencies [afaf73f]
2810
+ - Updated dependencies [0850b4c]
2811
+ - Updated dependencies [7bcfaee]
2812
+ - Updated dependencies [44631b1]
2813
+ - Updated dependencies [9116d70]
2814
+ - Updated dependencies [6e559a0]
2815
+ - Updated dependencies [5f43505]
2816
+ - @mastra/core@0.6.1
2817
+
2818
+ ## 0.2.1-alpha.2
2819
+
2820
+ ### Patch Changes
2821
+
2822
+ - cc7f392: Fix babel transformation in deployer
2823
+ - 0850b4c: Watch and resume per run
2824
+ - da8d9bb: Enable public dir copying if it exists
2825
+ - 9116d70: Handle the different workflow methods in workflow graph
2826
+ - Updated dependencies [fc2f89c]
2827
+ - Updated dependencies [dfbb131]
2828
+ - Updated dependencies [0850b4c]
2829
+ - Updated dependencies [9116d70]
2830
+ - @mastra/core@0.6.1-alpha.2
2831
+
2832
+ ## 0.2.1-alpha.1
2833
+
2834
+ ### Patch Changes
2835
+
2836
+ - 61ad5a4: Move esbuild plugin higher than commonjs for telemetry extraction
2837
+ - Updated dependencies [f4854ee]
2838
+ - Updated dependencies [afaf73f]
2839
+ - Updated dependencies [44631b1]
2840
+ - Updated dependencies [6e559a0]
2841
+ - Updated dependencies [5f43505]
2842
+ - @mastra/core@0.6.1-alpha.1
2843
+
2844
+ ## 0.2.1-alpha.0
2845
+
2846
+ ### Patch Changes
2847
+
2848
+ - Updated dependencies [7bcfaee]
2849
+ - @mastra/core@0.6.1-alpha.0
2850
+
2851
+ ## 0.2.0
2852
+
2853
+ ### Minor Changes
2854
+
2855
+ - 95b4144: Added server middleware to apply custom functionality in API endpoints like auth
2856
+
2857
+ ### Patch Changes
2858
+
2859
+ - Updated dependencies [16b98d9]
2860
+ - Updated dependencies [1c8cda4]
2861
+ - Updated dependencies [95b4144]
2862
+ - Updated dependencies [3729dbd]
2863
+ - Updated dependencies [c2144f4]
2864
+ - @mastra/core@0.6.0
2865
+
2866
+ ## 0.2.0-alpha.1
2867
+
2868
+ ### Minor Changes
2869
+
2870
+ - 95b4144: Added server middleware to apply custom functionality in API endpoints like auth
2871
+
2872
+ ### Patch Changes
2873
+
2874
+ - Updated dependencies [16b98d9]
2875
+ - Updated dependencies [1c8cda4]
2876
+ - Updated dependencies [95b4144]
2877
+ - Updated dependencies [c2144f4]
2878
+ - @mastra/core@0.6.0-alpha.1
2879
+
2880
+ ## 0.1.9-alpha.0
2881
+
2882
+ ### Patch Changes
2883
+
2884
+ - Updated dependencies [3729dbd]
2885
+ - @mastra/core@0.5.1-alpha.0
2886
+
2887
+ ## 0.1.8
2888
+
2889
+ ### Patch Changes
2890
+
2891
+ - 7a7a547: Fix telemetry getter in hono server
2892
+ - e9fbac5: Update Vercel tools to have id and update deployer
2893
+ - 8deb34c: Better workflow watch api + watch workflow by runId
2894
+ - c2dde91: Return full workflow details in api/workflows endpoint
2895
+ - 5d41958: Remove redundant mastra server agent stream, generate messages validation
2896
+ - 144b3d5: Update traces table UI, agent Chat UI
2897
+ Fix get workflows breaking
2898
+ - 03236ec: Added GRPC Exporter for Laminar and updated dodcs for Observability Providers
2899
+ - 731dd8a: Removed useless logging that showed up when user selected log drains tab on the playground
2900
+ - 0461849: Fixed a bug where mastra.db file location was inconsistently created when running mastra dev vs running a file directly (tsx src/index.ts for ex)
2901
+ - fd4a1d7: Update cjs bundling to make sure files are split
2902
+ - 960690d: return runId from server on workflow watch
2903
+ - Updated dependencies [a910463]
2904
+ - Updated dependencies [59df7b6]
2905
+ - Updated dependencies [22643eb]
2906
+ - Updated dependencies [6feb23f]
2907
+ - Updated dependencies [f2d6727]
2908
+ - Updated dependencies [7a7a547]
2909
+ - Updated dependencies [29f3a82]
2910
+ - Updated dependencies [3d0e290]
2911
+ - Updated dependencies [e9fbac5]
2912
+ - Updated dependencies [301e4ee]
2913
+ - Updated dependencies [ee667a2]
2914
+ - Updated dependencies [dfbe4e9]
2915
+ - Updated dependencies [dab255b]
2916
+ - Updated dependencies [1e8bcbc]
2917
+ - Updated dependencies [f6678e4]
2918
+ - Updated dependencies [9e81f35]
2919
+ - Updated dependencies [c93798b]
2920
+ - Updated dependencies [a85ab24]
2921
+ - Updated dependencies [dbd9f2d]
2922
+ - Updated dependencies [59df7b6]
2923
+ - Updated dependencies [caefaa2]
2924
+ - Updated dependencies [c151ae6]
2925
+ - Updated dependencies [52e0418]
2926
+ - Updated dependencies [d79aedf]
2927
+ - Updated dependencies [03236ec]
2928
+ - Updated dependencies [3764e71]
2929
+ - Updated dependencies [df982db]
2930
+ - Updated dependencies [a171b37]
2931
+ - Updated dependencies [506f1d5]
2932
+ - Updated dependencies [02ffb7b]
2933
+ - Updated dependencies [0461849]
2934
+ - Updated dependencies [2259379]
2935
+ - Updated dependencies [aeb5e36]
2936
+ - Updated dependencies [f2301de]
2937
+ - Updated dependencies [358f069]
2938
+ - Updated dependencies [fd4a1d7]
2939
+ - Updated dependencies [c139344]
2940
+ - @mastra/core@0.5.0
2941
+
2942
+ ## 0.1.8-alpha.12
2943
+
2944
+ ### Patch Changes
2945
+
2946
+ - Updated dependencies [a85ab24]
2947
+ - @mastra/core@0.5.0-alpha.12
2948
+
2949
+ ## 0.1.8-alpha.11
2950
+
2951
+ ### Patch Changes
2952
+
2953
+ - 7a7a547: Fix telemetry getter in hono server
2954
+ - 8deb34c: Better workflow watch api + watch workflow by runId
2955
+ - 5d41958: Remove redundant mastra server agent stream, generate messages validation
2956
+ - fd4a1d7: Update cjs bundling to make sure files are split
2957
+ - Updated dependencies [7a7a547]
2958
+ - Updated dependencies [c93798b]
2959
+ - Updated dependencies [dbd9f2d]
2960
+ - Updated dependencies [a171b37]
2961
+ - Updated dependencies [fd4a1d7]
2962
+ - @mastra/core@0.5.0-alpha.11
2963
+
2964
+ ## 0.1.8-alpha.10
2965
+
2966
+ ### Patch Changes
2967
+
2968
+ - Updated dependencies [a910463]
2969
+ - @mastra/core@0.5.0-alpha.10
2970
+
2971
+ ## 0.1.8-alpha.9
2972
+
2973
+ ### Patch Changes
2974
+
2975
+ - e9fbac5: Update Vercel tools to have id and update deployer
2976
+ - Updated dependencies [e9fbac5]
2977
+ - Updated dependencies [1e8bcbc]
2978
+ - Updated dependencies [aeb5e36]
2979
+ - Updated dependencies [f2301de]
2980
+ - @mastra/core@0.5.0-alpha.9
2981
+
2982
+ ## 0.1.8-alpha.8
2983
+
2984
+ ### Patch Changes
2985
+
2986
+ - Updated dependencies [506f1d5]
2987
+ - @mastra/core@0.5.0-alpha.8
2988
+
2989
+ ## 0.1.8-alpha.7
2990
+
2991
+ ### Patch Changes
2992
+
2993
+ - Updated dependencies [ee667a2]
2994
+ - @mastra/core@0.5.0-alpha.7
2995
+
2996
+ ## 0.1.8-alpha.6
2997
+
2998
+ ### Patch Changes
2999
+
3000
+ - Updated dependencies [f6678e4]
3001
+ - @mastra/core@0.5.0-alpha.6
3002
+
3003
+ ## 0.1.8-alpha.5
3004
+
3005
+ ### Patch Changes
3006
+
3007
+ - 03236ec: Added GRPC Exporter for Laminar and updated dodcs for Observability Providers
3008
+ - 0461849: Fixed a bug where mastra.db file location was inconsistently created when running mastra dev vs running a file directly (tsx src/index.ts for ex)
3009
+ - Updated dependencies [22643eb]
3010
+ - Updated dependencies [6feb23f]
3011
+ - Updated dependencies [f2d6727]
3012
+ - Updated dependencies [301e4ee]
3013
+ - Updated dependencies [dfbe4e9]
3014
+ - Updated dependencies [9e81f35]
3015
+ - Updated dependencies [caefaa2]
3016
+ - Updated dependencies [c151ae6]
3017
+ - Updated dependencies [52e0418]
3018
+ - Updated dependencies [03236ec]
3019
+ - Updated dependencies [3764e71]
3020
+ - Updated dependencies [df982db]
3021
+ - Updated dependencies [0461849]
3022
+ - Updated dependencies [2259379]
3023
+ - Updated dependencies [358f069]
3024
+ - @mastra/core@0.5.0-alpha.5
3025
+
3026
+ ## 0.1.8-alpha.4
3027
+
3028
+ ### Patch Changes
3029
+
3030
+ - 144b3d5: Update traces table UI, agent Chat UI
3031
+ Fix get workflows breaking
3032
+ - Updated dependencies [d79aedf]
3033
+ - @mastra/core@0.5.0-alpha.4
3034
+
3035
+ ## 0.1.8-alpha.3
3036
+
3037
+ ### Patch Changes
3038
+
3039
+ - Updated dependencies [3d0e290]
3040
+ - @mastra/core@0.5.0-alpha.3
3041
+
3042
+ ## 0.1.8-alpha.2
3043
+
3044
+ ### Patch Changes
3045
+
3046
+ - Updated dependencies [02ffb7b]
3047
+ - @mastra/core@0.5.0-alpha.2
3048
+
3049
+ ## 0.1.8-alpha.1
3050
+
3051
+ ### Patch Changes
3052
+
3053
+ - Updated dependencies [dab255b]
3054
+ - @mastra/core@0.5.0-alpha.1
3055
+
3056
+ ## 0.1.8-alpha.0
3057
+
3058
+ ### Patch Changes
3059
+
3060
+ - c2dde91: Return full workflow details in api/workflows endpoint
3061
+ - 731dd8a: Removed useless logging that showed up when user selected log drains tab on the playground
3062
+ - 960690d: return runId from server on workflow watch
3063
+ - Updated dependencies [59df7b6]
3064
+ - Updated dependencies [29f3a82]
3065
+ - Updated dependencies [59df7b6]
3066
+ - Updated dependencies [c139344]
3067
+ - @mastra/core@0.5.0-alpha.0
3068
+
3069
+ ## 0.1.7
3070
+
3071
+ ### Patch Changes
3072
+
3073
+ - 30a4c29: fix mastra build errors related to esbuild not removing types
3074
+ - e1e2705: Added --ignore-workspace when installing dependencies in mastra build with pnpm package manager
3075
+ - Updated dependencies [1da20e7]
3076
+ - @mastra/core@0.4.4
3077
+
3078
+ ## 0.1.7-alpha.0
3079
+
3080
+ ### Patch Changes
3081
+
3082
+ - 30a4c29: fix mastra build errors related to esbuild not removing types
3083
+ - e1e2705: Added --ignore-workspace when installing dependencies in mastra build with pnpm package manager
3084
+ - Updated dependencies [1da20e7]
3085
+ - @mastra/core@0.4.4-alpha.0
3086
+
3087
+ ## 0.1.6
3088
+
3089
+ ### Patch Changes
3090
+
3091
+ - 80cdd76: Add hono routes for agent voice methods speakers, speak and listen
3092
+ - 0fd78ac: Update vector store functions to use object params
3093
+ - 0d25b75: Add all agent stream,generate option to cliend-js sdk
3094
+ - bb4f447: Add support for commonjs
3095
+ - Updated dependencies [0d185b1]
3096
+ - Updated dependencies [ed55f1d]
3097
+ - Updated dependencies [06aa827]
3098
+ - Updated dependencies [0fd78ac]
3099
+ - Updated dependencies [2512a93]
3100
+ - Updated dependencies [e62de74]
3101
+ - Updated dependencies [0d25b75]
3102
+ - Updated dependencies [fd14a3f]
3103
+ - Updated dependencies [8d13b14]
3104
+ - Updated dependencies [3f369a2]
3105
+ - Updated dependencies [3ee4831]
3106
+ - Updated dependencies [4d4e1e1]
3107
+ - Updated dependencies [bb4f447]
3108
+ - Updated dependencies [108793c]
3109
+ - Updated dependencies [5f28f44]
3110
+ - Updated dependencies [dabecf4]
3111
+ - @mastra/core@0.4.3
3112
+
3113
+ ## 0.1.6-alpha.4
3114
+
3115
+ ### Patch Changes
3116
+
3117
+ - Updated dependencies [dabecf4]
3118
+ - @mastra/core@0.4.3-alpha.4
3119
+
3120
+ ## 0.1.6-alpha.3
3121
+
3122
+ ### Patch Changes
3123
+
3124
+ - 0fd78ac: Update vector store functions to use object params
3125
+ - 0d25b75: Add all agent stream,generate option to cliend-js sdk
3126
+ - bb4f447: Add support for commonjs
3127
+ - Updated dependencies [0fd78ac]
3128
+ - Updated dependencies [0d25b75]
3129
+ - Updated dependencies [fd14a3f]
3130
+ - Updated dependencies [3f369a2]
3131
+ - Updated dependencies [4d4e1e1]
3132
+ - Updated dependencies [bb4f447]
3133
+ - @mastra/core@0.4.3-alpha.3
3134
+
3135
+ ## 0.1.6-alpha.2
3136
+
3137
+ ### Patch Changes
3138
+
3139
+ - Updated dependencies [2512a93]
3140
+ - Updated dependencies [e62de74]
3141
+ - @mastra/core@0.4.3-alpha.2
3142
+
3143
+ ## 0.1.6-alpha.1
3144
+
3145
+ ### Patch Changes
3146
+
3147
+ - 80cdd76: Add hono routes for agent voice methods speakers, speak and listen
3148
+ - Updated dependencies [0d185b1]
3149
+ - Updated dependencies [ed55f1d]
3150
+ - Updated dependencies [8d13b14]
3151
+ - Updated dependencies [3ee4831]
3152
+ - Updated dependencies [108793c]
3153
+ - Updated dependencies [5f28f44]
3154
+ - @mastra/core@0.4.3-alpha.1
3155
+
3156
+ ## 0.1.6-alpha.0
3157
+
3158
+ ### Patch Changes
3159
+
3160
+ - Updated dependencies [06aa827]
3161
+ - @mastra/core@0.4.3-alpha.0
3162
+
3163
+ ## 0.1.5
3164
+
3165
+ ### Patch Changes
3166
+
3167
+ - e4ee56c: Enable \* imports in analyze bundle
3168
+ - 2d68431: Fix mastra server error processing
3169
+ - e752340: Move storage/vector libSQL to own files so they do not get imported when not using bundlers.
3170
+ - Updated dependencies [7fceae1]
3171
+ - Updated dependencies [8d94c3e]
3172
+ - Updated dependencies [99dcdb5]
3173
+ - Updated dependencies [6cb63e0]
3174
+ - Updated dependencies [f626fbb]
3175
+ - Updated dependencies [e752340]
3176
+ - Updated dependencies [eb91535]
3177
+ - @mastra/core@0.4.2
3178
+
3179
+ ## 0.1.5-alpha.3
3180
+
3181
+ ### Patch Changes
3182
+
3183
+ - e752340: Move storage/vector libSQL to own files so they do not get imported when not using bundlers.
3184
+ - Updated dependencies [8d94c3e]
3185
+ - Updated dependencies [99dcdb5]
3186
+ - Updated dependencies [e752340]
3187
+ - Updated dependencies [eb91535]
3188
+ - @mastra/core@0.4.2-alpha.2
3189
+
3190
+ ## 0.1.5-alpha.2
3191
+
3192
+ ### Patch Changes
3193
+
3194
+ - Updated dependencies [6cb63e0]
3195
+ - @mastra/core@0.4.2-alpha.1
3196
+
3197
+ ## 0.1.5-alpha.1
3198
+
3199
+ ### Patch Changes
3200
+
3201
+ - 2d68431: Fix mastra server error processing
3202
+
3203
+ ## 0.1.5-alpha.0
3204
+
3205
+ ### Patch Changes
3206
+
3207
+ - e4ee56c: Enable \* imports in analyze bundle
3208
+ - Updated dependencies [7fceae1]
3209
+ - Updated dependencies [f626fbb]
3210
+ - @mastra/core@0.4.2-alpha.0
3211
+
3212
+ ## 0.1.4
3213
+
3214
+ ### Patch Changes
3215
+
3216
+ - 967da43: Logger, transport fixes
3217
+ - Updated dependencies [ce44b9b]
3218
+ - Updated dependencies [967da43]
3219
+ - Updated dependencies [b405f08]
3220
+ - @mastra/core@0.4.1
3221
+
3222
+ ## 0.1.3
3223
+
3224
+ ### Patch Changes
3225
+
3226
+ - 5297264: Fix build errors by changing contracts
3227
+ - Updated dependencies [2fc618f]
3228
+ - Updated dependencies [fe0fd01]
3229
+ - @mastra/core@0.4.0
3230
+
3231
+ ## 0.1.3-alpha.1
3232
+
3233
+ ### Patch Changes
3234
+
3235
+ - Updated dependencies [fe0fd01]
3236
+ - @mastra/core@0.4.0-alpha.1
3237
+
3238
+ ## 0.1.3-alpha.0
3239
+
3240
+ ### Patch Changes
3241
+
3242
+ - 5297264: Fix build errors by changing contracts
3243
+ - Updated dependencies [2fc618f]
3244
+ - @mastra/core@0.4.0-alpha.0
3245
+
3246
+ ## 0.1.2
3247
+
3248
+ ### Patch Changes
3249
+
3250
+ - Updated dependencies [f205ede]
3251
+ - @mastra/core@0.3.0
3252
+
3253
+ ## 0.1.1
3254
+
3255
+ ### Patch Changes
3256
+
3257
+ - 936dc26: Add mastra server endpoints for watch/resume + plug watch and resume functionality to dev playground
3258
+ - 91ef439: Add eslint and ran autofix
3259
+ - aac1667: Improve treeshaking of core and output
3260
+ - Updated dependencies [d59f1a8]
3261
+ - Updated dependencies [91ef439]
3262
+ - Updated dependencies [4a25be4]
3263
+ - Updated dependencies [bf2e88f]
3264
+ - Updated dependencies [2f0d707]
3265
+ - Updated dependencies [aac1667]
3266
+ - @mastra/core@0.2.1
3267
+
3268
+ ## 0.1.1-alpha.0
3269
+
3270
+ ### Patch Changes
3271
+
3272
+ - 936dc26: Add mastra server endpoints for watch/resume + plug watch and resume functionality to dev playground
3273
+ - 91ef439: Add eslint and ran autofix
3274
+ - aac1667: Improve treeshaking of core and output
3275
+ - Updated dependencies [d59f1a8]
3276
+ - Updated dependencies [91ef439]
3277
+ - Updated dependencies [4a25be4]
3278
+ - Updated dependencies [bf2e88f]
3279
+ - Updated dependencies [2f0d707]
3280
+ - Updated dependencies [aac1667]
3281
+ - @mastra/core@0.2.1-alpha.0
3282
+
3283
+ ## 0.1.0
3284
+
3285
+ ### Minor Changes
3286
+
3287
+ - 4d4f6b6: Update deployer
3288
+ - 5916f9d: Update deps from fixed to ^
3289
+ - 8b416d9: Breaking changes
3290
+
3291
+ ### Patch Changes
3292
+
3293
+ - 2ab57d6: Fix: Workflows require a trigger schema otherwise it fails to run in dev
3294
+ - a1774e7: Improve bundling
3295
+ - 291fe57: mastra openapi, swagger ui, dynamic servers
3296
+ - e4d4ede: Better setLogger()
3297
+ - 73d112c: Core and deployer fixes
3298
+ - 9d1796d: Fix storage and eval serialization on api
3299
+ - e27fe69: Add dir to deployer
3300
+ - 246f06c: Fix import \* from telemetry package
3301
+ - ac8c61a: Mastra server vector operations
3302
+ - 82a6d53: better create-mastra tsconfig, better error for mastra server agent stream
3303
+ - bdaf834: publish packages
3304
+ - 7d83b92: Create default storage and move evals towards it
3305
+ - 8fa48b9: Add an API to enhance agent instructions
3306
+ - 685108a: Remove syncs and excess rag
3307
+ - 5fdc87c: Update evals storage in attachListeners
3308
+ - ae7bf94: Fix loggers messing up deploys
3309
+ - b97ca96: Tracing into default storage
3310
+ - ad2cd74: Deploy fix
3311
+ - 7babd5c: CLI build and other
3312
+ - a9b5ddf: Publish new versions
3313
+ - 9066f95: CF deployer fixes
3314
+ - 4139b43: Deployer utils
3315
+ - ab01c53: Fix mastra server agent streamObject
3316
+ - 1944807: Unified logger and major step in better logs
3317
+ - 8aec8b7: Normalize imports to package name and dedupe while writing package.json after mastra build
3318
+ - 685108a: Removing mastra syncs
3319
+ - 382f4dc: move telemetry init to instrumentation.mjs file in build directory
3320
+ - 7892533: Updated test evals to use Mastra Storage
3321
+ - 9c10484: update all packages
3322
+ - 88f18d7: Update cors support
3323
+ - 70dabd9: Fix broken publish
3324
+ - 1a41fbf: Fix playground workflow triggerData on execution
3325
+ - 391d5ea: Add @opentelemetry/instrumentation to pkg json of build artifcat
3326
+ - 8329f1a: Add debug env
3327
+ - e6d8055: Added Mastra Storage to add and query live evals
3328
+ - a18e96c: Array schemas for dev tool playground
3329
+ - 5950de5: Added update instructions API
3330
+ - b425845: Logger and execa logs
3331
+ - 0696eeb: Cleanup Mastra server
3332
+ - 6780223: fix workflow runId not unique per execution in dev
3333
+ - a8a459a: Updated Evals table UI
3334
+ - 0b96376: fix pino of being null
3335
+ - cfb966f: Deprecate @mastra/tts for mastra speech providers
3336
+ - 9625602: Use mastra core splitted bundles in other packages
3337
+ - 72d1990: Updated evals table schema
3338
+ - a291824: Deployer fixes
3339
+ - 8ea426a: Fix patch
3340
+ - c5f2d50: Split deployer package
3341
+ - 7064554: deployer fixes
3342
+ - 72c280b: Fixes
3343
+ - b80ea8d: Fix bundling of server
3344
+ - 42a2e69: Fix playground error parsing
3345
+ - 28dceab: Catch apiKey error in dev
3346
+ - a5604c4: Deployer initial
3347
+ - 38b7f66: Update deployer logic
3348
+ - b9c7047: Move to non deprecated table name for eval insertion
3349
+ - 4a328af: Set request limit to 4.5MB
3350
+ - 9ade36e: Changed measure for evals, added endpoints, attached metrics to agent, added ui for evals in playground, and updated docs
3351
+ - d9c8dd0: Logger changes for default transports
3352
+ - 9fb59d6: changeset
3353
+ - f1e3105: Now that memory can be added to an agent, the playground needs to look up memory on the agent, not on mastra. Now the playground looks up on the agent to properly access memory
3354
+ - ae7bf94: Changeset
3355
+ - 4f1d1a1: Enforce types ann cleanup package.json
3356
+ - Updated dependencies [f537e33]
3357
+ - Updated dependencies [6f2c0f5]
3358
+ - Updated dependencies [e4d4ede]
3359
+ - Updated dependencies [0be7181]
3360
+ - Updated dependencies [dd6d87f]
3361
+ - Updated dependencies [9029796]
3362
+ - Updated dependencies [6fa4bd2]
3363
+ - Updated dependencies [f031a1f]
3364
+ - Updated dependencies [8151f44]
3365
+ - Updated dependencies [d7d465a]
3366
+ - Updated dependencies [4d4f6b6]
3367
+ - Updated dependencies [73d112c]
3368
+ - Updated dependencies [592e3cf]
3369
+ - Updated dependencies [9d1796d]
3370
+ - Updated dependencies [e897f1c]
3371
+ - Updated dependencies [4a54c82]
3372
+ - Updated dependencies [3967e69]
3373
+ - Updated dependencies [8ae2bbc]
3374
+ - Updated dependencies [e9d1b47]
3375
+ - Updated dependencies [016493a]
3376
+ - Updated dependencies [bc40916]
3377
+ - Updated dependencies [93a3719]
3378
+ - Updated dependencies [7d83b92]
3379
+ - Updated dependencies [9fb3039]
3380
+ - Updated dependencies [d5e12de]
3381
+ - Updated dependencies [e1dd94a]
3382
+ - Updated dependencies [07c069d]
3383
+ - Updated dependencies [5cdfb88]
3384
+ - Updated dependencies [837a288]
3385
+ - Updated dependencies [685108a]
3386
+ - Updated dependencies [c8ff2f5]
3387
+ - Updated dependencies [5fdc87c]
3388
+ - Updated dependencies [ae7bf94]
3389
+ - Updated dependencies [8e7814f]
3390
+ - Updated dependencies [66a03ec]
3391
+ - Updated dependencies [7d87a15]
3392
+ - Updated dependencies [b97ca96]
3393
+ - Updated dependencies [23dcb23]
3394
+ - Updated dependencies [033eda6]
3395
+ - Updated dependencies [8105fae]
3396
+ - Updated dependencies [e097800]
3397
+ - Updated dependencies [1944807]
3398
+ - Updated dependencies [30322ce]
3399
+ - Updated dependencies [1874f40]
3400
+ - Updated dependencies [685108a]
3401
+ - Updated dependencies [f7d1131]
3402
+ - Updated dependencies [79acad0]
3403
+ - Updated dependencies [7a19083]
3404
+ - Updated dependencies [382f4dc]
3405
+ - Updated dependencies [1ebd071]
3406
+ - Updated dependencies [0b74006]
3407
+ - Updated dependencies [2f17a5f]
3408
+ - Updated dependencies [f368477]
3409
+ - Updated dependencies [7892533]
3410
+ - Updated dependencies [9c10484]
3411
+ - Updated dependencies [b726bf5]
3412
+ - Updated dependencies [70dabd9]
3413
+ - Updated dependencies [21fe536]
3414
+ - Updated dependencies [176bc42]
3415
+ - Updated dependencies [401a4d9]
3416
+ - Updated dependencies [2e099d2]
3417
+ - Updated dependencies [0b826f6]
3418
+ - Updated dependencies [d68b532]
3419
+ - Updated dependencies [75bf3f0]
3420
+ - Updated dependencies [e6d8055]
3421
+ - Updated dependencies [e2e76de]
3422
+ - Updated dependencies [ccbc581]
3423
+ - Updated dependencies [5950de5]
3424
+ - Updated dependencies [fe3dcb0]
3425
+ - Updated dependencies [78eec7c]
3426
+ - Updated dependencies [a8a459a]
3427
+ - Updated dependencies [0be7181]
3428
+ - Updated dependencies [7b87567]
3429
+ - Updated dependencies [b524c22]
3430
+ - Updated dependencies [d7d465a]
3431
+ - Updated dependencies [df843d3]
3432
+ - Updated dependencies [4534e77]
3433
+ - Updated dependencies [d6d8159]
3434
+ - Updated dependencies [0bd142c]
3435
+ - Updated dependencies [9625602]
3436
+ - Updated dependencies [72d1990]
3437
+ - Updated dependencies [f6ba259]
3438
+ - Updated dependencies [2712098]
3439
+ - Updated dependencies [eedb829]
3440
+ - Updated dependencies [5285356]
3441
+ - Updated dependencies [74b3078]
3442
+ - Updated dependencies [cb290ee]
3443
+ - Updated dependencies [b4d7416]
3444
+ - Updated dependencies [e608d8c]
3445
+ - Updated dependencies [06b2c0a]
3446
+ - Updated dependencies [002d6d8]
3447
+ - Updated dependencies [e448a26]
3448
+ - Updated dependencies [8b416d9]
3449
+ - Updated dependencies [fd494a3]
3450
+ - Updated dependencies [dc90663]
3451
+ - Updated dependencies [c872875]
3452
+ - Updated dependencies [3c4488b]
3453
+ - Updated dependencies [a7b016d]
3454
+ - Updated dependencies [fd75f3c]
3455
+ - Updated dependencies [7f24c29]
3456
+ - Updated dependencies [2017553]
3457
+ - Updated dependencies [a10b7a3]
3458
+ - Updated dependencies [cf6d825]
3459
+ - Updated dependencies [963c15a]
3460
+ - Updated dependencies [7365b6c]
3461
+ - Updated dependencies [5ee67d3]
3462
+ - Updated dependencies [d38f7a6]
3463
+ - Updated dependencies [38b7f66]
3464
+ - Updated dependencies [2fa7f53]
3465
+ - Updated dependencies [1420ae2]
3466
+ - Updated dependencies [f6da688]
3467
+ - Updated dependencies [3700be1]
3468
+ - Updated dependencies [9ade36e]
3469
+ - Updated dependencies [10870bc]
3470
+ - Updated dependencies [2b01511]
3471
+ - Updated dependencies [a870123]
3472
+ - Updated dependencies [ccf115c]
3473
+ - Updated dependencies [04434b6]
3474
+ - Updated dependencies [5811de6]
3475
+ - Updated dependencies [9f3ab05]
3476
+ - Updated dependencies [66a5392]
3477
+ - Updated dependencies [4b1ce2c]
3478
+ - Updated dependencies [14064f2]
3479
+ - Updated dependencies [f5dfa20]
3480
+ - Updated dependencies [327ece7]
3481
+ - Updated dependencies [da2e8d3]
3482
+ - Updated dependencies [95a4697]
3483
+ - Updated dependencies [d5fccfb]
3484
+ - Updated dependencies [3427b95]
3485
+ - Updated dependencies [538a136]
3486
+ - Updated dependencies [e66643a]
3487
+ - Updated dependencies [b5393f1]
3488
+ - Updated dependencies [d2cd535]
3489
+ - Updated dependencies [c2dd6b5]
3490
+ - Updated dependencies [67637ba]
3491
+ - Updated dependencies [836f4e3]
3492
+ - Updated dependencies [5ee2e78]
3493
+ - Updated dependencies [cd02c56]
3494
+ - Updated dependencies [01502b0]
3495
+ - Updated dependencies [16e5b04]
3496
+ - Updated dependencies [d9c8dd0]
3497
+ - Updated dependencies [9fb59d6]
3498
+ - Updated dependencies [a9345f9]
3499
+ - Updated dependencies [99f1847]
3500
+ - Updated dependencies [04f3171]
3501
+ - Updated dependencies [8769a62]
3502
+ - Updated dependencies [d5ec619]
3503
+ - Updated dependencies [27275c9]
3504
+ - Updated dependencies [ae7bf94]
3505
+ - Updated dependencies [4f1d1a1]
3506
+ - Updated dependencies [ee4de15]
3507
+ - Updated dependencies [202d404]
3508
+ - Updated dependencies [a221426]
3509
+ - @mastra/core@0.2.0
3510
+
3511
+ ## 0.1.0-alpha.63
3512
+
3513
+ ### Patch Changes
3514
+
3515
+ - 391d5ea: Add @opentelemetry/instrumentation to pkg json of build artifcat
3516
+
3517
+ ## 0.1.0-alpha.62
3518
+
3519
+ ### Patch Changes
3520
+
3521
+ - 382f4dc: move telemetry init to instrumentation.mjs file in build directory
3522
+ - Updated dependencies [016493a]
3523
+ - Updated dependencies [382f4dc]
3524
+ - Updated dependencies [176bc42]
3525
+ - Updated dependencies [d68b532]
3526
+ - Updated dependencies [fe3dcb0]
3527
+ - Updated dependencies [e448a26]
3528
+ - Updated dependencies [fd75f3c]
3529
+ - Updated dependencies [ccf115c]
3530
+ - Updated dependencies [a221426]
3531
+ - @mastra/core@0.2.0-alpha.110
3532
+
3533
+ ## 0.1.0-alpha.61
3534
+
3535
+ ### Patch Changes
3536
+
3537
+ - b9c7047: Move to non deprecated table name for eval insertion
3538
+
3539
+ ## 0.1.0-alpha.60
3540
+
3541
+ ### Patch Changes
3542
+
3543
+ - Updated dependencies [d5fccfb]
3544
+ - @mastra/core@0.2.0-alpha.109
3545
+
3546
+ ## 0.1.0-alpha.59
3547
+
3548
+ ### Patch Changes
3549
+
3550
+ - Updated dependencies [5ee67d3]
3551
+ - Updated dependencies [95a4697]
3552
+ - @mastra/core@0.2.0-alpha.108
3553
+
3554
+ ## 0.1.0-alpha.58
3555
+
3556
+ ### Patch Changes
3557
+
3558
+ - 8fa48b9: Add an API to enhance agent instructions
3559
+ - Updated dependencies [66a5392]
3560
+ - @mastra/core@0.2.0-alpha.107
3561
+
3562
+ ## 0.1.0-alpha.57
3563
+
3564
+ ### Patch Changes
3565
+
3566
+ - a8a459a: Updated Evals table UI
3567
+ - 4a328af: Set request limit to 4.5MB
3568
+ - Updated dependencies [6f2c0f5]
3569
+ - Updated dependencies [a8a459a]
3570
+ - @mastra/core@0.2.0-alpha.106
3571
+
3572
+ ## 0.1.0-alpha.56
3573
+
3574
+ ### Patch Changes
3575
+
3576
+ - 246f06c: Fix import \* from telemetry package
3577
+
3578
+ ## 0.1.0-alpha.55
3579
+
3580
+ ### Patch Changes
3581
+
3582
+ - Updated dependencies [1420ae2]
3583
+ - Updated dependencies [99f1847]
3584
+ - @mastra/core@0.2.0-alpha.105
3585
+
3586
+ ## 0.1.0-alpha.54
3587
+
3588
+ ### Patch Changes
3589
+
3590
+ - 5fdc87c: Update evals storage in attachListeners
3591
+ - b97ca96: Tracing into default storage
3592
+ - 6780223: fix workflow runId not unique per execution in dev
3593
+ - 72d1990: Updated evals table schema
3594
+ - Updated dependencies [5fdc87c]
3595
+ - Updated dependencies [b97ca96]
3596
+ - Updated dependencies [72d1990]
3597
+ - Updated dependencies [cf6d825]
3598
+ - Updated dependencies [10870bc]
3599
+ - @mastra/core@0.2.0-alpha.104
3600
+
3601
+ ## 0.1.0-alpha.53
3602
+
3603
+ ### Patch Changes
3604
+
3605
+ - Updated dependencies [4534e77]
3606
+ - @mastra/core@0.2.0-alpha.103
3607
+
3608
+ ## 0.1.0-alpha.52
3609
+
3610
+ ### Patch Changes
3611
+
3612
+ - Updated dependencies [a9345f9]
3613
+ - @mastra/core@0.2.0-alpha.102
3614
+
3615
+ ## 0.1.0-alpha.51
3616
+
3617
+ ### Patch Changes
3618
+
3619
+ - 4f1d1a1: Enforce types ann cleanup package.json
3620
+ - Updated dependencies [66a03ec]
3621
+ - Updated dependencies [4f1d1a1]
3622
+ - @mastra/core@0.2.0-alpha.101
3623
+
3624
+ ## 0.1.0-alpha.50
3625
+
3626
+ ### Patch Changes
3627
+
3628
+ - 9d1796d: Fix storage and eval serialization on api
3629
+ - Updated dependencies [9d1796d]
3630
+ - @mastra/core@0.2.0-alpha.100
3631
+
3632
+ ## 0.1.0-alpha.49
3633
+
3634
+ ### Patch Changes
3635
+
3636
+ - 7d83b92: Create default storage and move evals towards it
3637
+ - Updated dependencies [7d83b92]
3638
+ - @mastra/core@0.2.0-alpha.99
3639
+
3640
+ ## 0.1.0-alpha.48
3641
+
3642
+ ### Patch Changes
3643
+
3644
+ - 8aec8b7: Normalize imports to package name and dedupe while writing package.json after mastra build
3645
+
3646
+ ## 0.1.0-alpha.47
3647
+
3648
+ ### Patch Changes
3649
+
3650
+ - 70dabd9: Fix broken publish
3651
+ - Updated dependencies [70dabd9]
3652
+ - Updated dependencies [202d404]
3653
+ - @mastra/core@0.2.0-alpha.98
3654
+
3655
+ ## 0.1.0-alpha.46
3656
+
3657
+ ### Patch Changes
3658
+
3659
+ - 7892533: Updated test evals to use Mastra Storage
3660
+ - e6d8055: Added Mastra Storage to add and query live evals
3661
+ - a18e96c: Array schemas for dev tool playground
3662
+ - 5950de5: Added update instructions API
3663
+ - f1e3105: Now that memory can be added to an agent, the playground needs to look up memory on the agent, not on mastra. Now the playground looks up on the agent to properly access memory
3664
+ - Updated dependencies [07c069d]
3665
+ - Updated dependencies [7892533]
3666
+ - Updated dependencies [e6d8055]
3667
+ - Updated dependencies [5950de5]
3668
+ - Updated dependencies [df843d3]
3669
+ - Updated dependencies [a870123]
3670
+ - @mastra/core@0.2.0-alpha.97
3671
+
3672
+ ## 0.1.0-alpha.45
3673
+
3674
+ ### Patch Changes
3675
+
3676
+ - Updated dependencies [74b3078]
3677
+ - @mastra/core@0.2.0-alpha.96
3678
+
3679
+ ## 0.1.0-alpha.44
3680
+
3681
+ ### Patch Changes
3682
+
3683
+ - 9fb59d6: changeset
3684
+ - Updated dependencies [9fb59d6]
3685
+ - @mastra/core@0.2.0-alpha.95
3686
+
3687
+ ## 0.1.0-alpha.43
3688
+
3689
+ ### Minor Changes
3690
+
3691
+ - 8b416d9: Breaking changes
3692
+
3693
+ ### Patch Changes
3694
+
3695
+ - 9c10484: update all packages
3696
+ - Updated dependencies [9c10484]
3697
+ - Updated dependencies [8b416d9]
3698
+ - @mastra/core@0.2.0-alpha.94
3699
+
3700
+ ## 0.1.0-alpha.42
3701
+
3702
+ ### Patch Changes
3703
+
3704
+ - 42a2e69: Fix playground error parsing
3705
+ - Updated dependencies [5285356]
3706
+ - @mastra/core@0.2.0-alpha.93
3707
+
3708
+ ## 0.1.0-alpha.41
3709
+
3710
+ ### Patch Changes
3711
+
3712
+ - 0b96376: fix pino of being null
3713
+
3714
+ ## 0.1.0-alpha.40
3715
+
3716
+ ### Patch Changes
3717
+
3718
+ - 8329f1a: Add debug env
3719
+
3720
+ ## 0.1.0-alpha.39
3721
+
3722
+ ### Patch Changes
3723
+
3724
+ - 8ea426a: Fix patch
3725
+
3726
+ ## 0.1.0-alpha.34
3727
+
3728
+ ### Patch Changes
3729
+
3730
+ - b80ea8d: Fix bundling of server
3731
+
3732
+ ## 0.1.0-alpha.38
3733
+
3734
+ ### Minor Changes
3735
+
3736
+ - 4d4f6b6: Update deployer
3737
+
3738
+ ### Patch Changes
3739
+
3740
+ - Updated dependencies [4d4f6b6]
3741
+ - @mastra/core@0.2.0-alpha.92
3742
+
3743
+ ## 0.1.0-alpha.37
3744
+
3745
+ ### Patch Changes
3746
+
3747
+ - Updated dependencies [d7d465a]
3748
+ - Updated dependencies [d7d465a]
3749
+ - Updated dependencies [2017553]
3750
+ - Updated dependencies [a10b7a3]
3751
+ - Updated dependencies [16e5b04]
3752
+ - @mastra/core@0.2.0-alpha.91
3753
+
3754
+ ## 0.1.0-alpha.36
3755
+
3756
+ ### Patch Changes
3757
+
3758
+ - 82a6d53: better create-mastra tsconfig, better error for mastra server agent stream
3759
+ - Updated dependencies [8151f44]
3760
+ - Updated dependencies [e897f1c]
3761
+ - Updated dependencies [3700be1]
3762
+ - @mastra/core@0.2.0-alpha.90
3763
+
3764
+ ## 0.1.0-alpha.35
3765
+
3766
+ ### Patch Changes
3767
+
3768
+ - Updated dependencies [27275c9]
3769
+ - @mastra/core@0.2.0-alpha.89
3770
+
3771
+ ## 0.1.0-alpha.34
3772
+
3773
+ ### Patch Changes
3774
+
3775
+ - ab01c53: Fix mastra server agent streamObject
3776
+ - Updated dependencies [ccbc581]
3777
+ - @mastra/core@0.2.0-alpha.88
3778
+
3779
+ ## 0.1.0-alpha.33
3780
+
3781
+ ### Patch Changes
3782
+
3783
+ - Updated dependencies [7365b6c]
3784
+ - @mastra/core@0.2.0-alpha.87
3785
+
3786
+ ## 0.1.0-alpha.32
3787
+
3788
+ ### Minor Changes
3789
+
3790
+ - 5916f9d: Update deps from fixed to ^
3791
+
3792
+ ### Patch Changes
3793
+
3794
+ - Updated dependencies [6fa4bd2]
3795
+ - Updated dependencies [e2e76de]
3796
+ - Updated dependencies [7f24c29]
3797
+ - Updated dependencies [67637ba]
3798
+ - Updated dependencies [04f3171]
3799
+ - @mastra/core@0.2.0-alpha.86
3800
+
3801
+ ## 0.0.1-alpha.31
3802
+
3803
+ ### Patch Changes
3804
+
3805
+ - c5f2d50: Split deployer package
3806
+ - Updated dependencies [e9d1b47]
3807
+ - @mastra/core@0.2.0-alpha.85
3808
+
3809
+ ## 0.0.1-alpha.30
3810
+
3811
+ ### Patch Changes
3812
+
3813
+ - e27fe69: Add dir to deployer
3814
+
3815
+ ## 0.0.1-alpha.29
3816
+
3817
+ ### Patch Changes
3818
+
3819
+ - 0696eeb: Cleanup Mastra server
3820
+ - 38b7f66: Update deployer logic
3821
+ - Updated dependencies [2f17a5f]
3822
+ - Updated dependencies [cb290ee]
3823
+ - Updated dependencies [b4d7416]
3824
+ - Updated dependencies [38b7f66]
3825
+ - @mastra/core@0.2.0-alpha.84
3826
+
3827
+ ## 0.0.1-alpha.28
3828
+
3829
+ ### Patch Changes
3830
+
3831
+ - 2ab57d6: Fix: Workflows require a trigger schema otherwise it fails to run in dev
3832
+ - 9625602: Use mastra core splitted bundles in other packages
3833
+ - Updated dependencies [30322ce]
3834
+ - Updated dependencies [78eec7c]
3835
+ - Updated dependencies [9625602]
3836
+ - Updated dependencies [8769a62]
3837
+ - @mastra/core@0.2.0-alpha.83
3838
+
3839
+ ## 0.0.1-alpha.27
3840
+
3841
+ ### Patch Changes
3842
+
3843
+ - 73d112c: Core and deployer fixes
3844
+ - ac8c61a: Mastra server vector operations
3845
+ - Updated dependencies [73d112c]
3846
+ - @mastra/core@0.1.27-alpha.82
3847
+
3848
+ ## 0.0.1-alpha.26
3849
+
3850
+ ### Patch Changes
3851
+
3852
+ - Updated dependencies [9fb3039]
3853
+ - @mastra/core@0.1.27-alpha.81
3854
+
3855
+ ## 0.0.1-alpha.25
3856
+
3857
+ ### Patch Changes
3858
+
3859
+ - Updated dependencies [327ece7]
3860
+ - @mastra/core@0.1.27-alpha.80
3861
+
3862
+ ## 0.0.1-alpha.24
3863
+
3864
+ ### Patch Changes
3865
+
3866
+ - Updated dependencies [21fe536]
3867
+ - @mastra/core@0.1.27-alpha.79
3868
+
3869
+ ## 0.0.1-alpha.23
3870
+
3871
+ ### Patch Changes
3872
+
3873
+ - 88f18d7: Update cors support
3874
+
3875
+ ## 0.0.1-alpha.22
3876
+
3877
+ ### Patch Changes
3878
+
3879
+ - 685108a: Remove syncs and excess rag
3880
+ - 685108a: Removing mastra syncs
3881
+ - Updated dependencies [685108a]
3882
+ - Updated dependencies [685108a]
3883
+ - @mastra/core@0.1.27-alpha.78
3884
+
3885
+ ## 0.0.1-alpha.21
3886
+
3887
+ ### Patch Changes
3888
+
3889
+ - cfb966f: Deprecate @mastra/tts for mastra speech providers
3890
+ - Updated dependencies [8105fae]
3891
+ - @mastra/core@0.1.27-alpha.77
3892
+
3893
+ ## 0.0.1-alpha.20
3894
+
3895
+ ### Patch Changes
3896
+
3897
+ - ae7bf94: Fix loggers messing up deploys
3898
+ - ae7bf94: Changeset
3899
+ - Updated dependencies [ae7bf94]
3900
+ - Updated dependencies [ae7bf94]
3901
+ - @mastra/core@0.1.27-alpha.76
3902
+
3903
+ ## 0.0.1-alpha.19
3904
+
3905
+ ### Patch Changes
3906
+
3907
+ - 7064554: deployer fixes
3908
+ - Updated dependencies [23dcb23]
3909
+ - @mastra/core@0.1.27-alpha.75
3910
+
3911
+ ## 0.0.1-alpha.18
3912
+
3913
+ ### Patch Changes
3914
+
3915
+ - Updated dependencies [7b87567]
3916
+ - @mastra/core@0.1.27-alpha.74
3917
+
3918
+ ## 0.0.1-alpha.17
3919
+
3920
+ ### Patch Changes
3921
+
3922
+ - Updated dependencies [3427b95]
3923
+ - @mastra/core@0.1.27-alpha.73
3924
+
3925
+ ## 0.0.1-alpha.16
3926
+
3927
+ ### Patch Changes
3928
+
3929
+ - e4d4ede: Better setLogger()
3930
+ - Updated dependencies [e4d4ede]
3931
+ - Updated dependencies [06b2c0a]
3932
+ - @mastra/core@0.1.27-alpha.72
3933
+
3934
+ ## 0.0.1-alpha.15
3935
+
3936
+ ### Patch Changes
3937
+
3938
+ - d9c8dd0: Logger changes for default transports
3939
+ - Updated dependencies [d9c8dd0]
3940
+ - @mastra/core@0.1.27-alpha.71
3941
+
3942
+ ## 0.0.1-alpha.14
3943
+
3944
+ ### Patch Changes
3945
+
3946
+ - ad2cd74: Deploy fix
3947
+
3948
+ ## 0.0.1-alpha.13
3949
+
3950
+ ### Patch Changes
3951
+
3952
+ - a1774e7: Improve bundling
3953
+
3954
+ ## 0.0.1-alpha.12
3955
+
3956
+ ### Patch Changes
3957
+
3958
+ - 28dceab: Catch apiKey error in dev
3959
+
3960
+ ## 0.0.1-alpha.11
3961
+
3962
+ ### Patch Changes
3963
+
3964
+ - bdaf834: publish packages
3965
+
3966
+ ## 0.0.1-alpha.10
3967
+
3968
+ ### Patch Changes
3969
+
3970
+ - Updated dependencies [dd6d87f]
3971
+ - Updated dependencies [04434b6]
3972
+ - @mastra/core@0.1.27-alpha.70
3973
+
3974
+ ## 0.0.1-alpha.9
3975
+
3976
+ ### Patch Changes
3977
+
3978
+ - 9066f95: CF deployer fixes
3979
+
3980
+ ## 0.0.1-alpha.8
3981
+
3982
+ ### Patch Changes
3983
+
3984
+ - b425845: Logger and execa logs
3985
+
3986
+ ## 0.0.1-alpha.7
3987
+
3988
+ ### Patch Changes
3989
+
3990
+ - 1944807: Unified logger and major step in better logs
3991
+ - 9ade36e: Changed measure for evals, added endpoints, attached metrics to agent, added ui for evals in playground, and updated docs
3992
+ - Updated dependencies [1944807]
3993
+ - Updated dependencies [9ade36e]
3994
+ - @mastra/core@0.1.27-alpha.69
3995
+
3996
+ ## 0.0.1-alpha.6
3997
+
3998
+ ### Patch Changes
3999
+
4000
+ - 291fe57: mastra openapi, swagger ui, dynamic servers
4001
+ - 1a41fbf: Fix playground workflow triggerData on execution
4002
+
4003
+ ## 0.0.1-alpha.5
4004
+
4005
+ ### Patch Changes
4006
+
4007
+ - Updated dependencies [0be7181]
4008
+ - Updated dependencies [0be7181]
4009
+ - @mastra/core@0.1.27-alpha.68
4010
+
4011
+ ## 0.0.1-alpha.4
4012
+
4013
+ ### Patch Changes
4014
+
4015
+ - 7babd5c: CLI build and other
4016
+
4017
+ ## 0.0.1-alpha.3
4018
+
4019
+ ### Patch Changes
4020
+
4021
+ - a291824: Deployer fixes
4022
+ - Updated dependencies [c8ff2f5]
4023
+ - @mastra/core@0.1.27-alpha.67
4024
+
4025
+ ## 0.0.1-alpha.2
4026
+
4027
+ ### Patch Changes
4028
+
4029
+ - a9b5ddf: Publish new versions
4030
+ - 72c280b: Fixes
4031
+
4032
+ ## 0.0.1-alpha.0
4033
+
4034
+ ### Patch Changes
4035
+
4036
+ - 4139b43: Deployer utils
4037
+ - a5604c4: Deployer initial