@mastra/mcp-docs-server 0.13.5-alpha.0 → 0.13.6
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.
- package/.docs/organized/changelogs/%40internal%2Fstorage-test-utils.md +76 -76
- package/.docs/organized/changelogs/%40mastra%2Fagui.md +61 -61
- package/.docs/organized/changelogs/%40mastra%2Fclickhouse.md +54 -54
- package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +211 -211
- package/.docs/organized/changelogs/%40mastra%2Fcloudflare-d1.md +75 -75
- package/.docs/organized/changelogs/%40mastra%2Fcloudflare.md +91 -91
- package/.docs/organized/changelogs/%40mastra%2Fcore.md +185 -185
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +237 -237
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +143 -143
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +143 -143
- package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +235 -235
- package/.docs/organized/changelogs/%40mastra%2Fdynamodb.md +84 -84
- package/.docs/organized/changelogs/%40mastra%2Fevals.md +56 -56
- package/.docs/organized/changelogs/%40mastra%2Ffastembed.md +7 -0
- package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +75 -75
- package/.docs/organized/changelogs/%40mastra%2Flance.md +55 -0
- package/.docs/organized/changelogs/%40mastra%2Flibsql.md +56 -56
- package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fmcp.md +38 -38
- package/.docs/organized/changelogs/%40mastra%2Fmemory.md +119 -119
- package/.docs/organized/changelogs/%40mastra%2Fmongodb.md +58 -58
- package/.docs/organized/changelogs/%40mastra%2Fmssql.md +69 -0
- package/.docs/organized/changelogs/%40mastra%2Fpg.md +119 -119
- package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +244 -244
- package/.docs/organized/changelogs/%40mastra%2Frag.md +73 -73
- package/.docs/organized/changelogs/%40mastra%2Fschema-compat.md +24 -0
- package/.docs/organized/changelogs/%40mastra%2Fserver.md +211 -211
- package/.docs/organized/changelogs/%40mastra%2Fupstash.md +76 -76
- package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +44 -44
- package/.docs/organized/changelogs/create-mastra.md +126 -126
- package/.docs/organized/changelogs/mastra.md +256 -256
- package/.docs/organized/code-examples/agent.md +6 -0
- package/.docs/organized/code-examples/agui.md +3 -3
- package/.docs/organized/code-examples/ai-sdk-useChat.md +2 -2
- package/.docs/organized/code-examples/ai-sdk-v5.md +201 -0
- package/.docs/organized/code-examples/assistant-ui.md +2 -2
- package/.docs/organized/code-examples/bird-checker-with-nextjs-and-eval.md +2 -2
- package/.docs/organized/code-examples/bird-checker-with-nextjs.md +2 -2
- package/.docs/organized/code-examples/client-side-tools.md +1 -1
- package/.docs/organized/code-examples/crypto-chatbot.md +5 -5
- package/.docs/organized/code-examples/openapi-spec-writer.md +2 -2
- package/.docs/organized/code-examples/workflow-with-suspend-resume.md +181 -0
- package/.docs/raw/agents/agent-memory.mdx +126 -0
- package/.docs/raw/agents/dynamic-agents.mdx +34 -2
- package/.docs/raw/agents/overview.mdx +21 -33
- package/.docs/raw/community/licensing.mdx +27 -19
- package/.docs/raw/deployment/cloud-providers/amazon-ec2.mdx +60 -26
- package/.docs/raw/deployment/cloud-providers/digital-ocean.mdx +1 -1
- package/.docs/raw/deployment/cloud-providers/index.mdx +44 -9
- package/.docs/raw/deployment/server-deployment.mdx +56 -0
- package/.docs/raw/deployment/serverless-platforms/cloudflare-deployer.mdx +9 -30
- package/.docs/raw/deployment/serverless-platforms/index.mdx +13 -13
- package/.docs/raw/frameworks/agentic-uis/ai-sdk.mdx +291 -216
- package/.docs/raw/frameworks/agentic-uis/assistant-ui.mdx +0 -34
- package/.docs/raw/frameworks/agentic-uis/copilotkit.mdx +162 -181
- package/.docs/raw/frameworks/servers/express.mdx +1 -1
- package/.docs/raw/frameworks/web-frameworks/astro.mdx +2 -2
- package/.docs/raw/frameworks/web-frameworks/next-js.mdx +1 -1
- package/.docs/raw/frameworks/web-frameworks/sveltekit.mdx +4 -4
- package/.docs/raw/frameworks/web-frameworks/vite-react.mdx +1 -1
- package/.docs/raw/getting-started/installation.mdx +10 -7
- package/.docs/raw/getting-started/model-capability.mdx +1 -1
- package/.docs/raw/memory/overview.mdx +8 -0
- package/.docs/raw/memory/semantic-recall.mdx +6 -0
- package/.docs/raw/observability/tracing.mdx +30 -0
- package/.docs/raw/rag/retrieval.mdx +24 -5
- package/.docs/raw/reference/agents/agent.mdx +2 -2
- package/.docs/raw/reference/cli/create-mastra.mdx +7 -0
- package/.docs/raw/reference/cli/dev.mdx +4 -3
- package/.docs/raw/reference/client-js/agents.mdx +8 -0
- package/.docs/raw/reference/memory/query.mdx +35 -14
- package/.docs/raw/reference/observability/providers/keywordsai.mdx +73 -0
- package/.docs/raw/reference/rag/rerankWithScorer.mdx +213 -0
- package/.docs/raw/reference/storage/mssql.mdx +108 -0
- package/.docs/raw/server-db/custom-api-routes.mdx +67 -0
- package/.docs/raw/server-db/production-server.mdx +66 -0
- package/.docs/raw/tools-mcp/mcp-overview.mdx +28 -7
- package/.docs/raw/workflows/control-flow.mdx +91 -93
- package/.docs/raw/workflows/input-data-mapping.mdx +31 -43
- package/.docs/raw/workflows/overview.mdx +22 -12
- package/.docs/raw/workflows/pausing-execution.mdx +49 -4
- package/.docs/raw/workflows/suspend-and-resume.mdx +17 -16
- package/.docs/raw/workflows/using-with-agents-and-tools.mdx +16 -13
- package/.docs/raw/workflows-legacy/overview.mdx +11 -0
- package/LICENSE.md +11 -42
- package/package.json +7 -9
- package/.docs/raw/deployment/custom-api-routes.mdx +0 -55
- package/.docs/raw/deployment/server.mdx +0 -116
- package/.docs/raw/frameworks/ai-sdk-v5.mdx +0 -91
- /package/.docs/raw/{local-dev/mastra-dev.mdx → server-db/local-dev-playground.mdx} +0 -0
- /package/.docs/raw/{client-js/overview.mdx → server-db/mastra-client.mdx} +0 -0
- /package/.docs/raw/{deployment → server-db}/middleware.mdx +0 -0
- /package/.docs/raw/{storage/overview.mdx → server-db/storage.mdx} +0 -0
|
@@ -1,302 +1,302 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
-
## 0.
|
|
3
|
+
## 0.11.0
|
|
4
4
|
|
|
5
|
-
###
|
|
5
|
+
### Minor Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
- Updated dependency [`dotenv@^16.6.1` ↗︎](https://www.npmjs.com/package/dotenv/v/16.6.1) (from `^16.5.0`, in `dependencies`)
|
|
9
|
-
- 1c1c6a1: dependencies updates:
|
|
10
|
-
- Updated dependency [`hono@^4.8.4` ↗︎](https://www.npmjs.com/package/hono/v/4.8.4) (from `^4.8.3`, in `dependencies`)
|
|
11
|
-
- d9b26b5: dependencies updates:
|
|
12
|
-
- Updated dependency [`rollup@^4.44.2` ↗︎](https://www.npmjs.com/package/rollup/v/4.44.2) (from `^4.43.0`, in `dependencies`)
|
|
13
|
-
- 18ca936: Remove require exportCondition from rollup config to improve bundling
|
|
14
|
-
- Updated dependencies [2873c7f]
|
|
15
|
-
- Updated dependencies [1c1c6a1]
|
|
16
|
-
- Updated dependencies [565cc0c]
|
|
17
|
-
- @mastra/core@0.10.11-alpha.2
|
|
18
|
-
- @mastra/server@0.10.11-alpha.2
|
|
19
|
-
|
|
20
|
-
## 0.10.11-alpha.1
|
|
7
|
+
- 0938991: Refactored the hono server structure by extracting route logic into route groups based on namespace.
|
|
21
8
|
|
|
22
9
|
### Patch Changes
|
|
23
10
|
|
|
24
|
-
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
11
|
+
- f248d53: Adding `getMessagesPaginated` to the serve, deployer, and client-js
|
|
12
|
+
- 82c6860: fix tool import
|
|
13
|
+
- 7ba91fa: Throw mastra errors methods not implemented yet
|
|
14
|
+
- a512ede: Add scores to deployer routes
|
|
15
|
+
- 35b1155: Added "Semantic recall search" to playground UI chat sidebar, to search for messages and find them in the chat list
|
|
16
|
+
- 45469c5: Resolve dependency of tsConfigPath modules
|
|
17
|
+
- 6f50efd: Only enforce authorization on protected routes
|
|
18
|
+
- 24eb25c: Provide fallback for extracted mastra options during bundling
|
|
19
|
+
- bf6903e: Fix dependency resolving with directories
|
|
20
|
+
|
|
21
|
+
Follow import from `import x from 'pkg/dir'` => `import x from 'pkg/dir/index.js'`
|
|
22
|
+
|
|
23
|
+
- 703ac71: scores schema
|
|
24
|
+
- 4c06f06: Fix #tools import after the tools import rework
|
|
25
|
+
- 65e3395: Add Scores playground-ui and add scorer hooks
|
|
26
|
+
- 9de6f58: Unlocks the dev playground if auth is enabled
|
|
27
|
+
- 7983e53: Revert cloudflare omit install deps step
|
|
28
|
+
- 15ce274: Pipe all env vars in deloyer install
|
|
29
|
+
|
|
30
|
+
Fixes and issue with cloudflare
|
|
31
|
+
|
|
32
|
+
- Updated dependencies [f248d53]
|
|
33
|
+
- Updated dependencies [2affc57]
|
|
34
|
+
- Updated dependencies [66e13e3]
|
|
35
|
+
- Updated dependencies [edd9482]
|
|
36
|
+
- Updated dependencies [18344d7]
|
|
37
|
+
- Updated dependencies [35b1155]
|
|
38
|
+
- Updated dependencies [9d372c2]
|
|
39
|
+
- Updated dependencies [40c2525]
|
|
40
|
+
- Updated dependencies [e473f27]
|
|
41
|
+
- Updated dependencies [032cb66]
|
|
42
|
+
- Updated dependencies [703ac71]
|
|
43
|
+
- Updated dependencies [a723d69]
|
|
44
|
+
- Updated dependencies [7827943]
|
|
45
|
+
- Updated dependencies [5889a31]
|
|
46
|
+
- Updated dependencies [bf1e7e7]
|
|
47
|
+
- Updated dependencies [65e3395]
|
|
48
|
+
- Updated dependencies [4933192]
|
|
49
|
+
- Updated dependencies [d1c77a4]
|
|
50
|
+
- Updated dependencies [bea9dd1]
|
|
51
|
+
- Updated dependencies [62007b3]
|
|
52
|
+
- Updated dependencies [dcd4802]
|
|
53
|
+
- Updated dependencies [cbddd18]
|
|
54
|
+
- Updated dependencies [7ba91fa]
|
|
55
|
+
- @mastra/core@0.11.0
|
|
56
|
+
- @mastra/server@0.11.0
|
|
57
|
+
|
|
58
|
+
## 0.11.0-alpha.3
|
|
29
59
|
|
|
30
60
|
### Patch Changes
|
|
31
61
|
|
|
32
|
-
-
|
|
33
|
-
-
|
|
34
|
-
-
|
|
35
|
-
- Updated dependencies [8c846b6]
|
|
36
|
-
- Updated dependencies [b790fd1]
|
|
37
|
-
- Updated dependencies [d7ed04d]
|
|
38
|
-
- Updated dependencies [f36e4f1]
|
|
39
|
-
- @mastra/core@0.10.11-alpha.0
|
|
40
|
-
- @mastra/server@0.10.11-alpha.0
|
|
62
|
+
- Updated dependencies [62007b3]
|
|
63
|
+
- @mastra/server@0.11.0-alpha.3
|
|
64
|
+
- @mastra/core@0.11.0-alpha.3
|
|
41
65
|
|
|
42
|
-
## 0.
|
|
66
|
+
## 0.11.0-alpha.2
|
|
43
67
|
|
|
44
68
|
### Patch Changes
|
|
45
69
|
|
|
46
|
-
-
|
|
47
|
-
-
|
|
48
|
-
-
|
|
49
|
-
-
|
|
50
|
-
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
70
|
+
- f248d53: Adding `getMessagesPaginated` to the serve, deployer, and client-js
|
|
71
|
+
- 82c6860: fix tool import
|
|
72
|
+
- 7ba91fa: Throw mastra errors methods not implemented yet
|
|
73
|
+
- a512ede: Add scores to deployer routes
|
|
74
|
+
- 35b1155: Added "Semantic recall search" to playground UI chat sidebar, to search for messages and find them in the chat list
|
|
75
|
+
- 45469c5: Resolve dependency of tsConfigPath modules
|
|
76
|
+
- 24eb25c: Provide fallback for extracted mastra options during bundling
|
|
77
|
+
- 703ac71: scores schema
|
|
78
|
+
- 4c06f06: Fix #tools import after the tools import rework
|
|
79
|
+
- 65e3395: Add Scores playground-ui and add scorer hooks
|
|
80
|
+
- 9de6f58: Unlocks the dev playground if auth is enabled
|
|
81
|
+
- 15ce274: Pipe all env vars in deloyer install
|
|
82
|
+
|
|
83
|
+
Fixes and issue with cloudflare
|
|
84
|
+
|
|
85
|
+
- Updated dependencies [f248d53]
|
|
86
|
+
- Updated dependencies [2affc57]
|
|
87
|
+
- Updated dependencies [66e13e3]
|
|
88
|
+
- Updated dependencies [edd9482]
|
|
89
|
+
- Updated dependencies [18344d7]
|
|
90
|
+
- Updated dependencies [35b1155]
|
|
91
|
+
- Updated dependencies [9d372c2]
|
|
92
|
+
- Updated dependencies [40c2525]
|
|
93
|
+
- Updated dependencies [e473f27]
|
|
94
|
+
- Updated dependencies [032cb66]
|
|
95
|
+
- Updated dependencies [703ac71]
|
|
96
|
+
- Updated dependencies [a723d69]
|
|
97
|
+
- Updated dependencies [5889a31]
|
|
98
|
+
- Updated dependencies [65e3395]
|
|
99
|
+
- Updated dependencies [4933192]
|
|
100
|
+
- Updated dependencies [d1c77a4]
|
|
101
|
+
- Updated dependencies [bea9dd1]
|
|
102
|
+
- Updated dependencies [dcd4802]
|
|
103
|
+
- Updated dependencies [7ba91fa]
|
|
104
|
+
- @mastra/core@0.11.0-alpha.2
|
|
105
|
+
- @mastra/server@0.11.0-alpha.2
|
|
106
|
+
|
|
107
|
+
## 0.11.0-alpha.1
|
|
55
108
|
|
|
56
109
|
### Patch Changes
|
|
57
110
|
|
|
58
|
-
-
|
|
59
|
-
-
|
|
60
|
-
- @mastra/server@0.
|
|
61
|
-
|
|
111
|
+
- 7983e53: Revert cloudflare omit install deps step
|
|
112
|
+
- @mastra/core@0.11.0-alpha.1
|
|
113
|
+
- @mastra/server@0.11.0-alpha.1
|
|
114
|
+
|
|
115
|
+
## 0.11.0-alpha.0
|
|
62
116
|
|
|
63
|
-
|
|
117
|
+
### Minor Changes
|
|
118
|
+
|
|
119
|
+
- 0938991: Refactored the hono server structure by extracting route logic into route groups based on namespace.
|
|
64
120
|
|
|
65
121
|
### Patch Changes
|
|
66
122
|
|
|
67
|
-
-
|
|
68
|
-
-
|
|
69
|
-
- Updated dependencies [4d3fbdf]
|
|
70
|
-
- @mastra/server@0.10.10-alpha.0
|
|
71
|
-
- @mastra/core@0.10.10-alpha.0
|
|
123
|
+
- 6f50efd: Only enforce authorization on protected routes
|
|
124
|
+
- bf6903e: Fix dependency resolving with directories
|
|
72
125
|
|
|
73
|
-
|
|
126
|
+
Follow import from `import x from 'pkg/dir'` => `import x from 'pkg/dir/index.js'`
|
|
74
127
|
|
|
75
|
-
|
|
128
|
+
- Updated dependencies [7827943]
|
|
129
|
+
- Updated dependencies [bf1e7e7]
|
|
130
|
+
- Updated dependencies [cbddd18]
|
|
131
|
+
- @mastra/core@0.11.0-alpha.0
|
|
132
|
+
- @mastra/server@0.11.0-alpha.0
|
|
76
133
|
|
|
77
|
-
|
|
78
|
-
- Updated dependency [`hono@^4.8.3` ↗︎](https://www.npmjs.com/package/hono/v/4.8.3) (from `^4.7.11`, in `dependencies`)
|
|
79
|
-
- 038e5ae: Add cancel workflow run
|
|
80
|
-
- 6f87544: Added support for individual tool calling in cloudflare
|
|
81
|
-
|
|
82
|
-
We're now bundling tools differently to make it compatible with other node runtimes
|
|
83
|
-
|
|
84
|
-
- 81a1b3b: Update peerdeps
|
|
85
|
-
- 7e801dd: Add tools to network api response
|
|
86
|
-
- Updated dependencies [9dda1ac]
|
|
87
|
-
- Updated dependencies [c984582]
|
|
88
|
-
- Updated dependencies [7e801dd]
|
|
89
|
-
- Updated dependencies [a606c75]
|
|
90
|
-
- Updated dependencies [7aa70a4]
|
|
91
|
-
- Updated dependencies [764f86a]
|
|
92
|
-
- Updated dependencies [1760a1c]
|
|
93
|
-
- Updated dependencies [038e5ae]
|
|
94
|
-
- Updated dependencies [7dda16a]
|
|
95
|
-
- Updated dependencies [5ebfcdd]
|
|
96
|
-
- Updated dependencies [81a1b3b]
|
|
97
|
-
- Updated dependencies [b2d0c91]
|
|
98
|
-
- Updated dependencies [4e809ad]
|
|
99
|
-
- Updated dependencies [57929df]
|
|
100
|
-
- Updated dependencies [7e801dd]
|
|
101
|
-
- Updated dependencies [b7852ed]
|
|
102
|
-
- Updated dependencies [6320a61]
|
|
103
|
-
- @mastra/core@0.10.9
|
|
104
|
-
- @mastra/server@0.10.9
|
|
105
|
-
|
|
106
|
-
## 0.10.9-alpha.0
|
|
134
|
+
## 0.10.15
|
|
107
135
|
|
|
108
136
|
### Patch Changes
|
|
109
137
|
|
|
110
|
-
-
|
|
111
|
-
- Updated dependency [`
|
|
112
|
-
-
|
|
113
|
-
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
-
|
|
118
|
-
-
|
|
119
|
-
- Updated dependencies [
|
|
120
|
-
- Updated dependencies [
|
|
121
|
-
- Updated dependencies [
|
|
122
|
-
- Updated dependencies [
|
|
123
|
-
- Updated dependencies [
|
|
124
|
-
- Updated dependencies [
|
|
125
|
-
- Updated dependencies [
|
|
126
|
-
- Updated dependencies [
|
|
127
|
-
- Updated dependencies [
|
|
128
|
-
- Updated dependencies [
|
|
129
|
-
-
|
|
130
|
-
-
|
|
131
|
-
|
|
132
|
-
-
|
|
133
|
-
- Updated dependencies [7e801dd]
|
|
134
|
-
- Updated dependencies [b7852ed]
|
|
135
|
-
- Updated dependencies [6320a61]
|
|
136
|
-
- @mastra/core@0.10.9-alpha.0
|
|
137
|
-
- @mastra/server@0.10.9-alpha.0
|
|
138
|
-
|
|
139
|
-
## 0.10.8
|
|
138
|
+
- 7776324: dependencies updates:
|
|
139
|
+
- Updated dependency [`rollup@^4.45.0` ↗︎](https://www.npmjs.com/package/rollup/v/4.45.0) (from `^4.44.2`, in `dependencies`)
|
|
140
|
+
- 7b57e2c: Support private packages that are external deps in bundle output
|
|
141
|
+
- fe4bbd4: Turn off installDependencies for cloudflare deployer build
|
|
142
|
+
- 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
|
|
143
|
+
- Updated dependencies [0b56518]
|
|
144
|
+
- Updated dependencies [db5cc15]
|
|
145
|
+
- Updated dependencies [2ba5b76]
|
|
146
|
+
- Updated dependencies [5237998]
|
|
147
|
+
- Updated dependencies [c3a30de]
|
|
148
|
+
- Updated dependencies [37c1acd]
|
|
149
|
+
- Updated dependencies [1aa60b1]
|
|
150
|
+
- Updated dependencies [89ec9d4]
|
|
151
|
+
- Updated dependencies [cf3a184]
|
|
152
|
+
- Updated dependencies [d6bfd60]
|
|
153
|
+
- Updated dependencies [626b0f4]
|
|
154
|
+
- Updated dependencies [c22a91f]
|
|
155
|
+
- Updated dependencies [f7403ab]
|
|
156
|
+
- Updated dependencies [6c89d7f]
|
|
157
|
+
- @mastra/core@0.10.15
|
|
158
|
+
- @mastra/server@0.10.15
|
|
159
|
+
|
|
160
|
+
## 0.10.15-alpha.1
|
|
140
161
|
|
|
141
162
|
### Patch Changes
|
|
142
163
|
|
|
143
|
-
-
|
|
144
|
-
- Updated dependencies [
|
|
145
|
-
- Updated dependencies [
|
|
146
|
-
- Updated dependencies [
|
|
147
|
-
- Updated dependencies [
|
|
148
|
-
|
|
149
|
-
- @mastra/
|
|
164
|
+
- fe4bbd4: Turn off installDependencies for cloudflare deployer build
|
|
165
|
+
- Updated dependencies [0b56518]
|
|
166
|
+
- Updated dependencies [2ba5b76]
|
|
167
|
+
- Updated dependencies [c3a30de]
|
|
168
|
+
- Updated dependencies [cf3a184]
|
|
169
|
+
- Updated dependencies [d6bfd60]
|
|
170
|
+
- @mastra/core@0.10.15-alpha.1
|
|
171
|
+
- @mastra/server@0.10.15-alpha.1
|
|
150
172
|
|
|
151
|
-
## 0.10.
|
|
173
|
+
## 0.10.15-alpha.0
|
|
152
174
|
|
|
153
175
|
### Patch Changes
|
|
154
176
|
|
|
155
|
-
-
|
|
156
|
-
- Updated
|
|
157
|
-
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
177
|
+
- 7776324: dependencies updates:
|
|
178
|
+
- Updated dependency [`rollup@^4.45.0` ↗︎](https://www.npmjs.com/package/rollup/v/4.45.0) (from `^4.44.2`, in `dependencies`)
|
|
179
|
+
- 7b57e2c: Support private packages that are external deps in bundle output
|
|
180
|
+
- 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
|
|
181
|
+
- Updated dependencies [db5cc15]
|
|
182
|
+
- Updated dependencies [5237998]
|
|
183
|
+
- Updated dependencies [37c1acd]
|
|
184
|
+
- Updated dependencies [1aa60b1]
|
|
185
|
+
- Updated dependencies [89ec9d4]
|
|
186
|
+
- Updated dependencies [626b0f4]
|
|
187
|
+
- Updated dependencies [c22a91f]
|
|
188
|
+
- Updated dependencies [f7403ab]
|
|
189
|
+
- Updated dependencies [6c89d7f]
|
|
190
|
+
- @mastra/core@0.10.15-alpha.0
|
|
191
|
+
- @mastra/server@0.10.15-alpha.0
|
|
192
|
+
|
|
193
|
+
## 0.10.14
|
|
162
194
|
|
|
163
195
|
### Patch Changes
|
|
164
196
|
|
|
165
|
-
-
|
|
166
|
-
-
|
|
167
|
-
- @mastra/server@0.10.
|
|
168
|
-
- @mastra/core@0.10.8-alpha.0
|
|
197
|
+
- 71907f3: Pin rollup to fix breaking change
|
|
198
|
+
- @mastra/core@0.10.14
|
|
199
|
+
- @mastra/server@0.10.14
|
|
169
200
|
|
|
170
|
-
## 0.10.
|
|
201
|
+
## 0.10.12
|
|
171
202
|
|
|
172
203
|
### Patch Changes
|
|
173
204
|
|
|
174
|
-
-
|
|
175
|
-
|
|
176
|
-
-
|
|
177
|
-
-
|
|
178
|
-
-
|
|
179
|
-
|
|
180
|
-
-
|
|
181
|
-
- 914684e: Fix workflow watch and stream not streaming
|
|
182
|
-
- 5d74aab: vNext network in playground
|
|
183
|
-
- 17903a3: Remove install step from dev for telemetry
|
|
184
|
-
- 10a4f10: Cancel agent generate/stream when request aborts
|
|
185
|
-
- Updated dependencies [15e9d26]
|
|
186
|
-
- Updated dependencies [d1baedb]
|
|
187
|
-
- Updated dependencies [d8f2d19]
|
|
188
|
-
- Updated dependencies [9bf1d55]
|
|
189
|
-
- Updated dependencies [4d21bf2]
|
|
190
|
-
- Updated dependencies [07d6d88]
|
|
191
|
-
- Updated dependencies [9d52b17]
|
|
192
|
-
- Updated dependencies [2097952]
|
|
193
|
-
- Updated dependencies [792c4c0]
|
|
194
|
-
- Updated dependencies [5d74aab]
|
|
195
|
-
- Updated dependencies [5d74aab]
|
|
196
|
-
- Updated dependencies [a8b194f]
|
|
197
|
-
- Updated dependencies [4fb0cc2]
|
|
198
|
-
- Updated dependencies [d2a7a31]
|
|
199
|
-
- Updated dependencies [502fe05]
|
|
200
|
-
- Updated dependencies [144eb0b]
|
|
201
|
-
- Updated dependencies [4afab04]
|
|
202
|
-
- Updated dependencies [8ba1b51]
|
|
203
|
-
- Updated dependencies [10a4f10]
|
|
204
|
-
- Updated dependencies [4efcfa0]
|
|
205
|
-
- Updated dependencies [0e17048]
|
|
206
|
-
- @mastra/core@0.10.7
|
|
207
|
-
- @mastra/server@0.10.7
|
|
208
|
-
|
|
209
|
-
## 0.10.7-alpha.5
|
|
205
|
+
- 53e3f58: Add support for custom instrumentation files
|
|
206
|
+
- Updated dependencies [b4a9811]
|
|
207
|
+
- Updated dependencies [4d5583d]
|
|
208
|
+
- @mastra/core@0.10.12
|
|
209
|
+
- @mastra/server@0.10.12
|
|
210
|
+
|
|
211
|
+
## 0.10.12-alpha.1
|
|
210
212
|
|
|
211
213
|
### Patch Changes
|
|
212
214
|
|
|
213
|
-
-
|
|
214
|
-
- @mastra/
|
|
215
|
+
- Updated dependencies [4d5583d]
|
|
216
|
+
- @mastra/core@0.10.12-alpha.1
|
|
217
|
+
- @mastra/server@0.10.12-alpha.1
|
|
215
218
|
|
|
216
|
-
## 0.10.
|
|
219
|
+
## 0.10.12-alpha.0
|
|
217
220
|
|
|
218
221
|
### Patch Changes
|
|
219
222
|
|
|
220
|
-
-
|
|
221
|
-
|
|
222
|
-
- @mastra/
|
|
223
|
+
- 53e3f58: Add support for custom instrumentation files
|
|
224
|
+
- Updated dependencies [b4a9811]
|
|
225
|
+
- @mastra/core@0.10.12-alpha.0
|
|
226
|
+
- @mastra/server@0.10.12-alpha.0
|
|
223
227
|
|
|
224
|
-
## 0.10.
|
|
228
|
+
## 0.10.11
|
|
225
229
|
|
|
226
230
|
### Patch Changes
|
|
227
231
|
|
|
228
|
-
-
|
|
229
|
-
- Updated
|
|
230
|
-
-
|
|
231
|
-
- Updated
|
|
232
|
-
-
|
|
233
|
-
- Updated
|
|
234
|
-
|
|
235
|
-
-
|
|
232
|
+
- bc40cdd: dependencies updates:
|
|
233
|
+
- Updated dependency [`@babel/core@^7.27.7` ↗︎](https://www.npmjs.com/package/@babel/core/v/7.27.7) (from `^7.27.4`, in `dependencies`)
|
|
234
|
+
- 2873c7f: dependencies updates:
|
|
235
|
+
- Updated dependency [`dotenv@^16.6.1` ↗︎](https://www.npmjs.com/package/dotenv/v/16.6.1) (from `^16.5.0`, in `dependencies`)
|
|
236
|
+
- 1c1c6a1: dependencies updates:
|
|
237
|
+
- Updated dependency [`hono@^4.8.4` ↗︎](https://www.npmjs.com/package/hono/v/4.8.4) (from `^4.8.3`, in `dependencies`)
|
|
238
|
+
- d9b26b5: dependencies updates:
|
|
239
|
+
- Updated dependency [`rollup@^4.44.2` ↗︎](https://www.npmjs.com/package/rollup/v/4.44.2) (from `^4.43.0`, in `dependencies`)
|
|
240
|
+
- 18ca936: Remove require exportCondition from rollup config to improve bundling
|
|
241
|
+
- 40cd025: Check if tool is actually a tool for /api/tools
|
|
242
|
+
- Updated dependencies [2873c7f]
|
|
243
|
+
- Updated dependencies [1c1c6a1]
|
|
244
|
+
- Updated dependencies [f8ce2cc]
|
|
245
|
+
- Updated dependencies [8c846b6]
|
|
246
|
+
- Updated dependencies [c7bbf1e]
|
|
247
|
+
- Updated dependencies [8722d53]
|
|
248
|
+
- Updated dependencies [565cc0c]
|
|
249
|
+
- Updated dependencies [b790fd1]
|
|
250
|
+
- Updated dependencies [132027f]
|
|
251
|
+
- Updated dependencies [0c85311]
|
|
252
|
+
- Updated dependencies [d7ed04d]
|
|
253
|
+
- Updated dependencies [cb16baf]
|
|
254
|
+
- Updated dependencies [f36e4f1]
|
|
255
|
+
- Updated dependencies [7f6e403]
|
|
256
|
+
- @mastra/core@0.10.11
|
|
257
|
+
- @mastra/server@0.10.11
|
|
236
258
|
|
|
237
|
-
## 0.10.
|
|
259
|
+
## 0.10.11-alpha.4
|
|
238
260
|
|
|
239
261
|
### Patch Changes
|
|
240
262
|
|
|
241
|
-
-
|
|
242
|
-
-
|
|
243
|
-
-
|
|
244
|
-
|
|
245
|
-
-
|
|
246
|
-
- 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`)
|
|
247
|
-
- 9bf1d55: Fix runtimeContext in mastra server, client SDK
|
|
248
|
-
- 914684e: Fix workflow watch and stream not streaming
|
|
249
|
-
- 5d74aab: vNext network in playground
|
|
250
|
-
- 17903a3: Remove install step from dev for telemetry
|
|
251
|
-
- Updated dependencies [15e9d26]
|
|
252
|
-
- Updated dependencies [9bf1d55]
|
|
253
|
-
- Updated dependencies [07d6d88]
|
|
254
|
-
- Updated dependencies [5d74aab]
|
|
255
|
-
- Updated dependencies [5d74aab]
|
|
256
|
-
- Updated dependencies [144eb0b]
|
|
257
|
-
- @mastra/core@0.10.7-alpha.2
|
|
258
|
-
- @mastra/server@0.10.7-alpha.2
|
|
259
|
-
|
|
260
|
-
## 0.10.7-alpha.1
|
|
263
|
+
- 40cd025: Check if tool is actually a tool for /api/tools
|
|
264
|
+
- @mastra/core@0.10.11-alpha.4
|
|
265
|
+
- @mastra/server@0.10.11-alpha.4
|
|
266
|
+
|
|
267
|
+
## 0.10.11-alpha.3
|
|
261
268
|
|
|
262
269
|
### Patch Changes
|
|
263
270
|
|
|
264
|
-
- Updated dependencies [
|
|
265
|
-
- Updated dependencies [
|
|
266
|
-
- Updated dependencies [
|
|
267
|
-
- Updated dependencies [
|
|
268
|
-
- Updated dependencies [
|
|
269
|
-
-
|
|
270
|
-
- @mastra/
|
|
271
|
-
- @mastra/server@0.10.7-alpha.1
|
|
271
|
+
- Updated dependencies [c7bbf1e]
|
|
272
|
+
- Updated dependencies [8722d53]
|
|
273
|
+
- Updated dependencies [132027f]
|
|
274
|
+
- Updated dependencies [0c85311]
|
|
275
|
+
- Updated dependencies [cb16baf]
|
|
276
|
+
- @mastra/core@0.10.11-alpha.3
|
|
277
|
+
- @mastra/server@0.10.11-alpha.3
|
|
272
278
|
|
|
273
|
-
## 0.10.
|
|
279
|
+
## 0.10.11-alpha.2
|
|
274
280
|
|
|
275
281
|
### Patch Changes
|
|
276
282
|
|
|
277
|
-
-
|
|
278
|
-
- Updated
|
|
279
|
-
-
|
|
280
|
-
-
|
|
281
|
-
|
|
283
|
+
- 2873c7f: dependencies updates:
|
|
284
|
+
- Updated dependency [`dotenv@^16.6.1` ↗︎](https://www.npmjs.com/package/dotenv/v/16.6.1) (from `^16.5.0`, in `dependencies`)
|
|
285
|
+
- 1c1c6a1: dependencies updates:
|
|
286
|
+
- Updated dependency [`hono@^4.8.4` ↗︎](https://www.npmjs.com/package/hono/v/4.8.4) (from `^4.8.3`, in `dependencies`)
|
|
287
|
+
- d9b26b5: dependencies updates:
|
|
288
|
+
- Updated dependency [`rollup@^4.44.2` ↗︎](https://www.npmjs.com/package/rollup/v/4.44.2) (from `^4.43.0`, in `dependencies`)
|
|
289
|
+
- 18ca936: Remove require exportCondition from rollup config to improve bundling
|
|
290
|
+
- Updated dependencies [2873c7f]
|
|
291
|
+
- Updated dependencies [1c1c6a1]
|
|
292
|
+
- Updated dependencies [565cc0c]
|
|
293
|
+
- @mastra/core@0.10.11-alpha.2
|
|
294
|
+
- @mastra/server@0.10.11-alpha.2
|
|
282
295
|
|
|
283
|
-
## 0.10.
|
|
296
|
+
## 0.10.11-alpha.1
|
|
284
297
|
|
|
285
298
|
### Patch Changes
|
|
286
299
|
|
|
287
|
-
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
- Updated dependency [`rollup@^4.43.0` ↗︎](https://www.npmjs.com/package/rollup/v/4.43.0) (from `^4.42.0`, in `dependencies`)
|
|
291
|
-
- 63f6b7d: dependencies updates:
|
|
292
|
-
- Updated dependency [`detect-libc@^2.0.4` ↗︎](https://www.npmjs.com/package/detect-libc/v/2.0.4) (from `^2.0.3`, in `dependencies`)
|
|
293
|
-
- Updated dependency [`esbuild@^0.25.5` ↗︎](https://www.npmjs.com/package/esbuild/v/0.25.5) (from `^0.25.1`, in `dependencies`)
|
|
294
|
-
- Updated dependency [`rollup@^4.42.0` ↗︎](https://www.npmjs.com/package/rollup/v/4.42.0) (from `^4.41.1`, in `dependencies`)
|
|
295
|
-
- Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
|
|
296
|
-
- c28ed65: dependencies updates:
|
|
297
|
-
- 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`)
|
|
298
|
-
- 79b9909: Optimize dependencies of tools even when unused.
|
|
299
|
-
|
|
300
|
-
Fixes #5149
|
|
301
|
-
|
|
302
|
-
... 2725 more lines hidden. See full changelog in package directory.
|
|
300
|
+
- Updated dependencies [7f6e403]
|
|
301
|
+
|
|
302
|
+
... 3001 more lines hidden. See full changelog in package directory.
|