@mastra/deployer 1.20.0-alpha.0 → 1.20.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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 1.20.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Standardized all logger calls across the codebase to use static string messages with structured data objects. Dynamic values are now passed as key-value pairs in the second argument instead of being interpolated into template literal strings. This improves log filterability and searchability in observability storage. ([#14899](https://github.com/mastra-ai/mastra/pull/14899))
8
+
9
+ Removed ~150 redundant or noisy log calls including duplicate error logging after trackException and verbose in-memory storage CRUD traces.
10
+
11
+ - Updated dependencies [[`cbeec24`](https://github.com/mastra-ai/mastra/commit/cbeec24b3c97a1a296e7e461e66cc7f7d215dc50), [`cee146b`](https://github.com/mastra-ai/mastra/commit/cee146b5d858212e1df2b2730fc36d3ceda0e08d), [`aa0aeff`](https://github.com/mastra-ai/mastra/commit/aa0aeffa11efbef5e219fbd97bf43d263cfe3afe), [`2bcec65`](https://github.com/mastra-ai/mastra/commit/2bcec652d62b07eab15e9eb9822f70184526eede), [`ad9bded`](https://github.com/mastra-ai/mastra/commit/ad9bdedf86a824801f49928a8d40f6e31ff5450f), [`cbeec24`](https://github.com/mastra-ai/mastra/commit/cbeec24b3c97a1a296e7e461e66cc7f7d215dc50), [`208c0bb`](https://github.com/mastra-ai/mastra/commit/208c0bbacbf5a1da6318f2a0e0c544390e542ddc), [`f566ee7`](https://github.com/mastra-ai/mastra/commit/f566ee7d53a3da33a01103e2a5ac2070ddefe6b0)]:
12
+ - @mastra/core@1.20.0
13
+ - @mastra/server@1.20.0
14
+
3
15
  ## 1.20.0-alpha.0
4
16
 
5
17
  ### Patch Changes
@@ -3,7 +3,7 @@ name: mastra-deployer
3
3
  description: Documentation for @mastra/deployer. Use when working with @mastra/deployer APIs, configuration, or implementation.
4
4
  metadata:
5
5
  package: "@mastra/deployer"
6
- version: "1.20.0-alpha.0"
6
+ version: "1.20.0"
7
7
  ---
8
8
 
9
9
  ## When to use
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.20.0-alpha.0",
2
+ "version": "1.20.0",
3
3
  "package": "@mastra/deployer",
4
4
  "exports": {
5
5
  "Deps": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/deployer",
3
- "version": "1.20.0-alpha.0",
3
+ "version": "1.20.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -111,7 +111,7 @@
111
111
  "strip-json-comments": "^5.0.3",
112
112
  "tinyglobby": "^0.2.15",
113
113
  "typescript-paths": "^1.5.1",
114
- "@mastra/server": "1.20.0-alpha.0"
114
+ "@mastra/server": "1.20.0"
115
115
  },
116
116
  "devDependencies": {
117
117
  "@hono/node-server": "^1.19.11",
@@ -131,12 +131,12 @@
131
131
  "typescript": "^5.9.3",
132
132
  "vitest": "4.0.18",
133
133
  "zod": "^4.3.6",
134
- "@internal/types-builder": "0.0.51",
135
- "@mastra/hono": "1.3.3-alpha.0",
136
- "@internal/lint": "0.0.76",
137
- "@mastra/core": "1.20.0-alpha.0",
138
- "@mastra/mcp": "^1.4.1-alpha.0",
139
- "@mastra/server": "1.20.0-alpha.0"
134
+ "@internal/types-builder": "0.0.52",
135
+ "@internal/lint": "0.0.77",
136
+ "@mastra/core": "1.20.0",
137
+ "@mastra/hono": "1.3.3",
138
+ "@mastra/mcp": "^1.4.1",
139
+ "@mastra/server": "1.20.0"
140
140
  },
141
141
  "peerDependencies": {
142
142
  "@mastra/core": ">=1.0.0-0 <2.0.0-0",