@mastra/deployer 0.24.0-alpha.0 → 0.24.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/CHANGELOG.md +34 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,39 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
+
## 0.24.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Update peer dependencies to match core package version bump (0.23.4) ([#9487](https://github.com/mastra-ai/mastra/pull/9487))
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- update peerdeps ([`5ca1cca`](https://github.com/mastra-ai/mastra/commit/5ca1ccac61ffa7141e6d9fa8f22d3ad4d03bf5dc))
|
|
12
|
+
|
|
13
|
+
- Improve analyze recursion in bundler when using monorepos ([#9520](https://github.com/mastra-ai/mastra/pull/9520))
|
|
14
|
+
|
|
15
|
+
- Fixes issue where clicking the reset button in the model picker would fail to restore the original LanguageModelV2 (or any other types) object that was passed during agent construction. ([#9487](https://github.com/mastra-ai/mastra/pull/9487))
|
|
16
|
+
|
|
17
|
+
- Make sure external deps are built with side-effects. Fixes an issue with reflect-metadata #7328 ([#9733](https://github.com/mastra-ai/mastra/pull/9733))
|
|
18
|
+
|
|
19
|
+
- Remove unused /model-providers API ([#9554](https://github.com/mastra-ai/mastra/pull/9554))
|
|
20
|
+
|
|
21
|
+
- Fix undefined runtimeContext using memory from playground ([#9548](https://github.com/mastra-ai/mastra/pull/9548))
|
|
22
|
+
|
|
23
|
+
- Add readable-streams to global externals, not compatible with CJS compilation ([#9738](https://github.com/mastra-ai/mastra/pull/9738))
|
|
24
|
+
|
|
25
|
+
- fix: add /api route to default public routes to allow unauthenticated ([#9731](https://github.com/mastra-ai/mastra/pull/9731))
|
|
26
|
+
access
|
|
27
|
+
|
|
28
|
+
The /api route was returning 401 instead of 200 because it was being caught
|
|
29
|
+
by the /api/_ protected pattern. Adding it to the default public routes
|
|
30
|
+
ensures the root API endpoint is accessible without authentication while
|
|
31
|
+
keeping /api/_ routes protected.
|
|
32
|
+
|
|
33
|
+
- Updated dependencies [[`5ca1cca`](https://github.com/mastra-ai/mastra/commit/5ca1ccac61ffa7141e6d9fa8f22d3ad4d03bf5dc), [`6d7e90d`](https://github.com/mastra-ai/mastra/commit/6d7e90db09713e6250f4d6c3d3cff1b4740e50f9), [`23c2614`](https://github.com/mastra-ai/mastra/commit/23c26140fdbf04b8c59e8d7d52106d67dad962ec), [`f78b908`](https://github.com/mastra-ai/mastra/commit/f78b9080e11af765969b36b4a619761056030840), [`23c2614`](https://github.com/mastra-ai/mastra/commit/23c26140fdbf04b8c59e8d7d52106d67dad962ec), [`186b29b`](https://github.com/mastra-ai/mastra/commit/186b29bd51ac1dcc24ad3825fdb7207a6d6391a6), [`e365eda`](https://github.com/mastra-ai/mastra/commit/e365eda45795b43707310531cac1e2ce4e5a0712)]:
|
|
34
|
+
- @mastra/server@0.24.0
|
|
35
|
+
- @mastra/core@0.24.0
|
|
36
|
+
|
|
3
37
|
## 0.24.0-alpha.0
|
|
4
38
|
|
|
5
39
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/deployer",
|
|
3
|
-
"version": "0.24.0
|
|
3
|
+
"version": "0.24.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"rollup-plugin-node-externals": "^8.0.1",
|
|
115
115
|
"tinyglobby": "^0.2.15",
|
|
116
116
|
"typescript-paths": "^1.5.1",
|
|
117
|
-
"@mastra/server": "^0.24.0
|
|
117
|
+
"@mastra/server": "^0.24.0"
|
|
118
118
|
},
|
|
119
119
|
"devDependencies": {
|
|
120
120
|
"@hono/node-server": "^1.19.5",
|
|
@@ -134,10 +134,10 @@
|
|
|
134
134
|
"typescript": "^5.8.3",
|
|
135
135
|
"vitest": "^3.2.4",
|
|
136
136
|
"zod": "^3.25.76",
|
|
137
|
-
"@internal/
|
|
138
|
-
"@mastra/core": "0.24.0
|
|
139
|
-
"@mastra/mcp": "^0.14.2
|
|
140
|
-
"@internal/
|
|
137
|
+
"@internal/types-builder": "0.0.33",
|
|
138
|
+
"@mastra/core": "0.24.0",
|
|
139
|
+
"@mastra/mcp": "^0.14.2",
|
|
140
|
+
"@internal/lint": "0.0.58"
|
|
141
141
|
},
|
|
142
142
|
"peerDependencies": {
|
|
143
143
|
"@mastra/core": ">=0.24.0-0 <0.25.0-0",
|