@mastra/mcp-docs-server 0.13.1-alpha.2 → 0.13.2-alpha.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 (57) hide show
  1. package/.docs/organized/changelogs/%40internal%2Fstorage-test-utils.md +21 -0
  2. package/.docs/organized/changelogs/%40mastra%2Fagui.md +25 -0
  3. package/.docs/organized/changelogs/%40mastra%2Fastra.md +14 -14
  4. package/.docs/organized/changelogs/%40mastra%2Fchroma.md +37 -37
  5. package/.docs/organized/changelogs/%40mastra%2Fclickhouse.md +59 -59
  6. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +48 -48
  7. package/.docs/organized/changelogs/%40mastra%2Fcloud.md +25 -25
  8. package/.docs/organized/changelogs/%40mastra%2Fcloudflare-d1.md +57 -57
  9. package/.docs/organized/changelogs/%40mastra%2Fcloudflare.md +25 -25
  10. package/.docs/organized/changelogs/%40mastra%2Fcore.md +53 -53
  11. package/.docs/organized/changelogs/%40mastra%2Fcouchbase.md +37 -31
  12. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +60 -60
  13. package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +57 -57
  14. package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +55 -55
  15. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +71 -71
  16. package/.docs/organized/changelogs/%40mastra%2Fdynamodb.md +68 -29
  17. package/.docs/organized/changelogs/%40mastra%2Fevals.md +24 -24
  18. package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +27 -27
  19. package/.docs/organized/changelogs/%40mastra%2Fgithub.md +24 -24
  20. package/.docs/organized/changelogs/%40mastra%2Flance.md +47 -0
  21. package/.docs/organized/changelogs/%40mastra%2Flibsql.md +48 -48
  22. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +45 -45
  23. package/.docs/organized/changelogs/%40mastra%2Fmcp-registry-registry.md +30 -30
  24. package/.docs/organized/changelogs/%40mastra%2Fmcp.md +41 -41
  25. package/.docs/organized/changelogs/%40mastra%2Fmem0.md +24 -24
  26. package/.docs/organized/changelogs/%40mastra%2Fmemory.md +45 -45
  27. package/.docs/organized/changelogs/%40mastra%2Fmongodb.md +60 -60
  28. package/.docs/organized/changelogs/%40mastra%2Fopensearch.md +36 -0
  29. package/.docs/organized/changelogs/%40mastra%2Fpg.md +61 -61
  30. package/.docs/organized/changelogs/%40mastra%2Fpinecone.md +14 -14
  31. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +89 -89
  32. package/.docs/organized/changelogs/%40mastra%2Fqdrant.md +37 -37
  33. package/.docs/organized/changelogs/%40mastra%2Frag.md +28 -28
  34. package/.docs/organized/changelogs/%40mastra%2Fragie.md +24 -24
  35. package/.docs/organized/changelogs/%40mastra%2Fserver.md +49 -49
  36. package/.docs/organized/changelogs/%40mastra%2Fturbopuffer.md +37 -37
  37. package/.docs/organized/changelogs/%40mastra%2Fupstash.md +63 -63
  38. package/.docs/organized/changelogs/%40mastra%2Fvectorize.md +14 -14
  39. package/.docs/organized/changelogs/%40mastra%2Fvoice-azure.md +24 -24
  40. package/.docs/organized/changelogs/%40mastra%2Fvoice-cloudflare.md +24 -24
  41. package/.docs/organized/changelogs/%40mastra%2Fvoice-deepgram.md +24 -24
  42. package/.docs/organized/changelogs/%40mastra%2Fvoice-elevenlabs.md +24 -24
  43. package/.docs/organized/changelogs/%40mastra%2Fvoice-gladia.md +22 -0
  44. package/.docs/organized/changelogs/%40mastra%2Fvoice-google.md +24 -24
  45. package/.docs/organized/changelogs/%40mastra%2Fvoice-murf.md +25 -25
  46. package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +25 -25
  47. package/.docs/organized/changelogs/%40mastra%2Fvoice-openai.md +24 -24
  48. package/.docs/organized/changelogs/%40mastra%2Fvoice-playai.md +24 -24
  49. package/.docs/organized/changelogs/%40mastra%2Fvoice-sarvam.md +24 -24
  50. package/.docs/organized/changelogs/%40mastra%2Fvoice-speechify.md +24 -24
  51. package/.docs/organized/changelogs/create-mastra.md +29 -29
  52. package/.docs/organized/changelogs/mastra.md +90 -90
  53. package/.docs/raw/local-dev/mastra-dev.mdx +103 -105
  54. package/.docs/raw/workflows/input-data-mapping.mdx +4 -4
  55. package/package.json +4 -4
  56. package/.docs/raw/local-dev/add-to-existing-project.mdx +0 -43
  57. package/.docs/raw/local-dev/creating-a-new-project.mdx +0 -53
@@ -1,5 +1,57 @@
1
1
  # @mastra/core
2
2
 
3
+ ## 0.10.7-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - d1baedb: fix bad merge with mastra error
8
+ - 4d21bf2: throw mastra errors for MCP
9
+ - 2097952: [MASTRA-4021] Fix PG getMessages and update messageLimit for all storage adapters
10
+ - 4fb0cc2: Type safe variable mapping
11
+ - d2a7a31: Fix memory message context for when LLM providers throw an error if the first message is a tool call.
12
+ - 0e17048: Throw mastra errors in storage packages
13
+
14
+ ## 0.10.7-alpha.0
15
+
16
+ ### Patch Changes
17
+
18
+ - d8f2d19: Add updateMessages API to storage classes (only support for PG and LibSQL for now) and to memory class. Additionally allow for metadata to be saved in the content field of a message.
19
+ - 9d52b17: Fix inngest workflows streaming and add step metadata
20
+ - 8ba1b51: Add custom routes by default to jsonapi
21
+
22
+ ## 0.10.6
23
+
24
+ ### Patch Changes
25
+
26
+ - 63f6b7d: dependencies updates:
27
+ - Updated dependency [`@opentelemetry/exporter-trace-otlp-grpc@^0.201.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/exporter-trace-otlp-grpc/v/0.201.1) (from `^0.201.0`, in `dependencies`)
28
+ - Updated dependency [`@opentelemetry/exporter-trace-otlp-http@^0.201.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/exporter-trace-otlp-http/v/0.201.1) (from `^0.201.0`, in `dependencies`)
29
+ - Updated dependency [`@opentelemetry/otlp-exporter-base@^0.201.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/otlp-exporter-base/v/0.201.1) (from `^0.201.0`, in `dependencies`)
30
+ - Updated dependency [`@opentelemetry/otlp-transformer@^0.201.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/otlp-transformer/v/0.201.1) (from `^0.201.0`, in `dependencies`)
31
+ - Updated dependency [`@opentelemetry/sdk-node@^0.201.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-node/v/0.201.1) (from `^0.201.0`, in `dependencies`)
32
+ - Updated dependency [`@opentelemetry/semantic-conventions@^1.34.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/semantic-conventions/v/1.34.0) (from `^1.33.0`, in `dependencies`)
33
+ - Updated dependency [`ai@^4.3.16` ↗︎](https://www.npmjs.com/package/ai/v/4.3.16) (from `^4.2.2`, in `dependencies`)
34
+ - Updated dependency [`cohere-ai@^7.17.1` ↗︎](https://www.npmjs.com/package/cohere-ai/v/7.17.1) (from `^7.16.0`, in `dependencies`)
35
+ - Updated dependency [`hono@^4.7.11` ↗︎](https://www.npmjs.com/package/hono/v/4.7.11) (from `^4.5.1`, in `dependencies`)
36
+ - Updated dependency [`hono-openapi@^0.4.8` ↗︎](https://www.npmjs.com/package/hono-openapi/v/0.4.8) (from `^0.4.6`, in `dependencies`)
37
+ - Updated dependency [`json-schema-to-zod@^2.6.1` ↗︎](https://www.npmjs.com/package/json-schema-to-zod/v/2.6.1) (from `^2.6.0`, in `dependencies`)
38
+ - Updated dependency [`pino@^9.7.0` ↗︎](https://www.npmjs.com/package/pino/v/9.7.0) (from `^9.6.0`, in `dependencies`)
39
+ - Updated dependency [`xstate@^5.19.4` ↗︎](https://www.npmjs.com/package/xstate/v/5.19.4) (from `^5.19.2`, in `dependencies`)
40
+ - 12a95fc: Allow passing thread metadata to agent.generate and agent.stream. This will update or create the thread with the metadata passed in. Also simplifies the arguments for those two functions into a new memory property.
41
+ - 4b0f8a6: Allow passing a string, ui message, core message, or mastra message to agent.genTitle and agent.generateTitleFromUserMessage to restore previously changed public behaviour
42
+ - 51264a5: Fix fetchMemory return type and value
43
+ - 8e6f677: Dynamic default llm options
44
+ - d70c420: fix(core, memory): fix fetchMemory regression
45
+ - ee9af57: Add api for polling run execution result and get run by id
46
+ - 36f1c36: MCP Client and Server streamable http fixes
47
+ - 2a16996: Working Memory Schema and Template
48
+ - 10d352e: fix: bug in `workflow.parallel` return types causing type errors on c…
49
+ - 9589624: Throw Mastra Errors when building and bundling mastra application
50
+ - 53d3c37: Get workflows from an agent if not found from Mastra instance #5083
51
+ - 751c894: pass resourceId
52
+ - 577ce3a: deno support - use globalThis
53
+ - 9260b3a: changeset
54
+
3
55
  ## 0.10.6-alpha.5
4
56
 
5
57
  ### Patch Changes
@@ -246,57 +298,5 @@
246
298
 
247
299
  - d70b807: Improve storage.init
248
300
 
249
- ## 0.10.1-alpha.2
250
-
251
- ### Patch Changes
252
-
253
- - 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
254
-
255
- ## 0.10.1-alpha.1
256
-
257
- ### Patch Changes
258
-
259
- - 200d0da: Return payload data, start time, end time, resume time and suspend time for each step in workflow state
260
- Return error stack for failed workflow runs
261
- - bf5f17b: Adds ability to pass workflows into MCPServer to generate tools from the workflows. Each workflow will become a tool that can start the workflow run.
262
- - 5343f93: Move emitter to symbol to make private
263
- - 38aee50: Adds ability to pass an agents into an MCPServer instance to automatically generate tools from them.
264
- - 5c41100: Added binding support for cloudflare deployers, added cloudflare kv namespace changes, and removed randomUUID from buildExecutionGraph
265
- - d6a759b: Update workflows code in core readme'
266
-
267
- ## 0.10.1-alpha.0
268
-
269
- ### Patch Changes
270
-
271
- - 6d16390: Support custom bundle externals on mastra Instance
272
- - 1e4a421: Fix duplication of items in array results in workflow
273
-
274
- ## 0.10.0
275
-
276
- ### Minor Changes
277
-
278
- - 5eb5a99: Remove pino from @mastra/core into @mastra/loggers
279
- - 7e632c5: Removed default LibSQLStore and LibSQLVector from @mastra/core. These now live in a separate package @mastra/libsql
280
- - b2ae5aa: Added support for experimental authentication and authorization
281
- - 0dcb9f0: Memory breaking changes: storage, vector, and embedder are now required. Working memory text streaming has been removed, only tool calling is supported for working memory updates now. Default settings have changed (lastMessages: 40->10, semanticRecall: true->false, threads.generateTitle: true->false)
282
-
283
- ### Patch Changes
284
-
285
- - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
286
- - 344f453: Await onFinish & onStepFinish to ensure the stream doesn't close early
287
- - 0a3ae6d: Fixed a bug where tool input schema properties that were optional became required
288
- - 95911be: Fixed an issue where if @mastra/core was not released at the same time as create-mastra, create-mastra would match the alpha tag instead of latest tag when running npm create mastra@latest
289
- - f53a6ac: Add VNextWorkflowRuns type
290
- - 1e9fbfa: Upgrade to OpenTelemetry JS SDK 2.x
291
- - eabdcd9: [MASTRA-3451] SQL Injection Protection
292
- - 90be034: Pass zod schema directly to getInitData
293
- - 99f050a: Bumped a workspace package zod version to attempt to prevent duplicate dep installs of @mastra/core
294
- - d0ee3c6: Change all public functions and constructors in vector stores to use named args and prepare to phase out positional args
295
- - 23f258c: Add new list and get routes for mcp servers. Changed route make-up for more consistency with existing API routes. Lastly, added in a lot of extra detail that can be optionally passed to the mcp server per the mcp spec.
296
- - a7292b0: BREAKING(@mastra/core, all vector stores): Vector store breaking changes (remove deprecated functions and positional arguments)
297
- - 2672a05: Add MCP servers and tool call execution to playground
298
-
299
- ## 0.10.0-alpha.1
300
-
301
301
 
302
- ... 1856 more lines hidden. See full changelog in package directory.
302
+ ... 1908 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,41 @@
1
1
  # @mastra/couchbase
2
2
 
3
+ ## 0.10.4-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 0e17048: Throw mastra errors in storage packages
8
+ - Updated dependencies [d1baedb]
9
+ - Updated dependencies [4d21bf2]
10
+ - Updated dependencies [2097952]
11
+ - Updated dependencies [4fb0cc2]
12
+ - Updated dependencies [d2a7a31]
13
+ - Updated dependencies [0e17048]
14
+ - @mastra/core@0.10.7-alpha.1
15
+
16
+ ## 0.10.3
17
+
18
+ ### Patch Changes
19
+
20
+ - 63f6b7d: dependencies updates:
21
+ - Updated dependency [`couchbase@^4.5.0` ↗︎](https://www.npmjs.com/package/couchbase/v/4.5.0) (from `^4.4.5`, in `dependencies`)
22
+ - Updated dependencies [63f6b7d]
23
+ - Updated dependencies [12a95fc]
24
+ - Updated dependencies [4b0f8a6]
25
+ - Updated dependencies [51264a5]
26
+ - Updated dependencies [8e6f677]
27
+ - Updated dependencies [d70c420]
28
+ - Updated dependencies [ee9af57]
29
+ - Updated dependencies [36f1c36]
30
+ - Updated dependencies [2a16996]
31
+ - Updated dependencies [10d352e]
32
+ - Updated dependencies [9589624]
33
+ - Updated dependencies [53d3c37]
34
+ - Updated dependencies [751c894]
35
+ - Updated dependencies [577ce3a]
36
+ - Updated dependencies [9260b3a]
37
+ - @mastra/core@0.10.6
38
+
3
39
  ## 0.10.3-alpha.0
4
40
 
5
41
  ### Patch Changes
@@ -262,35 +298,5 @@
262
298
  - Updated dependencies [7eeb2bc]
263
299
  - Updated dependencies [b804723]
264
300
  - Updated dependencies [8607972]
265
- - Updated dependencies [ccef9f9]
266
- - Updated dependencies [0097d50]
267
- - Updated dependencies [7eeb2bc]
268
- - Updated dependencies [17826a9]
269
- - Updated dependencies [7d8b7c7]
270
- - Updated dependencies [fba031f]
271
- - Updated dependencies [3a5f1e1]
272
- - Updated dependencies [51e6923]
273
- - Updated dependencies [8398d89]
274
- - @mastra/core@0.9.2
275
-
276
- ## 0.0.2-alpha.1
277
-
278
- ### Patch Changes
279
-
280
- - Updated dependencies [6052aa6]
281
- - Updated dependencies [7d8b7c7]
282
- - Updated dependencies [3a5f1e1]
283
- - Updated dependencies [8398d89]
284
- - @mastra/core@0.9.2-alpha.6
285
-
286
- ## 0.0.2-alpha.0
287
301
 
288
- ### Patch Changes
289
-
290
- - 106a2ab: Added integration for Couchbase Vector Store
291
- - Updated dependencies [3d2fb5c]
292
- - Updated dependencies [7eeb2bc]
293
- - Updated dependencies [8607972]
294
- - Updated dependencies [7eeb2bc]
295
- - Updated dependencies [fba031f]
296
- - @mastra/core@0.9.2-alpha.5
302
+ ... 33 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,64 @@
1
1
  # @mastra/deployer-cloudflare
2
2
 
3
+ ## 0.10.7-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d1baedb]
8
+ - Updated dependencies [4d21bf2]
9
+ - Updated dependencies [2097952]
10
+ - Updated dependencies [4fb0cc2]
11
+ - Updated dependencies [d2a7a31]
12
+ - Updated dependencies [0e17048]
13
+ - @mastra/core@0.10.7-alpha.1
14
+ - @mastra/deployer@0.10.7-alpha.1
15
+
16
+ ## 0.10.7-alpha.0
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [d8f2d19]
21
+ - Updated dependencies [9d52b17]
22
+ - Updated dependencies [8ba1b51]
23
+ - @mastra/core@0.10.7-alpha.0
24
+ - @mastra/deployer@0.10.7-alpha.0
25
+
26
+ ## 0.10.6
27
+
28
+ ### Patch Changes
29
+
30
+ - 2d12edd: dependencies updates:
31
+ - Updated dependency [`rollup@^4.43.0` ↗︎](https://www.npmjs.com/package/rollup/v/4.43.0) (from `^4.42.0`, in `dependencies`)
32
+ - 63f6b7d: dependencies updates:
33
+ - Updated dependency [`rollup@^4.42.0` ↗︎](https://www.npmjs.com/package/rollup/v/4.42.0) (from `^4.41.1`, in `dependencies`)
34
+ - Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
35
+ - Removed dependency [`wrangler@^4.19.1` ↗︎](https://www.npmjs.com/package/wrangler/v/4.19.1) (from `dependencies`)
36
+ - Updated dependencies [63f6b7d]
37
+ - Updated dependencies [4051477]
38
+ - Updated dependencies [2d12edd]
39
+ - Updated dependencies [63f6b7d]
40
+ - Updated dependencies [c28ed65]
41
+ - Updated dependencies [12a95fc]
42
+ - Updated dependencies [79b9909]
43
+ - Updated dependencies [4b0f8a6]
44
+ - Updated dependencies [51264a5]
45
+ - Updated dependencies [8e6f677]
46
+ - Updated dependencies [d70c420]
47
+ - Updated dependencies [ee9af57]
48
+ - Updated dependencies [ec7f824]
49
+ - Updated dependencies [36f1c36]
50
+ - Updated dependencies [084f6aa]
51
+ - Updated dependencies [2a16996]
52
+ - Updated dependencies [10d352e]
53
+ - Updated dependencies [9589624]
54
+ - Updated dependencies [3270d9d]
55
+ - Updated dependencies [53d3c37]
56
+ - Updated dependencies [751c894]
57
+ - Updated dependencies [577ce3a]
58
+ - Updated dependencies [9260b3a]
59
+ - @mastra/core@0.10.6
60
+ - @mastra/deployer@0.10.6
61
+
3
62
  ## 0.10.6-alpha.5
4
63
 
5
64
  ### Patch Changes
@@ -239,64 +298,5 @@
239
298
 
240
299
  ## 0.10.2-alpha.7
241
300
 
242
- ### Patch Changes
243
-
244
- - @mastra/deployer@0.10.2-alpha.7
245
- - @mastra/core@0.10.2-alpha.7
246
-
247
- ## 0.10.2-alpha.6
248
-
249
- ### Patch Changes
250
-
251
- - Updated dependencies [99fd6cf]
252
- - Updated dependencies [1fcc048]
253
- - Updated dependencies [8dc94d8]
254
- - @mastra/core@0.10.2-alpha.6
255
- - @mastra/deployer@0.10.2-alpha.6
256
-
257
- ## 0.10.2-alpha.5
258
-
259
- ### Patch Changes
260
-
261
- - Updated dependencies [1b5fc55]
262
- - Updated dependencies [add596e]
263
- - Updated dependencies [ecebbeb]
264
- - @mastra/core@0.10.2-alpha.5
265
- - @mastra/deployer@0.10.2-alpha.5
266
-
267
- ## 0.10.2-alpha.4
268
-
269
- ### Patch Changes
270
-
271
- - Updated dependencies [c5bf1ce]
272
- - Updated dependencies [12b7002]
273
- - @mastra/core@0.10.2-alpha.4
274
- - @mastra/deployer@0.10.2-alpha.4
275
-
276
- ## 0.10.2-alpha.3
277
-
278
- ### Patch Changes
279
-
280
- - Updated dependencies [ab5adbe]
281
- - Updated dependencies [195c428]
282
- - Updated dependencies [f73e11b]
283
- - Updated dependencies [f946acf]
284
- - @mastra/core@0.10.2-alpha.3
285
- - @mastra/deployer@0.10.2-alpha.3
286
-
287
- ## 0.10.2-alpha.2
288
-
289
- ### Patch Changes
290
-
291
- - f0d559f: Fix peerdeps for alpha channel
292
- - Updated dependencies [e8d2aff]
293
- - Updated dependencies [1e8bb40]
294
- - Updated dependencies [4187ed4]
295
- - Updated dependencies [f0d559f]
296
- - @mastra/deployer@0.10.2-alpha.2
297
- - @mastra/core@0.10.2-alpha.2
298
-
299
- ## 0.10.2-alpha.1
300
-
301
301
 
302
- ... 2389 more lines hidden. See full changelog in package directory.
302
+ ... 2448 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,61 @@
1
1
  # @mastra/deployer-netlify
2
2
 
3
+ ## 0.10.7-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d1baedb]
8
+ - Updated dependencies [4d21bf2]
9
+ - Updated dependencies [2097952]
10
+ - Updated dependencies [4fb0cc2]
11
+ - Updated dependencies [d2a7a31]
12
+ - Updated dependencies [0e17048]
13
+ - @mastra/core@0.10.7-alpha.1
14
+ - @mastra/deployer@0.10.7-alpha.1
15
+
16
+ ## 0.10.7-alpha.0
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [d8f2d19]
21
+ - Updated dependencies [9d52b17]
22
+ - Updated dependencies [8ba1b51]
23
+ - @mastra/core@0.10.7-alpha.0
24
+ - @mastra/deployer@0.10.7-alpha.0
25
+
26
+ ## 0.10.6
27
+
28
+ ### Patch Changes
29
+
30
+ - 63f6b7d: dependencies updates:
31
+ - Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
32
+ - Removed dependency [`netlify-cli@^19.1.7` ↗︎](https://www.npmjs.com/package/netlify-cli/v/19.1.7) (from `dependencies`)
33
+ - Updated dependencies [63f6b7d]
34
+ - Updated dependencies [4051477]
35
+ - Updated dependencies [2d12edd]
36
+ - Updated dependencies [63f6b7d]
37
+ - Updated dependencies [c28ed65]
38
+ - Updated dependencies [12a95fc]
39
+ - Updated dependencies [79b9909]
40
+ - Updated dependencies [4b0f8a6]
41
+ - Updated dependencies [51264a5]
42
+ - Updated dependencies [8e6f677]
43
+ - Updated dependencies [d70c420]
44
+ - Updated dependencies [ee9af57]
45
+ - Updated dependencies [ec7f824]
46
+ - Updated dependencies [36f1c36]
47
+ - Updated dependencies [084f6aa]
48
+ - Updated dependencies [2a16996]
49
+ - Updated dependencies [10d352e]
50
+ - Updated dependencies [9589624]
51
+ - Updated dependencies [3270d9d]
52
+ - Updated dependencies [53d3c37]
53
+ - Updated dependencies [751c894]
54
+ - Updated dependencies [577ce3a]
55
+ - Updated dependencies [9260b3a]
56
+ - @mastra/core@0.10.6
57
+ - @mastra/deployer@0.10.6
58
+
3
59
  ## 0.10.6-alpha.5
4
60
 
5
61
  ### Patch Changes
@@ -242,61 +298,5 @@
242
298
  - Updated dependencies [99fd6cf]
243
299
  - Updated dependencies [1fcc048]
244
300
  - Updated dependencies [8dc94d8]
245
- - @mastra/core@0.10.2-alpha.6
246
- - @mastra/deployer@0.10.2-alpha.6
247
-
248
- ## 0.10.2-alpha.5
249
-
250
- ### Patch Changes
251
-
252
- - Updated dependencies [1b5fc55]
253
- - Updated dependencies [add596e]
254
- - Updated dependencies [ecebbeb]
255
- - @mastra/core@0.10.2-alpha.5
256
- - @mastra/deployer@0.10.2-alpha.5
257
-
258
- ## 0.10.2-alpha.4
259
-
260
- ### Patch Changes
261
-
262
- - Updated dependencies [c5bf1ce]
263
- - Updated dependencies [12b7002]
264
- - @mastra/core@0.10.2-alpha.4
265
- - @mastra/deployer@0.10.2-alpha.4
266
-
267
- ## 0.10.2-alpha.3
268
-
269
- ### Patch Changes
270
-
271
- - Updated dependencies [ab5adbe]
272
- - Updated dependencies [195c428]
273
- - Updated dependencies [f73e11b]
274
- - Updated dependencies [f946acf]
275
- - @mastra/core@0.10.2-alpha.3
276
- - @mastra/deployer@0.10.2-alpha.3
277
-
278
- ## 0.10.2-alpha.2
279
-
280
- ### Patch Changes
281
-
282
- - f0d559f: Fix peerdeps for alpha channel
283
- - Updated dependencies [e8d2aff]
284
- - Updated dependencies [1e8bb40]
285
- - Updated dependencies [4187ed4]
286
- - Updated dependencies [f0d559f]
287
- - @mastra/deployer@0.10.2-alpha.2
288
- - @mastra/core@0.10.2-alpha.2
289
-
290
- ## 0.10.2-alpha.1
291
-
292
- ### Patch Changes
293
-
294
- - Updated dependencies [ee77e78]
295
- - Updated dependencies [2901125]
296
- - @mastra/core@0.10.2-alpha.1
297
- - @mastra/deployer@0.10.2-alpha.1
298
-
299
- ## 0.10.2-alpha.0
300
-
301
301
 
302
- ... 2348 more lines hidden. See full changelog in package directory.
302
+ ... 2404 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,59 @@
1
1
  # @mastra/deployer-vercel
2
2
 
3
+ ## 0.10.7-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d1baedb]
8
+ - Updated dependencies [4d21bf2]
9
+ - Updated dependencies [2097952]
10
+ - Updated dependencies [4fb0cc2]
11
+ - Updated dependencies [d2a7a31]
12
+ - Updated dependencies [0e17048]
13
+ - @mastra/core@0.10.7-alpha.1
14
+ - @mastra/deployer@0.10.7-alpha.1
15
+
16
+ ## 0.10.7-alpha.0
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [d8f2d19]
21
+ - Updated dependencies [9d52b17]
22
+ - Updated dependencies [8ba1b51]
23
+ - @mastra/core@0.10.7-alpha.0
24
+ - @mastra/deployer@0.10.7-alpha.0
25
+
26
+ ## 0.10.6
27
+
28
+ ### Patch Changes
29
+
30
+ - 5054889: Update vercel deployer to use build output. Fixes both cli and git deploys
31
+ - Updated dependencies [63f6b7d]
32
+ - Updated dependencies [4051477]
33
+ - Updated dependencies [2d12edd]
34
+ - Updated dependencies [63f6b7d]
35
+ - Updated dependencies [c28ed65]
36
+ - Updated dependencies [12a95fc]
37
+ - Updated dependencies [79b9909]
38
+ - Updated dependencies [4b0f8a6]
39
+ - Updated dependencies [51264a5]
40
+ - Updated dependencies [8e6f677]
41
+ - Updated dependencies [d70c420]
42
+ - Updated dependencies [ee9af57]
43
+ - Updated dependencies [ec7f824]
44
+ - Updated dependencies [36f1c36]
45
+ - Updated dependencies [084f6aa]
46
+ - Updated dependencies [2a16996]
47
+ - Updated dependencies [10d352e]
48
+ - Updated dependencies [9589624]
49
+ - Updated dependencies [3270d9d]
50
+ - Updated dependencies [53d3c37]
51
+ - Updated dependencies [751c894]
52
+ - Updated dependencies [577ce3a]
53
+ - Updated dependencies [9260b3a]
54
+ - @mastra/core@0.10.6
55
+ - @mastra/deployer@0.10.6
56
+
3
57
  ## 0.10.6-alpha.5
4
58
 
5
59
  ### Patch Changes
@@ -244,59 +298,5 @@
244
298
  ### Patch Changes
245
299
 
246
300
  - Updated dependencies [c5bf1ce]
247
- - Updated dependencies [12b7002]
248
- - @mastra/core@0.10.2-alpha.4
249
- - @mastra/deployer@0.10.2-alpha.4
250
-
251
- ## 0.10.2-alpha.3
252
-
253
- ### Patch Changes
254
-
255
- - Updated dependencies [ab5adbe]
256
- - Updated dependencies [195c428]
257
- - Updated dependencies [f73e11b]
258
- - Updated dependencies [f946acf]
259
- - @mastra/core@0.10.2-alpha.3
260
- - @mastra/deployer@0.10.2-alpha.3
261
-
262
- ## 0.10.2-alpha.2
263
-
264
- ### Patch Changes
265
-
266
- - f0d559f: Fix peerdeps for alpha channel
267
- - Updated dependencies [e8d2aff]
268
- - Updated dependencies [1e8bb40]
269
- - Updated dependencies [4187ed4]
270
- - Updated dependencies [f0d559f]
271
- - @mastra/deployer@0.10.2-alpha.2
272
- - @mastra/core@0.10.2-alpha.2
273
-
274
- ## 0.10.2-alpha.1
275
-
276
- ### Patch Changes
277
-
278
- - Updated dependencies [ee77e78]
279
- - Updated dependencies [2901125]
280
- - @mastra/core@0.10.2-alpha.1
281
- - @mastra/deployer@0.10.2-alpha.1
282
-
283
- ## 0.10.2-alpha.0
284
-
285
- ### Patch Changes
286
-
287
- - Updated dependencies [592a2db]
288
- - Updated dependencies [e5dc18d]
289
- - @mastra/core@0.10.2-alpha.0
290
- - @mastra/deployer@0.10.2-alpha.0
291
-
292
- ## 0.10.1
293
-
294
- ### Patch Changes
295
-
296
- - d70b807: Improve storage.init
297
- - Updated dependencies [d70b807]
298
- - Updated dependencies [6d16390]
299
- - Updated dependencies [1e4a421]
300
- - Updated dependencies [200d0da]
301
301
 
302
- ... 2336 more lines hidden. See full changelog in package directory.
302
+ ... 2390 more lines hidden. See full changelog in package directory.