@mastra/mcp-docs-server 0.13.4 → 0.13.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.
- package/.docs/organized/changelogs/%40internal%2Fstorage-test-utils.md +8 -8
- package/.docs/organized/changelogs/%40mastra%2Fagui.md +12 -12
- package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +55 -55
- package/.docs/organized/changelogs/%40mastra%2Fcloudflare-d1.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fcore.md +47 -47
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +42 -42
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +24 -24
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +24 -24
- package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +72 -72
- package/.docs/organized/changelogs/%40mastra%2Fdynamodb.md +31 -31
- package/.docs/organized/changelogs/%40mastra%2Ffastembed.md +7 -0
- package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Floggers.md +9 -9
- package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +21 -21
- package/.docs/organized/changelogs/%40mastra%2Fmcp.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fmemory.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fpg.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +77 -77
- package/.docs/organized/changelogs/%40mastra%2Frag.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fschema-compat.md +6 -0
- package/.docs/organized/changelogs/%40mastra%2Fserver.md +54 -54
- package/.docs/organized/changelogs/%40mastra%2Fupstash.md +13 -13
- package/.docs/organized/changelogs/create-mastra.md +34 -34
- package/.docs/organized/changelogs/mastra.md +79 -79
- package/.docs/organized/code-examples/bird-checker-with-express.md +1 -1
- package/.docs/organized/code-examples/crypto-chatbot.md +9 -9
- package/.docs/organized/code-examples/fireworks-r1.md +1 -1
- package/.docs/organized/code-examples/memory-per-resource-example.md +1 -1
- package/.docs/organized/code-examples/memory-with-pg.md +1 -1
- package/.docs/organized/code-examples/memory-with-upstash.md +1 -1
- package/.docs/organized/code-examples/openapi-spec-writer.md +4 -4
- package/.docs/raw/agents/overview.mdx +16 -33
- package/.docs/raw/community/licensing.mdx +27 -19
- package/.docs/raw/deployment/cloud-providers/aws-lambda.mdx +279 -0
- package/.docs/raw/deployment/cloud-providers/digital-ocean.mdx +1 -1
- package/.docs/raw/deployment/server-deployment.mdx +56 -0
- package/.docs/raw/deployment/serverless-platforms/index.mdx +0 -1
- package/.docs/raw/frameworks/agentic-uis/ai-sdk.mdx +97 -0
- package/.docs/raw/frameworks/agentic-uis/assistant-ui.mdx +34 -0
- package/.docs/raw/memory/overview.mdx +2 -1
- package/.docs/raw/rag/retrieval.mdx +24 -5
- package/.docs/raw/reference/agents/generate.mdx +3 -2
- package/.docs/raw/reference/agents/stream.mdx +3 -2
- package/.docs/raw/reference/cli/dev.mdx +12 -0
- package/.docs/raw/reference/legacyWorkflows/createRun.mdx +0 -4
- package/.docs/raw/reference/memory/Memory.mdx +12 -6
- package/.docs/raw/reference/rag/rerankWithScorer.mdx +213 -0
- package/.docs/raw/reference/workflows/create-run.mdx +4 -4
- package/.docs/raw/reference/workflows/sendEvent.mdx +49 -0
- package/.docs/raw/{local-dev/mastra-dev.mdx → server-db/local-dev-playground.mdx} +10 -3
- package/.docs/raw/{client-js/overview.mdx → server-db/mastra-client.mdx} +16 -0
- package/.docs/raw/server-db/production-server.mdx +66 -0
- package/.docs/raw/tools-mcp/mcp-overview.mdx +4 -6
- package/.docs/raw/workflows/control-flow.mdx +34 -34
- package/.docs/raw/workflows/overview.mdx +1 -1
- package/.docs/raw/workflows/pausing-execution.mdx +74 -37
- package/LICENSE.md +11 -42
- package/package.json +6 -6
- package/.docs/raw/deployment/server.mdx +0 -116
- /package/.docs/raw/{deployment → server-db}/custom-api-routes.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,5 +1,12 @@
|
|
|
1
1
|
# @internal/lint
|
|
2
2
|
|
|
3
|
+
## 0.0.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [4d3fbdf]
|
|
8
|
+
- @mastra/core@0.10.10
|
|
9
|
+
|
|
3
10
|
## 0.0.12
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -292,11 +299,4 @@
|
|
|
292
299
|
|
|
293
300
|
## 0.0.1-alpha.1
|
|
294
301
|
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
- Updated dependencies [405b63d]
|
|
298
|
-
- Updated dependencies [61e92f5]
|
|
299
|
-
- Updated dependencies [c71013a]
|
|
300
|
-
- @mastra/core@0.9.1-alpha.2
|
|
301
|
-
|
|
302
|
-
... 14 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 21 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @mastra/agui
|
|
2
2
|
|
|
3
|
+
## 1.0.6-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 1c1c6a1: dependencies updates:
|
|
8
|
+
- Updated dependency [`hono@^4.8.4` ↗︎](https://www.npmjs.com/package/hono/v/4.8.4) (from `^4.8.3`, in `dependencies`)
|
|
9
|
+
- Updated dependencies [2873c7f]
|
|
10
|
+
- Updated dependencies [1c1c6a1]
|
|
11
|
+
- Updated dependencies [565cc0c]
|
|
12
|
+
- @mastra/core@0.10.11-alpha.2
|
|
13
|
+
|
|
3
14
|
## 1.0.5
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -287,16 +298,5 @@
|
|
|
287
298
|
- Updated dependencies [1e9fbfa]
|
|
288
299
|
- Updated dependencies [b2ae5aa]
|
|
289
300
|
- Updated dependencies [a7292b0]
|
|
290
|
-
- Updated dependencies [0dcb9f0]
|
|
291
|
-
- Updated dependencies [5063646]
|
|
292
|
-
- @mastra/client-js@0.2.0-alpha.1
|
|
293
|
-
- @mastra/core@0.10.0-alpha.1
|
|
294
|
-
|
|
295
|
-
## 0.0.1-alpha.2
|
|
296
|
-
|
|
297
|
-
### Patch Changes
|
|
298
|
-
|
|
299
|
-
- ceb47cb: Move AGUI to server instead of client
|
|
300
|
-
- Updated dependencies [f53a6ac]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 23 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,59 @@
|
|
|
1
1
|
# @mastra/client-js
|
|
2
2
|
|
|
3
|
+
## 0.10.10-alpha.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @mastra/core@0.10.11-alpha.4
|
|
8
|
+
|
|
9
|
+
## 0.10.10-alpha.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [c7bbf1e]
|
|
14
|
+
- Updated dependencies [8722d53]
|
|
15
|
+
- Updated dependencies [132027f]
|
|
16
|
+
- Updated dependencies [0c85311]
|
|
17
|
+
- Updated dependencies [cb16baf]
|
|
18
|
+
- @mastra/core@0.10.11-alpha.3
|
|
19
|
+
|
|
20
|
+
## 0.10.10-alpha.2
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- 18da791: Add abortSignal to client SDK options
|
|
25
|
+
- Updated dependencies [2873c7f]
|
|
26
|
+
- Updated dependencies [1c1c6a1]
|
|
27
|
+
- Updated dependencies [565cc0c]
|
|
28
|
+
- @mastra/core@0.10.11-alpha.2
|
|
29
|
+
|
|
30
|
+
## 0.10.10-alpha.1
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- Updated dependencies [7f6e403]
|
|
35
|
+
- @mastra/core@0.10.11-alpha.1
|
|
36
|
+
|
|
37
|
+
## 0.10.10-alpha.0
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- Updated dependencies [f8ce2cc]
|
|
42
|
+
- Updated dependencies [8c846b6]
|
|
43
|
+
- Updated dependencies [b790fd1]
|
|
44
|
+
- Updated dependencies [d7ed04d]
|
|
45
|
+
- Updated dependencies [f36e4f1]
|
|
46
|
+
- @mastra/core@0.10.11-alpha.0
|
|
47
|
+
|
|
48
|
+
## 0.10.9
|
|
49
|
+
|
|
50
|
+
### Patch Changes
|
|
51
|
+
|
|
52
|
+
- b60f510: Fix getWorkflowRuns by limit and offset
|
|
53
|
+
- 6997af1: add send event to server, deployer, client-js and playground-ui
|
|
54
|
+
- Updated dependencies [4d3fbdf]
|
|
55
|
+
- @mastra/core@0.10.10
|
|
56
|
+
|
|
3
57
|
## 0.10.9-alpha.1
|
|
4
58
|
|
|
5
59
|
### Patch Changes
|
|
@@ -244,59 +298,5 @@
|
|
|
244
298
|
|
|
245
299
|
### Patch Changes
|
|
246
300
|
|
|
247
|
-
- Updated dependencies [4b0f8a6]
|
|
248
|
-
- @mastra/core@0.10.6-alpha.2
|
|
249
|
-
|
|
250
|
-
## 0.10.5-alpha.1
|
|
251
|
-
|
|
252
|
-
### Patch Changes
|
|
253
|
-
|
|
254
|
-
- ee9af57: Add api for polling run execution result and get run by id
|
|
255
|
-
- 3270d9d: Fix runtime context being undefined
|
|
256
|
-
- Updated dependencies [ee9af57]
|
|
257
|
-
- Updated dependencies [751c894]
|
|
258
|
-
- Updated dependencies [577ce3a]
|
|
259
|
-
- Updated dependencies [9260b3a]
|
|
260
|
-
- @mastra/core@0.10.6-alpha.1
|
|
261
|
-
|
|
262
|
-
## 0.10.5-alpha.0
|
|
263
|
-
|
|
264
|
-
### Patch Changes
|
|
265
|
-
|
|
266
|
-
- 63f6b7d: dependencies updates:
|
|
267
|
-
- Updated dependency [`@ai-sdk/ui-utils@^1.2.11` ↗︎](https://www.npmjs.com/package/@ai-sdk/ui-utils/v/1.2.11) (from `^1.1.19`, in `dependencies`)
|
|
268
|
-
- Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
|
|
269
|
-
- Updated dependencies [63f6b7d]
|
|
270
|
-
- Updated dependencies [36f1c36]
|
|
271
|
-
- Updated dependencies [10d352e]
|
|
272
|
-
- Updated dependencies [53d3c37]
|
|
273
|
-
- @mastra/core@0.10.6-alpha.0
|
|
274
|
-
|
|
275
|
-
## 0.10.4
|
|
276
|
-
|
|
277
|
-
### Patch Changes
|
|
278
|
-
|
|
279
|
-
- Updated dependencies [13c97f9]
|
|
280
|
-
- @mastra/core@0.10.5
|
|
281
|
-
|
|
282
|
-
## 0.10.3
|
|
283
|
-
|
|
284
|
-
### Patch Changes
|
|
285
301
|
|
|
286
|
-
|
|
287
|
-
- Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
|
|
288
|
-
- 1ccccff: dependencies updates:
|
|
289
|
-
- Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
|
|
290
|
-
- f1f1f1b: Add basic filtering capabilities to logs
|
|
291
|
-
- b2810ab: Move @mastra/core to deps
|
|
292
|
-
- 82090c1: Add pagination to logs
|
|
293
|
-
- 67d21b5: Added overloading to the generate method of the Agent class to enhance type definition using ZodSchema.
|
|
294
|
-
- Updated dependencies [d1ed912]
|
|
295
|
-
- Updated dependencies [f6fd25f]
|
|
296
|
-
- Updated dependencies [dffb67b]
|
|
297
|
-
- Updated dependencies [f1f1f1b]
|
|
298
|
-
- Updated dependencies [925ab94]
|
|
299
|
-
- Updated dependencies [f9816ae]
|
|
300
|
-
- Updated dependencies [82090c1]
|
|
301
|
-
|
|
302
|
-
... 1443 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1497 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @mastra/cloudflare-d1
|
|
2
2
|
|
|
3
|
+
## 0.12.1-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- c460c00: Allow D1Store to be configured using an inline client implementation
|
|
8
|
+
- Updated dependencies [2873c7f]
|
|
9
|
+
- Updated dependencies [1c1c6a1]
|
|
10
|
+
- Updated dependencies [565cc0c]
|
|
11
|
+
- @mastra/core@0.10.11-alpha.2
|
|
12
|
+
|
|
3
13
|
## 0.12.0
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|
|
@@ -288,15 +298,5 @@
|
|
|
288
298
|
|
|
289
299
|
### Patch Changes
|
|
290
300
|
|
|
291
|
-
- b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
|
|
292
|
-
- Updated dependencies [b3a3d63]
|
|
293
|
-
- Updated dependencies [344f453]
|
|
294
|
-
- Updated dependencies [0a3ae6d]
|
|
295
|
-
- Updated dependencies [95911be]
|
|
296
|
-
- Updated dependencies [5eb5a99]
|
|
297
|
-
- Updated dependencies [7e632c5]
|
|
298
|
-
- Updated dependencies [1e9fbfa]
|
|
299
|
-
- Updated dependencies [b2ae5aa]
|
|
300
|
-
- Updated dependencies [a7292b0]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 370 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,51 @@
|
|
|
1
1
|
# @mastra/core
|
|
2
2
|
|
|
3
|
+
## 0.10.11-alpha.4
|
|
4
|
+
|
|
5
|
+
## 0.10.11-alpha.3
|
|
6
|
+
|
|
7
|
+
### Patch Changes
|
|
8
|
+
|
|
9
|
+
- c7bbf1e: Implement workflow retry delay
|
|
10
|
+
- 8722d53: Fix multi modal remaining steps
|
|
11
|
+
- 132027f: Check if workflow and step is suspended before resuming
|
|
12
|
+
- 0c85311: Fix Google models ZodNull tool schema handling
|
|
13
|
+
- cb16baf: Fix MCP tool output schema type and return value
|
|
14
|
+
- Updated dependencies [0c85311]
|
|
15
|
+
- @mastra/schema-compat@0.10.4-alpha.0
|
|
16
|
+
|
|
17
|
+
## 0.10.11-alpha.2
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- 2873c7f: dependencies updates:
|
|
22
|
+
- Updated dependency [`dotenv@^16.6.1` ↗︎](https://www.npmjs.com/package/dotenv/v/16.6.1) (from `^16.5.0`, in `dependencies`)
|
|
23
|
+
- 1c1c6a1: dependencies updates:
|
|
24
|
+
- Updated dependency [`hono@^4.8.4` ↗︎](https://www.npmjs.com/package/hono/v/4.8.4) (from `^4.8.3`, in `dependencies`)
|
|
25
|
+
- 565cc0c: fix redirection when clicking on the playground breadcrumbs
|
|
26
|
+
|
|
27
|
+
## 0.10.11-alpha.1
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- 7f6e403: [MASTRA-3765] Save Message parts - Add ability for user to save messages on step finish for stream and agent
|
|
32
|
+
|
|
33
|
+
## 0.10.11-alpha.0
|
|
34
|
+
|
|
35
|
+
### Patch Changes
|
|
36
|
+
|
|
37
|
+
- f8ce2cc: Add stepId to workflow executeStep error log
|
|
38
|
+
- 8c846b6: Fixed a problem where per-resource working memory wasn't being queried properly
|
|
39
|
+
- b790fd1: Ability to pass a function to .sleep()/.sleepUntil()
|
|
40
|
+
- d7ed04d: make workflow execute use createRunAsync
|
|
41
|
+
- f36e4f1: Allow passing custom instructions to generateTitle to override default instructions.
|
|
42
|
+
|
|
43
|
+
## 0.10.10
|
|
44
|
+
|
|
45
|
+
### Patch Changes
|
|
46
|
+
|
|
47
|
+
- 4d3fbdf: Return tool error message rather than throw when a tool error happens for agent and tool playground page.
|
|
48
|
+
|
|
3
49
|
## 0.10.10-alpha.1
|
|
4
50
|
|
|
5
51
|
## 0.10.10-alpha.0
|
|
@@ -250,53 +296,7 @@
|
|
|
250
296
|
|
|
251
297
|
### Patch Changes
|
|
252
298
|
|
|
253
|
-
- d1ed912: dependencies updates:
|
|
254
|
-
- Updated dependency [`dotenv@^16.5.0` ↗︎](https://www.npmjs.com/package/dotenv/v/16.5.0) (from `^16.4.7`, in `dependencies`)
|
|
255
|
-
- f6fd25f: Updates @mastra/schema-compat to allow all zod schemas. Uses @mastra/schema-compat to apply schema transformations to agent output schema.
|
|
256
|
-
- dffb67b: updated stores to add alter table and change tests
|
|
257
|
-
- f1f1f1b: Add basic filtering capabilities to logs
|
|
258
|
-
- 925ab94: added paginated functions to base class and added boilerplate and updated imports
|
|
259
|
-
- f9816ae: Create @mastra/schema-compat package to extract the schema compatibility layer to be used outside of mastra
|
|
260
|
-
- 82090c1: Add pagination to logs
|
|
261
|
-
- 1b443fd: - add trackException to loggers to allow mastra cloud to track exceptions at runtime
|
|
262
|
-
- Added generic MastraBaseError<D, C> in packages/core/src/error/index.ts to improve type safety and flexibility of error handling
|
|
263
|
-
- ce97900: Add paginated APIs to cloudflare-d1 storage class
|
|
264
|
-
- f1309d3: Now that UIMessages are stored, we added a check to make sure large text files or source urls are not sent to the LLM for thread title generation.
|
|
265
|
-
- 14a2566: Add pagination to libsql storage APIs
|
|
266
|
-
- f7f8293: Added LanceDB implementations for MastraVector and MastraStorage
|
|
267
|
-
- 48eddb9: update filter logic in Memory class to support semantic recall search scope
|
|
268
|
-
- Updated dependencies [f6fd25f]
|
|
269
|
-
- Updated dependencies [f9816ae]
|
|
270
|
-
- @mastra/schema-compat@0.10.2
|
|
271
|
-
|
|
272
|
-
## 0.10.4-alpha.3
|
|
273
|
-
|
|
274
|
-
### Patch Changes
|
|
275
|
-
|
|
276
|
-
- 925ab94: added paginated functions to base class and added boilerplate and updated imports
|
|
277
|
-
|
|
278
|
-
## 0.10.4-alpha.2
|
|
279
|
-
|
|
280
|
-
### Patch Changes
|
|
281
|
-
|
|
282
|
-
- 48eddb9: update filter logic in Memory class to support semantic recall search scope
|
|
283
|
-
|
|
284
|
-
## 0.10.4-alpha.1
|
|
285
|
-
|
|
286
|
-
### Patch Changes
|
|
287
|
-
|
|
288
|
-
- f6fd25f: Updates @mastra/schema-compat to allow all zod schemas. Uses @mastra/schema-compat to apply schema transformations to agent output schema.
|
|
289
|
-
- dffb67b: updated stores to add alter table and change tests
|
|
290
|
-
- f1309d3: Now that UIMessages are stored, we added a check to make sure large text files or source urls are not sent to the LLM for thread title generation.
|
|
291
|
-
- f7f8293: Added LanceDB implementations for MastraVector and MastraStorage
|
|
292
|
-
- Updated dependencies [f6fd25f]
|
|
293
|
-
- @mastra/schema-compat@0.10.2-alpha.3
|
|
294
|
-
|
|
295
|
-
## 0.10.4-alpha.0
|
|
296
|
-
|
|
297
|
-
### Patch Changes
|
|
298
|
-
|
|
299
299
|
- d1ed912: dependencies updates:
|
|
300
300
|
- Updated dependency [`dotenv@^16.5.0` ↗︎](https://www.npmjs.com/package/dotenv/v/16.5.0) (from `^16.4.7`, in `dependencies`)
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2084 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,46 @@
|
|
|
1
1
|
# @mastra/deployer-cloudflare
|
|
2
2
|
|
|
3
|
+
## 0.10.11-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d9b26b5: dependencies updates:
|
|
8
|
+
- Updated dependency [`rollup@^4.44.2` ↗︎](https://www.npmjs.com/package/rollup/v/4.44.2) (from `^4.43.0`, in `dependencies`)
|
|
9
|
+
- Updated dependencies [2873c7f]
|
|
10
|
+
- Updated dependencies [1c1c6a1]
|
|
11
|
+
- Updated dependencies [2873c7f]
|
|
12
|
+
- Updated dependencies [1c1c6a1]
|
|
13
|
+
- Updated dependencies [d9b26b5]
|
|
14
|
+
- Updated dependencies [565cc0c]
|
|
15
|
+
- Updated dependencies [18ca936]
|
|
16
|
+
- @mastra/core@0.10.11-alpha.2
|
|
17
|
+
- @mastra/deployer@0.10.11-alpha.2
|
|
18
|
+
|
|
19
|
+
## 0.10.11-alpha.0
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- bc40cdd: dependencies updates:
|
|
24
|
+
- Updated dependency [`@babel/core@^7.27.7` ↗︎](https://www.npmjs.com/package/@babel/core/v/7.27.7) (from `^7.27.4`, in `dependencies`)
|
|
25
|
+
- Updated dependencies [bc40cdd]
|
|
26
|
+
- Updated dependencies [f8ce2cc]
|
|
27
|
+
- Updated dependencies [8c846b6]
|
|
28
|
+
- Updated dependencies [b790fd1]
|
|
29
|
+
- Updated dependencies [d7ed04d]
|
|
30
|
+
- Updated dependencies [f36e4f1]
|
|
31
|
+
- @mastra/deployer@0.10.11-alpha.0
|
|
32
|
+
- @mastra/core@0.10.11-alpha.0
|
|
33
|
+
|
|
34
|
+
## 0.10.10
|
|
35
|
+
|
|
36
|
+
### Patch Changes
|
|
37
|
+
|
|
38
|
+
- Updated dependencies [6e13b80]
|
|
39
|
+
- Updated dependencies [6997af1]
|
|
40
|
+
- Updated dependencies [4d3fbdf]
|
|
41
|
+
- @mastra/deployer@0.10.10
|
|
42
|
+
- @mastra/core@0.10.10
|
|
43
|
+
|
|
3
44
|
## 0.10.10-alpha.0
|
|
4
45
|
|
|
5
46
|
### Patch Changes
|
|
@@ -258,45 +299,4 @@
|
|
|
258
299
|
- @mastra/deployer@0.10.6-alpha.4
|
|
259
300
|
- @mastra/core@0.10.6-alpha.4
|
|
260
301
|
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
### Patch Changes
|
|
264
|
-
|
|
265
|
-
- Updated dependencies [4051477]
|
|
266
|
-
- Updated dependencies [c28ed65]
|
|
267
|
-
- Updated dependencies [d70c420]
|
|
268
|
-
- Updated dependencies [2a16996]
|
|
269
|
-
- @mastra/deployer@0.10.6-alpha.3
|
|
270
|
-
- @mastra/core@0.10.6-alpha.3
|
|
271
|
-
|
|
272
|
-
## 0.10.6-alpha.2
|
|
273
|
-
|
|
274
|
-
### Patch Changes
|
|
275
|
-
|
|
276
|
-
- Updated dependencies [4b0f8a6]
|
|
277
|
-
- Updated dependencies [ec7f824]
|
|
278
|
-
- @mastra/core@0.10.6-alpha.2
|
|
279
|
-
- @mastra/deployer@0.10.6-alpha.2
|
|
280
|
-
|
|
281
|
-
## 0.10.6-alpha.1
|
|
282
|
-
|
|
283
|
-
### Patch Changes
|
|
284
|
-
|
|
285
|
-
- Updated dependencies [ee9af57]
|
|
286
|
-
- Updated dependencies [3270d9d]
|
|
287
|
-
- Updated dependencies [751c894]
|
|
288
|
-
- Updated dependencies [577ce3a]
|
|
289
|
-
- Updated dependencies [9260b3a]
|
|
290
|
-
- @mastra/deployer@0.10.6-alpha.1
|
|
291
|
-
- @mastra/core@0.10.6-alpha.1
|
|
292
|
-
|
|
293
|
-
## 0.10.6-alpha.0
|
|
294
|
-
|
|
295
|
-
### Patch Changes
|
|
296
|
-
|
|
297
|
-
- 2d12edd: dependencies updates:
|
|
298
|
-
- Updated dependency [`rollup@^4.43.0` ↗︎](https://www.npmjs.com/package/rollup/v/4.43.0) (from `^4.42.0`, in `dependencies`)
|
|
299
|
-
- 63f6b7d: dependencies updates:
|
|
300
|
-
- Updated dependency [`rollup@^4.42.0` ↗︎](https://www.npmjs.com/package/rollup/v/4.42.0) (from `^4.41.1`, in `dependencies`)
|
|
301
|
-
|
|
302
|
-
... 2627 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 2668 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @mastra/deployer-netlify
|
|
2
2
|
|
|
3
|
+
## 0.11.4-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [bc40cdd]
|
|
8
|
+
- Updated dependencies [f8ce2cc]
|
|
9
|
+
- Updated dependencies [8c846b6]
|
|
10
|
+
- Updated dependencies [b790fd1]
|
|
11
|
+
- Updated dependencies [d7ed04d]
|
|
12
|
+
- Updated dependencies [f36e4f1]
|
|
13
|
+
- @mastra/deployer@0.10.11-alpha.0
|
|
14
|
+
- @mastra/core@0.10.11-alpha.0
|
|
15
|
+
|
|
16
|
+
## 0.11.3
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- Updated dependencies [6e13b80]
|
|
21
|
+
- Updated dependencies [6997af1]
|
|
22
|
+
- Updated dependencies [4d3fbdf]
|
|
23
|
+
- @mastra/deployer@0.10.10
|
|
24
|
+
- @mastra/core@0.10.10
|
|
25
|
+
|
|
3
26
|
## 0.11.3-alpha.0
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|
|
@@ -276,27 +299,4 @@
|
|
|
276
299
|
|
|
277
300
|
## 0.10.6-alpha.1
|
|
278
301
|
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
- Updated dependencies [ee9af57]
|
|
282
|
-
- Updated dependencies [3270d9d]
|
|
283
|
-
- Updated dependencies [751c894]
|
|
284
|
-
- Updated dependencies [577ce3a]
|
|
285
|
-
- Updated dependencies [9260b3a]
|
|
286
|
-
- @mastra/deployer@0.10.6-alpha.1
|
|
287
|
-
- @mastra/core@0.10.6-alpha.1
|
|
288
|
-
|
|
289
|
-
## 0.10.6-alpha.0
|
|
290
|
-
|
|
291
|
-
### Patch Changes
|
|
292
|
-
|
|
293
|
-
- 63f6b7d: dependencies updates:
|
|
294
|
-
- Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
|
|
295
|
-
- Removed dependency [`netlify-cli@^19.1.7` ↗︎](https://www.npmjs.com/package/netlify-cli/v/19.1.7) (from `dependencies`)
|
|
296
|
-
- Updated dependencies [63f6b7d]
|
|
297
|
-
- Updated dependencies [2d12edd]
|
|
298
|
-
- Updated dependencies [63f6b7d]
|
|
299
|
-
- Updated dependencies [36f1c36]
|
|
300
|
-
- Updated dependencies [10d352e]
|
|
301
|
-
|
|
302
|
-
... 2582 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 2605 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @mastra/deployer-vercel
|
|
2
2
|
|
|
3
|
+
## 0.11.4-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [bc40cdd]
|
|
8
|
+
- Updated dependencies [f8ce2cc]
|
|
9
|
+
- Updated dependencies [8c846b6]
|
|
10
|
+
- Updated dependencies [b790fd1]
|
|
11
|
+
- Updated dependencies [d7ed04d]
|
|
12
|
+
- Updated dependencies [f36e4f1]
|
|
13
|
+
- @mastra/deployer@0.10.11-alpha.0
|
|
14
|
+
- @mastra/core@0.10.11-alpha.0
|
|
15
|
+
|
|
16
|
+
## 0.11.3
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- Updated dependencies [6e13b80]
|
|
21
|
+
- Updated dependencies [6997af1]
|
|
22
|
+
- Updated dependencies [4d3fbdf]
|
|
23
|
+
- @mastra/deployer@0.10.10
|
|
24
|
+
- @mastra/core@0.10.10
|
|
25
|
+
|
|
3
26
|
## 0.11.3-alpha.0
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|
|
@@ -275,28 +298,5 @@
|
|
|
275
298
|
|
|
276
299
|
- Updated dependencies [ee9af57]
|
|
277
300
|
- Updated dependencies [3270d9d]
|
|
278
|
-
- Updated dependencies [751c894]
|
|
279
|
-
- Updated dependencies [577ce3a]
|
|
280
|
-
- Updated dependencies [9260b3a]
|
|
281
|
-
- @mastra/deployer@0.10.6-alpha.1
|
|
282
|
-
- @mastra/core@0.10.6-alpha.1
|
|
283
|
-
|
|
284
|
-
## 0.10.6-alpha.0
|
|
285
|
-
|
|
286
|
-
### Patch Changes
|
|
287
|
-
|
|
288
|
-
- Updated dependencies [63f6b7d]
|
|
289
|
-
- Updated dependencies [2d12edd]
|
|
290
|
-
- Updated dependencies [63f6b7d]
|
|
291
|
-
- Updated dependencies [36f1c36]
|
|
292
|
-
- Updated dependencies [10d352e]
|
|
293
|
-
- Updated dependencies [53d3c37]
|
|
294
|
-
- @mastra/core@0.10.6-alpha.0
|
|
295
|
-
- @mastra/deployer@0.10.6-alpha.0
|
|
296
|
-
|
|
297
|
-
## 0.10.5
|
|
298
|
-
|
|
299
|
-
### Patch Changes
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2587 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,76 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
+
## 0.10.11-alpha.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 40cd025: Check if tool is actually a tool for /api/tools
|
|
8
|
+
- @mastra/core@0.10.11-alpha.4
|
|
9
|
+
- @mastra/server@0.10.11-alpha.4
|
|
10
|
+
|
|
11
|
+
## 0.10.11-alpha.3
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [c7bbf1e]
|
|
16
|
+
- Updated dependencies [8722d53]
|
|
17
|
+
- Updated dependencies [132027f]
|
|
18
|
+
- Updated dependencies [0c85311]
|
|
19
|
+
- Updated dependencies [cb16baf]
|
|
20
|
+
- @mastra/core@0.10.11-alpha.3
|
|
21
|
+
- @mastra/server@0.10.11-alpha.3
|
|
22
|
+
|
|
23
|
+
## 0.10.11-alpha.2
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- 2873c7f: dependencies updates:
|
|
28
|
+
- Updated dependency [`dotenv@^16.6.1` ↗︎](https://www.npmjs.com/package/dotenv/v/16.6.1) (from `^16.5.0`, in `dependencies`)
|
|
29
|
+
- 1c1c6a1: dependencies updates:
|
|
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
|
|
39
|
+
|
|
40
|
+
## 0.10.11-alpha.1
|
|
41
|
+
|
|
42
|
+
### Patch Changes
|
|
43
|
+
|
|
44
|
+
- Updated dependencies [7f6e403]
|
|
45
|
+
- @mastra/core@0.10.11-alpha.1
|
|
46
|
+
- @mastra/server@0.10.11-alpha.1
|
|
47
|
+
|
|
48
|
+
## 0.10.11-alpha.0
|
|
49
|
+
|
|
50
|
+
### Patch Changes
|
|
51
|
+
|
|
52
|
+
- bc40cdd: dependencies updates:
|
|
53
|
+
- Updated dependency [`@babel/core@^7.27.7` ↗︎](https://www.npmjs.com/package/@babel/core/v/7.27.7) (from `^7.27.4`, in `dependencies`)
|
|
54
|
+
- Updated dependencies [f8ce2cc]
|
|
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
|
|
63
|
+
|
|
64
|
+
### Patch Changes
|
|
65
|
+
|
|
66
|
+
- 6e13b80: Add error cause and stack trace to mastra server error handler
|
|
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
|
|
73
|
+
|
|
3
74
|
## 0.10.10-alpha.1
|
|
4
75
|
|
|
5
76
|
### Patch Changes
|
|
@@ -227,76 +298,5 @@
|
|
|
227
298
|
- Updated dependencies [9d52b17]
|
|
228
299
|
- Updated dependencies [8ba1b51]
|
|
229
300
|
- @mastra/core@0.10.7-alpha.0
|
|
230
|
-
- @mastra/server@0.10.7-alpha.0
|
|
231
|
-
|
|
232
|
-
## 0.10.6
|
|
233
|
-
|
|
234
|
-
### Patch Changes
|
|
235
|
-
|
|
236
|
-
- 4051477: dependencies updates:
|
|
237
|
-
- 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`)
|
|
238
|
-
- 2d12edd: dependencies updates:
|
|
239
|
-
- Updated dependency [`rollup@^4.43.0` ↗︎](https://www.npmjs.com/package/rollup/v/4.43.0) (from `^4.42.0`, in `dependencies`)
|
|
240
|
-
- 63f6b7d: dependencies updates:
|
|
241
|
-
- Updated dependency [`detect-libc@^2.0.4` ↗︎](https://www.npmjs.com/package/detect-libc/v/2.0.4) (from `^2.0.3`, in `dependencies`)
|
|
242
|
-
- Updated dependency [`esbuild@^0.25.5` ↗︎](https://www.npmjs.com/package/esbuild/v/0.25.5) (from `^0.25.1`, in `dependencies`)
|
|
243
|
-
- Updated dependency [`rollup@^4.42.0` ↗︎](https://www.npmjs.com/package/rollup/v/4.42.0) (from `^4.41.1`, in `dependencies`)
|
|
244
|
-
- Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
|
|
245
|
-
- c28ed65: dependencies updates:
|
|
246
|
-
- 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`)
|
|
247
|
-
- 79b9909: Optimize dependencies of tools even when unused.
|
|
248
|
-
|
|
249
|
-
Fixes #5149
|
|
250
|
-
|
|
251
|
-
- ee9af57: Add api for polling run execution result and get run by id
|
|
252
|
-
- ec7f824: Add support to improve lodash imports
|
|
253
|
-
- 36f1c36: MCP Client and Server streamable http fixes
|
|
254
|
-
- 084f6aa: Add logs to circular dependency to warn people when starting server might break
|
|
255
|
-
- 9589624: Throw Mastra Errors when building and bundling mastra application
|
|
256
|
-
- 3270d9d: Fix runtime context being undefined
|
|
257
|
-
- 53d3c37: Get workflows from an agent if not found from Mastra instance #5083
|
|
258
|
-
- Updated dependencies [63f6b7d]
|
|
259
|
-
- Updated dependencies [5f67b6f]
|
|
260
|
-
- Updated dependencies [12a95fc]
|
|
261
|
-
- Updated dependencies [4b0f8a6]
|
|
262
|
-
- Updated dependencies [51264a5]
|
|
263
|
-
- Updated dependencies [8e6f677]
|
|
264
|
-
- Updated dependencies [d70c420]
|
|
265
|
-
- Updated dependencies [ee9af57]
|
|
266
|
-
- Updated dependencies [36f1c36]
|
|
267
|
-
- Updated dependencies [2a16996]
|
|
268
|
-
- Updated dependencies [10d352e]
|
|
269
|
-
- Updated dependencies [9589624]
|
|
270
|
-
- Updated dependencies [2002c59]
|
|
271
|
-
- Updated dependencies [3270d9d]
|
|
272
|
-
- Updated dependencies [53d3c37]
|
|
273
|
-
- Updated dependencies [751c894]
|
|
274
|
-
- Updated dependencies [577ce3a]
|
|
275
|
-
- Updated dependencies [9260b3a]
|
|
276
|
-
- @mastra/core@0.10.6
|
|
277
|
-
- @mastra/server@0.10.6
|
|
278
|
-
|
|
279
|
-
## 0.10.6-alpha.5
|
|
280
|
-
|
|
281
|
-
### Patch Changes
|
|
282
|
-
|
|
283
|
-
- Updated dependencies [12a95fc]
|
|
284
|
-
- Updated dependencies [51264a5]
|
|
285
|
-
- Updated dependencies [8e6f677]
|
|
286
|
-
- @mastra/core@0.10.6-alpha.5
|
|
287
|
-
- @mastra/server@0.10.6-alpha.5
|
|
288
|
-
|
|
289
|
-
## 0.10.6-alpha.4
|
|
290
|
-
|
|
291
|
-
### Patch Changes
|
|
292
|
-
|
|
293
|
-
- 79b9909: Optimize dependencies of tools even when unused.
|
|
294
|
-
|
|
295
|
-
Fixes #5149
|
|
296
|
-
|
|
297
|
-
- 084f6aa: Add logs to circular dependency to warn people when starting server might break
|
|
298
|
-
- 9589624: Throw Mastra Errors when building and bundling mastra application
|
|
299
|
-
- Updated dependencies [9589624]
|
|
300
|
-
- @mastra/core@0.10.6-alpha.4
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2745 more lines hidden. See full changelog in package directory.
|