@mastra/mcp-docs-server 0.0.0-commonjs-20250414101718
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/.docs/organized/changelogs/%40mastra%2Fastra.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fchroma.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fclickhouse.md +161 -0
- package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fcloudflare.md +110 -0
- package/.docs/organized/changelogs/%40mastra%2Fcore.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fevals.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fgithub.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Floggers.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fmcp-registry-registry.md +26 -0
- package/.docs/organized/changelogs/%40mastra%2Fmcp.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fmem0.md +196 -0
- package/.docs/organized/changelogs/%40mastra%2Fmemory.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fpg.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fpinecone.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fqdrant.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Frag.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fragie.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fserver.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fspeech-azure.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fspeech-deepgram.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fspeech-elevenlabs.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fspeech-google.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fspeech-ibm.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fspeech-murf.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fspeech-openai.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fspeech-playai.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fspeech-replicate.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fspeech-speechify.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fturbopuffer.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fupstash.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fvectorize.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-azure.md +250 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-cloudflare.md +250 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-deepgram.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-elevenlabs.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-google.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-murf.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-openai.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-playai.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-sarvam.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-speechify.md +302 -0
- package/.docs/organized/changelogs/create-mastra.md +302 -0
- package/.docs/organized/changelogs/mastra.md +302 -0
- package/.docs/organized/code-examples/agent-network.md +282 -0
- package/.docs/organized/code-examples/agent.md +388 -0
- package/.docs/organized/code-examples/ai-sdk-useChat.md +378 -0
- package/.docs/organized/code-examples/assistant-ui.md +37 -0
- package/.docs/organized/code-examples/bird-checker-with-express.md +235 -0
- package/.docs/organized/code-examples/bird-checker-with-nextjs-and-eval.md +360 -0
- package/.docs/organized/code-examples/bird-checker-with-nextjs.md +250 -0
- package/.docs/organized/code-examples/client-side-tools.md +69 -0
- package/.docs/organized/code-examples/crypto-chatbot.md +96 -0
- package/.docs/organized/code-examples/fireworks-r1.md +159 -0
- package/.docs/organized/code-examples/mcp-registry-registry.md +63 -0
- package/.docs/organized/code-examples/memory-todo-agent.md +164 -0
- package/.docs/organized/code-examples/memory-with-context.md +167 -0
- package/.docs/organized/code-examples/memory-with-libsql.md +204 -0
- package/.docs/organized/code-examples/memory-with-mem0.md +121 -0
- package/.docs/organized/code-examples/memory-with-pg.md +224 -0
- package/.docs/organized/code-examples/memory-with-upstash.md +268 -0
- package/.docs/organized/code-examples/quick-start.md +129 -0
- package/.docs/organized/code-examples/stock-price-tool.md +124 -0
- package/.docs/organized/code-examples/weather-agent.md +353 -0
- package/.docs/organized/code-examples/workflow-ai-recruiter.md +159 -0
- package/.docs/organized/code-examples/workflow-with-inline-steps.md +111 -0
- package/.docs/organized/code-examples/workflow-with-memory.md +393 -0
- package/.docs/organized/code-examples/workflow-with-separate-steps.md +131 -0
- package/.docs/raw/agents/adding-tools.mdx +317 -0
- package/.docs/raw/agents/adding-voice.mdx +175 -0
- package/.docs/raw/agents/agent-memory.mdx +62 -0
- package/.docs/raw/agents/mcp-guide.mdx +215 -0
- package/.docs/raw/agents/overview.mdx +303 -0
- package/.docs/raw/community/discord.mdx +12 -0
- package/.docs/raw/community/licensing.mdx +63 -0
- package/.docs/raw/deployment/client.mdx +120 -0
- package/.docs/raw/deployment/deployment.mdx +127 -0
- package/.docs/raw/deployment/server.mdx +282 -0
- package/.docs/raw/evals/custom-eval.mdx +22 -0
- package/.docs/raw/evals/overview.mdx +95 -0
- package/.docs/raw/evals/running-in-ci.mdx +81 -0
- package/.docs/raw/evals/textual-evals.mdx +54 -0
- package/.docs/raw/faq/index.mdx +63 -0
- package/.docs/raw/frameworks/ai-sdk.mdx +296 -0
- package/.docs/raw/frameworks/next-js.mdx +238 -0
- package/.docs/raw/getting-started/installation.mdx +442 -0
- package/.docs/raw/getting-started/mcp-docs-server.mdx +141 -0
- package/.docs/raw/getting-started/project-structure.mdx +80 -0
- package/.docs/raw/index.mdx +22 -0
- package/.docs/raw/integrations/index.mdx +213 -0
- package/.docs/raw/local-dev/add-to-existing-project.mdx +48 -0
- package/.docs/raw/local-dev/creating-a-new-project.mdx +54 -0
- package/.docs/raw/local-dev/mastra-dev.mdx +108 -0
- package/.docs/raw/memory/memory-processors.mdx +131 -0
- package/.docs/raw/memory/overview.mdx +119 -0
- package/.docs/raw/memory/semantic-recall.mdx +122 -0
- package/.docs/raw/memory/working-memory.mdx +87 -0
- package/.docs/raw/observability/logging.mdx +38 -0
- package/.docs/raw/observability/nextjs-tracing.mdx +108 -0
- package/.docs/raw/observability/tracing.mdx +115 -0
- package/.docs/raw/rag/chunking-and-embedding.mdx +156 -0
- package/.docs/raw/rag/overview.mdx +85 -0
- package/.docs/raw/rag/retrieval.mdx +365 -0
- package/.docs/raw/rag/vector-databases.mdx +340 -0
- package/.docs/raw/reference/agents/createTool.mdx +229 -0
- package/.docs/raw/reference/agents/generate.mdx +334 -0
- package/.docs/raw/reference/agents/getAgent.mdx +54 -0
- package/.docs/raw/reference/agents/stream.mdx +369 -0
- package/.docs/raw/reference/cli/build.mdx +55 -0
- package/.docs/raw/reference/cli/dev.mdx +134 -0
- package/.docs/raw/reference/cli/init.mdx +43 -0
- package/.docs/raw/reference/client-js/agents.mdx +107 -0
- package/.docs/raw/reference/client-js/error-handling.mdx +38 -0
- package/.docs/raw/reference/client-js/logs.mdx +24 -0
- package/.docs/raw/reference/client-js/memory.mdx +97 -0
- package/.docs/raw/reference/client-js/telemetry.mdx +20 -0
- package/.docs/raw/reference/client-js/tools.mdx +44 -0
- package/.docs/raw/reference/client-js/vectors.mdx +79 -0
- package/.docs/raw/reference/client-js/workflows.mdx +136 -0
- package/.docs/raw/reference/core/mastra-class.mdx +232 -0
- package/.docs/raw/reference/deployer/cloudflare.mdx +207 -0
- package/.docs/raw/reference/deployer/deployer.mdx +159 -0
- package/.docs/raw/reference/deployer/netlify.mdx +109 -0
- package/.docs/raw/reference/deployer/vercel.mdx +117 -0
- package/.docs/raw/reference/evals/answer-relevancy.mdx +186 -0
- package/.docs/raw/reference/evals/bias.mdx +186 -0
- package/.docs/raw/reference/evals/completeness.mdx +174 -0
- package/.docs/raw/reference/evals/content-similarity.mdx +183 -0
- package/.docs/raw/reference/evals/context-position.mdx +190 -0
- package/.docs/raw/reference/evals/context-precision.mdx +189 -0
- package/.docs/raw/reference/evals/context-relevancy.mdx +188 -0
- package/.docs/raw/reference/evals/contextual-recall.mdx +191 -0
- package/.docs/raw/reference/evals/faithfulness.mdx +193 -0
- package/.docs/raw/reference/evals/hallucination.mdx +219 -0
- package/.docs/raw/reference/evals/keyword-coverage.mdx +176 -0
- package/.docs/raw/reference/evals/prompt-alignment.mdx +238 -0
- package/.docs/raw/reference/evals/summarization.mdx +205 -0
- package/.docs/raw/reference/evals/textual-difference.mdx +161 -0
- package/.docs/raw/reference/evals/tone-consistency.mdx +181 -0
- package/.docs/raw/reference/evals/toxicity.mdx +165 -0
- package/.docs/raw/reference/index.mdx +12 -0
- package/.docs/raw/reference/memory/Memory.mdx +212 -0
- package/.docs/raw/reference/memory/createThread.mdx +95 -0
- package/.docs/raw/reference/memory/getThreadById.mdx +46 -0
- package/.docs/raw/reference/memory/getThreadsByResourceId.mdx +48 -0
- package/.docs/raw/reference/memory/query.mdx +167 -0
- package/.docs/raw/reference/networks/agent-network.mdx +159 -0
- package/.docs/raw/reference/observability/create-logger.mdx +106 -0
- package/.docs/raw/reference/observability/logger.mdx +55 -0
- package/.docs/raw/reference/observability/otel-config.mdx +120 -0
- package/.docs/raw/reference/observability/providers/braintrust.mdx +40 -0
- package/.docs/raw/reference/observability/providers/dash0.mdx +40 -0
- package/.docs/raw/reference/observability/providers/index.mdx +16 -0
- package/.docs/raw/reference/observability/providers/laminar.mdx +41 -0
- package/.docs/raw/reference/observability/providers/langfuse.mdx +51 -0
- package/.docs/raw/reference/observability/providers/langsmith.mdx +48 -0
- package/.docs/raw/reference/observability/providers/langwatch.mdx +45 -0
- package/.docs/raw/reference/observability/providers/new-relic.mdx +40 -0
- package/.docs/raw/reference/observability/providers/signoz.mdx +40 -0
- package/.docs/raw/reference/observability/providers/traceloop.mdx +40 -0
- package/.docs/raw/reference/rag/astra.mdx +258 -0
- package/.docs/raw/reference/rag/chroma.mdx +281 -0
- package/.docs/raw/reference/rag/chunk.mdx +235 -0
- package/.docs/raw/reference/rag/document.mdx +127 -0
- package/.docs/raw/reference/rag/embeddings.mdx +160 -0
- package/.docs/raw/reference/rag/extract-params.mdx +226 -0
- package/.docs/raw/reference/rag/graph-rag.mdx +182 -0
- package/.docs/raw/reference/rag/libsql.mdx +357 -0
- package/.docs/raw/reference/rag/metadata-filters.mdx +298 -0
- package/.docs/raw/reference/rag/pg.mdx +477 -0
- package/.docs/raw/reference/rag/pinecone.mdx +281 -0
- package/.docs/raw/reference/rag/qdrant.mdx +236 -0
- package/.docs/raw/reference/rag/rerank.mdx +212 -0
- package/.docs/raw/reference/rag/turbopuffer.mdx +249 -0
- package/.docs/raw/reference/rag/upstash.mdx +247 -0
- package/.docs/raw/reference/rag/vectorize.mdx +298 -0
- package/.docs/raw/reference/storage/libsql.mdx +74 -0
- package/.docs/raw/reference/storage/postgresql.mdx +48 -0
- package/.docs/raw/reference/storage/upstash.mdx +86 -0
- package/.docs/raw/reference/tools/client.mdx +207 -0
- package/.docs/raw/reference/tools/document-chunker-tool.mdx +141 -0
- package/.docs/raw/reference/tools/graph-rag-tool.mdx +154 -0
- package/.docs/raw/reference/tools/mcp-configuration.mdx +206 -0
- package/.docs/raw/reference/tools/vector-query-tool.mdx +212 -0
- package/.docs/raw/reference/voice/composite-voice.mdx +140 -0
- package/.docs/raw/reference/voice/deepgram.mdx +164 -0
- package/.docs/raw/reference/voice/elevenlabs.mdx +216 -0
- package/.docs/raw/reference/voice/google.mdx +198 -0
- package/.docs/raw/reference/voice/mastra-voice.mdx +394 -0
- package/.docs/raw/reference/voice/murf.mdx +251 -0
- package/.docs/raw/reference/voice/openai-realtime.mdx +431 -0
- package/.docs/raw/reference/voice/openai.mdx +168 -0
- package/.docs/raw/reference/voice/playai.mdx +159 -0
- package/.docs/raw/reference/voice/sarvam.mdx +260 -0
- package/.docs/raw/reference/voice/speechify.mdx +145 -0
- package/.docs/raw/reference/voice/voice.answer.mdx +122 -0
- package/.docs/raw/reference/voice/voice.connect.mdx +124 -0
- package/.docs/raw/reference/voice/voice.listen.mdx +195 -0
- package/.docs/raw/reference/voice/voice.on.mdx +189 -0
- package/.docs/raw/reference/voice/voice.send.mdx +118 -0
- package/.docs/raw/reference/voice/voice.speak.mdx +203 -0
- package/.docs/raw/reference/workflows/after.mdx +88 -0
- package/.docs/raw/reference/workflows/afterEvent.mdx +76 -0
- package/.docs/raw/reference/workflows/commit.mdx +37 -0
- package/.docs/raw/reference/workflows/createRun.mdx +77 -0
- package/.docs/raw/reference/workflows/else.mdx +72 -0
- package/.docs/raw/reference/workflows/events.mdx +305 -0
- package/.docs/raw/reference/workflows/execute.mdx +110 -0
- package/.docs/raw/reference/workflows/if.mdx +107 -0
- package/.docs/raw/reference/workflows/resume.mdx +155 -0
- package/.docs/raw/reference/workflows/resumeWithEvent.mdx +133 -0
- package/.docs/raw/reference/workflows/snapshots.mdx +207 -0
- package/.docs/raw/reference/workflows/start.mdx +84 -0
- package/.docs/raw/reference/workflows/step-class.mdx +100 -0
- package/.docs/raw/reference/workflows/step-condition.mdx +134 -0
- package/.docs/raw/reference/workflows/step-function.mdx +92 -0
- package/.docs/raw/reference/workflows/step-options.mdx +69 -0
- package/.docs/raw/reference/workflows/step-retries.mdx +203 -0
- package/.docs/raw/reference/workflows/suspend.mdx +70 -0
- package/.docs/raw/reference/workflows/then.mdx +74 -0
- package/.docs/raw/reference/workflows/until.mdx +165 -0
- package/.docs/raw/reference/workflows/watch.mdx +118 -0
- package/.docs/raw/reference/workflows/while.mdx +168 -0
- package/.docs/raw/reference/workflows/workflow.mdx +233 -0
- package/.docs/raw/storage/overview.mdx +378 -0
- package/.docs/raw/voice/overview.mdx +135 -0
- package/.docs/raw/voice/speech-to-text.mdx +45 -0
- package/.docs/raw/voice/text-to-speech.mdx +52 -0
- package/.docs/raw/voice/voice-to-voice.mdx +310 -0
- package/.docs/raw/workflows/control-flow.mdx +778 -0
- package/.docs/raw/workflows/dynamic-workflows.mdx +236 -0
- package/.docs/raw/workflows/error-handling.mdx +183 -0
- package/.docs/raw/workflows/nested-workflows.mdx +352 -0
- package/.docs/raw/workflows/overview.mdx +203 -0
- package/.docs/raw/workflows/steps.mdx +108 -0
- package/.docs/raw/workflows/suspend-and-resume.mdx +404 -0
- package/.docs/raw/workflows/variables.mdx +313 -0
- package/LICENSE.md +46 -0
- package/README.md +129 -0
- package/dist/_tsup-dts-rollup.d.ts +149 -0
- package/dist/chunk-QWYMT5LP.js +194 -0
- package/dist/prepare-docs/prepare.d.ts +1 -0
- package/dist/prepare-docs/prepare.js +1 -0
- package/dist/stdio.d.ts +1 -0
- package/dist/stdio.js +518 -0
- package/package.json +60 -0
|
@@ -0,0 +1,302 @@
|
|
|
1
|
+
# @mastra/core
|
|
2
|
+
|
|
3
|
+
## 0.8.3-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 10a8caf: Removed an extra console log that made it into core
|
|
8
|
+
|
|
9
|
+
## 0.8.3-alpha.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 0bcc862: Fixed an issue where we were sanitizing response message content and filter on a value that may not always be an array
|
|
14
|
+
|
|
15
|
+
## 0.8.3-alpha.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 32e7b71: Add support for dependency injection
|
|
20
|
+
- 37bb612: Add Elastic-2.0 licensing for packages
|
|
21
|
+
|
|
22
|
+
## 0.8.3-alpha.0
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- 359b089: Allowed explicitly disabling vector/embedder in Memory by passing vector: false or options.semanticRecall: false
|
|
27
|
+
|
|
28
|
+
## 0.8.2
|
|
29
|
+
|
|
30
|
+
### Patch Changes
|
|
31
|
+
|
|
32
|
+
- a06aadc: Upgrade fastembed to fix bug where fastembe cannot be imported
|
|
33
|
+
|
|
34
|
+
## 0.8.2-alpha.0
|
|
35
|
+
|
|
36
|
+
### Patch Changes
|
|
37
|
+
|
|
38
|
+
- a06aadc: Upgrade fastembed to fix bug where fastembe cannot be imported
|
|
39
|
+
|
|
40
|
+
## 0.8.1
|
|
41
|
+
|
|
42
|
+
### Patch Changes
|
|
43
|
+
|
|
44
|
+
- 99e2998: Set default max steps to 5
|
|
45
|
+
- 8fdb414: Custom mastra server cors config
|
|
46
|
+
|
|
47
|
+
## 0.8.1-alpha.0
|
|
48
|
+
|
|
49
|
+
### Patch Changes
|
|
50
|
+
|
|
51
|
+
- 99e2998: Set default max steps to 5
|
|
52
|
+
- 8fdb414: Custom mastra server cors config
|
|
53
|
+
|
|
54
|
+
## 0.8.0
|
|
55
|
+
|
|
56
|
+
### Minor Changes
|
|
57
|
+
|
|
58
|
+
- 619c39d: Added support for agents as steps
|
|
59
|
+
|
|
60
|
+
### Patch Changes
|
|
61
|
+
|
|
62
|
+
- 56c31b7: Batch insert messages for libsql adapter
|
|
63
|
+
- 5ae0180: Removed prefixed doc references
|
|
64
|
+
- fe56be0: exclude \_\_primitive, getMemory, hasOwnMemory from traces since they create noisy traces
|
|
65
|
+
- 93875ed: Improved the performance of Memory semantic recall by 2 to 3 times when using pg by making tweaks to @mastra/memory @mastra/core and @mastra/pg
|
|
66
|
+
- 107bcfe: Fixed JSON parsing in memory component to prevent crashes when encountering strings that start with '[' or '{' but are not valid JSON
|
|
67
|
+
- 9bfa12b: Accept ID on step config
|
|
68
|
+
- 515ebfb: Fix compound subscriber bug
|
|
69
|
+
- 5b4e19f: fix hanging and excessive workflow execution
|
|
70
|
+
- dbbbf80: Added clickhouse storage
|
|
71
|
+
- a0967a0: Added new "Memory Processor" feature to @mastra/core and @mastra/memory, allowing devs to modify Mastra Memory before it's sent to the LLM
|
|
72
|
+
- fca3b21: fix server in mastra not to be mandatory
|
|
73
|
+
- 88fa727: Added getWorkflowRuns for libsql, pg, clickhouse and upstash as well as added route getWorkflowRunsHandler
|
|
74
|
+
- f37f535: Added variables to while and until loops
|
|
75
|
+
- a3f0e90: Update storage initialization to ensure tables are present
|
|
76
|
+
- 4d67826: Fix eval writes, remove id column
|
|
77
|
+
- 6330967: Enable route timeout using server options
|
|
78
|
+
- 8393832: Handle nested workflow view on workflow graph
|
|
79
|
+
- 6330967: Add support for configuration of server port using Mastra instance
|
|
80
|
+
- 99d43b9: Updated evaluate to include agent output
|
|
81
|
+
- d7e08e8: createdAt needs to be nullable
|
|
82
|
+
- febc8a6: Added dual tracing and fixed local tracing recursion
|
|
83
|
+
- 7599d77: fix(deps): update ai sdk to ^4.2.2
|
|
84
|
+
- 0118361: Add resourceId to memory metadata
|
|
85
|
+
- 619c39d: AgentStep -> Agent as a workflow step (WIP)
|
|
86
|
+
- cafae83: Changed error messages for vector mismatch with index
|
|
87
|
+
- 8076ecf: Unify workflow watch/start response
|
|
88
|
+
- 8df4a77: Fix if-else execution order
|
|
89
|
+
- 304397c: Add support for custom api routes in mastra
|
|
90
|
+
|
|
91
|
+
## 0.8.0-alpha.8
|
|
92
|
+
|
|
93
|
+
### Patch Changes
|
|
94
|
+
|
|
95
|
+
- 8df4a77: Fix if-else execution order
|
|
96
|
+
|
|
97
|
+
## 0.8.0-alpha.7
|
|
98
|
+
|
|
99
|
+
### Patch Changes
|
|
100
|
+
|
|
101
|
+
- febc8a6: Added dual tracing and fixed local tracing recursion
|
|
102
|
+
|
|
103
|
+
## 0.8.0-alpha.6
|
|
104
|
+
|
|
105
|
+
### Patch Changes
|
|
106
|
+
|
|
107
|
+
- a3f0e90: Update storage initialization to ensure tables are present
|
|
108
|
+
|
|
109
|
+
## 0.8.0-alpha.5
|
|
110
|
+
|
|
111
|
+
### Patch Changes
|
|
112
|
+
|
|
113
|
+
- 93875ed: Improved the performance of Memory semantic recall by 2 to 3 times when using pg by making tweaks to @mastra/memory @mastra/core and @mastra/pg
|
|
114
|
+
|
|
115
|
+
## 0.8.0-alpha.4
|
|
116
|
+
|
|
117
|
+
### Patch Changes
|
|
118
|
+
|
|
119
|
+
- d7e08e8: createdAt needs to be nullable
|
|
120
|
+
|
|
121
|
+
## 0.8.0-alpha.3
|
|
122
|
+
|
|
123
|
+
### Patch Changes
|
|
124
|
+
|
|
125
|
+
- 5ae0180: Removed prefixed doc references
|
|
126
|
+
- 9bfa12b: Accept ID on step config
|
|
127
|
+
- 515ebfb: Fix compound subscriber bug
|
|
128
|
+
- 88fa727: Added getWorkflowRuns for libsql, pg, clickhouse and upstash as well as added route getWorkflowRunsHandler
|
|
129
|
+
- f37f535: Added variables to while and until loops
|
|
130
|
+
- 4d67826: Fix eval writes, remove id column
|
|
131
|
+
- 6330967: Enable route timeout using server options
|
|
132
|
+
- 8393832: Handle nested workflow view on workflow graph
|
|
133
|
+
- 6330967: Add support for configuration of server port using Mastra instance
|
|
134
|
+
|
|
135
|
+
## 0.8.0-alpha.2
|
|
136
|
+
|
|
137
|
+
### Patch Changes
|
|
138
|
+
|
|
139
|
+
- 56c31b7: Batch insert messages for libsql adapter
|
|
140
|
+
- dbbbf80: Added clickhouse storage
|
|
141
|
+
- 99d43b9: Updated evaluate to include agent output
|
|
142
|
+
|
|
143
|
+
## 0.8.0-alpha.1
|
|
144
|
+
|
|
145
|
+
### Minor Changes
|
|
146
|
+
|
|
147
|
+
- 619c39d: Added support for agents as steps
|
|
148
|
+
|
|
149
|
+
### Patch Changes
|
|
150
|
+
|
|
151
|
+
- fe56be0: exclude \_\_primitive, getMemory, hasOwnMemory from traces since they create noisy traces
|
|
152
|
+
- a0967a0: Added new "Memory Processor" feature to @mastra/core and @mastra/memory, allowing devs to modify Mastra Memory before it's sent to the LLM
|
|
153
|
+
- fca3b21: fix server in mastra not to be mandatory
|
|
154
|
+
- 0118361: Add resourceId to memory metadata
|
|
155
|
+
- 619c39d: AgentStep -> Agent as a workflow step (WIP)
|
|
156
|
+
|
|
157
|
+
## 0.7.1-alpha.0
|
|
158
|
+
|
|
159
|
+
### Patch Changes
|
|
160
|
+
|
|
161
|
+
- 107bcfe: Fixed JSON parsing in memory component to prevent crashes when encountering strings that start with '[' or '{' but are not valid JSON
|
|
162
|
+
- 5b4e19f: fix hanging and excessive workflow execution
|
|
163
|
+
- 7599d77: fix(deps): update ai sdk to ^4.2.2
|
|
164
|
+
- cafae83: Changed error messages for vector mismatch with index
|
|
165
|
+
- 8076ecf: Unify workflow watch/start response
|
|
166
|
+
- 304397c: Add support for custom api routes in mastra
|
|
167
|
+
|
|
168
|
+
## 0.7.0
|
|
169
|
+
|
|
170
|
+
### Minor Changes
|
|
171
|
+
|
|
172
|
+
- 1af25d5: Added nested workflows API
|
|
173
|
+
|
|
174
|
+
### Patch Changes
|
|
175
|
+
|
|
176
|
+
- b4fbc59: Fixed an issue where sending CoreMessages to AI SDK would result in "Unsupported role: tool" errors
|
|
177
|
+
- a838fde: Update memory.ts
|
|
178
|
+
- a8bd4cf: Fixed JSON Schema generation for null types to prevent duplicate null entries in type arrays
|
|
179
|
+
- 7a3eeb0: Fixed a memory issue when using useChat where new messages were formatted as ui messages, were mixed with stored core messages in memory, and a mixed list was sent to AI SDK, causing it to error
|
|
180
|
+
- 0b54522: AgentNetwork logs
|
|
181
|
+
- b3b34f5: Fix agent generate,stream returnType with experimental_output
|
|
182
|
+
- a4686e8: Realtime event queue
|
|
183
|
+
- 6530ad1: Correct agent onFinish interface
|
|
184
|
+
- 27439ad: Updated the jsonSchemaPropertiesToTSTypes function to properly handle JSON Schema definitions where type can be an array of strings. Previously, the function only handled single string types, but according to the JSON Schema specification, type can be an array of possible types.
|
|
185
|
+
|
|
186
|
+
## 0.7.0-alpha.3
|
|
187
|
+
|
|
188
|
+
### Patch Changes
|
|
189
|
+
|
|
190
|
+
- b3b34f5: Fix agent generate,stream returnType with experimental_output
|
|
191
|
+
- a4686e8: Realtime event queue
|
|
192
|
+
|
|
193
|
+
## 0.7.0-alpha.2
|
|
194
|
+
|
|
195
|
+
### Patch Changes
|
|
196
|
+
|
|
197
|
+
- a838fde: Update memory.ts
|
|
198
|
+
- a8bd4cf: Fixed JSON Schema generation for null types to prevent duplicate null entries in type arrays
|
|
199
|
+
- 7a3eeb0: Fixed a memory issue when using useChat where new messages were formatted as ui messages, were mixed with stored core messages in memory, and a mixed list was sent to AI SDK, causing it to error
|
|
200
|
+
- 6530ad1: Correct agent onFinish interface
|
|
201
|
+
|
|
202
|
+
## 0.7.0-alpha.1
|
|
203
|
+
|
|
204
|
+
### Minor Changes
|
|
205
|
+
|
|
206
|
+
- 1af25d5: Added nested workflows API
|
|
207
|
+
|
|
208
|
+
### Patch Changes
|
|
209
|
+
|
|
210
|
+
- 0b54522: AgentNetwork logs
|
|
211
|
+
- 27439ad: Updated the jsonSchemaPropertiesToTSTypes function to properly handle JSON Schema definitions where type can be an array of strings. Previously, the function only handled single string types, but according to the JSON Schema specification, type can be an array of possible types.
|
|
212
|
+
|
|
213
|
+
## 0.6.5-alpha.0
|
|
214
|
+
|
|
215
|
+
### Patch Changes
|
|
216
|
+
|
|
217
|
+
- b4fbc59: Fixed an issue where sending CoreMessages to AI SDK would result in "Unsupported role: tool" errors
|
|
218
|
+
|
|
219
|
+
## 0.6.4
|
|
220
|
+
|
|
221
|
+
### Patch Changes
|
|
222
|
+
|
|
223
|
+
- 6794797: Check for eval values before inserting into storage
|
|
224
|
+
- fb68a80: Inject mastra instance into llm class
|
|
225
|
+
- b56a681: Update README and some tests for vector stores
|
|
226
|
+
- 248cb07: Allow ai-sdk Message type for messages in agent generate and stream
|
|
227
|
+
Fix sidebar horizontal overflow in playground
|
|
228
|
+
|
|
229
|
+
## 0.6.4-alpha.1
|
|
230
|
+
|
|
231
|
+
### Patch Changes
|
|
232
|
+
|
|
233
|
+
- 6794797: Check for eval values before inserting into storage
|
|
234
|
+
|
|
235
|
+
## 0.6.4-alpha.0
|
|
236
|
+
|
|
237
|
+
### Patch Changes
|
|
238
|
+
|
|
239
|
+
- fb68a80: Inject mastra instance into llm class
|
|
240
|
+
- b56a681: Update README and some tests for vector stores
|
|
241
|
+
- 248cb07: Allow ai-sdk Message type for messages in agent generate and stream
|
|
242
|
+
Fix sidebar horizontal overflow in playground
|
|
243
|
+
|
|
244
|
+
## 0.6.3
|
|
245
|
+
|
|
246
|
+
### Patch Changes
|
|
247
|
+
|
|
248
|
+
- 404640e: AgentNetwork changeset
|
|
249
|
+
- 3bce733: fix: agent.generate only get thread if there is threadID
|
|
250
|
+
|
|
251
|
+
## 0.6.3-alpha.1
|
|
252
|
+
|
|
253
|
+
### Patch Changes
|
|
254
|
+
|
|
255
|
+
- 3bce733: fix: agent.generate only get thread if there is threadID
|
|
256
|
+
|
|
257
|
+
## 0.6.3-alpha.0
|
|
258
|
+
|
|
259
|
+
### Patch Changes
|
|
260
|
+
|
|
261
|
+
- 404640e: AgentNetwork changeset
|
|
262
|
+
|
|
263
|
+
## 0.6.2
|
|
264
|
+
|
|
265
|
+
### Patch Changes
|
|
266
|
+
|
|
267
|
+
- beaf1c2: createTool type fixes
|
|
268
|
+
- 3084e13: More parallel memory operations
|
|
269
|
+
|
|
270
|
+
## 0.6.2-alpha.0
|
|
271
|
+
|
|
272
|
+
### Patch Changes
|
|
273
|
+
|
|
274
|
+
- beaf1c2: createTool type fixes
|
|
275
|
+
- 3084e13: More parallel memory operations
|
|
276
|
+
|
|
277
|
+
## 0.6.1
|
|
278
|
+
|
|
279
|
+
### Patch Changes
|
|
280
|
+
|
|
281
|
+
- fc2f89c: Insert static payload into inputData
|
|
282
|
+
- dfbb131: Fix after method on multiple passes
|
|
283
|
+
- f4854ee: Fix else branch execution when if-branch has loops
|
|
284
|
+
- afaf73f: Add fix for vercel tools and optional instructions
|
|
285
|
+
- 0850b4c: Watch and resume per run
|
|
286
|
+
- 7bcfaee: Remove node_modules-path dir which calls \_\_dirname at the top level and breaks some esm runtimes
|
|
287
|
+
- 44631b1: Fix after usage with skipped conditions on the awaited steps
|
|
288
|
+
- 9116d70: Handle the different workflow methods in workflow graph
|
|
289
|
+
- 6e559a0: Update Voice for realtime providers
|
|
290
|
+
- 5f43505: feat: OpenAI realtime voice provider for speech to speech communication
|
|
291
|
+
Update voice speaking event type
|
|
292
|
+
|
|
293
|
+
## 0.6.1-alpha.2
|
|
294
|
+
|
|
295
|
+
### Patch Changes
|
|
296
|
+
|
|
297
|
+
- fc2f89c: Insert static payload into inputData
|
|
298
|
+
- dfbb131: Fix after method on multiple passes
|
|
299
|
+
- 0850b4c: Watch and resume per run
|
|
300
|
+
- 9116d70: Handle the different workflow methods in workflow graph
|
|
301
|
+
|
|
302
|
+
... 1146 more lines hidden. See full changelog in package directory.
|
|
@@ -0,0 +1,302 @@
|
|
|
1
|
+
# @mastra/deployer-cloudflare
|
|
2
|
+
|
|
3
|
+
## 0.1.18-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [10a8caf]
|
|
8
|
+
- @mastra/core@0.8.3-alpha.3
|
|
9
|
+
- @mastra/deployer@0.2.9-alpha.3
|
|
10
|
+
|
|
11
|
+
## 0.1.18-alpha.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [0bcc862]
|
|
16
|
+
- @mastra/core@0.8.3-alpha.2
|
|
17
|
+
- @mastra/deployer@0.2.9-alpha.2
|
|
18
|
+
|
|
19
|
+
## 0.1.18-alpha.1
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- 37bb612: Add Elastic-2.0 licensing for packages
|
|
24
|
+
- Updated dependencies [32e7b71]
|
|
25
|
+
- Updated dependencies [37bb612]
|
|
26
|
+
- @mastra/deployer@0.2.9-alpha.1
|
|
27
|
+
- @mastra/core@0.8.3-alpha.1
|
|
28
|
+
|
|
29
|
+
## 0.1.18-alpha.0
|
|
30
|
+
|
|
31
|
+
### Patch Changes
|
|
32
|
+
|
|
33
|
+
- Updated dependencies [359b089]
|
|
34
|
+
- @mastra/core@0.8.3-alpha.0
|
|
35
|
+
- @mastra/deployer@0.2.9-alpha.0
|
|
36
|
+
|
|
37
|
+
## 0.1.17
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- Updated dependencies [a06aadc]
|
|
42
|
+
- Updated dependencies [ae6c5ce]
|
|
43
|
+
- Updated dependencies [94cd5c1]
|
|
44
|
+
- @mastra/core@0.8.2
|
|
45
|
+
- @mastra/deployer@0.2.8
|
|
46
|
+
|
|
47
|
+
## 0.1.17-alpha.1
|
|
48
|
+
|
|
49
|
+
### Patch Changes
|
|
50
|
+
|
|
51
|
+
- Updated dependencies [94cd5c1]
|
|
52
|
+
- @mastra/deployer@0.2.8-alpha.1
|
|
53
|
+
|
|
54
|
+
## 0.1.17-alpha.0
|
|
55
|
+
|
|
56
|
+
### Patch Changes
|
|
57
|
+
|
|
58
|
+
- Updated dependencies [a06aadc]
|
|
59
|
+
- Updated dependencies [ae6c5ce]
|
|
60
|
+
- @mastra/core@0.8.2-alpha.0
|
|
61
|
+
- @mastra/deployer@0.2.8-alpha.0
|
|
62
|
+
|
|
63
|
+
## 0.1.16
|
|
64
|
+
|
|
65
|
+
### Patch Changes
|
|
66
|
+
|
|
67
|
+
- Updated dependencies [99e2998]
|
|
68
|
+
- Updated dependencies [8fdb414]
|
|
69
|
+
- @mastra/core@0.8.1
|
|
70
|
+
- @mastra/deployer@0.2.7
|
|
71
|
+
|
|
72
|
+
## 0.1.16-alpha.0
|
|
73
|
+
|
|
74
|
+
### Patch Changes
|
|
75
|
+
|
|
76
|
+
- Updated dependencies [99e2998]
|
|
77
|
+
- Updated dependencies [8fdb414]
|
|
78
|
+
- @mastra/core@0.8.1-alpha.0
|
|
79
|
+
- @mastra/deployer@0.2.7-alpha.0
|
|
80
|
+
|
|
81
|
+
## 0.1.15
|
|
82
|
+
|
|
83
|
+
### Patch Changes
|
|
84
|
+
|
|
85
|
+
- 9b24aeb: Enable process env syncing to cloudflare workers
|
|
86
|
+
- Updated dependencies [56c31b7]
|
|
87
|
+
- Updated dependencies [619c39d]
|
|
88
|
+
- Updated dependencies [2135c81]
|
|
89
|
+
- Updated dependencies [5ae0180]
|
|
90
|
+
- Updated dependencies [05d58cc]
|
|
91
|
+
- Updated dependencies [fe56be0]
|
|
92
|
+
- Updated dependencies [93875ed]
|
|
93
|
+
- Updated dependencies [107bcfe]
|
|
94
|
+
- Updated dependencies [9bfa12b]
|
|
95
|
+
- Updated dependencies [515ebfb]
|
|
96
|
+
- Updated dependencies [5b4e19f]
|
|
97
|
+
- Updated dependencies [4c98129]
|
|
98
|
+
- Updated dependencies [4c65a57]
|
|
99
|
+
- Updated dependencies [dbbbf80]
|
|
100
|
+
- Updated dependencies [a0967a0]
|
|
101
|
+
- Updated dependencies [84fe241]
|
|
102
|
+
- Updated dependencies [fca3b21]
|
|
103
|
+
- Updated dependencies [88fa727]
|
|
104
|
+
- Updated dependencies [dfb0601]
|
|
105
|
+
- Updated dependencies [f37f535]
|
|
106
|
+
- Updated dependencies [789bef3]
|
|
107
|
+
- Updated dependencies [a3f0e90]
|
|
108
|
+
- Updated dependencies [4d67826]
|
|
109
|
+
- Updated dependencies [6330967]
|
|
110
|
+
- Updated dependencies [8393832]
|
|
111
|
+
- Updated dependencies [6330967]
|
|
112
|
+
- Updated dependencies [84fe241]
|
|
113
|
+
- Updated dependencies [99d43b9]
|
|
114
|
+
- Updated dependencies [32ba03c]
|
|
115
|
+
- Updated dependencies [d7e08e8]
|
|
116
|
+
- Updated dependencies [3c6ae54]
|
|
117
|
+
- Updated dependencies [febc8a6]
|
|
118
|
+
- Updated dependencies [0deb356]
|
|
119
|
+
- Updated dependencies [7599d77]
|
|
120
|
+
- Updated dependencies [0118361]
|
|
121
|
+
- Updated dependencies [619c39d]
|
|
122
|
+
- Updated dependencies [cafae83]
|
|
123
|
+
- Updated dependencies [8076ecf]
|
|
124
|
+
- Updated dependencies [8df4a77]
|
|
125
|
+
- Updated dependencies [304397c]
|
|
126
|
+
- @mastra/core@0.8.0
|
|
127
|
+
- @mastra/deployer@0.2.6
|
|
128
|
+
|
|
129
|
+
## 0.1.15-alpha.10
|
|
130
|
+
|
|
131
|
+
### Patch Changes
|
|
132
|
+
|
|
133
|
+
- Updated dependencies [2135c81]
|
|
134
|
+
- Updated dependencies [8df4a77]
|
|
135
|
+
- @mastra/deployer@0.2.6-alpha.10
|
|
136
|
+
- @mastra/core@0.8.0-alpha.8
|
|
137
|
+
|
|
138
|
+
## 0.1.15-alpha.9
|
|
139
|
+
|
|
140
|
+
### Patch Changes
|
|
141
|
+
|
|
142
|
+
- Updated dependencies [3c6ae54]
|
|
143
|
+
- Updated dependencies [febc8a6]
|
|
144
|
+
- @mastra/deployer@0.2.6-alpha.9
|
|
145
|
+
- @mastra/core@0.8.0-alpha.7
|
|
146
|
+
|
|
147
|
+
## 0.1.15-alpha.8
|
|
148
|
+
|
|
149
|
+
### Patch Changes
|
|
150
|
+
|
|
151
|
+
- 9b24aeb: Enable process env syncing to cloudflare workers
|
|
152
|
+
- Updated dependencies [4c65a57]
|
|
153
|
+
- Updated dependencies [a3f0e90]
|
|
154
|
+
- @mastra/deployer@0.2.6-alpha.8
|
|
155
|
+
- @mastra/core@0.8.0-alpha.6
|
|
156
|
+
|
|
157
|
+
## 0.1.15-alpha.7
|
|
158
|
+
|
|
159
|
+
### Patch Changes
|
|
160
|
+
|
|
161
|
+
- Updated dependencies [93875ed]
|
|
162
|
+
- @mastra/core@0.8.0-alpha.5
|
|
163
|
+
- @mastra/deployer@0.2.6-alpha.7
|
|
164
|
+
|
|
165
|
+
## 0.1.15-alpha.6
|
|
166
|
+
|
|
167
|
+
### Patch Changes
|
|
168
|
+
|
|
169
|
+
- Updated dependencies [d7e08e8]
|
|
170
|
+
- @mastra/core@0.8.0-alpha.4
|
|
171
|
+
- @mastra/deployer@0.2.6-alpha.6
|
|
172
|
+
|
|
173
|
+
## 0.1.15-alpha.5
|
|
174
|
+
|
|
175
|
+
### Patch Changes
|
|
176
|
+
|
|
177
|
+
- Updated dependencies [32ba03c]
|
|
178
|
+
- @mastra/deployer@0.2.6-alpha.5
|
|
179
|
+
|
|
180
|
+
## 0.1.15-alpha.4
|
|
181
|
+
|
|
182
|
+
### Patch Changes
|
|
183
|
+
|
|
184
|
+
- Updated dependencies [5ae0180]
|
|
185
|
+
- Updated dependencies [9bfa12b]
|
|
186
|
+
- Updated dependencies [515ebfb]
|
|
187
|
+
- Updated dependencies [88fa727]
|
|
188
|
+
- Updated dependencies [dfb0601]
|
|
189
|
+
- Updated dependencies [f37f535]
|
|
190
|
+
- Updated dependencies [789bef3]
|
|
191
|
+
- Updated dependencies [4d67826]
|
|
192
|
+
- Updated dependencies [6330967]
|
|
193
|
+
- Updated dependencies [8393832]
|
|
194
|
+
- Updated dependencies [6330967]
|
|
195
|
+
- @mastra/core@0.8.0-alpha.3
|
|
196
|
+
- @mastra/deployer@0.2.6-alpha.4
|
|
197
|
+
|
|
198
|
+
## 0.1.15-alpha.3
|
|
199
|
+
|
|
200
|
+
### Patch Changes
|
|
201
|
+
|
|
202
|
+
- Updated dependencies [0deb356]
|
|
203
|
+
- @mastra/deployer@0.2.6-alpha.3
|
|
204
|
+
|
|
205
|
+
## 0.1.15-alpha.2
|
|
206
|
+
|
|
207
|
+
### Patch Changes
|
|
208
|
+
|
|
209
|
+
- Updated dependencies [56c31b7]
|
|
210
|
+
- Updated dependencies [4c98129]
|
|
211
|
+
- Updated dependencies [dbbbf80]
|
|
212
|
+
- Updated dependencies [84fe241]
|
|
213
|
+
- Updated dependencies [84fe241]
|
|
214
|
+
- Updated dependencies [99d43b9]
|
|
215
|
+
- @mastra/core@0.8.0-alpha.2
|
|
216
|
+
- @mastra/deployer@0.2.6-alpha.2
|
|
217
|
+
|
|
218
|
+
## 0.1.15-alpha.1
|
|
219
|
+
|
|
220
|
+
### Patch Changes
|
|
221
|
+
|
|
222
|
+
- Updated dependencies [619c39d]
|
|
223
|
+
- Updated dependencies [fe56be0]
|
|
224
|
+
- Updated dependencies [a0967a0]
|
|
225
|
+
- Updated dependencies [fca3b21]
|
|
226
|
+
- Updated dependencies [0118361]
|
|
227
|
+
- Updated dependencies [619c39d]
|
|
228
|
+
- @mastra/core@0.8.0-alpha.1
|
|
229
|
+
- @mastra/deployer@0.2.6-alpha.1
|
|
230
|
+
|
|
231
|
+
## 0.1.15-alpha.0
|
|
232
|
+
|
|
233
|
+
### Patch Changes
|
|
234
|
+
|
|
235
|
+
- Updated dependencies [05d58cc]
|
|
236
|
+
- Updated dependencies [107bcfe]
|
|
237
|
+
- Updated dependencies [5b4e19f]
|
|
238
|
+
- Updated dependencies [7599d77]
|
|
239
|
+
- Updated dependencies [cafae83]
|
|
240
|
+
- Updated dependencies [8076ecf]
|
|
241
|
+
- Updated dependencies [304397c]
|
|
242
|
+
- @mastra/deployer@0.2.6-alpha.0
|
|
243
|
+
- @mastra/core@0.7.1-alpha.0
|
|
244
|
+
|
|
245
|
+
## 0.1.14
|
|
246
|
+
|
|
247
|
+
### Patch Changes
|
|
248
|
+
|
|
249
|
+
- cdc0498: Fix process.versions.node.split in cloudflare deployer
|
|
250
|
+
- Updated dependencies [cdc0498]
|
|
251
|
+
- Updated dependencies [b4fbc59]
|
|
252
|
+
- Updated dependencies [a838fde]
|
|
253
|
+
- Updated dependencies [a8bd4cf]
|
|
254
|
+
- Updated dependencies [7a3eeb0]
|
|
255
|
+
- Updated dependencies [0b54522]
|
|
256
|
+
- Updated dependencies [b3b34f5]
|
|
257
|
+
- Updated dependencies [1af25d5]
|
|
258
|
+
- Updated dependencies [a4686e8]
|
|
259
|
+
- Updated dependencies [6530ad1]
|
|
260
|
+
- Updated dependencies [0b496ff]
|
|
261
|
+
- Updated dependencies [27439ad]
|
|
262
|
+
- @mastra/deployer@0.2.5
|
|
263
|
+
- @mastra/core@0.7.0
|
|
264
|
+
|
|
265
|
+
## 0.1.14-alpha.3
|
|
266
|
+
|
|
267
|
+
### Patch Changes
|
|
268
|
+
|
|
269
|
+
- Updated dependencies [b3b34f5]
|
|
270
|
+
- Updated dependencies [a4686e8]
|
|
271
|
+
- @mastra/core@0.7.0-alpha.3
|
|
272
|
+
- @mastra/deployer@0.2.5-alpha.3
|
|
273
|
+
|
|
274
|
+
## 0.1.14-alpha.2
|
|
275
|
+
|
|
276
|
+
### Patch Changes
|
|
277
|
+
|
|
278
|
+
- Updated dependencies [a838fde]
|
|
279
|
+
- Updated dependencies [a8bd4cf]
|
|
280
|
+
- Updated dependencies [7a3eeb0]
|
|
281
|
+
- Updated dependencies [6530ad1]
|
|
282
|
+
- @mastra/core@0.7.0-alpha.2
|
|
283
|
+
- @mastra/deployer@0.2.5-alpha.2
|
|
284
|
+
|
|
285
|
+
## 0.1.14-alpha.1
|
|
286
|
+
|
|
287
|
+
### Patch Changes
|
|
288
|
+
|
|
289
|
+
- cdc0498: Fix process.versions.node.split in cloudflare deployer
|
|
290
|
+
- Updated dependencies [cdc0498]
|
|
291
|
+
- Updated dependencies [0b54522]
|
|
292
|
+
- Updated dependencies [1af25d5]
|
|
293
|
+
- Updated dependencies [0b496ff]
|
|
294
|
+
- Updated dependencies [27439ad]
|
|
295
|
+
- @mastra/deployer@0.2.5-alpha.1
|
|
296
|
+
- @mastra/core@0.7.0-alpha.1
|
|
297
|
+
|
|
298
|
+
## 0.1.14-alpha.0
|
|
299
|
+
|
|
300
|
+
### Patch Changes
|
|
301
|
+
|
|
302
|
+
... 1435 more lines hidden. See full changelog in package directory.
|