create-mastra 0.0.0-fix-backport-setserver-20251201151948 → 0.0.0-fix-request-context-as-query-key-20251209093005
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/CHANGELOG.md +74 -32
- package/dist/index.js +399 -237
- package/dist/index.js.map +1 -1
- package/dist/starter-files/tools.ts +2 -2
- package/dist/templates/dev.entry.js +2 -45
- package/package.json +9 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,78 +1,120 @@
|
|
|
1
1
|
# create-mastra
|
|
2
2
|
|
|
3
|
-
## 0.0.0-fix-
|
|
3
|
+
## 0.0.0-fix-request-context-as-query-key-20251209093005
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
### Major Changes
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
- Bump minimum required Node.js version to 22.13.0 ([#9706](https://github.com/mastra-ai/mastra/pull/9706))
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
- Removed old tracing code based on OpenTelemetry ([#9237](https://github.com/mastra-ai/mastra/pull/9237))
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
- Mark as stable ([`83d5942`](https://github.com/mastra-ai/mastra/commit/83d5942669ce7bba4a6ca4fd4da697a10eb5ebdc))
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
### Patch Changes
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
- Fix select options overflow when list is long by adding maximum height ([#10813](https://github.com/mastra-ai/mastra/pull/10813))
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
- dependencies updates: ([#10111](https://github.com/mastra-ai/mastra/pull/10111))
|
|
18
|
+
- Updated dependency [`pino@^10.1.0` ↗︎](https://www.npmjs.com/package/pino/v/10.1.0) (from `^9.7.0`, in `dependencies`)
|
|
18
19
|
|
|
19
|
-
|
|
20
|
+
- dependencies updates: ([#9781](https://github.com/mastra-ai/mastra/pull/9781))
|
|
21
|
+
- Updated dependency [`posthog-node@^5.11.2` ↗︎](https://www.npmjs.com/package/posthog-node/v/5.11.2) (from `^4.18.0`, in `dependencies`)
|
|
20
22
|
|
|
21
|
-
-
|
|
23
|
+
- Update MainSidebar component to fit required changes in Cloud CTA link ([#9318](https://github.com/mastra-ai/mastra/pull/9318))
|
|
22
24
|
|
|
23
|
-
|
|
25
|
+
- Fix default value showing on workflow form after user submits ([#10983](https://github.com/mastra-ai/mastra/pull/10983))
|
|
24
26
|
|
|
25
|
-
|
|
27
|
+
- Make MainSidebar toggle button sticky to bottom, always visible ([#9682](https://github.com/mastra-ai/mastra/pull/9682))
|
|
28
|
+
|
|
29
|
+
- fix: detect bun runtime and cleanup on failure ([#10242](https://github.com/mastra-ai/mastra/pull/10242))
|
|
30
|
+
|
|
31
|
+
- Add timeTravel APIs and add timeTravel feature to studio ([#10361](https://github.com/mastra-ai/mastra/pull/10361))
|
|
32
|
+
|
|
33
|
+
- Fix discriminatedUnion schema information lost when json schema is converted to zod ([#10500](https://github.com/mastra-ai/mastra/pull/10500))
|
|
34
|
+
|
|
35
|
+
- Move useScorers down to trace page to trigger it once for all trace spans ([#10985](https://github.com/mastra-ai/mastra/pull/10985))
|
|
26
36
|
|
|
27
|
-
-
|
|
37
|
+
- Update Observability Trace Spans list UI, so a user can expand/collapse span children/descendants and can filter the list by span type or name ([#10378](https://github.com/mastra-ai/mastra/pull/10378))
|
|
28
38
|
|
|
29
|
-
|
|
39
|
+
- Fix workflow trigger form overflow ([#10986](https://github.com/mastra-ai/mastra/pull/10986))
|
|
30
40
|
|
|
31
|
-
|
|
41
|
+
- Fix scorer filtering for SpanScoring, add error and info message for user ([#10160](https://github.com/mastra-ai/mastra/pull/10160))
|
|
32
42
|
|
|
33
|
-
|
|
43
|
+
- Hide time travel on map steps in Studio ([#10631](https://github.com/mastra-ai/mastra/pull/10631))
|
|
34
44
|
|
|
35
|
-
|
|
45
|
+
- Fix double scroll on agent chat container ([#10253](https://github.com/mastra-ai/mastra/pull/10253))
|
|
36
46
|
|
|
37
|
-
## 0.
|
|
47
|
+
## 1.0.0-beta.7
|
|
38
48
|
|
|
39
49
|
### Patch Changes
|
|
40
50
|
|
|
41
|
-
-
|
|
51
|
+
- Fix default value showing on workflow form after user submits ([#10983](https://github.com/mastra-ai/mastra/pull/10983))
|
|
42
52
|
|
|
43
|
-
|
|
53
|
+
- Move useScorers down to trace page to trigger it once for all trace spans ([#10985](https://github.com/mastra-ai/mastra/pull/10985))
|
|
54
|
+
|
|
55
|
+
- Update Observability Trace Spans list UI, so a user can expand/collapse span children/descendants and can filter the list by span type or name ([#10378](https://github.com/mastra-ai/mastra/pull/10378))
|
|
56
|
+
|
|
57
|
+
- Fix workflow trigger form overflow ([#10986](https://github.com/mastra-ai/mastra/pull/10986))
|
|
58
|
+
|
|
59
|
+
## 1.0.0-beta.6
|
|
44
60
|
|
|
45
61
|
### Patch Changes
|
|
46
62
|
|
|
47
|
-
-
|
|
63
|
+
- Fix select options overflow when list is long by adding maximum height ([#10813](https://github.com/mastra-ai/mastra/pull/10813))
|
|
64
|
+
|
|
65
|
+
## 1.0.0-beta.5
|
|
66
|
+
|
|
67
|
+
### Patch Changes
|
|
48
68
|
|
|
49
|
-
|
|
69
|
+
- Fix discriminatedUnion schema information lost when json schema is converted to zod ([#10500](https://github.com/mastra-ai/mastra/pull/10500))
|
|
50
70
|
|
|
51
|
-
|
|
71
|
+
- Hide time travel on map steps in Studio ([#10631](https://github.com/mastra-ai/mastra/pull/10631))
|
|
52
72
|
|
|
53
|
-
## 0.
|
|
73
|
+
## 1.0.0-beta.4
|
|
54
74
|
|
|
55
75
|
### Patch Changes
|
|
56
76
|
|
|
57
|
-
-
|
|
77
|
+
- Add timeTravel APIs and add timeTravel feature to studio ([#10361](https://github.com/mastra-ai/mastra/pull/10361))
|
|
58
78
|
|
|
59
|
-
## 0.
|
|
79
|
+
## 1.0.0-beta.3
|
|
60
80
|
|
|
61
|
-
|
|
81
|
+
### Patch Changes
|
|
82
|
+
|
|
83
|
+
- fix: detect bun runtime and cleanup on failure ([#10242](https://github.com/mastra-ai/mastra/pull/10242))
|
|
84
|
+
|
|
85
|
+
## 1.0.0-beta.2
|
|
62
86
|
|
|
63
87
|
### Patch Changes
|
|
64
88
|
|
|
65
|
-
-
|
|
89
|
+
- dependencies updates: ([#10111](https://github.com/mastra-ai/mastra/pull/10111))
|
|
90
|
+
- Updated dependency [`pino@^10.1.0` ↗︎](https://www.npmjs.com/package/pino/v/10.1.0) (from `^9.7.0`, in `dependencies`)
|
|
91
|
+
|
|
92
|
+
- dependencies updates: ([#9781](https://github.com/mastra-ai/mastra/pull/9781))
|
|
93
|
+
- Updated dependency [`posthog-node@^5.11.2` ↗︎](https://www.npmjs.com/package/posthog-node/v/5.11.2) (from `^4.18.0`, in `dependencies`)
|
|
94
|
+
|
|
95
|
+
- Fix scorer filtering for SpanScoring, add error and info message for user ([#10160](https://github.com/mastra-ai/mastra/pull/10160))
|
|
96
|
+
|
|
97
|
+
- Fix double scroll on agent chat container ([#10253](https://github.com/mastra-ai/mastra/pull/10253))
|
|
66
98
|
|
|
67
|
-
## 0.
|
|
99
|
+
## 1.0.0-beta.1
|
|
68
100
|
|
|
69
101
|
### Patch Changes
|
|
70
102
|
|
|
71
|
-
-
|
|
103
|
+
- Make MainSidebar toggle button sticky to bottom, always visible ([#9682](https://github.com/mastra-ai/mastra/pull/9682))
|
|
72
104
|
|
|
73
|
-
## 0.
|
|
105
|
+
## 1.0.0-beta.0
|
|
106
|
+
|
|
107
|
+
### Major Changes
|
|
108
|
+
|
|
109
|
+
- Bump minimum required Node.js version to 22.13.0 ([#9706](https://github.com/mastra-ai/mastra/pull/9706))
|
|
110
|
+
|
|
111
|
+
- Removed old tracing code based on OpenTelemetry ([#9237](https://github.com/mastra-ai/mastra/pull/9237))
|
|
112
|
+
|
|
113
|
+
- Mark as stable ([`83d5942`](https://github.com/mastra-ai/mastra/commit/83d5942669ce7bba4a6ca4fd4da697a10eb5ebdc))
|
|
114
|
+
|
|
115
|
+
### Patch Changes
|
|
74
116
|
|
|
75
|
-
|
|
117
|
+
- Update MainSidebar component to fit required changes in Cloud CTA link ([#9318](https://github.com/mastra-ai/mastra/pull/9318))
|
|
76
118
|
|
|
77
119
|
## 0.17.3
|
|
78
120
|
|