mastra 0.14.0-alpha.0 → 0.14.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 (2) hide show
  1. package/CHANGELOG.md +50 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,55 @@
1
1
  # mastra
2
2
 
3
+ ## 0.14.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Breaking change to move the agent.streamVNext/generateVNext implementation to the default stream/generate. The old stream/generate have now been moved to streamLegacy and generateLegacy ([#8097](https://github.com/mastra-ai/mastra/pull/8097))
8
+
9
+ ### Patch Changes
10
+
11
+ - Remove log drains UI from the playground ([#8379](https://github.com/mastra-ai/mastra/pull/8379))
12
+
13
+ - add refetch interval to traces to make it feel "instant" ([#8386](https://github.com/mastra-ai/mastra/pull/8386))
14
+
15
+ - better memory message ([#8382](https://github.com/mastra-ai/mastra/pull/8382))
16
+
17
+ - Add doc url to netlify gateway ([#8356](https://github.com/mastra-ai/mastra/pull/8356))
18
+
19
+ - fix codeblock line number color contrast for legacy traces ([#8385](https://github.com/mastra-ai/mastra/pull/8385))
20
+
21
+ - Model router documentation and playground UI improvements ([#8372](https://github.com/mastra-ai/mastra/pull/8372))
22
+
23
+ **Documentation generation (`@mastra/core`):**
24
+ - Fixed inverted dynamic model selection logic in provider examples
25
+ - Improved copy: replaced marketing language with action-oriented descriptions
26
+ - Added generated file comments with timestamps to all MDX outputs so maintainers know not to directly edit generated files
27
+
28
+ **Playground UI model picker (`@mastra/playground-ui`):**
29
+ - Fixed provider field clearing when typing in model input
30
+ - Added responsive layout (stacks on mobile, side-by-side on desktop)
31
+ - Improved general styling of provider/model pickers
32
+
33
+ **Environment variables (`@mastra/deployer`):**
34
+ - Properly handle array of env vars (e.g., NETLIFY_TOKEN, NETLIFY_SITE_ID)
35
+ - Added correct singular/plural handling for "environment variable(s)"
36
+
37
+ - fix playground message history initial state for v1 models ([#8427](https://github.com/mastra-ai/mastra/pull/8427))
38
+
39
+ - show thread list in desc order ([#8381](https://github.com/mastra-ai/mastra/pull/8381))
40
+
41
+ - Fix an issue preventing showing working memory and semantic recall in the playground ([#8358](https://github.com/mastra-ai/mastra/pull/8358))
42
+
43
+ - Fix shell option breaking server start on windows env ([#8377](https://github.com/mastra-ai/mastra/pull/8377))
44
+
45
+ - Add observe strean to get streans after workflow has been interrupted ([#8318](https://github.com/mastra-ai/mastra/pull/8318))
46
+
47
+ - Updated dependencies [[`00cb6bd`](https://github.com/mastra-ai/mastra/commit/00cb6bdf78737c0fac14a5a0c7b532a11e38558a), [`869ba22`](https://github.com/mastra-ai/mastra/commit/869ba222e1d6b58fc1b65e7c9fd55ca4e01b8c2f), [`1b73665`](https://github.com/mastra-ai/mastra/commit/1b73665e8e23f5c09d49fcf3e7d709c75259259e), [`989a4db`](https://github.com/mastra-ai/mastra/commit/989a4dbbaf07a2794d0e1863714c6d10f1244d6b), [`f7d7475`](https://github.com/mastra-ai/mastra/commit/f7d747507341aef60ed39e4b49318db1f86034a6), [`084b77b`](https://github.com/mastra-ai/mastra/commit/084b77b2955960e0190af8db3f77138aa83ed65c), [`a93ff84`](https://github.com/mastra-ai/mastra/commit/a93ff84b5e1af07ee236ac8873dac9b49aa5d501), [`bc5aacb`](https://github.com/mastra-ai/mastra/commit/bc5aacb646d468d325327e36117129f28cd13bf6), [`03622f8`](https://github.com/mastra-ai/mastra/commit/03622f86e9d7342197f80f95333ea3ff65c783ae), [`6b5af12`](https://github.com/mastra-ai/mastra/commit/6b5af12ce9e09066e0c32e821c203a6954498bea), [`bf60e4a`](https://github.com/mastra-ai/mastra/commit/bf60e4a89c515afd9570b7b79f33b95e7d07c397), [`d41aee5`](https://github.com/mastra-ai/mastra/commit/d41aee526d124e35f42720a08e64043229193679), [`e8fe13c`](https://github.com/mastra-ai/mastra/commit/e8fe13c4b4c255a42520127797ec394310f7c919), [`3ca833d`](https://github.com/mastra-ai/mastra/commit/3ca833dc994c38e3c9b4f9b4478a61cd8e07b32a), [`1edb8d1`](https://github.com/mastra-ai/mastra/commit/1edb8d1cfb963e72a12412990fb9170936c9904c), [`fbf6e32`](https://github.com/mastra-ai/mastra/commit/fbf6e324946332d0f5ed8930bf9d4d4479cefd7a), [`4753027`](https://github.com/mastra-ai/mastra/commit/4753027ee889288775c6958bdfeda03ff909af67)]:
48
+ - @mastra/core@0.20.0
49
+ - @mastra/deployer@0.20.0
50
+ - @mastra/mcp@0.13.3
51
+ - @mastra/loggers@0.10.15
52
+
3
53
  ## 0.14.0-alpha.0
4
54
 
5
55
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mastra",
3
- "version": "0.14.0-alpha.0",
3
+ "version": "0.14.0",
4
4
  "license": "Apache-2.0",
5
5
  "description": "cli for mastra",
6
6
  "type": "module",
@@ -68,9 +68,9 @@
68
68
  "tcp-port-used": "^1.0.2",
69
69
  "yocto-spinner": "^0.2.3",
70
70
  "zod-to-json-schema": "^3.24.6",
71
- "@mastra/deployer": "^0.20.0-alpha.0",
72
- "@mastra/loggers": "^0.10.15-alpha.0",
73
- "@mastra/mcp": "^0.13.3-alpha.0"
71
+ "@mastra/deployer": "^0.20.0",
72
+ "@mastra/loggers": "^0.10.15",
73
+ "@mastra/mcp": "^0.13.3"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@microsoft/api-extractor": "^7.52.8",
@@ -86,11 +86,11 @@
86
86
  "type-fest": "^4.41.0",
87
87
  "typescript": "^5.8.3",
88
88
  "vitest": "^3.2.4",
89
- "@internal/lint": "0.0.44",
89
+ "@internal/lint": "0.0.45",
90
+ "@internal/types-builder": "0.0.20",
90
91
  "@internal/playground": "0.0.4",
91
- "@mastra/client-js": "0.15.0-alpha.0",
92
- "@mastra/core": "0.20.0-alpha.0",
93
- "@internal/types-builder": "0.0.19"
92
+ "@mastra/client-js": "0.15.0",
93
+ "@mastra/core": "0.20.0"
94
94
  },
95
95
  "peerDependencies": {
96
96
  "@mastra/core": ">=0.17.0-0 <0.21.0-0",