@mastra/mcp-docs-server 0.13.4-alpha.0 → 0.13.5-alpha.0
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 +46 -46
- package/.docs/organized/changelogs/%40mastra%2Fcloudflare-d1.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fcore.md +35 -35
- 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 +61 -61
- package/.docs/organized/changelogs/%40mastra%2Fdynamodb.md +31 -31
- package/.docs/organized/changelogs/%40mastra%2Ffastembed.md +7 -0
- package/.docs/organized/changelogs/%40mastra%2Floggers.md +15 -15
- package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +21 -21
- package/.docs/organized/changelogs/%40mastra%2Fmcp.md +12 -12
- 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 +65 -65
- package/.docs/organized/changelogs/%40mastra%2Fserver.md +44 -44
- package/.docs/organized/changelogs/%40mastra%2Fupstash.md +13 -13
- package/.docs/organized/changelogs/create-mastra.md +33 -33
- 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/client-js/overview.mdx +16 -0
- package/.docs/raw/deployment/cloud-providers/aws-lambda.mdx +279 -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/local-dev/mastra-dev.mdx +10 -3
- package/.docs/raw/memory/overview.mdx +2 -1
- 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/workflows/create-run.mdx +4 -4
- package/.docs/raw/reference/workflows/sendEvent.mdx +49 -0
- package/.docs/raw/workflows/overview.mdx +1 -1
- package/.docs/raw/workflows/pausing-execution.mdx +74 -37
- package/package.json +5 -5
|
@@ -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,50 @@
|
|
|
1
1
|
# @mastra/client-js
|
|
2
2
|
|
|
3
|
+
## 0.10.10-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 18da791: Add abortSignal to client SDK options
|
|
8
|
+
- Updated dependencies [2873c7f]
|
|
9
|
+
- Updated dependencies [1c1c6a1]
|
|
10
|
+
- Updated dependencies [565cc0c]
|
|
11
|
+
- @mastra/core@0.10.11-alpha.2
|
|
12
|
+
|
|
13
|
+
## 0.10.10-alpha.1
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [7f6e403]
|
|
18
|
+
- @mastra/core@0.10.11-alpha.1
|
|
19
|
+
|
|
20
|
+
## 0.10.10-alpha.0
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- Updated dependencies [f8ce2cc]
|
|
25
|
+
- Updated dependencies [8c846b6]
|
|
26
|
+
- Updated dependencies [b790fd1]
|
|
27
|
+
- Updated dependencies [d7ed04d]
|
|
28
|
+
- Updated dependencies [f36e4f1]
|
|
29
|
+
- @mastra/core@0.10.11-alpha.0
|
|
30
|
+
|
|
31
|
+
## 0.10.9
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- b60f510: Fix getWorkflowRuns by limit and offset
|
|
36
|
+
- 6997af1: add send event to server, deployer, client-js and playground-ui
|
|
37
|
+
- Updated dependencies [4d3fbdf]
|
|
38
|
+
- @mastra/core@0.10.10
|
|
39
|
+
|
|
40
|
+
## 0.10.9-alpha.1
|
|
41
|
+
|
|
42
|
+
### Patch Changes
|
|
43
|
+
|
|
44
|
+
- b60f510: Fix getWorkflowRuns by limit and offset
|
|
45
|
+
- 6997af1: add send event to server, deployer, client-js and playground-ui
|
|
46
|
+
- @mastra/core@0.10.10-alpha.1
|
|
47
|
+
|
|
3
48
|
## 0.10.9-alpha.0
|
|
4
49
|
|
|
5
50
|
### Patch Changes
|
|
@@ -253,50 +298,5 @@
|
|
|
253
298
|
|
|
254
299
|
## 0.10.5-alpha.0
|
|
255
300
|
|
|
256
|
-
### Patch Changes
|
|
257
|
-
|
|
258
|
-
- 63f6b7d: dependencies updates:
|
|
259
|
-
- 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`)
|
|
260
|
-
- Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
|
|
261
|
-
- Updated dependencies [63f6b7d]
|
|
262
|
-
- Updated dependencies [36f1c36]
|
|
263
|
-
- Updated dependencies [10d352e]
|
|
264
|
-
- Updated dependencies [53d3c37]
|
|
265
|
-
- @mastra/core@0.10.6-alpha.0
|
|
266
|
-
|
|
267
|
-
## 0.10.4
|
|
268
|
-
|
|
269
|
-
### Patch Changes
|
|
270
|
-
|
|
271
|
-
- Updated dependencies [13c97f9]
|
|
272
|
-
- @mastra/core@0.10.5
|
|
273
|
-
|
|
274
|
-
## 0.10.3
|
|
275
|
-
|
|
276
|
-
### Patch Changes
|
|
277
301
|
|
|
278
|
-
|
|
279
|
-
- Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
|
|
280
|
-
- 1ccccff: dependencies updates:
|
|
281
|
-
- Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
|
|
282
|
-
- f1f1f1b: Add basic filtering capabilities to logs
|
|
283
|
-
- b2810ab: Move @mastra/core to deps
|
|
284
|
-
- 82090c1: Add pagination to logs
|
|
285
|
-
- 67d21b5: Added overloading to the generate method of the Agent class to enhance type definition using ZodSchema.
|
|
286
|
-
- Updated dependencies [d1ed912]
|
|
287
|
-
- Updated dependencies [f6fd25f]
|
|
288
|
-
- Updated dependencies [dffb67b]
|
|
289
|
-
- Updated dependencies [f1f1f1b]
|
|
290
|
-
- Updated dependencies [925ab94]
|
|
291
|
-
- Updated dependencies [f9816ae]
|
|
292
|
-
- Updated dependencies [82090c1]
|
|
293
|
-
- Updated dependencies [1b443fd]
|
|
294
|
-
- Updated dependencies [ce97900]
|
|
295
|
-
- Updated dependencies [f1309d3]
|
|
296
|
-
- Updated dependencies [14a2566]
|
|
297
|
-
- Updated dependencies [f7f8293]
|
|
298
|
-
- Updated dependencies [48eddb9]
|
|
299
|
-
- @mastra/core@0.10.4
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
... 1435 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1480 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,39 @@
|
|
|
1
1
|
# @mastra/core
|
|
2
2
|
|
|
3
|
+
## 0.10.11-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 2873c7f: dependencies updates:
|
|
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
|
+
- 565cc0c: fix redirection when clicking on the playground breadcrumbs
|
|
12
|
+
|
|
13
|
+
## 0.10.11-alpha.1
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- 7f6e403: [MASTRA-3765] Save Message parts - Add ability for user to save messages on step finish for stream and agent
|
|
18
|
+
|
|
19
|
+
## 0.10.11-alpha.0
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- f8ce2cc: Add stepId to workflow executeStep error log
|
|
24
|
+
- 8c846b6: Fixed a problem where per-resource working memory wasn't being queried properly
|
|
25
|
+
- b790fd1: Ability to pass a function to .sleep()/.sleepUntil()
|
|
26
|
+
- d7ed04d: make workflow execute use createRunAsync
|
|
27
|
+
- f36e4f1: Allow passing custom instructions to generateTitle to override default instructions.
|
|
28
|
+
|
|
29
|
+
## 0.10.10
|
|
30
|
+
|
|
31
|
+
### Patch Changes
|
|
32
|
+
|
|
33
|
+
- 4d3fbdf: Return tool error message rather than throw when a tool error happens for agent and tool playground page.
|
|
34
|
+
|
|
35
|
+
## 0.10.10-alpha.1
|
|
36
|
+
|
|
3
37
|
## 0.10.10-alpha.0
|
|
4
38
|
|
|
5
39
|
### Patch Changes
|
|
@@ -264,39 +298,5 @@
|
|
|
264
298
|
- f7f8293: Added LanceDB implementations for MastraVector and MastraStorage
|
|
265
299
|
- 48eddb9: update filter logic in Memory class to support semantic recall search scope
|
|
266
300
|
- Updated dependencies [f6fd25f]
|
|
267
|
-
- Updated dependencies [f9816ae]
|
|
268
|
-
- @mastra/schema-compat@0.10.2
|
|
269
|
-
|
|
270
|
-
## 0.10.4-alpha.3
|
|
271
|
-
|
|
272
|
-
### Patch Changes
|
|
273
|
-
|
|
274
|
-
- 925ab94: added paginated functions to base class and added boilerplate and updated imports
|
|
275
|
-
|
|
276
|
-
## 0.10.4-alpha.2
|
|
277
|
-
|
|
278
|
-
### Patch Changes
|
|
279
|
-
|
|
280
|
-
- 48eddb9: update filter logic in Memory class to support semantic recall search scope
|
|
281
|
-
|
|
282
|
-
## 0.10.4-alpha.1
|
|
283
|
-
|
|
284
|
-
### Patch Changes
|
|
285
|
-
|
|
286
|
-
- f6fd25f: Updates @mastra/schema-compat to allow all zod schemas. Uses @mastra/schema-compat to apply schema transformations to agent output schema.
|
|
287
|
-
- dffb67b: updated stores to add alter table and change tests
|
|
288
|
-
- 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.
|
|
289
|
-
- f7f8293: Added LanceDB implementations for MastraVector and MastraStorage
|
|
290
|
-
- Updated dependencies [f6fd25f]
|
|
291
|
-
- @mastra/schema-compat@0.10.2-alpha.3
|
|
292
|
-
|
|
293
|
-
## 0.10.4-alpha.0
|
|
294
|
-
|
|
295
|
-
### Patch Changes
|
|
296
|
-
|
|
297
|
-
- d1ed912: dependencies updates:
|
|
298
|
-
- Updated dependency [`dotenv@^16.5.0` ↗︎](https://www.npmjs.com/package/dotenv/v/16.5.0) (from `^16.4.7`, in `dependencies`)
|
|
299
|
-
- f1f1f1b: Add basic filtering capabilities to logs
|
|
300
|
-
- f9816ae: Create @mastra/schema-compat package to extract the schema compatibility layer to be used outside of mastra
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2070 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,65 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
+
## 0.10.11-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 2873c7f: dependencies updates:
|
|
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
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- Updated dependencies [7f6e403]
|
|
25
|
+
- @mastra/core@0.10.11-alpha.1
|
|
26
|
+
- @mastra/server@0.10.11-alpha.1
|
|
27
|
+
|
|
28
|
+
## 0.10.11-alpha.0
|
|
29
|
+
|
|
30
|
+
### Patch Changes
|
|
31
|
+
|
|
32
|
+
- bc40cdd: dependencies updates:
|
|
33
|
+
- Updated dependency [`@babel/core@^7.27.7` ↗︎](https://www.npmjs.com/package/@babel/core/v/7.27.7) (from `^7.27.4`, in `dependencies`)
|
|
34
|
+
- Updated dependencies [f8ce2cc]
|
|
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
|
|
41
|
+
|
|
42
|
+
## 0.10.10
|
|
43
|
+
|
|
44
|
+
### Patch Changes
|
|
45
|
+
|
|
46
|
+
- 6e13b80: Add error cause and stack trace to mastra server error handler
|
|
47
|
+
- 6997af1: add send event to server, deployer, client-js and playground-ui
|
|
48
|
+
- Updated dependencies [6e13b80]
|
|
49
|
+
- Updated dependencies [6997af1]
|
|
50
|
+
- Updated dependencies [4d3fbdf]
|
|
51
|
+
- @mastra/server@0.10.10
|
|
52
|
+
- @mastra/core@0.10.10
|
|
53
|
+
|
|
54
|
+
## 0.10.10-alpha.1
|
|
55
|
+
|
|
56
|
+
### Patch Changes
|
|
57
|
+
|
|
58
|
+
- 6997af1: add send event to server, deployer, client-js and playground-ui
|
|
59
|
+
- Updated dependencies [6997af1]
|
|
60
|
+
- @mastra/server@0.10.10-alpha.1
|
|
61
|
+
- @mastra/core@0.10.10-alpha.1
|
|
62
|
+
|
|
3
63
|
## 0.10.10-alpha.0
|
|
4
64
|
|
|
5
65
|
### Patch Changes
|
|
@@ -239,64 +299,4 @@
|
|
|
239
299
|
|
|
240
300
|
Fixes #5149
|
|
241
301
|
|
|
242
|
-
|
|
243
|
-
- ec7f824: Add support to improve lodash imports
|
|
244
|
-
- 36f1c36: MCP Client and Server streamable http fixes
|
|
245
|
-
- 084f6aa: Add logs to circular dependency to warn people when starting server might break
|
|
246
|
-
- 9589624: Throw Mastra Errors when building and bundling mastra application
|
|
247
|
-
- 3270d9d: Fix runtime context being undefined
|
|
248
|
-
- 53d3c37: Get workflows from an agent if not found from Mastra instance #5083
|
|
249
|
-
- Updated dependencies [63f6b7d]
|
|
250
|
-
- Updated dependencies [5f67b6f]
|
|
251
|
-
- Updated dependencies [12a95fc]
|
|
252
|
-
- Updated dependencies [4b0f8a6]
|
|
253
|
-
- Updated dependencies [51264a5]
|
|
254
|
-
- Updated dependencies [8e6f677]
|
|
255
|
-
- Updated dependencies [d70c420]
|
|
256
|
-
- Updated dependencies [ee9af57]
|
|
257
|
-
- Updated dependencies [36f1c36]
|
|
258
|
-
- Updated dependencies [2a16996]
|
|
259
|
-
- Updated dependencies [10d352e]
|
|
260
|
-
- Updated dependencies [9589624]
|
|
261
|
-
- Updated dependencies [2002c59]
|
|
262
|
-
- Updated dependencies [3270d9d]
|
|
263
|
-
- Updated dependencies [53d3c37]
|
|
264
|
-
- Updated dependencies [751c894]
|
|
265
|
-
- Updated dependencies [577ce3a]
|
|
266
|
-
- Updated dependencies [9260b3a]
|
|
267
|
-
- @mastra/core@0.10.6
|
|
268
|
-
- @mastra/server@0.10.6
|
|
269
|
-
|
|
270
|
-
## 0.10.6-alpha.5
|
|
271
|
-
|
|
272
|
-
### Patch Changes
|
|
273
|
-
|
|
274
|
-
- Updated dependencies [12a95fc]
|
|
275
|
-
- Updated dependencies [51264a5]
|
|
276
|
-
- Updated dependencies [8e6f677]
|
|
277
|
-
- @mastra/core@0.10.6-alpha.5
|
|
278
|
-
- @mastra/server@0.10.6-alpha.5
|
|
279
|
-
|
|
280
|
-
## 0.10.6-alpha.4
|
|
281
|
-
|
|
282
|
-
### Patch Changes
|
|
283
|
-
|
|
284
|
-
- 79b9909: Optimize dependencies of tools even when unused.
|
|
285
|
-
|
|
286
|
-
Fixes #5149
|
|
287
|
-
|
|
288
|
-
- 084f6aa: Add logs to circular dependency to warn people when starting server might break
|
|
289
|
-
- 9589624: Throw Mastra Errors when building and bundling mastra application
|
|
290
|
-
- Updated dependencies [9589624]
|
|
291
|
-
- @mastra/core@0.10.6-alpha.4
|
|
292
|
-
- @mastra/server@0.10.6-alpha.4
|
|
293
|
-
|
|
294
|
-
## 0.10.6-alpha.3
|
|
295
|
-
|
|
296
|
-
### Patch Changes
|
|
297
|
-
|
|
298
|
-
- 4051477: dependencies updates:
|
|
299
|
-
- 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`)
|
|
300
|
-
- c28ed65: dependencies updates:
|
|
301
|
-
|
|
302
|
-
... 2665 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 2725 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# @mastra/dynamodb
|
|
2
2
|
|
|
3
|
+
## 0.13.0-alpha.1
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 10cd23a: Change DynamoDB saveThread from create to upsert to handle updates.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 7d16f45: dependencies updates:
|
|
12
|
+
- Updated dependency [`@aws-sdk/lib-dynamodb@^3.840.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/lib-dynamodb/v/3.840.0) (from `^3.830.0`, in `dependencies`)
|
|
13
|
+
- 649274f: dependencies updates:
|
|
14
|
+
- Updated dependency [`@aws-sdk/client-dynamodb@^3.840.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-dynamodb/v/3.840.0) (from `^3.839.0`, in `dependencies`)
|
|
15
|
+
- Updated dependencies [2873c7f]
|
|
16
|
+
- Updated dependencies [1c1c6a1]
|
|
17
|
+
- Updated dependencies [565cc0c]
|
|
18
|
+
- @mastra/core@0.10.11-alpha.2
|
|
19
|
+
|
|
20
|
+
## 0.12.1-alpha.0
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- 7228a97: dependencies updates:
|
|
25
|
+
- Updated dependency [`@aws-sdk/client-dynamodb@^3.839.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-dynamodb/v/3.839.0) (from `^3.828.0`, in `dependencies`)
|
|
26
|
+
- Updated dependencies [f8ce2cc]
|
|
27
|
+
- Updated dependencies [8c846b6]
|
|
28
|
+
- Updated dependencies [b790fd1]
|
|
29
|
+
- Updated dependencies [d7ed04d]
|
|
30
|
+
- Updated dependencies [f36e4f1]
|
|
31
|
+
- @mastra/core@0.10.11-alpha.0
|
|
32
|
+
|
|
3
33
|
## 0.12.0
|
|
4
34
|
|
|
5
35
|
### Minor Changes
|
|
@@ -268,35 +298,5 @@
|
|
|
268
298
|
|
|
269
299
|
### Patch Changes
|
|
270
300
|
|
|
271
|
-
- d980a1b: Fix getMessages to correctly return last n messages when `limit` is passed
|
|
272
|
-
|
|
273
|
-
## 0.10.1
|
|
274
|
-
|
|
275
|
-
### Patch Changes
|
|
276
301
|
|
|
277
|
-
|
|
278
|
-
- 05d3c89: Dynamo db type fix
|
|
279
|
-
- c5bf1ce: Add backwards compat code for new MessageList in storage
|
|
280
|
-
- f0d559f: Fix peerdeps for alpha channel
|
|
281
|
-
- Updated dependencies [ee77e78]
|
|
282
|
-
- Updated dependencies [592a2db]
|
|
283
|
-
- Updated dependencies [e5dc18d]
|
|
284
|
-
- Updated dependencies [ab5adbe]
|
|
285
|
-
- Updated dependencies [1e8bb40]
|
|
286
|
-
- Updated dependencies [1b5fc55]
|
|
287
|
-
- Updated dependencies [195c428]
|
|
288
|
-
- Updated dependencies [f73e11b]
|
|
289
|
-
- Updated dependencies [37643b8]
|
|
290
|
-
- Updated dependencies [99fd6cf]
|
|
291
|
-
- Updated dependencies [c5bf1ce]
|
|
292
|
-
- Updated dependencies [add596e]
|
|
293
|
-
- Updated dependencies [8dc94d8]
|
|
294
|
-
- Updated dependencies [ecebbeb]
|
|
295
|
-
- Updated dependencies [79d5145]
|
|
296
|
-
- Updated dependencies [12b7002]
|
|
297
|
-
- Updated dependencies [2901125]
|
|
298
|
-
- @mastra/core@0.10.2
|
|
299
|
-
|
|
300
|
-
## 0.10.1-alpha.3
|
|
301
|
-
|
|
302
|
-
... 95 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 125 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @mastra/fastembed
|
|
2
2
|
|
|
3
|
+
## 0.10.1-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f64b3f7: dependencies updates:
|
|
8
|
+
- Updated dependency [`ai@^4.3.16` ↗︎](https://www.npmjs.com/package/ai/v/4.3.16) (from `^3.4.33`, in `dependencies`)
|
|
9
|
+
|
|
3
10
|
## 0.0.3
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|