@mastra/server 1.11.0 → 1.12.0-alpha.1
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 +18 -0
- package/dist/{chunk-BYHPPWCC.cjs → chunk-AILL53XB.cjs} +3 -3
- package/dist/{chunk-BYHPPWCC.cjs.map → chunk-AILL53XB.cjs.map} +1 -1
- package/dist/{chunk-ANPS5H4V.js → chunk-PYO3IWOR.js} +3 -3
- package/dist/{chunk-ANPS5H4V.js.map → chunk-PYO3IWOR.js.map} +1 -1
- package/dist/{chunk-LCT4JR4G.js → chunk-Q5HPZJ5K.js} +12 -2
- package/dist/chunk-Q5HPZJ5K.js.map +1 -0
- package/dist/{chunk-4XSVUZTD.cjs → chunk-WQWSVABP.cjs} +12 -2
- package/dist/chunk-WQWSVABP.cjs.map +1 -0
- package/dist/docs/SKILL.md +1 -1
- package/dist/docs/assets/SOURCE_MAP.json +1 -1
- package/dist/observational-memory-YRWU6CY3-I7PD5THQ.js +7680 -0
- package/dist/observational-memory-YRWU6CY3-I7PD5THQ.js.map +1 -0
- package/dist/observational-memory-YRWU6CY3-OSS4UPF4.cjs +7695 -0
- package/dist/observational-memory-YRWU6CY3-OSS4UPF4.cjs.map +1 -0
- package/dist/server/handlers/agent-builder.cjs +16 -16
- package/dist/server/handlers/agent-builder.js +1 -1
- package/dist/server/handlers/workspace.cjs +26 -26
- package/dist/server/handlers/workspace.d.ts.map +1 -1
- package/dist/server/handlers/workspace.js +1 -1
- package/dist/server/handlers.cjs +4 -4
- package/dist/server/handlers.js +2 -2
- package/dist/server/server-adapter/index.cjs +23 -23
- package/dist/server/server-adapter/index.js +2 -2
- package/package.json +5 -5
- package/dist/chunk-4XSVUZTD.cjs.map +0 -1
- package/dist/chunk-LCT4JR4G.js.map +0 -1
- package/dist/observational-memory-OYK4MEUD-EQ3B4BWD.cjs +0 -7917
- package/dist/observational-memory-OYK4MEUD-EQ3B4BWD.cjs.map +0 -1
- package/dist/observational-memory-OYK4MEUD-MCCLFQCZ.js +0 -7902
- package/dist/observational-memory-OYK4MEUD-MCCLFQCZ.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @mastra/server
|
|
2
2
|
|
|
3
|
+
## 1.12.0-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fixed workspace filesystem permission errors returning HTTP 500 instead of 403. Permission denied errors now return the correct status code, preventing unnecessary client-side retries. ([#13804](https://github.com/mastra-ai/mastra/pull/13804))
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`709362d`](https://github.com/mastra-ai/mastra/commit/709362d67b80d8832729bbf9e449cad27640a5d2), [`9cede11`](https://github.com/mastra-ai/mastra/commit/9cede110abac9d93072e0521bb3c8bcafb9fdadf), [`a59f126`](https://github.com/mastra-ai/mastra/commit/a59f1269104f54726699c5cdb98c72c93606d2df), [`c510833`](https://github.com/mastra-ai/mastra/commit/c5108333e8cbc19dafee5f8bfefbcb5ee935335c), [`7296fcc`](https://github.com/mastra-ai/mastra/commit/7296fcc599c876a68699a71c7054a16d5aaf2337), [`00c27f9`](https://github.com/mastra-ai/mastra/commit/00c27f9080731433230a61be69c44e39a7a7b4c7), [`ee19c9b`](https://github.com/mastra-ai/mastra/commit/ee19c9ba3ec3ed91feb214ad539bdc766c53bb01)]:
|
|
10
|
+
- @mastra/schema-compat@1.2.1-alpha.1
|
|
11
|
+
- @mastra/core@1.12.0-alpha.1
|
|
12
|
+
|
|
13
|
+
## 1.12.0-alpha.0
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [[`cddf895`](https://github.com/mastra-ai/mastra/commit/cddf895532b8ee7f9fa814136ec672f53d37a9ba), [`aede3cc`](https://github.com/mastra-ai/mastra/commit/aede3cc2a83b54bbd9e9a54c8aedcd1708b2ef87), [`c4c7dad`](https://github.com/mastra-ai/mastra/commit/c4c7dadfe2e4584f079f6c24bfabdb8c4981827f), [`787f3ac`](https://github.com/mastra-ai/mastra/commit/787f3ac08b3bb77413645a7ab5c447fa851708fd), [`45c3112`](https://github.com/mastra-ai/mastra/commit/45c31122666a0cc56b94727099fcb1871ed1b3f6), [`5e7c287`](https://github.com/mastra-ai/mastra/commit/5e7c28701f2bce795dd5c811e4c3060bf2ea2242), [`7e17d3f`](https://github.com/mastra-ai/mastra/commit/7e17d3f656fdda2aad47c4beb8c491636d70820c)]:
|
|
18
|
+
- @mastra/core@1.12.0-alpha.0
|
|
19
|
+
- @mastra/schema-compat@1.2.1-alpha.0
|
|
20
|
+
|
|
3
21
|
## 1.11.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|
|
@@ -17383,7 +17383,7 @@ Notes:
|
|
|
17383
17383
|
"Observational memory requires @mastra/core support for request-response-id-rotation. Please bump @mastra/core to a newer version."
|
|
17384
17384
|
);
|
|
17385
17385
|
}
|
|
17386
|
-
const { ObservationalMemory } = await import('./observational-memory-
|
|
17386
|
+
const { ObservationalMemory } = await import('./observational-memory-YRWU6CY3-OSS4UPF4.cjs');
|
|
17387
17387
|
return new ObservationalMemory({
|
|
17388
17388
|
storage: memoryStore,
|
|
17389
17389
|
scope: omConfig.scope,
|
|
@@ -28310,5 +28310,5 @@ exports.START_ASYNC_AGENT_BUILDER_ACTION_ROUTE = START_ASYNC_AGENT_BUILDER_ACTIO
|
|
|
28310
28310
|
exports.STREAM_AGENT_BUILDER_ACTION_ROUTE = STREAM_AGENT_BUILDER_ACTION_ROUTE;
|
|
28311
28311
|
exports.STREAM_LEGACY_AGENT_BUILDER_ACTION_ROUTE = STREAM_LEGACY_AGENT_BUILDER_ACTION_ROUTE;
|
|
28312
28312
|
exports.agent_builder_exports = agent_builder_exports;
|
|
28313
|
-
//# sourceMappingURL=chunk-
|
|
28314
|
-
//# sourceMappingURL=chunk-
|
|
28313
|
+
//# sourceMappingURL=chunk-AILL53XB.cjs.map
|
|
28314
|
+
//# sourceMappingURL=chunk-AILL53XB.cjs.map
|