@mastra/mcp-docs-server 0.13.4 → 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.
Files changed (45) hide show
  1. package/.docs/organized/changelogs/%40internal%2Fstorage-test-utils.md +8 -8
  2. package/.docs/organized/changelogs/%40mastra%2Fagui.md +12 -12
  3. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +38 -38
  4. package/.docs/organized/changelogs/%40mastra%2Fcloudflare-d1.md +11 -11
  5. package/.docs/organized/changelogs/%40mastra%2Fcore.md +33 -33
  6. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +42 -42
  7. package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +24 -24
  8. package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +24 -24
  9. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +52 -52
  10. package/.docs/organized/changelogs/%40mastra%2Fdynamodb.md +31 -31
  11. package/.docs/organized/changelogs/%40mastra%2Ffastembed.md +7 -0
  12. package/.docs/organized/changelogs/%40mastra%2Floggers.md +9 -9
  13. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +21 -21
  14. package/.docs/organized/changelogs/%40mastra%2Fmcp.md +12 -12
  15. package/.docs/organized/changelogs/%40mastra%2Fmemory.md +25 -25
  16. package/.docs/organized/changelogs/%40mastra%2Fpg.md +14 -14
  17. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +55 -55
  18. package/.docs/organized/changelogs/%40mastra%2Fserver.md +37 -37
  19. package/.docs/organized/changelogs/%40mastra%2Fupstash.md +13 -13
  20. package/.docs/organized/changelogs/create-mastra.md +27 -27
  21. package/.docs/organized/changelogs/mastra.md +63 -63
  22. package/.docs/organized/code-examples/bird-checker-with-express.md +1 -1
  23. package/.docs/organized/code-examples/crypto-chatbot.md +9 -9
  24. package/.docs/organized/code-examples/fireworks-r1.md +1 -1
  25. package/.docs/organized/code-examples/memory-per-resource-example.md +1 -1
  26. package/.docs/organized/code-examples/memory-with-pg.md +1 -1
  27. package/.docs/organized/code-examples/memory-with-upstash.md +1 -1
  28. package/.docs/organized/code-examples/openapi-spec-writer.md +4 -4
  29. package/.docs/raw/client-js/overview.mdx +16 -0
  30. package/.docs/raw/deployment/cloud-providers/aws-lambda.mdx +279 -0
  31. package/.docs/raw/deployment/serverless-platforms/index.mdx +0 -1
  32. package/.docs/raw/frameworks/agentic-uis/ai-sdk.mdx +97 -0
  33. package/.docs/raw/frameworks/agentic-uis/assistant-ui.mdx +34 -0
  34. package/.docs/raw/local-dev/mastra-dev.mdx +10 -3
  35. package/.docs/raw/memory/overview.mdx +2 -1
  36. package/.docs/raw/reference/agents/generate.mdx +3 -2
  37. package/.docs/raw/reference/agents/stream.mdx +3 -2
  38. package/.docs/raw/reference/cli/dev.mdx +12 -0
  39. package/.docs/raw/reference/legacyWorkflows/createRun.mdx +0 -4
  40. package/.docs/raw/reference/memory/Memory.mdx +12 -6
  41. package/.docs/raw/reference/workflows/create-run.mdx +4 -4
  42. package/.docs/raw/reference/workflows/sendEvent.mdx +49 -0
  43. package/.docs/raw/workflows/overview.mdx +1 -1
  44. package/.docs/raw/workflows/pausing-execution.mdx +74 -37
  45. package/package.json +4 -4
@@ -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
- ### Patch Changes
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
- ... 12 more lines hidden. See full changelog in package directory.
302
+ ... 23 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,42 @@
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
+
3
40
  ## 0.10.9-alpha.1
4
41
 
5
42
  ### Patch Changes
@@ -261,42 +298,5 @@
261
298
 
262
299
  ## 0.10.5-alpha.0
263
300
 
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
- - 1ccccff: dependencies updates:
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
+ ... 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
- ... 360 more lines hidden. See full changelog in package directory.
302
+ ... 370 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,37 @@
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
+
3
35
  ## 0.10.10-alpha.1
4
36
 
5
37
  ## 0.10.10-alpha.0
@@ -266,37 +298,5 @@
266
298
  - f7f8293: Added LanceDB implementations for MastraVector and MastraStorage
267
299
  - 48eddb9: update filter logic in Memory class to support semantic recall search scope
268
300
  - 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
- - d1ed912: dependencies updates:
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
- ... 2038 more lines hidden. See full changelog in package directory.
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
- ## 0.10.6-alpha.3
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
- ### Patch Changes
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
- ... 2564 more lines hidden. See full changelog in package directory.
302
+ ... 2587 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,56 @@
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
+
3
54
  ## 0.10.10-alpha.1
4
55
 
5
56
  ### Patch Changes
@@ -248,55 +299,4 @@
248
299
 
249
300
  Fixes #5149
250
301
 
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
-
302
- ... 2674 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
- - ee77e78: Type fixes for dynamodb and MessageList
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
@@ -1,5 +1,13 @@
1
1
  # @mastra/loggers
2
2
 
3
+ ## 0.10.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 25bf999: Implemented http transport
8
+ - Updated dependencies [4d3fbdf]
9
+ - @mastra/core@0.10.10
10
+
3
11
  ## 0.10.3-alpha.0
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
  - Updated dependencies [7eeb2bc]
291
299
  - Updated dependencies [8607972]
292
300
  - Updated dependencies [7eeb2bc]
293
- - Updated dependencies [fba031f]
294
- - @mastra/core@0.9.2-alpha.5
295
-
296
- ## 0.1.21-alpha.4
297
-
298
- ### Patch Changes
299
-
300
- - Updated dependencies [ccef9f9]
301
301
 
302
- ... 1500 more lines hidden. See full changelog in package directory.
302
+ ... 1508 more lines hidden. See full changelog in package directory.