@mastra/mcp-docs-server 0.13.5 → 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 +194 -194
- 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 +171 -171
- 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 +233 -233
- 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 +62 -62
- 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 +25 -25
- 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 +61 -61
- package/.docs/organized/changelogs/%40mastra%2Fschema-compat.md +18 -0
- package/.docs/organized/changelogs/%40mastra%2Fserver.md +195 -195
- 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 +119 -119
- 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 +5 -0
- package/.docs/raw/deployment/cloud-providers/amazon-ec2.mdx +60 -26
- package/.docs/raw/deployment/cloud-providers/index.mdx +44 -9
- 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/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/storage/mssql.mdx +108 -0
- package/.docs/raw/server-db/custom-api-routes.mdx +38 -26
- package/.docs/raw/tools-mcp/mcp-overview.mdx +24 -1
- package/.docs/raw/workflows/control-flow.mdx +85 -87
- 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/package.json +6 -8
- package/.docs/raw/frameworks/ai-sdk-v5.mdx +0 -91
|
@@ -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
|
-
- @mastra/core@0.10.11-alpha.4
|
|
9
|
-
- @mastra/server@0.10.11-alpha.4
|
|
10
|
-
|
|
11
|
-
## 0.10.11-alpha.3
|
|
7
|
+
- 0938991: Refactored the hono server structure by extracting route logic into route groups based on namespace.
|
|
12
8
|
|
|
13
9
|
### Patch Changes
|
|
14
10
|
|
|
15
|
-
-
|
|
16
|
-
-
|
|
17
|
-
-
|
|
18
|
-
-
|
|
19
|
-
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
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
|
|
24
59
|
|
|
25
60
|
### Patch Changes
|
|
26
61
|
|
|
27
|
-
-
|
|
28
|
-
-
|
|
29
|
-
-
|
|
30
|
-
- Updated dependency [`hono@^4.8.4` ↗︎](https://www.npmjs.com/package/hono/v/4.8.4) (from `^4.8.3`, in `dependencies`)
|
|
31
|
-
- d9b26b5: dependencies updates:
|
|
32
|
-
- Updated dependency [`rollup@^4.44.2` ↗︎](https://www.npmjs.com/package/rollup/v/4.44.2) (from `^4.43.0`, in `dependencies`)
|
|
33
|
-
- 18ca936: Remove require exportCondition from rollup config to improve bundling
|
|
34
|
-
- Updated dependencies [2873c7f]
|
|
35
|
-
- Updated dependencies [1c1c6a1]
|
|
36
|
-
- Updated dependencies [565cc0c]
|
|
37
|
-
- @mastra/core@0.10.11-alpha.2
|
|
38
|
-
- @mastra/server@0.10.11-alpha.2
|
|
62
|
+
- Updated dependencies [62007b3]
|
|
63
|
+
- @mastra/server@0.11.0-alpha.3
|
|
64
|
+
- @mastra/core@0.11.0-alpha.3
|
|
39
65
|
|
|
40
|
-
## 0.
|
|
66
|
+
## 0.11.0-alpha.2
|
|
41
67
|
|
|
42
68
|
### Patch Changes
|
|
43
69
|
|
|
44
|
-
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
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
|
|
49
108
|
|
|
50
109
|
### Patch Changes
|
|
51
110
|
|
|
52
|
-
-
|
|
53
|
-
-
|
|
54
|
-
-
|
|
55
|
-
- Updated dependencies [8c846b6]
|
|
56
|
-
- Updated dependencies [b790fd1]
|
|
57
|
-
- Updated dependencies [d7ed04d]
|
|
58
|
-
- Updated dependencies [f36e4f1]
|
|
59
|
-
- @mastra/core@0.10.11-alpha.0
|
|
60
|
-
- @mastra/server@0.10.11-alpha.0
|
|
61
|
-
|
|
62
|
-
## 0.10.10
|
|
111
|
+
- 7983e53: Revert cloudflare omit install deps step
|
|
112
|
+
- @mastra/core@0.11.0-alpha.1
|
|
113
|
+
- @mastra/server@0.11.0-alpha.1
|
|
63
114
|
|
|
64
|
-
|
|
115
|
+
## 0.11.0-alpha.0
|
|
65
116
|
|
|
66
|
-
|
|
67
|
-
- 6997af1: add send event to server, deployer, client-js and playground-ui
|
|
68
|
-
- Updated dependencies [6e13b80]
|
|
69
|
-
- Updated dependencies [6997af1]
|
|
70
|
-
- Updated dependencies [4d3fbdf]
|
|
71
|
-
- @mastra/server@0.10.10
|
|
72
|
-
- @mastra/core@0.10.10
|
|
117
|
+
### Minor Changes
|
|
73
118
|
|
|
74
|
-
|
|
119
|
+
- 0938991: Refactored the hono server structure by extracting route logic into route groups based on namespace.
|
|
75
120
|
|
|
76
121
|
### Patch Changes
|
|
77
122
|
|
|
78
|
-
-
|
|
79
|
-
-
|
|
80
|
-
- @mastra/server@0.10.10-alpha.1
|
|
81
|
-
- @mastra/core@0.10.10-alpha.1
|
|
123
|
+
- 6f50efd: Only enforce authorization on protected routes
|
|
124
|
+
- bf6903e: Fix dependency resolving with directories
|
|
82
125
|
|
|
83
|
-
|
|
126
|
+
Follow import from `import x from 'pkg/dir'` => `import x from 'pkg/dir/index.js'`
|
|
84
127
|
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
-
|
|
88
|
-
-
|
|
89
|
-
-
|
|
90
|
-
- @mastra/server@0.10.10-alpha.0
|
|
91
|
-
- @mastra/core@0.10.10-alpha.0
|
|
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
|
|
92
133
|
|
|
93
|
-
## 0.10.
|
|
134
|
+
## 0.10.15
|
|
94
135
|
|
|
95
136
|
### Patch Changes
|
|
96
137
|
|
|
97
|
-
-
|
|
98
|
-
- Updated dependency [`
|
|
99
|
-
-
|
|
100
|
-
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
-
|
|
105
|
-
-
|
|
106
|
-
- Updated dependencies [
|
|
107
|
-
- Updated dependencies [
|
|
108
|
-
- Updated dependencies [
|
|
109
|
-
- Updated dependencies [
|
|
110
|
-
- Updated dependencies [
|
|
111
|
-
- Updated dependencies [
|
|
112
|
-
- Updated dependencies [
|
|
113
|
-
- Updated dependencies [
|
|
114
|
-
- Updated dependencies [
|
|
115
|
-
- Updated dependencies [
|
|
116
|
-
-
|
|
117
|
-
-
|
|
118
|
-
|
|
119
|
-
-
|
|
120
|
-
- Updated dependencies [7e801dd]
|
|
121
|
-
- Updated dependencies [b7852ed]
|
|
122
|
-
- Updated dependencies [6320a61]
|
|
123
|
-
- @mastra/core@0.10.9
|
|
124
|
-
- @mastra/server@0.10.9
|
|
125
|
-
|
|
126
|
-
## 0.10.9-alpha.0
|
|
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
|
|
127
161
|
|
|
128
162
|
### Patch Changes
|
|
129
163
|
|
|
130
|
-
-
|
|
131
|
-
|
|
132
|
-
-
|
|
133
|
-
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
-
|
|
138
|
-
- 7e801dd: Add tools to network api response
|
|
139
|
-
- Updated dependencies [9dda1ac]
|
|
140
|
-
- Updated dependencies [c984582]
|
|
141
|
-
- Updated dependencies [7e801dd]
|
|
142
|
-
- Updated dependencies [a606c75]
|
|
143
|
-
- Updated dependencies [7aa70a4]
|
|
144
|
-
- Updated dependencies [764f86a]
|
|
145
|
-
- Updated dependencies [1760a1c]
|
|
146
|
-
- Updated dependencies [038e5ae]
|
|
147
|
-
- Updated dependencies [7dda16a]
|
|
148
|
-
- Updated dependencies [5ebfcdd]
|
|
149
|
-
- Updated dependencies [81a1b3b]
|
|
150
|
-
- Updated dependencies [b2d0c91]
|
|
151
|
-
- Updated dependencies [4e809ad]
|
|
152
|
-
- Updated dependencies [57929df]
|
|
153
|
-
- Updated dependencies [7e801dd]
|
|
154
|
-
- Updated dependencies [b7852ed]
|
|
155
|
-
- Updated dependencies [6320a61]
|
|
156
|
-
- @mastra/core@0.10.9-alpha.0
|
|
157
|
-
- @mastra/server@0.10.9-alpha.0
|
|
158
|
-
|
|
159
|
-
## 0.10.8
|
|
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
|
|
160
172
|
|
|
161
|
-
|
|
173
|
+
## 0.10.15-alpha.0
|
|
162
174
|
|
|
163
|
-
|
|
164
|
-
- Updated dependencies [b8f16b2]
|
|
165
|
-
- Updated dependencies [3e04487]
|
|
166
|
-
- Updated dependencies [a344ac7]
|
|
167
|
-
- Updated dependencies [dc4ca0a]
|
|
168
|
-
- @mastra/core@0.10.8
|
|
169
|
-
- @mastra/server@0.10.8
|
|
175
|
+
### Patch Changes
|
|
170
176
|
|
|
171
|
-
|
|
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
|
|
172
194
|
|
|
173
195
|
### Patch Changes
|
|
174
196
|
|
|
175
|
-
-
|
|
176
|
-
-
|
|
177
|
-
-
|
|
178
|
-
- @mastra/core@0.10.8-alpha.1
|
|
179
|
-
- @mastra/server@0.10.8-alpha.1
|
|
197
|
+
- 71907f3: Pin rollup to fix breaking change
|
|
198
|
+
- @mastra/core@0.10.14
|
|
199
|
+
- @mastra/server@0.10.14
|
|
180
200
|
|
|
181
|
-
## 0.10.
|
|
201
|
+
## 0.10.12
|
|
182
202
|
|
|
183
203
|
### Patch Changes
|
|
184
204
|
|
|
185
|
-
-
|
|
186
|
-
- Updated dependencies [
|
|
187
|
-
|
|
188
|
-
- @mastra/core@0.10.
|
|
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
|
|
189
210
|
|
|
190
|
-
## 0.10.
|
|
211
|
+
## 0.10.12-alpha.1
|
|
191
212
|
|
|
192
213
|
### Patch Changes
|
|
193
214
|
|
|
194
|
-
-
|
|
195
|
-
-
|
|
196
|
-
-
|
|
197
|
-
|
|
198
|
-
-
|
|
199
|
-
- 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`)
|
|
200
|
-
- 9bf1d55: Fix runtimeContext in mastra server, client SDK
|
|
201
|
-
- 914684e: Fix workflow watch and stream not streaming
|
|
202
|
-
- 5d74aab: vNext network in playground
|
|
203
|
-
- 17903a3: Remove install step from dev for telemetry
|
|
204
|
-
- 10a4f10: Cancel agent generate/stream when request aborts
|
|
205
|
-
- Updated dependencies [15e9d26]
|
|
206
|
-
- Updated dependencies [d1baedb]
|
|
207
|
-
- Updated dependencies [d8f2d19]
|
|
208
|
-
- Updated dependencies [9bf1d55]
|
|
209
|
-
- Updated dependencies [4d21bf2]
|
|
210
|
-
- Updated dependencies [07d6d88]
|
|
211
|
-
- Updated dependencies [9d52b17]
|
|
212
|
-
- Updated dependencies [2097952]
|
|
213
|
-
- Updated dependencies [792c4c0]
|
|
214
|
-
- Updated dependencies [5d74aab]
|
|
215
|
-
- Updated dependencies [5d74aab]
|
|
216
|
-
- Updated dependencies [a8b194f]
|
|
217
|
-
- Updated dependencies [4fb0cc2]
|
|
218
|
-
- Updated dependencies [d2a7a31]
|
|
219
|
-
- Updated dependencies [502fe05]
|
|
220
|
-
- Updated dependencies [144eb0b]
|
|
221
|
-
- Updated dependencies [4afab04]
|
|
222
|
-
- Updated dependencies [8ba1b51]
|
|
223
|
-
- Updated dependencies [10a4f10]
|
|
224
|
-
- Updated dependencies [4efcfa0]
|
|
225
|
-
- Updated dependencies [0e17048]
|
|
226
|
-
- @mastra/core@0.10.7
|
|
227
|
-
- @mastra/server@0.10.7
|
|
228
|
-
|
|
229
|
-
## 0.10.7-alpha.5
|
|
215
|
+
- Updated dependencies [4d5583d]
|
|
216
|
+
- @mastra/core@0.10.12-alpha.1
|
|
217
|
+
- @mastra/server@0.10.12-alpha.1
|
|
218
|
+
|
|
219
|
+
## 0.10.12-alpha.0
|
|
230
220
|
|
|
231
221
|
### Patch Changes
|
|
232
222
|
|
|
233
|
-
-
|
|
234
|
-
-
|
|
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
|
|
235
227
|
|
|
236
|
-
## 0.10.
|
|
228
|
+
## 0.10.11
|
|
237
229
|
|
|
238
230
|
### Patch Changes
|
|
239
231
|
|
|
240
|
-
-
|
|
241
|
-
-
|
|
242
|
-
|
|
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
|
|
243
258
|
|
|
244
|
-
## 0.10.
|
|
259
|
+
## 0.10.11-alpha.4
|
|
245
260
|
|
|
246
261
|
### Patch Changes
|
|
247
262
|
|
|
248
|
-
-
|
|
249
|
-
-
|
|
250
|
-
-
|
|
251
|
-
- Updated dependencies [4afab04]
|
|
252
|
-
- Updated dependencies [10a4f10]
|
|
253
|
-
- Updated dependencies [4efcfa0]
|
|
254
|
-
- @mastra/core@0.10.7-alpha.3
|
|
255
|
-
- @mastra/server@0.10.7-alpha.3
|
|
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
|
|
256
266
|
|
|
257
|
-
## 0.10.
|
|
267
|
+
## 0.10.11-alpha.3
|
|
258
268
|
|
|
259
269
|
### Patch Changes
|
|
260
270
|
|
|
261
|
-
-
|
|
262
|
-
|
|
263
|
-
-
|
|
264
|
-
|
|
265
|
-
-
|
|
266
|
-
-
|
|
267
|
-
-
|
|
268
|
-
|
|
269
|
-
-
|
|
270
|
-
- 17903a3: Remove install step from dev for telemetry
|
|
271
|
-
- Updated dependencies [15e9d26]
|
|
272
|
-
- Updated dependencies [9bf1d55]
|
|
273
|
-
- Updated dependencies [07d6d88]
|
|
274
|
-
- Updated dependencies [5d74aab]
|
|
275
|
-
- Updated dependencies [5d74aab]
|
|
276
|
-
- Updated dependencies [144eb0b]
|
|
277
|
-
- @mastra/core@0.10.7-alpha.2
|
|
278
|
-
- @mastra/server@0.10.7-alpha.2
|
|
279
|
-
|
|
280
|
-
## 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
|
|
278
|
+
|
|
279
|
+
## 0.10.11-alpha.2
|
|
281
280
|
|
|
282
281
|
### Patch Changes
|
|
283
282
|
|
|
284
|
-
-
|
|
285
|
-
- Updated
|
|
286
|
-
-
|
|
287
|
-
- Updated
|
|
288
|
-
-
|
|
289
|
-
- Updated
|
|
290
|
-
|
|
291
|
-
|
|
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
|
|
292
295
|
|
|
293
|
-
## 0.10.
|
|
296
|
+
## 0.10.11-alpha.1
|
|
294
297
|
|
|
295
298
|
### Patch Changes
|
|
296
299
|
|
|
297
|
-
- Updated dependencies [
|
|
298
|
-
- Updated dependencies [9d52b17]
|
|
299
|
-
- Updated dependencies [8ba1b51]
|
|
300
|
-
- @mastra/core@0.10.7-alpha.0
|
|
300
|
+
- Updated dependencies [7f6e403]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 3001 more lines hidden. See full changelog in package directory.
|