@mastra/server 0.18.0-alpha.3 → 0.18.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 +22 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @mastra/server
2
2
 
3
+ ## 0.18.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Allow agent instructions to accept SystemMessage types ([#7987](https://github.com/mastra-ai/mastra/pull/7987))
8
+
9
+ Agents can now use rich instruction formats beyond simple strings:
10
+ - CoreSystemMessage and SystemModelMessage objects with provider-specific options
11
+ - Arrays of strings or system messages
12
+ - Dynamic instructions returning any SystemMessage type
13
+
14
+ - Add model fallback handlers and apis ([#7378](https://github.com/mastra-ai/mastra/pull/7378))
15
+
16
+ - Delayed streamVNext breaking change notice by 1 week ([#8121](https://github.com/mastra-ai/mastra/pull/8121))
17
+
18
+ - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
19
+
20
+ - Add server api to score traces ([#8064](https://github.com/mastra-ai/mastra/pull/8064))
21
+
22
+ - Updated dependencies [[`cf34503`](https://github.com/mastra-ai/mastra/commit/cf345031de4e157f29087946449e60b965e9c8a9), [`6b4b1e4`](https://github.com/mastra-ai/mastra/commit/6b4b1e4235428d39e51cbda9832704c0ba70ab32), [`3469fca`](https://github.com/mastra-ai/mastra/commit/3469fca7bb7e5e19369ff9f7044716a5e4b02585), [`a61f23f`](https://github.com/mastra-ai/mastra/commit/a61f23fbbca4b88b763d94f1d784c47895ed72d7), [`4b339b8`](https://github.com/mastra-ai/mastra/commit/4b339b8141c20d6a6d80583c7e8c5c05d8c19492), [`d1dc606`](https://github.com/mastra-ai/mastra/commit/d1dc6067b0557a71190b68d56ee15b48c26d2411), [`c45298a`](https://github.com/mastra-ai/mastra/commit/c45298a0a0791db35cf79f1199d77004da0704cb), [`c4a8204`](https://github.com/mastra-ai/mastra/commit/c4a82046bfd241d6044e234bc5917d5a01fe6b55), [`d3bd4d4`](https://github.com/mastra-ai/mastra/commit/d3bd4d482a685bbb67bfa89be91c90dca3fa71ad), [`c591dfc`](https://github.com/mastra-ai/mastra/commit/c591dfc1e600fae1dedffe239357d250e146378f), [`1920c5c`](https://github.com/mastra-ai/mastra/commit/1920c5c6d666f687785c73021196aa551e579e0d), [`b6a3b65`](https://github.com/mastra-ai/mastra/commit/b6a3b65d830fa0ca7754ad6481661d1f2c878f21), [`af3abb6`](https://github.com/mastra-ai/mastra/commit/af3abb6f7c7585d856e22d27f4e7d2ece2186b9a)]:
23
+ - @mastra/core@0.18.0
24
+
3
25
  ## 0.18.0-alpha.3
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/server",
3
- "version": "0.18.0-alpha.3",
3
+ "version": "0.18.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -78,11 +78,11 @@
78
78
  "typescript": "^5.8.3",
79
79
  "vitest": "^3.2.4",
80
80
  "zod": "^3.25.76",
81
- "@internal/lint": "0.0.41",
82
- "@internal/storage-test-utils": "0.0.37",
83
- "@mastra/agent-builder": "0.0.6-alpha.2",
84
- "@mastra/core": "0.18.0-alpha.3",
85
- "@internal/types-builder": "0.0.16"
81
+ "@internal/storage-test-utils": "0.0.38",
82
+ "@internal/lint": "0.0.42",
83
+ "@mastra/core": "0.18.0",
84
+ "@mastra/agent-builder": "0.0.6",
85
+ "@internal/types-builder": "0.0.17"
86
86
  },
87
87
  "homepage": "https://mastra.ai",
88
88
  "repository": {