Skip to content

Commit f08c9c0

Browse files
Merge branch 'main' into 2652-add-new-db-operations-for-upstash-store
2 parents 957132b + ff1a76c commit f08c9c0

File tree

208 files changed

+12029
-3496
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+12029
-3496
lines changed

.changeset/all-bats-search.md

-5
This file was deleted.

.changeset/brave-parrots-knock.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@mastra/rag': patch
3+
---
4+
5+
Update Vector Query and GraphRag tool schema

.changeset/common-lines-taste.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'create-mastra': minor
3+
'mastra': minor
4+
---
5+
6+
add Cerebras as a llm provider to create-mastra@latest

.changeset/cruel-breads-brush.md

-5
This file was deleted.

.changeset/deep-waves-remain.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'mastra': patch
3+
---
4+
5+
Added a new `mastra create --project-name <string>` flag so coder agents can create new Mastra projects with a one line command.

.changeset/forty-hornets-search.md

-6
This file was deleted.

.changeset/free-yaks-kneel.md

-5
This file was deleted.

.changeset/huge-jokes-start.md

-5
This file was deleted.

.changeset/long-lions-stare.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@mastra/core': patch
3+
---
4+
5+
Fix else branch execution when if-branch has loops

.changeset/loud-needles-dress.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'create-mastra': patch
3+
---
4+
5+
Add google as a new LLM provider option in project creation

.changeset/loud-webs-march.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@mastra/core': patch
3+
---
4+
5+
Add fix for vercel tools and optional instructions

.changeset/lovely-toes-stare.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@mastra/playground-ui': patch
3+
'mastra': patch
4+
'create-mastra': patch
5+
---
6+
7+
Add resizable-panel to playground-ui and use in agent and workflow sidebars

.changeset/pre.json

+48-48
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"mode": "pre",
33
"tag": "alpha",
44
"initialVersions": {
5-
"@mastra/client-js": "0.1.7",
6-
"@mastra/deployer-cloudflare": "0.1.8",
7-
"@mastra/deployer-netlify": "0.1.8",
8-
"@mastra/deployer-vercel": "0.1.8",
5+
"@mastra/client-js": "0.1.8",
6+
"@mastra/deployer-cloudflare": "0.1.9",
7+
"@mastra/deployer-netlify": "0.1.9",
8+
"@mastra/deployer-vercel": "0.1.9",
99
"examples-agent": "0.0.1",
1010
"mastra-ai-sdk-use-chat-example": "0.1.1-alpha.0",
1111
"examples-assistant-ui": "0.0.0",
@@ -68,7 +68,7 @@
6868
"examples-bird-checker-with-nextjs": "0.0.1",
6969
"examples-bird-checker-with-nextjs-and-eval": "0.0.1",
7070
"examples-crypto-chatbot": "0.0.1",
71-
"@mastra/dane": "0.0.5",
71+
"@mastra/dane": "0.0.6",
7272
"fireworks-r1": "0.0.1",
7373
"examples-integrations": "0.0.1",
7474
"examples-mcp-configuration": "0.0.1",
@@ -87,54 +87,54 @@
8787
"examples-workflow-with-memory": "0.0.1",
8888
"examples-workflow-with-separate-steps": "0.0.1-alpha.2",
8989
"examples-yc-directory": "1.0.1-alpha.2",
90-
"@mastra/composio": "0.1.8",
91-
"@mastra/firecrawl": "1.1.8",
92-
"@mastra/github": "1.1.8",
93-
"@mastra/ragie": "1.1.8",
94-
"@mastra/stabilityai": "1.1.8",
90+
"@mastra/composio": "0.1.9",
91+
"@mastra/firecrawl": "1.1.9",
92+
"@mastra/github": "1.1.9",
93+
"@mastra/ragie": "1.1.9",
94+
"@mastra/stabilityai": "1.1.9",
9595
"@internal/lint": "0.0.1",
96-
"mastra": "0.3.0",
96+
"mastra": "0.3.1",
9797
"@mastra/playground": "0.0.1",
98-
"@mastra/core": "0.5.0",
99-
"create-mastra": "0.1.8",
100-
"@mastra/deployer": "0.1.8",
101-
"@mastra/evals": "0.1.8",
102-
"@mastra/loggers": "0.1.8",
103-
"@mastra/mcp": "0.3.0",
104-
"@mastra/memory": "0.2.0",
98+
"@mastra/core": "0.6.0",
99+
"create-mastra": "0.1.9",
100+
"@mastra/deployer": "0.2.0",
101+
"@mastra/evals": "0.1.9",
102+
"@mastra/loggers": "0.1.9",
103+
"@mastra/mcp": "0.3.1",
104+
"@mastra/memory": "0.2.1",
105105
"@mastra/memory-integration-tests": "0.1.0",
106-
"@mastra/playground-ui": "1.0.0",
107-
"@mastra/rag": "0.1.8",
108-
"@mastra/speech-azure": "0.1.8",
109-
"@mastra/speech-deepgram": "0.1.7",
110-
"@mastra/speech-elevenlabs": "0.1.7",
111-
"@mastra/speech-google": "0.1.8",
112-
"@mastra/speech-ibm": "0.1.8",
113-
"@mastra/speech-murf": "0.1.8",
114-
"@mastra/speech-openai": "0.1.8",
115-
"@mastra/speech-playai": "0.1.7",
116-
"@mastra/speech-replicate": "0.1.8",
117-
"@mastra/speech-speechify": "0.1.8",
118-
"@mastra/astra": "0.2.0",
119-
"@mastra/chroma": "0.2.0",
120-
"@mastra/pg": "0.2.0",
121-
"@mastra/pinecone": "0.1.8",
122-
"@mastra/qdrant": "0.1.8",
123-
"@mastra/turbopuffer": "0.0.1-alpha.0",
124-
"@mastra/upstash": "0.1.8",
125-
"@mastra/vectorize": "0.1.8",
126-
"@mastra/voice-deepgram": "0.1.3",
127-
"@mastra/voice-elevenlabs": "0.1.3",
128-
"@mastra/voice-google": "0.1.3",
129-
"@mastra/voice-murf": "0.1.3",
130-
"@mastra/voice-openai": "0.1.4",
131-
"@mastra/voice-playai": "0.1.3",
132-
"@mastra/voice-speechify": "0.1.3"
106+
"@mastra/playground-ui": "2.0.0",
107+
"@mastra/rag": "0.1.9",
108+
"@mastra/speech-azure": "0.1.9",
109+
"@mastra/speech-deepgram": "0.1.8",
110+
"@mastra/speech-elevenlabs": "0.1.8",
111+
"@mastra/speech-google": "0.1.9",
112+
"@mastra/speech-ibm": "0.1.9",
113+
"@mastra/speech-murf": "0.1.9",
114+
"@mastra/speech-openai": "0.1.9",
115+
"@mastra/speech-playai": "0.1.8",
116+
"@mastra/speech-replicate": "0.1.9",
117+
"@mastra/speech-speechify": "0.1.9",
118+
"@mastra/astra": "0.2.1",
119+
"@mastra/chroma": "0.2.1",
120+
"@mastra/pg": "0.2.1",
121+
"@mastra/pinecone": "0.1.9",
122+
"@mastra/qdrant": "0.2.0",
123+
"@mastra/turbopuffer": "0.0.1",
124+
"@mastra/upstash": "0.1.9",
125+
"@mastra/vectorize": "0.1.9",
126+
"@mastra/voice-deepgram": "0.1.4",
127+
"@mastra/voice-elevenlabs": "0.1.4",
128+
"@mastra/voice-google": "0.1.4",
129+
"@mastra/voice-murf": "0.1.4",
130+
"@mastra/voice-openai": "0.1.5",
131+
"@mastra/voice-playai": "0.1.4",
132+
"@mastra/voice-speechify": "0.1.4"
133133
},
134134
"changesets": [
135-
"all-bats-search",
136135
"cool-papers-check",
137-
"social-ghosts-take",
138-
"true-pandas-clean"
136+
"loud-needles-dress",
137+
"purple-roses-retire",
138+
"seven-stars-mate"
139139
]
140140
}

.changeset/purple-roses-retire.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'mastra': patch
3+
---
4+
5+
update the Groq model the create-mastra@latest sets

.changeset/ready-signs-buy.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@mastra/rag': patch
3+
---
4+
5+
Update character chunking strategy

.changeset/real-moments-win.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@mastra/pinecone': minor
3+
---
4+
5+
Added new operation implementations for MastraVector in pinecone store

.changeset/rich-hornets-win.md

-5
This file was deleted.

.changeset/seven-stars-mate.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@mastra/core': patch
3+
---
4+
5+
Remove node_modules-path dir which calls \_\_dirname at the top level and breaks some esm runtimes

.changeset/silly-roses-unite.md

-6
This file was deleted.

.changeset/slimy-laws-attack.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'mastra': patch
3+
'create-mastra': patch
4+
---
5+
6+
update playground ui for mastra and create-mastra

.changeset/social-ghosts-take.md

-6
This file was deleted.

.changeset/tender-paws-heal.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@mastra/core': patch
3+
---
4+
5+
Fix after usage with skipped conditions on the awaited steps

.changeset/true-pandas-clean.md

-6
This file was deleted.

.changeset/twelve-geese-fail.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@mastra/core': patch
3+
---
4+
5+
Update Voice for realtime providers

.changeset/vast-corners-deny.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@mastra/core': patch
3+
'@mastra/voice-openai-realtime': patch
4+
---
5+
6+
feat: OpenAI realtime voice provider for speech to speech communication
7+
Update voice speaking event type

.changeset/violet-spoons-stop.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@mastra/deployer': patch
3+
---
4+
5+
Move esbuild plugin higher than commonjs for telemetry extraction

.changeset/wet-keys-win.md

-5
This file was deleted.

.changeset/young-wasps-flash.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@mastra/playground-ui': patch
3+
---
4+
5+
fix loading state for evals page

0 commit comments

Comments
 (0)