@mastra/mcp-docs-server 0.13.28-alpha.0 → 0.13.28-alpha.3

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 (61) hide show
  1. package/.docs/organized/changelogs/%40mastra%2Fagent-builder.md +21 -21
  2. package/.docs/organized/changelogs/%40mastra%2Fai-sdk.md +18 -0
  3. package/.docs/organized/changelogs/%40mastra%2Fchroma.md +11 -11
  4. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +26 -26
  5. package/.docs/organized/changelogs/%40mastra%2Fcore.md +53 -53
  6. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloud.md +29 -29
  7. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +11 -11
  8. package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +11 -11
  9. package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +11 -11
  10. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +41 -41
  11. package/.docs/organized/changelogs/%40mastra%2Fdynamodb.md +11 -11
  12. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +25 -25
  13. package/.docs/organized/changelogs/%40mastra%2Fmcp.md +10 -10
  14. package/.docs/organized/changelogs/%40mastra%2Fmemory.md +21 -21
  15. package/.docs/organized/changelogs/%40mastra%2Fpg.md +10 -10
  16. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +52 -52
  17. package/.docs/organized/changelogs/%40mastra%2Freact.md +29 -0
  18. package/.docs/organized/changelogs/%40mastra%2Fs3vectors.md +9 -0
  19. package/.docs/organized/changelogs/%40mastra%2Fserver.md +28 -28
  20. package/.docs/organized/changelogs/create-mastra.md +21 -21
  21. package/.docs/organized/changelogs/mastra.md +42 -42
  22. package/.docs/organized/code-examples/agent.md +2 -1
  23. package/.docs/organized/code-examples/heads-up-game.md +5 -5
  24. package/.docs/raw/agents/guardrails.mdx +335 -0
  25. package/.docs/raw/{networks-vnext/complex-task-execution.mdx → agents/networks.mdx} +29 -9
  26. package/.docs/raw/agents/overview.mdx +107 -63
  27. package/.docs/raw/frameworks/agentic-uis/assistant-ui.mdx +9 -2
  28. package/.docs/raw/getting-started/mcp-docs-server.mdx +84 -179
  29. package/.docs/raw/reference/agents/network.mdx +1 -1
  30. package/.docs/raw/reference/cli/create-mastra.mdx +61 -5
  31. package/.docs/raw/reference/cli/mastra.mdx +252 -0
  32. package/.docs/raw/reference/client-js/agents.mdx +1 -10
  33. package/.docs/raw/reference/processors/batch-parts-processor.mdx +111 -0
  34. package/.docs/raw/reference/processors/language-detector.mdx +154 -0
  35. package/.docs/raw/reference/processors/moderation-processor.mdx +145 -0
  36. package/.docs/raw/reference/processors/pii-detector.mdx +153 -0
  37. package/.docs/raw/reference/processors/prompt-injection-detector.mdx +130 -0
  38. package/.docs/raw/reference/processors/system-prompt-scrubber.mdx +145 -0
  39. package/.docs/raw/reference/processors/token-limiter-processor.mdx +136 -0
  40. package/.docs/raw/reference/processors/unicode-normalizer.mdx +114 -0
  41. package/.docs/raw/reference/streaming/workflows/resumeStreamVNext.mdx +1 -1
  42. package/.docs/raw/reference/streaming/workflows/stream.mdx +1 -1
  43. package/.docs/raw/reference/streaming/workflows/streamVNext.mdx +1 -1
  44. package/.docs/raw/reference/workflows/run-methods/resume.mdx +17 -1
  45. package/.docs/raw/reference/workflows/run-methods/start.mdx +17 -1
  46. package/.docs/raw/reference/workflows/step.mdx +11 -0
  47. package/.docs/raw/reference/workflows/workflow.mdx +7 -1
  48. package/.docs/raw/server-db/local-dev-playground.mdx +1 -1
  49. package/CHANGELOG.md +24 -0
  50. package/package.json +5 -5
  51. package/.docs/raw/agents/input-processors.mdx +0 -284
  52. package/.docs/raw/agents/output-processors.mdx +0 -328
  53. package/.docs/raw/networks-vnext/overview.mdx +0 -85
  54. package/.docs/raw/networks-vnext/single-task-execution.mdx +0 -135
  55. package/.docs/raw/reference/cli/build.mdx +0 -115
  56. package/.docs/raw/reference/cli/dev.mdx +0 -249
  57. package/.docs/raw/reference/cli/init.mdx +0 -97
  58. package/.docs/raw/reference/cli/lint.mdx +0 -56
  59. package/.docs/raw/reference/cli/mcp-docs-server.mdx +0 -82
  60. package/.docs/raw/reference/cli/scorers.mdx +0 -160
  61. package/.docs/raw/reference/cli/start.mdx +0 -50
@@ -1,5 +1,25 @@
1
1
  # @mastra/agent-builder
2
2
 
3
+ ## 0.1.1-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix TypeScript errors with provider-defined tools by updating ai-v5 and openai-v5 to matching provider-utils versions. This ensures npm deduplicates to a single provider-utils instance, resolving type incompatibility issues when passing provider tools to Agent. ([#8584](https://github.com/mastra-ai/mastra/pull/8584))
8
+
9
+ Also adds deprecation warning to Agent import from root path to encourage using the recommended subpath import.
10
+
11
+ - Updated dependencies [[`a6d69c5`](https://github.com/mastra-ai/mastra/commit/a6d69c5fb50c0875b46275811fece5862f03c6a0), [`84199af`](https://github.com/mastra-ai/mastra/commit/84199af8673f6f9cb59286ffb5477a41932775de), [`7f431af`](https://github.com/mastra-ai/mastra/commit/7f431afd586b7d3265075e73106eb73167edbb86)]:
12
+ - @mastra/core@0.20.1-alpha.3
13
+ - @mastra/memory@0.15.6-alpha.1
14
+
15
+ ## 0.1.1-alpha.0
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [[`c621613`](https://github.com/mastra-ai/mastra/commit/c621613069173c69eb2c3ef19a5308894c6549f0), [`12b1189`](https://github.com/mastra-ai/mastra/commit/12b118942445e4de0dd916c593e33ec78dc3bc73), [`4783b30`](https://github.com/mastra-ai/mastra/commit/4783b3063efea887825514b783ba27f67912c26d), [`076b092`](https://github.com/mastra-ai/mastra/commit/076b0924902ff0f49d5712d2df24c4cca683713f), [`2aee9e7`](https://github.com/mastra-ai/mastra/commit/2aee9e7d188b8b256a4ddc203ccefb366b4867fa), [`c582906`](https://github.com/mastra-ai/mastra/commit/c5829065a346260f96c4beb8af131b94804ae3ad), [`fa2eb96`](https://github.com/mastra-ai/mastra/commit/fa2eb96af16c7d433891a73932764960d3235c1d), [`4783b30`](https://github.com/mastra-ai/mastra/commit/4783b3063efea887825514b783ba27f67912c26d), [`a739d0c`](https://github.com/mastra-ai/mastra/commit/a739d0c8b37cd89569e04a6ca0827083c6167e19), [`603e927`](https://github.com/mastra-ai/mastra/commit/603e9279db8bf8a46caf83881c6b7389ccffff7e), [`cd45982`](https://github.com/mastra-ai/mastra/commit/cd4598291cda128a88738734ae6cbef076ebdebd), [`874f74d`](https://github.com/mastra-ai/mastra/commit/874f74da4b1acf6517f18132d035612c3ecc394a), [`0baf2ba`](https://github.com/mastra-ai/mastra/commit/0baf2bab8420277072ef1f95df5ea7b0a2f61fe7), [`0ec8b4a`](https://github.com/mastra-ai/mastra/commit/0ec8b4a358db917016f45f1b5df3c81831c51834), [`26e968d`](https://github.com/mastra-ai/mastra/commit/26e968db2171ded9e4d47aa1b4f19e1e771158d0), [`cbd3fb6`](https://github.com/mastra-ai/mastra/commit/cbd3fb65adb03a7c0df193cb998aed5ac56675ee)]:
20
+ - @mastra/core@0.20.1-alpha.1
21
+ - @mastra/memory@0.15.6-alpha.0
22
+
3
23
  ## 0.1.0
4
24
 
5
25
  ### Minor Changes
@@ -278,25 +298,5 @@
278
298
  - Updated dependencies [cfd377a]
279
299
  - Updated dependencies [1ed5a3e]
280
300
  - @mastra/core@0.15.3
281
- - @mastra/memory@0.14.3
282
-
283
- ## 0.0.1-alpha.5
284
-
285
- ### Patch Changes
286
-
287
- - Updated dependencies [[`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3), [`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
288
- - @mastra/memory@0.14.3-alpha.4
289
- - @mastra/core@0.15.3-alpha.7
290
-
291
- ## 0.0.1-alpha.4
292
-
293
- ### Patch Changes
294
-
295
- - [#7363](https://github.com/mastra-ai/mastra/pull/7363) [`671a392`](https://github.com/mastra-ai/mastra/commit/671a39248d90f7723d3fae93818e8077f7504ec3) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix core imports inside agent-builder
296
-
297
- - Updated dependencies [[`c19bcf7`](https://github.com/mastra-ai/mastra/commit/c19bcf7b43542b02157b5e17303e519933a153ab), [`a5632dd`](https://github.com/mastra-ai/mastra/commit/a5632dd316a6246666662705404bda570b070af1), [`b42a961`](https://github.com/mastra-ai/mastra/commit/b42a961a5aefd19d6e938a7705fc0ecc90e8f756), [`45e4d39`](https://github.com/mastra-ai/mastra/commit/45e4d391a2a09fc70c48e4d60f505586ada1ba0e), [`0302f50`](https://github.com/mastra-ai/mastra/commit/0302f50861a53c66ff28801fc371b37c5f97e41e), [`74db265`](https://github.com/mastra-ai/mastra/commit/74db265b96aa01a72ffd91dcae0bc3b346cca0f2), [`7f3b8da`](https://github.com/mastra-ai/mastra/commit/7f3b8da6dd21c35d3672e44b4f5dd3502b8f8f92), [`905352b`](https://github.com/mastra-ai/mastra/commit/905352bcda134552400eb252bca1cb05a7975c14), [`f2cda47`](https://github.com/mastra-ai/mastra/commit/f2cda47ae911038c5d5489f54c36517d6f15bdcc), [`cfd377a`](https://github.com/mastra-ai/mastra/commit/cfd377a3a33a9c88b644f6540feed9cd9832db47)]:
298
- - @mastra/core@0.15.3-alpha.6
299
- - @mastra/memory@0.14.3-alpha.3
300
-
301
301
 
302
- ... 36 more lines hidden. See full changelog in package directory.
302
+ ... 56 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,23 @@
1
1
  # @mastra/ai-sdk
2
2
 
3
+ ## 0.1.1-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Add support for streaming nested agent tools ([#8580](https://github.com/mastra-ai/mastra/pull/8580))
8
+
9
+ - Updated dependencies [[`a6d69c5`](https://github.com/mastra-ai/mastra/commit/a6d69c5fb50c0875b46275811fece5862f03c6a0), [`84199af`](https://github.com/mastra-ai/mastra/commit/84199af8673f6f9cb59286ffb5477a41932775de), [`7f431af`](https://github.com/mastra-ai/mastra/commit/7f431afd586b7d3265075e73106eb73167edbb86)]:
10
+ - @mastra/core@0.20.1-alpha.3
11
+
12
+ ## 0.1.1-alpha.0
13
+
14
+ ### Patch Changes
15
+
16
+ - Mutable shared workflow run state ([#8545](https://github.com/mastra-ai/mastra/pull/8545))
17
+
18
+ - Updated dependencies [[`c621613`](https://github.com/mastra-ai/mastra/commit/c621613069173c69eb2c3ef19a5308894c6549f0), [`12b1189`](https://github.com/mastra-ai/mastra/commit/12b118942445e4de0dd916c593e33ec78dc3bc73), [`4783b30`](https://github.com/mastra-ai/mastra/commit/4783b3063efea887825514b783ba27f67912c26d), [`076b092`](https://github.com/mastra-ai/mastra/commit/076b0924902ff0f49d5712d2df24c4cca683713f), [`2aee9e7`](https://github.com/mastra-ai/mastra/commit/2aee9e7d188b8b256a4ddc203ccefb366b4867fa), [`c582906`](https://github.com/mastra-ai/mastra/commit/c5829065a346260f96c4beb8af131b94804ae3ad), [`fa2eb96`](https://github.com/mastra-ai/mastra/commit/fa2eb96af16c7d433891a73932764960d3235c1d), [`4783b30`](https://github.com/mastra-ai/mastra/commit/4783b3063efea887825514b783ba27f67912c26d), [`a739d0c`](https://github.com/mastra-ai/mastra/commit/a739d0c8b37cd89569e04a6ca0827083c6167e19), [`603e927`](https://github.com/mastra-ai/mastra/commit/603e9279db8bf8a46caf83881c6b7389ccffff7e), [`cd45982`](https://github.com/mastra-ai/mastra/commit/cd4598291cda128a88738734ae6cbef076ebdebd), [`874f74d`](https://github.com/mastra-ai/mastra/commit/874f74da4b1acf6517f18132d035612c3ecc394a), [`0baf2ba`](https://github.com/mastra-ai/mastra/commit/0baf2bab8420277072ef1f95df5ea7b0a2f61fe7), [`26e968d`](https://github.com/mastra-ai/mastra/commit/26e968db2171ded9e4d47aa1b4f19e1e771158d0), [`cbd3fb6`](https://github.com/mastra-ai/mastra/commit/cbd3fb65adb03a7c0df193cb998aed5ac56675ee)]:
19
+ - @mastra/core@0.20.1-alpha.1
20
+
3
21
  ## 0.1.0
4
22
 
5
23
  ### Minor Changes
@@ -1,5 +1,14 @@
1
1
  # @mastra/chroma
2
2
 
3
+ ## 0.11.13-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - dependencies updates: ([#8554](https://github.com/mastra-ai/mastra/pull/8554))
8
+ - Updated dependency [`chromadb@^3.0.17` ↗︎](https://www.npmjs.com/package/chromadb/v/3.0.17) (from `^3.0.15`, in `dependencies`)
9
+ - Updated dependencies [[`a6d69c5`](https://github.com/mastra-ai/mastra/commit/a6d69c5fb50c0875b46275811fece5862f03c6a0), [`84199af`](https://github.com/mastra-ai/mastra/commit/84199af8673f6f9cb59286ffb5477a41932775de), [`7f431af`](https://github.com/mastra-ai/mastra/commit/7f431afd586b7d3265075e73106eb73167edbb86)]:
10
+ - @mastra/core@0.20.1-alpha.3
11
+
3
12
  ## 0.11.12
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
 
290
299
  ### Patch Changes
291
300
 
292
- - f42c4c2: update peer deps for packages to latest core range
293
- - Updated dependencies [510e2c8]
294
- - Updated dependencies [2f72fb2]
295
- - Updated dependencies [27cc97a]
296
- - Updated dependencies [3f89307]
297
- - Updated dependencies [9eda7d4]
298
- - Updated dependencies [9d49408]
299
- - Updated dependencies [41daa63]
300
- - Updated dependencies [ad0a58b]
301
-
302
- ... 1977 more lines hidden. See full changelog in package directory.
301
+
302
+ ... 1986 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,30 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.15.1-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`a6d69c5`](https://github.com/mastra-ai/mastra/commit/a6d69c5fb50c0875b46275811fece5862f03c6a0), [`84199af`](https://github.com/mastra-ai/mastra/commit/84199af8673f6f9cb59286ffb5477a41932775de), [`7f431af`](https://github.com/mastra-ai/mastra/commit/7f431afd586b7d3265075e73106eb73167edbb86)]:
8
+ - @mastra/core@0.20.1-alpha.3
9
+
10
+ ## 0.15.1-alpha.2
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`ee9108f`](https://github.com/mastra-ai/mastra/commit/ee9108fa29bb8368fc23df158c9f0645b2d7b65c)]:
15
+ - @mastra/core@0.20.1-alpha.2
16
+
17
+ ## 0.15.1-alpha.1
18
+
19
+ ### Patch Changes
20
+
21
+ - Mutable shared workflow run state ([#8545](https://github.com/mastra-ai/mastra/pull/8545))
22
+
23
+ - add tripwire reason in playground ([#8568](https://github.com/mastra-ai/mastra/pull/8568))
24
+
25
+ - Updated dependencies [[`c621613`](https://github.com/mastra-ai/mastra/commit/c621613069173c69eb2c3ef19a5308894c6549f0), [`12b1189`](https://github.com/mastra-ai/mastra/commit/12b118942445e4de0dd916c593e33ec78dc3bc73), [`4783b30`](https://github.com/mastra-ai/mastra/commit/4783b3063efea887825514b783ba27f67912c26d), [`076b092`](https://github.com/mastra-ai/mastra/commit/076b0924902ff0f49d5712d2df24c4cca683713f), [`2aee9e7`](https://github.com/mastra-ai/mastra/commit/2aee9e7d188b8b256a4ddc203ccefb366b4867fa), [`c582906`](https://github.com/mastra-ai/mastra/commit/c5829065a346260f96c4beb8af131b94804ae3ad), [`fa2eb96`](https://github.com/mastra-ai/mastra/commit/fa2eb96af16c7d433891a73932764960d3235c1d), [`4783b30`](https://github.com/mastra-ai/mastra/commit/4783b3063efea887825514b783ba27f67912c26d), [`a739d0c`](https://github.com/mastra-ai/mastra/commit/a739d0c8b37cd89569e04a6ca0827083c6167e19), [`603e927`](https://github.com/mastra-ai/mastra/commit/603e9279db8bf8a46caf83881c6b7389ccffff7e), [`cd45982`](https://github.com/mastra-ai/mastra/commit/cd4598291cda128a88738734ae6cbef076ebdebd), [`874f74d`](https://github.com/mastra-ai/mastra/commit/874f74da4b1acf6517f18132d035612c3ecc394a), [`0baf2ba`](https://github.com/mastra-ai/mastra/commit/0baf2bab8420277072ef1f95df5ea7b0a2f61fe7), [`26e968d`](https://github.com/mastra-ai/mastra/commit/26e968db2171ded9e4d47aa1b4f19e1e771158d0), [`cbd3fb6`](https://github.com/mastra-ai/mastra/commit/cbd3fb65adb03a7c0df193cb998aed5ac56675ee)]:
26
+ - @mastra/core@0.20.1-alpha.1
27
+
3
28
  ## 0.15.1-alpha.0
4
29
 
5
30
  ### Patch Changes
@@ -274,29 +299,4 @@
274
299
  - Updated dependencies [[`60c9cec`](https://github.com/mastra-ai/mastra/commit/60c9cec7048a79a87440f7840c383875bd710d93), [`897995e`](https://github.com/mastra-ai/mastra/commit/897995e630d572fe2891e7ede817938cabb43251)]:
275
300
  - @mastra/core@0.16.4-alpha.2
276
301
 
277
- ## 0.12.4-alpha.1
278
-
279
- ### Patch Changes
280
-
281
- - Updated dependencies [[`547c621`](https://github.com/mastra-ai/mastra/commit/547c62104af3f7a551b3754e9cbdf0a3fbba15e4)]:
282
- - @mastra/core@0.16.4-alpha.1
283
-
284
- ## 0.12.4-alpha.0
285
-
286
- ### Patch Changes
287
-
288
- - Playground ui -pass runtimeContext to client SDK get methods ([#7767](https://github.com/mastra-ai/mastra/pull/7767))
289
-
290
- - Improve client-js SDK agent and workflow APIs ([#7592](https://github.com/mastra-ai/mastra/pull/7592))
291
-
292
- - Dedicated client-js SDK createTool without server dependencies ([#7781](https://github.com/mastra-ai/mastra/pull/7781))
293
-
294
- - Updated dependencies [[`5802bf5`](https://github.com/mastra-ai/mastra/commit/5802bf57f6182e4b67c28d7d91abed349a8d14f3), [`5bda53a`](https://github.com/mastra-ai/mastra/commit/5bda53a9747bfa7d876d754fc92c83a06e503f62), [`f26a8fd`](https://github.com/mastra-ai/mastra/commit/f26a8fd99fcb0497a5d86c28324430d7f6a5fb83), [`1a1fbe6`](https://github.com/mastra-ai/mastra/commit/1a1fbe66efb7d94abc373ed0dd9676adb8122454), [`36f39c0`](https://github.com/mastra-ai/mastra/commit/36f39c00dc794952dc3c11aab91c2fa8bca74b11)]:
295
- - @mastra/core@0.16.4-alpha.0
296
-
297
- ## 0.12.3
298
-
299
- ### Patch Changes
300
-
301
-
302
- ... 2781 more lines hidden. See full changelog in package directory.
302
+ ... 2806 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,57 @@
1
1
  # @mastra/core
2
2
 
3
+ ## 0.20.1-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Marked OTEL based telemetry as deprecated. ([#8586](https://github.com/mastra-ai/mastra/pull/8586))
8
+
9
+ - Add support for streaming nested agent tools ([#8580](https://github.com/mastra-ai/mastra/pull/8580))
10
+
11
+ - Fix TypeScript errors with provider-defined tools by updating ai-v5 and openai-v5 to matching provider-utils versions. This ensures npm deduplicates to a single provider-utils instance, resolving type incompatibility issues when passing provider tools to Agent. ([#8584](https://github.com/mastra-ai/mastra/pull/8584))
12
+
13
+ Also adds deprecation warning to Agent import from root path to encourage using the recommended subpath import.
14
+
15
+ ## 0.20.1-alpha.2
16
+
17
+ ### Patch Changes
18
+
19
+ - Added AI SDK provider packages to model router for anthropic/google/openai/openrouter/xai ([#8559](https://github.com/mastra-ai/mastra/pull/8559))
20
+
21
+ ## 0.20.1-alpha.1
22
+
23
+ ### Patch Changes
24
+
25
+ - workflow run thread more visible ([#8539](https://github.com/mastra-ai/mastra/pull/8539))
26
+
27
+ - Add iterationCount to loop condition params ([#8579](https://github.com/mastra-ai/mastra/pull/8579))
28
+
29
+ - Mutable shared workflow run state ([#8545](https://github.com/mastra-ai/mastra/pull/8545))
30
+
31
+ - avoid refetching memory threads and messages on window focus ([#8519](https://github.com/mastra-ai/mastra/pull/8519))
32
+
33
+ - add tripwire reason in playground ([#8568](https://github.com/mastra-ai/mastra/pull/8568))
34
+
35
+ - Add validation for index creation ([#8552](https://github.com/mastra-ai/mastra/pull/8552))
36
+
37
+ - Save waiting step status in snapshot ([#8576](https://github.com/mastra-ai/mastra/pull/8576))
38
+
39
+ - type fixes and missing changeset ([#8545](https://github.com/mastra-ai/mastra/pull/8545))
40
+
41
+ - Convert WorkflowWatchResult to WorkflowResult in workflow graph ([#8541](https://github.com/mastra-ai/mastra/pull/8541))
42
+
43
+ - add new deploy to cloud button ([#8549](https://github.com/mastra-ai/mastra/pull/8549))
44
+
45
+ - remove icons in entity lists ([#8520](https://github.com/mastra-ai/mastra/pull/8520))
46
+
47
+ - add client search to all entities ([#8523](https://github.com/mastra-ai/mastra/pull/8523))
48
+
49
+ - Improve JSDoc documentation for Agent ([#8389](https://github.com/mastra-ai/mastra/pull/8389))
50
+
51
+ - UX for the agents page ([#8517](https://github.com/mastra-ai/mastra/pull/8517))
52
+
53
+ - add icons into playground titles + a link to the entity doc ([#8518](https://github.com/mastra-ai/mastra/pull/8518))
54
+
3
55
  ## 0.20.1-alpha.0
4
56
 
5
57
  ### Patch Changes
@@ -246,57 +298,5 @@
246
298
  Add input data validation to start workflow method
247
299
  Use default value from inputSchema/resumeSchema
248
300
 
249
- - Add types in the streamVNext codepath, fixes for various issues across multiple packages surfaced from type issues, align return types. ([#8010](https://github.com/mastra-ai/mastra/pull/8010))
250
-
251
- - When step is created from agent or tool, add the description and component key to show that ([#8151](https://github.com/mastra-ai/mastra/pull/8151))
252
-
253
- ## 0.18.0
254
-
255
- ### Minor Changes
256
-
257
- - Allow agent instructions to accept SystemMessage types ([#7987](https://github.com/mastra-ai/mastra/pull/7987))
258
-
259
- Agents can now use rich instruction formats beyond simple strings:
260
- - CoreSystemMessage and SystemModelMessage objects with provider-specific options
261
- - Arrays of strings or system messages
262
- - Dynamic instructions returning any SystemMessage type
263
-
264
- ### Patch Changes
265
-
266
- - Agent type fixes ([#8072](https://github.com/mastra-ai/mastra/pull/8072))
267
-
268
- - Fixes for `getStepResult` in workflow steps ([#8065](https://github.com/mastra-ai/mastra/pull/8065))
269
-
270
- - fix: result object type inference when using structuredOutput and unify output/structuredOutput types with single OUTPUT generic ([#7969](https://github.com/mastra-ai/mastra/pull/7969))
271
-
272
- - feat: implement trace scoring with batch processing capabilities ([#8033](https://github.com/mastra-ai/mastra/pull/8033))
273
-
274
- - Fix selection of agent method based on model version ([#8001](https://github.com/mastra-ai/mastra/pull/8001))
275
-
276
- - show the tool-output stream in the playground for streamVNext ([#7983](https://github.com/mastra-ai/mastra/pull/7983))
277
-
278
- - Add scorer type, for automatic type inferrence when creating scorers for agents ([#8032](https://github.com/mastra-ai/mastra/pull/8032))
279
-
280
- - Get rid off swr one for all ([#7931](https://github.com/mastra-ai/mastra/pull/7931))
281
-
282
- - Fix PostgreSQL vector index recreation issue and add optional index configuration ([#8020](https://github.com/mastra-ai/mastra/pull/8020))
283
- - Fixed critical bug where memory vector indexes were unnecessarily recreated on every operation
284
- - Added support for configuring vector index types (HNSW, IVFFlat, flat) and parameters
285
-
286
- - Fix navigating between scores and entity types ([#8129](https://github.com/mastra-ai/mastra/pull/8129))
287
-
288
- - Delayed streamVNext breaking change notice by 1 week ([#8121](https://github.com/mastra-ai/mastra/pull/8121))
289
-
290
- - Tool hitl ([#8084](https://github.com/mastra-ai/mastra/pull/8084))
291
-
292
- - Updated dependencies [[`b61b8e0`](https://github.com/mastra-ai/mastra/commit/b61b8e0b0e93a7e6e9d82e6f0b620bb919a20bdb)]:
293
- - @mastra/schema-compat@0.11.4
294
-
295
- ## 0.18.0-alpha.3
296
-
297
- ### Patch Changes
298
-
299
- - feat: implement trace scoring with batch processing capabilities ([#8033](https://github.com/mastra-ai/mastra/pull/8033))
300
-
301
301
 
302
- ... 3890 more lines hidden. See full changelog in package directory.
302
+ ... 3942 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,33 @@
1
1
  # @mastra/deployer-cloud
2
2
 
3
+ ## 0.20.1-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`a6d69c5`](https://github.com/mastra-ai/mastra/commit/a6d69c5fb50c0875b46275811fece5862f03c6a0), [`84199af`](https://github.com/mastra-ai/mastra/commit/84199af8673f6f9cb59286ffb5477a41932775de), [`7f431af`](https://github.com/mastra-ai/mastra/commit/7f431afd586b7d3265075e73106eb73167edbb86)]:
8
+ - @mastra/core@0.20.1-alpha.3
9
+ - @mastra/deployer@0.20.1-alpha.3
10
+
11
+ ## 0.20.1-alpha.2
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`42ffed3`](https://github.com/mastra-ai/mastra/commit/42ffed311b9d8750652bbc55c773be62c989fcc6), [`ee9108f`](https://github.com/mastra-ai/mastra/commit/ee9108fa29bb8368fc23df158c9f0645b2d7b65c)]:
16
+ - @mastra/deployer@0.20.1-alpha.2
17
+ - @mastra/core@0.20.1-alpha.2
18
+
19
+ ## 0.20.1-alpha.1
20
+
21
+ ### Patch Changes
22
+
23
+ - Mutable shared workflow run state ([#8545](https://github.com/mastra-ai/mastra/pull/8545))
24
+
25
+ - Add dynamic creation of peerdeps ([#8582](https://github.com/mastra-ai/mastra/pull/8582))
26
+
27
+ - Updated dependencies [[`c621613`](https://github.com/mastra-ai/mastra/commit/c621613069173c69eb2c3ef19a5308894c6549f0), [`ee17cec`](https://github.com/mastra-ai/mastra/commit/ee17cec065f4454740c9cc8f8a841027a5990f57), [`12b1189`](https://github.com/mastra-ai/mastra/commit/12b118942445e4de0dd916c593e33ec78dc3bc73), [`4783b30`](https://github.com/mastra-ai/mastra/commit/4783b3063efea887825514b783ba27f67912c26d), [`076b092`](https://github.com/mastra-ai/mastra/commit/076b0924902ff0f49d5712d2df24c4cca683713f), [`2aee9e7`](https://github.com/mastra-ai/mastra/commit/2aee9e7d188b8b256a4ddc203ccefb366b4867fa), [`c582906`](https://github.com/mastra-ai/mastra/commit/c5829065a346260f96c4beb8af131b94804ae3ad), [`fa2eb96`](https://github.com/mastra-ai/mastra/commit/fa2eb96af16c7d433891a73932764960d3235c1d), [`4783b30`](https://github.com/mastra-ai/mastra/commit/4783b3063efea887825514b783ba27f67912c26d), [`a739d0c`](https://github.com/mastra-ai/mastra/commit/a739d0c8b37cd89569e04a6ca0827083c6167e19), [`a9c4cb7`](https://github.com/mastra-ai/mastra/commit/a9c4cb7d6a35de23ca51066f166a66e0e4cca418), [`603e927`](https://github.com/mastra-ai/mastra/commit/603e9279db8bf8a46caf83881c6b7389ccffff7e), [`cd45982`](https://github.com/mastra-ai/mastra/commit/cd4598291cda128a88738734ae6cbef076ebdebd), [`874f74d`](https://github.com/mastra-ai/mastra/commit/874f74da4b1acf6517f18132d035612c3ecc394a), [`0baf2ba`](https://github.com/mastra-ai/mastra/commit/0baf2bab8420277072ef1f95df5ea7b0a2f61fe7), [`26e968d`](https://github.com/mastra-ai/mastra/commit/26e968db2171ded9e4d47aa1b4f19e1e771158d0), [`cbd3fb6`](https://github.com/mastra-ai/mastra/commit/cbd3fb65adb03a7c0df193cb998aed5ac56675ee)]:
28
+ - @mastra/core@0.20.1-alpha.1
29
+ - @mastra/deployer@0.20.1-alpha.1
30
+
3
31
  ## 0.20.1-alpha.0
4
32
 
5
33
  ### Patch Changes
@@ -270,33 +298,5 @@
270
298
 
271
299
  ## 0.16.4-alpha.1
272
300
 
273
- ### Patch Changes
274
-
275
- - Updated dependencies [[`547c621`](https://github.com/mastra-ai/mastra/commit/547c62104af3f7a551b3754e9cbdf0a3fbba15e4)]:
276
- - @mastra/core@0.16.4-alpha.1
277
- - @mastra/deployer@0.16.4-alpha.1
278
-
279
- ## 0.16.4-alpha.0
280
-
281
- ### Patch Changes
282
-
283
- - Updated dependencies [[`5802bf5`](https://github.com/mastra-ai/mastra/commit/5802bf57f6182e4b67c28d7d91abed349a8d14f3), [`5bda53a`](https://github.com/mastra-ai/mastra/commit/5bda53a9747bfa7d876d754fc92c83a06e503f62), [`f26a8fd`](https://github.com/mastra-ai/mastra/commit/f26a8fd99fcb0497a5d86c28324430d7f6a5fb83), [`f0ab020`](https://github.com/mastra-ai/mastra/commit/f0ab02034532a4afb71a1ef4fe243f9a8dffde84), [`1a1fbe6`](https://github.com/mastra-ai/mastra/commit/1a1fbe66efb7d94abc373ed0dd9676adb8122454), [`36f39c0`](https://github.com/mastra-ai/mastra/commit/36f39c00dc794952dc3c11aab91c2fa8bca74b11)]:
284
- - @mastra/core@0.16.4-alpha.0
285
- - @mastra/deployer@0.16.4-alpha.0
286
-
287
- ## 0.16.3
288
-
289
- ### Patch Changes
290
-
291
- - Remove unused deps ([#7652](https://github.com/mastra-ai/mastra/pull/7652))
292
-
293
- - Should interpolate urls ([#7706](https://github.com/mastra-ai/mastra/pull/7706))
294
-
295
- - Updated dependencies [[`b4379f7`](https://github.com/mastra-ai/mastra/commit/b4379f703fd74474f253420e8c3a684f2c4b2f8e), [`b4379f7`](https://github.com/mastra-ai/mastra/commit/b4379f703fd74474f253420e8c3a684f2c4b2f8e), [`2a6585f`](https://github.com/mastra-ai/mastra/commit/2a6585f7cb71f023f805d521d1c3c95fb9a3aa59), [`3d26e83`](https://github.com/mastra-ai/mastra/commit/3d26e8353a945719028f087cc6ac4b06f0ce27d2), [`dd9119b`](https://github.com/mastra-ai/mastra/commit/dd9119b175a8f389082f75c12750e51f96d65dca), [`d34aaa1`](https://github.com/mastra-ai/mastra/commit/d34aaa1da5d3c5f991740f59e2fe6d28d3e2dd91), [`56e55d1`](https://github.com/mastra-ai/mastra/commit/56e55d1e9eb63e7d9e41aa46e012aae471256812), [`ce1e580`](https://github.com/mastra-ai/mastra/commit/ce1e580f6391e94a0c6816a9c5db0a21566a262f), [`b2babfa`](https://github.com/mastra-ai/mastra/commit/b2babfa9e75b22f2759179e71d8473f6dc5421ed), [`d8c3ba5`](https://github.com/mastra-ai/mastra/commit/d8c3ba516f4173282d293f7e64769cfc8738d360), [`a566c4e`](https://github.com/mastra-ai/mastra/commit/a566c4e92d86c1671707c54359b1d33934f7cc13), [`0666082`](https://github.com/mastra-ai/mastra/commit/06660820230dcb1fa7c1d51c8254107afd68cd67), [`af333aa`](https://github.com/mastra-ai/mastra/commit/af333aa30fe6d1b127024b03a64736c46eddeca2), [`4c81b65`](https://github.com/mastra-ai/mastra/commit/4c81b65a28d128560bdf63bc9b8a1bddd4884812), [`3863c52`](https://github.com/mastra-ai/mastra/commit/3863c52d44b4e5779968b802d977e87adf939d8e), [`6424c7e`](https://github.com/mastra-ai/mastra/commit/6424c7ec38b6921d66212431db1e0958f441b2a7), [`db94750`](https://github.com/mastra-ai/mastra/commit/db94750a41fd29b43eb1f7ce8e97ba8b9978c91b), [`a66a371`](https://github.com/mastra-ai/mastra/commit/a66a3716b00553d7f01842be9deb34f720b10fab), [`69fc3cd`](https://github.com/mastra-ai/mastra/commit/69fc3cd0fd814901785bdcf49bf536ab1e7fd975)]:
296
- - @mastra/core@0.16.3
297
- - @mastra/deployer@0.16.3
298
-
299
- ## 0.16.3-alpha.1
300
-
301
301
 
302
- ... 338 more lines hidden. See full changelog in package directory.
302
+ ... 366 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,15 @@
1
1
  # @mastra/deployer-cloudflare
2
2
 
3
+ ## 0.14.6-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Mutable shared workflow run state ([#8545](https://github.com/mastra-ai/mastra/pull/8545))
8
+
9
+ - Updated dependencies [[`c621613`](https://github.com/mastra-ai/mastra/commit/c621613069173c69eb2c3ef19a5308894c6549f0), [`ee17cec`](https://github.com/mastra-ai/mastra/commit/ee17cec065f4454740c9cc8f8a841027a5990f57), [`12b1189`](https://github.com/mastra-ai/mastra/commit/12b118942445e4de0dd916c593e33ec78dc3bc73), [`4783b30`](https://github.com/mastra-ai/mastra/commit/4783b3063efea887825514b783ba27f67912c26d), [`076b092`](https://github.com/mastra-ai/mastra/commit/076b0924902ff0f49d5712d2df24c4cca683713f), [`2aee9e7`](https://github.com/mastra-ai/mastra/commit/2aee9e7d188b8b256a4ddc203ccefb366b4867fa), [`c582906`](https://github.com/mastra-ai/mastra/commit/c5829065a346260f96c4beb8af131b94804ae3ad), [`fa2eb96`](https://github.com/mastra-ai/mastra/commit/fa2eb96af16c7d433891a73932764960d3235c1d), [`4783b30`](https://github.com/mastra-ai/mastra/commit/4783b3063efea887825514b783ba27f67912c26d), [`a739d0c`](https://github.com/mastra-ai/mastra/commit/a739d0c8b37cd89569e04a6ca0827083c6167e19), [`a9c4cb7`](https://github.com/mastra-ai/mastra/commit/a9c4cb7d6a35de23ca51066f166a66e0e4cca418), [`603e927`](https://github.com/mastra-ai/mastra/commit/603e9279db8bf8a46caf83881c6b7389ccffff7e), [`cd45982`](https://github.com/mastra-ai/mastra/commit/cd4598291cda128a88738734ae6cbef076ebdebd), [`874f74d`](https://github.com/mastra-ai/mastra/commit/874f74da4b1acf6517f18132d035612c3ecc394a), [`0baf2ba`](https://github.com/mastra-ai/mastra/commit/0baf2bab8420277072ef1f95df5ea7b0a2f61fe7), [`26e968d`](https://github.com/mastra-ai/mastra/commit/26e968db2171ded9e4d47aa1b4f19e1e771158d0), [`cbd3fb6`](https://github.com/mastra-ai/mastra/commit/cbd3fb65adb03a7c0df193cb998aed5ac56675ee)]:
10
+ - @mastra/core@0.20.1-alpha.1
11
+ - @mastra/deployer@0.20.1-alpha.1
12
+
3
13
  ## 0.14.6-alpha.0
4
14
 
5
15
  ### Patch Changes
@@ -289,14 +299,4 @@
289
299
  - @mastra/deployer@0.16.0-alpha.0
290
300
  - @mastra/core@0.16.0-alpha.0
291
301
 
292
- ## 0.13.3
293
-
294
- ### Patch Changes
295
-
296
- - 3e0bd2a: dependencies updates:
297
- - Updated dependency [`rollup@~4.49.0` ↗︎](https://www.npmjs.com/package/rollup/v/4.49.0) (from `~4.47.1`, in `dependencies`)
298
- - 2b64943: dependencies updates:
299
- - Updated dependency [`rollup@~4.50.0` ↗︎](https://www.npmjs.com/package/rollup/v/4.50.0) (from `~4.49.0`, in `dependencies`)
300
- - de3cbc6: Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
301
-
302
- ... 3762 more lines hidden. See full changelog in package directory.
302
+ ... 3772 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,15 @@
1
1
  # @mastra/deployer-netlify
2
2
 
3
+ ## 0.13.6-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Mutable shared workflow run state ([#8545](https://github.com/mastra-ai/mastra/pull/8545))
8
+
9
+ - Updated dependencies [[`c621613`](https://github.com/mastra-ai/mastra/commit/c621613069173c69eb2c3ef19a5308894c6549f0), [`ee17cec`](https://github.com/mastra-ai/mastra/commit/ee17cec065f4454740c9cc8f8a841027a5990f57), [`12b1189`](https://github.com/mastra-ai/mastra/commit/12b118942445e4de0dd916c593e33ec78dc3bc73), [`4783b30`](https://github.com/mastra-ai/mastra/commit/4783b3063efea887825514b783ba27f67912c26d), [`076b092`](https://github.com/mastra-ai/mastra/commit/076b0924902ff0f49d5712d2df24c4cca683713f), [`2aee9e7`](https://github.com/mastra-ai/mastra/commit/2aee9e7d188b8b256a4ddc203ccefb366b4867fa), [`c582906`](https://github.com/mastra-ai/mastra/commit/c5829065a346260f96c4beb8af131b94804ae3ad), [`fa2eb96`](https://github.com/mastra-ai/mastra/commit/fa2eb96af16c7d433891a73932764960d3235c1d), [`4783b30`](https://github.com/mastra-ai/mastra/commit/4783b3063efea887825514b783ba27f67912c26d), [`a739d0c`](https://github.com/mastra-ai/mastra/commit/a739d0c8b37cd89569e04a6ca0827083c6167e19), [`a9c4cb7`](https://github.com/mastra-ai/mastra/commit/a9c4cb7d6a35de23ca51066f166a66e0e4cca418), [`603e927`](https://github.com/mastra-ai/mastra/commit/603e9279db8bf8a46caf83881c6b7389ccffff7e), [`cd45982`](https://github.com/mastra-ai/mastra/commit/cd4598291cda128a88738734ae6cbef076ebdebd), [`874f74d`](https://github.com/mastra-ai/mastra/commit/874f74da4b1acf6517f18132d035612c3ecc394a), [`0baf2ba`](https://github.com/mastra-ai/mastra/commit/0baf2bab8420277072ef1f95df5ea7b0a2f61fe7), [`26e968d`](https://github.com/mastra-ai/mastra/commit/26e968db2171ded9e4d47aa1b4f19e1e771158d0), [`cbd3fb6`](https://github.com/mastra-ai/mastra/commit/cbd3fb65adb03a7c0df193cb998aed5ac56675ee)]:
10
+ - @mastra/core@0.20.1-alpha.1
11
+ - @mastra/deployer@0.20.1-alpha.1
12
+
3
13
  ## 0.13.6-alpha.0
4
14
 
5
15
  ### Patch Changes
@@ -288,15 +298,5 @@
288
298
  - @mastra/deployer@0.16.0-alpha.0
289
299
  - @mastra/core@0.16.0-alpha.0
290
300
 
291
- ## 0.12.3
292
-
293
- ### Patch Changes
294
-
295
- - de3cbc6: Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
296
- - f0dfcac: updated core peerdep
297
- - Updated dependencies [ab48c97]
298
- - Updated dependencies [3e0bd2a]
299
- - Updated dependencies [2b64943]
300
- - Updated dependencies [85ef90b]
301
301
 
302
- ... 3501 more lines hidden. See full changelog in package directory.
302
+ ... 3511 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,15 @@
1
1
  # @mastra/deployer-vercel
2
2
 
3
+ ## 0.12.6-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Mutable shared workflow run state ([#8545](https://github.com/mastra-ai/mastra/pull/8545))
8
+
9
+ - Updated dependencies [[`c621613`](https://github.com/mastra-ai/mastra/commit/c621613069173c69eb2c3ef19a5308894c6549f0), [`ee17cec`](https://github.com/mastra-ai/mastra/commit/ee17cec065f4454740c9cc8f8a841027a5990f57), [`12b1189`](https://github.com/mastra-ai/mastra/commit/12b118942445e4de0dd916c593e33ec78dc3bc73), [`4783b30`](https://github.com/mastra-ai/mastra/commit/4783b3063efea887825514b783ba27f67912c26d), [`076b092`](https://github.com/mastra-ai/mastra/commit/076b0924902ff0f49d5712d2df24c4cca683713f), [`2aee9e7`](https://github.com/mastra-ai/mastra/commit/2aee9e7d188b8b256a4ddc203ccefb366b4867fa), [`c582906`](https://github.com/mastra-ai/mastra/commit/c5829065a346260f96c4beb8af131b94804ae3ad), [`fa2eb96`](https://github.com/mastra-ai/mastra/commit/fa2eb96af16c7d433891a73932764960d3235c1d), [`4783b30`](https://github.com/mastra-ai/mastra/commit/4783b3063efea887825514b783ba27f67912c26d), [`a739d0c`](https://github.com/mastra-ai/mastra/commit/a739d0c8b37cd89569e04a6ca0827083c6167e19), [`a9c4cb7`](https://github.com/mastra-ai/mastra/commit/a9c4cb7d6a35de23ca51066f166a66e0e4cca418), [`603e927`](https://github.com/mastra-ai/mastra/commit/603e9279db8bf8a46caf83881c6b7389ccffff7e), [`cd45982`](https://github.com/mastra-ai/mastra/commit/cd4598291cda128a88738734ae6cbef076ebdebd), [`874f74d`](https://github.com/mastra-ai/mastra/commit/874f74da4b1acf6517f18132d035612c3ecc394a), [`0baf2ba`](https://github.com/mastra-ai/mastra/commit/0baf2bab8420277072ef1f95df5ea7b0a2f61fe7), [`26e968d`](https://github.com/mastra-ai/mastra/commit/26e968db2171ded9e4d47aa1b4f19e1e771158d0), [`cbd3fb6`](https://github.com/mastra-ai/mastra/commit/cbd3fb65adb03a7c0df193cb998aed5ac56675ee)]:
10
+ - @mastra/core@0.20.1-alpha.1
11
+ - @mastra/deployer@0.20.1-alpha.1
12
+
3
13
  ## 0.12.6-alpha.0
4
14
 
5
15
  ### Patch Changes
@@ -288,15 +298,5 @@
288
298
 
289
299
  - Updated dependencies [cf4e353]
290
300
  - Updated dependencies [fd83526]
291
- - Updated dependencies [d0b90ab]
292
- - Updated dependencies [6f5eb7a]
293
- - Updated dependencies [a01cf14]
294
- - Updated dependencies [a9e50ee]
295
- - Updated dependencies [5397eb4]
296
- - Updated dependencies [c9f4e4a]
297
- - Updated dependencies [0acbc80]
298
- - @mastra/deployer@0.16.0-alpha.0
299
- - @mastra/core@0.16.0-alpha.0
300
-
301
301
 
302
- ... 3459 more lines hidden. See full changelog in package directory.
302
+ ... 3469 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,45 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 0.20.1-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`a6d69c5`](https://github.com/mastra-ai/mastra/commit/a6d69c5fb50c0875b46275811fece5862f03c6a0), [`84199af`](https://github.com/mastra-ai/mastra/commit/84199af8673f6f9cb59286ffb5477a41932775de), [`7f431af`](https://github.com/mastra-ai/mastra/commit/7f431afd586b7d3265075e73106eb73167edbb86)]:
8
+ - @mastra/core@0.20.1-alpha.3
9
+ - @mastra/server@0.20.1-alpha.3
10
+
11
+ ## 0.20.1-alpha.2
12
+
13
+ ### Patch Changes
14
+
15
+ - Correctly handle errors in streams. Errors (e.g. rate limiting) before the stream begins are now returned with their code. Mid-stream errors are passed as a chunk (with `type: 'error'`) to the stream. ([#8567](https://github.com/mastra-ai/mastra/pull/8567))
16
+
17
+ - Updated dependencies [[`ee9108f`](https://github.com/mastra-ai/mastra/commit/ee9108fa29bb8368fc23df158c9f0645b2d7b65c)]:
18
+ - @mastra/core@0.20.1-alpha.2
19
+ - @mastra/server@0.20.1-alpha.2
20
+
21
+ ## 0.20.1-alpha.1
22
+
23
+ ### Patch Changes
24
+
25
+ - fix: custom API routes now properly respect authentication requirements ([#8469](https://github.com/mastra-ai/mastra/pull/8469))
26
+
27
+ Fixed a critical bug where custom routes were bypassing authentication when they should have been protected by default. The issue was in the `isProtectedPath` function which only checked pattern-based protection but ignored custom route configurations.
28
+ - Custom routes are now protected by default or when specified with `requiresAuth: true`
29
+ - Custom routes properly inherit protection from parent patterns (like `/api/*`)
30
+ - Routes with explicit `requiresAuth: false` continue to work as public endpoints
31
+ - Enhanced `isProtectedPath` to consider both pattern matching and custom route auth config
32
+
33
+ This fixes issue #8421 where custom routes were not being properly protected by the authentication system.
34
+
35
+ - Mutable shared workflow run state ([#8545](https://github.com/mastra-ai/mastra/pull/8545))
36
+
37
+ - Fix bug when lodash dependencies where used in subdependencies ([#8537](https://github.com/mastra-ai/mastra/pull/8537))
38
+
39
+ - Updated dependencies [[`c621613`](https://github.com/mastra-ai/mastra/commit/c621613069173c69eb2c3ef19a5308894c6549f0), [`12b1189`](https://github.com/mastra-ai/mastra/commit/12b118942445e4de0dd916c593e33ec78dc3bc73), [`4783b30`](https://github.com/mastra-ai/mastra/commit/4783b3063efea887825514b783ba27f67912c26d), [`076b092`](https://github.com/mastra-ai/mastra/commit/076b0924902ff0f49d5712d2df24c4cca683713f), [`2aee9e7`](https://github.com/mastra-ai/mastra/commit/2aee9e7d188b8b256a4ddc203ccefb366b4867fa), [`c582906`](https://github.com/mastra-ai/mastra/commit/c5829065a346260f96c4beb8af131b94804ae3ad), [`fa2eb96`](https://github.com/mastra-ai/mastra/commit/fa2eb96af16c7d433891a73932764960d3235c1d), [`4783b30`](https://github.com/mastra-ai/mastra/commit/4783b3063efea887825514b783ba27f67912c26d), [`a739d0c`](https://github.com/mastra-ai/mastra/commit/a739d0c8b37cd89569e04a6ca0827083c6167e19), [`603e927`](https://github.com/mastra-ai/mastra/commit/603e9279db8bf8a46caf83881c6b7389ccffff7e), [`cd45982`](https://github.com/mastra-ai/mastra/commit/cd4598291cda128a88738734ae6cbef076ebdebd), [`874f74d`](https://github.com/mastra-ai/mastra/commit/874f74da4b1acf6517f18132d035612c3ecc394a), [`0baf2ba`](https://github.com/mastra-ai/mastra/commit/0baf2bab8420277072ef1f95df5ea7b0a2f61fe7), [`26e968d`](https://github.com/mastra-ai/mastra/commit/26e968db2171ded9e4d47aa1b4f19e1e771158d0), [`cbd3fb6`](https://github.com/mastra-ai/mastra/commit/cbd3fb65adb03a7c0df193cb998aed5ac56675ee)]:
40
+ - @mastra/core@0.20.1-alpha.1
41
+ - @mastra/server@0.20.1-alpha.1
42
+
3
43
  ## 0.20.1-alpha.0
4
44
 
5
45
  ### Patch Changes
@@ -259,44 +299,4 @@
259
299
 
260
300
  ### Minor Changes
261
301
 
262
- - Remove original AgentNetwork ([#7919](https://github.com/mastra-ai/mastra/pull/7919))
263
-
264
- - The `IBundler` and subsequently the `IDeployer` interface changed, making the third argument of `bundle()` an object. ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
265
-
266
- ```diff
267
- - bundle(entryFile: string, outputDirectory: string, toolsPaths: (string | string[])[]): Promise<void>;
268
- + bundle(entryFile: string, outputDirectory: string, options: { toolsPaths: (string | string[])[]; projectRoot: string }): Promise<void>;
269
- ```
270
-
271
- If you're just using the deployer inside `src/mastra/index.ts` you're safe to upgrade, no changes needed.
272
-
273
- - Improved workspace dependency resolution during development and builds. This makes the build process more reliable when working with monorepos and workspace packages, reducing potential bundling errors and improving development experience. ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
274
-
275
- ### Patch Changes
276
-
277
- - dependencies updates: ([#6887](https://github.com/mastra-ai/mastra/pull/6887))
278
- - Updated dependency [`@babel/core@^7.28.4` ↗︎](https://www.npmjs.com/package/@babel/core/v/7.28.4) (from `^7.28.0`, in `dependencies`)
279
-
280
- - dependencies updates: ([#7538](https://github.com/mastra-ai/mastra/pull/7538))
281
- - Updated dependency [`esbuild@^0.25.9` ↗︎](https://www.npmjs.com/package/esbuild/v/0.25.9) (from `^0.25.8`, in `dependencies`)
282
-
283
- - dependencies updates: ([#7803](https://github.com/mastra-ai/mastra/pull/7803))
284
- - Updated dependency [`rollup@~4.50.1` ↗︎](https://www.npmjs.com/package/rollup/v/4.50.1) (from `~4.50.0`, in `dependencies`)
285
-
286
- - dependencies updates: ([#7861](https://github.com/mastra-ai/mastra/pull/7861))
287
- - Updated dependency [`hono@^4.9.7` ↗︎](https://www.npmjs.com/package/hono/v/4.9.7) (from `^4.9.6`, in `dependencies`)
288
-
289
- - clean up console logs in monorepo ([#7926](https://github.com/mastra-ai/mastra/pull/7926))
290
-
291
- - feat: add requiresAuth option for custom API routes ([#7703](https://github.com/mastra-ai/mastra/pull/7703))
292
-
293
- Added a new `requiresAuth` option to the `ApiRoute` type that allows users to explicitly control authentication requirements for custom endpoints.
294
- - By default, all custom routes require authentication (`requiresAuth: true`)
295
- - Set `requiresAuth: false` to make a route publicly accessible without authentication
296
- - The auth middleware now checks this configuration before applying authentication
297
-
298
- Example usage:
299
-
300
- ```typescript
301
-
302
- ... 4521 more lines hidden. See full changelog in package directory.
302
+ ... 4561 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,15 @@
1
1
  # @mastra/dynamodb
2
2
 
3
+ ## 0.15.6-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - dependencies updates: ([#8436](https://github.com/mastra-ai/mastra/pull/8436))
8
+ - Updated dependency [`@aws-sdk/client-dynamodb@^3.902.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-dynamodb/v/3.902.0) (from `^3.896.0`, in `dependencies`)
9
+ - Updated dependency [`@aws-sdk/lib-dynamodb@^3.902.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/lib-dynamodb/v/3.902.0) (from `^3.896.0`, in `dependencies`)
10
+ - Updated dependencies [[`c621613`](https://github.com/mastra-ai/mastra/commit/c621613069173c69eb2c3ef19a5308894c6549f0), [`12b1189`](https://github.com/mastra-ai/mastra/commit/12b118942445e4de0dd916c593e33ec78dc3bc73), [`4783b30`](https://github.com/mastra-ai/mastra/commit/4783b3063efea887825514b783ba27f67912c26d), [`076b092`](https://github.com/mastra-ai/mastra/commit/076b0924902ff0f49d5712d2df24c4cca683713f), [`2aee9e7`](https://github.com/mastra-ai/mastra/commit/2aee9e7d188b8b256a4ddc203ccefb366b4867fa), [`c582906`](https://github.com/mastra-ai/mastra/commit/c5829065a346260f96c4beb8af131b94804ae3ad), [`fa2eb96`](https://github.com/mastra-ai/mastra/commit/fa2eb96af16c7d433891a73932764960d3235c1d), [`4783b30`](https://github.com/mastra-ai/mastra/commit/4783b3063efea887825514b783ba27f67912c26d), [`a739d0c`](https://github.com/mastra-ai/mastra/commit/a739d0c8b37cd89569e04a6ca0827083c6167e19), [`603e927`](https://github.com/mastra-ai/mastra/commit/603e9279db8bf8a46caf83881c6b7389ccffff7e), [`cd45982`](https://github.com/mastra-ai/mastra/commit/cd4598291cda128a88738734ae6cbef076ebdebd), [`874f74d`](https://github.com/mastra-ai/mastra/commit/874f74da4b1acf6517f18132d035612c3ecc394a), [`0baf2ba`](https://github.com/mastra-ai/mastra/commit/0baf2bab8420277072ef1f95df5ea7b0a2f61fe7), [`26e968d`](https://github.com/mastra-ai/mastra/commit/26e968db2171ded9e4d47aa1b4f19e1e771158d0), [`cbd3fb6`](https://github.com/mastra-ai/mastra/commit/cbd3fb65adb03a7c0df193cb998aed5ac56675ee)]:
11
+ - @mastra/core@0.20.1-alpha.1
12
+
3
13
  ## 0.15.5
4
14
 
5
15
  ### Patch Changes
@@ -288,15 +298,5 @@
288
298
 
289
299
  ### Patch Changes
290
300
 
291
- - [#6700](https://github.com/mastra-ai/mastra/pull/6700) [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02) Thanks [@gpanakkal](https://github.com/gpanakkal)! - Add `getMessagesById` method to `MastraStorage` adapters
292
-
293
- - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02)]:
294
- - @mastra/core@0.14.1-alpha.0
295
-
296
- ## 0.14.2
297
-
298
- ### Patch Changes
299
-
300
- - 03997ae: Update peerdeps
301
301
 
302
- ... 692 more lines hidden. See full changelog in package directory.
302
+ ... 702 more lines hidden. See full changelog in package directory.