@mastra/mcp-docs-server 0.13.45-alpha.0 → 0.13.45

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 (40) hide show
  1. package/.docs/organized/changelogs/%40internal%2Fchangeset-cli.md +2 -0
  2. package/.docs/organized/changelogs/%40internal%2Fexternal-types.md +2 -0
  3. package/.docs/organized/changelogs/%40internal%2Fstorage-test-utils.md +8 -8
  4. package/.docs/organized/changelogs/%40internal%2Ftypes-builder.md +2 -0
  5. package/.docs/organized/changelogs/%40mastra%2Fagent-builder.md +9 -9
  6. package/.docs/organized/changelogs/%40mastra%2Fai-sdk.md +94 -94
  7. package/.docs/organized/changelogs/%40mastra%2Fastra.md +10 -10
  8. package/.docs/organized/changelogs/%40mastra%2Fchroma.md +10 -10
  9. package/.docs/organized/changelogs/%40mastra%2Fclickhouse.md +12 -12
  10. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +8 -8
  11. package/.docs/organized/changelogs/%40mastra%2Fcloudflare-d1.md +12 -12
  12. package/.docs/organized/changelogs/%40mastra%2Fcloudflare.md +12 -12
  13. package/.docs/organized/changelogs/%40mastra%2Fcore.md +143 -143
  14. package/.docs/organized/changelogs/%40mastra%2Fcouchbase.md +10 -10
  15. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloud.md +13 -13
  16. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +9 -9
  17. package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +9 -9
  18. package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +9 -9
  19. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +13 -13
  20. package/.docs/organized/changelogs/%40mastra%2Fdynamodb.md +12 -12
  21. package/.docs/organized/changelogs/%40mastra%2Flance.md +12 -12
  22. package/.docs/organized/changelogs/%40mastra%2Flibsql.md +13 -13
  23. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +11 -11
  24. package/.docs/organized/changelogs/%40mastra%2Fmcp.md +10 -10
  25. package/.docs/organized/changelogs/%40mastra%2Fmemory.md +9 -9
  26. package/.docs/organized/changelogs/%40mastra%2Fmongodb.md +14 -14
  27. package/.docs/organized/changelogs/%40mastra%2Fmssql.md +12 -12
  28. package/.docs/organized/changelogs/%40mastra%2Fopensearch.md +10 -10
  29. package/.docs/organized/changelogs/%40mastra%2Fpg.md +14 -14
  30. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +33 -33
  31. package/.docs/organized/changelogs/%40mastra%2Frag.md +11 -11
  32. package/.docs/organized/changelogs/%40mastra%2Freact.md +33 -14
  33. package/.docs/organized/changelogs/%40mastra%2Fschema-compat.md +36 -0
  34. package/.docs/organized/changelogs/%40mastra%2Fserver.md +8 -8
  35. package/.docs/organized/changelogs/%40mastra%2Fupstash.md +10 -10
  36. package/.docs/organized/changelogs/%40mastra%2Fvoice-deepgram.md +10 -10
  37. package/.docs/organized/changelogs/create-mastra.md +3 -3
  38. package/.docs/organized/changelogs/mastra.md +11 -11
  39. package/CHANGELOG.md +10 -0
  40. package/package.json +5 -5
@@ -1,6 +1,6 @@
1
1
  # @mastra/core
2
2
 
3
- ## 0.24.6-alpha.0
3
+ ## 0.24.6
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -304,199 +304,199 @@
304
304
  When calling `agent.generate()`, the model's `doGenerate` method is now correctly invoked instead of always using `doStream`. This aligns the non-streaming generation path with the intended behavior where providers can implement optimized non-streaming responses.
305
305
 
306
306
  - Updated dependencies [[`33a607a`](https://github.com/mastra-ai/mastra/commit/33a607a1f716c2029d4a1ff1603dd756129a33b3)]:
307
- - @mastra/schema-compat@0.11.8-alpha.0
308
-
309
- ## 0.24.5
310
-
311
- ### Patch Changes
312
-
313
- - Fix parallel tool call handling for Gemini models ([#10371](https://github.com/mastra-ai/mastra/pull/10371))
314
- - Fix addStartStepPartsForAIV5 to prevent step-start parts from being inserted between consecutive tool parts (parallel tool calls)
315
- - This ensures parallel tool calls maintain correct order and preserve thought_signature metadata on the first tool call as required by Gemini API
316
-
317
- ## 0.24.5-alpha.0
318
-
319
- ### Patch Changes
320
-
321
- - Fix parallel tool call handling for Gemini models ([#10371](https://github.com/mastra-ai/mastra/pull/10371))
322
- - Fix addStartStepPartsForAIV5 to prevent step-start parts from being inserted between consecutive tool parts (parallel tool calls)
323
- - This ensures parallel tool calls maintain correct order and preserve thought_signature metadata on the first tool call as required by Gemini API
324
-
325
- ## 0.24.4
326
-
327
- ### Patch Changes
328
-
329
- - Fix providerMetadata preservation for Gemini function calls ([#10365](https://github.com/mastra-ai/mastra/pull/10365))
330
- - Convert stream chunks directly to MastraMessageV2 format in loop steps to preserve providerMetadata
331
- - Add message-level providerMetadata support to MastraMessageContentV2 and V3 types
332
- - Fix sanitizeV5UIMessages filtering to match original 0.x behavior
333
- - Hydrate threadId and resourceId from memoryInfo when missing
334
- - Update test utilities for 0.x compatibility
335
-
336
- ## 0.24.4-alpha.0
337
-
338
- ### Patch Changes
339
-
340
- - Fix providerMetadata preservation for Gemini function calls ([#10365](https://github.com/mastra-ai/mastra/pull/10365))
341
- - Convert stream chunks directly to MastraMessageV2 format in loop steps to preserve providerMetadata
342
- - Add message-level providerMetadata support to MastraMessageContentV2 and V3 types
343
- - Fix sanitizeV5UIMessages filtering to match original 0.x behavior
344
- - Hydrate threadId and resourceId from memoryInfo when missing
345
- - Update test utilities for 0.x compatibility
346
-
347
- ## 0.24.3
348
-
349
- ### Patch Changes
350
-
351
- - Allow provider to pass through options to the auth config ([#10290](https://github.com/mastra-ai/mastra/pull/10290))
352
-
353
- - Fix deprecation warning when agent network executes workflows by using `.fullStream` instead of iterating `WorkflowRunOutput` directly ([#10306](https://github.com/mastra-ai/mastra/pull/10306))
354
-
355
- - Fix generate toolResults and mismatch in provider tool names ([#10297](https://github.com/mastra-ai/mastra/pull/10297))
356
-
357
- ## 0.24.3-alpha.0
307
+ - @mastra/schema-compat@0.11.8
358
308
 
359
- ### Patch Changes
360
-
361
- - Allow provider to pass through options to the auth config ([#10290](https://github.com/mastra-ai/mastra/pull/10290))
362
-
363
- - Fix deprecation warning when agent network executes workflows by using `.fullStream` instead of iterating `WorkflowRunOutput` directly ([#10306](https://github.com/mastra-ai/mastra/pull/10306))
364
-
365
- - Fix generate toolResults and mismatch in provider tool names ([#10297](https://github.com/mastra-ai/mastra/pull/10297))
366
-
367
- ## 0.24.2
368
-
369
- ### Patch Changes
370
-
371
- - Only handle download image asset transformation if needed ([#10245](https://github.com/mastra-ai/mastra/pull/10245))
372
-
373
- - Fix tool outputSchema validation to allow unsupported Zod types like ZodTuple. The outputSchema is only used for internal validation and never sent to the LLM, so model compatibility checks are not needed. ([#10123](https://github.com/mastra-ai/mastra/pull/10123))
374
-
375
- - Fix vector definition to fix pinecone ([#10179](https://github.com/mastra-ai/mastra/pull/10179))
376
-
377
- - Add type bailed to workflowRunStatus ([#10103](https://github.com/mastra-ai/mastra/pull/10103))
378
-
379
- - Add support for doGenerate in LanguageModelV2. This change fixes issues with OpenAI stream permissions. ([#10268](https://github.com/mastra-ai/mastra/pull/10268))
380
- - Added new abstraction over LanguageModelV2
381
-
382
- ## 0.24.2-alpha.0
309
+ ## 0.24.6-alpha.0
383
310
 
384
311
  ### Patch Changes
385
312
 
386
- - Only handle download image asset transformation if needed ([#10245](https://github.com/mastra-ai/mastra/pull/10245))
387
-
388
- - Fix tool outputSchema validation to allow unsupported Zod types like ZodTuple. The outputSchema is only used for internal validation and never sent to the LLM, so model compatibility checks are not needed. ([#10123](https://github.com/mastra-ai/mastra/pull/10123))
389
-
390
- - Fix vector definition to fix pinecone ([#10179](https://github.com/mastra-ai/mastra/pull/10179))
391
-
392
- - Add type bailed to workflowRunStatus ([#10103](https://github.com/mastra-ai/mastra/pull/10103))
393
-
394
- - Add support for doGenerate in LanguageModelV2. This change fixes issues with OpenAI stream permissions. ([#10268](https://github.com/mastra-ai/mastra/pull/10268))
395
- - Added new abstraction over LanguageModelV2
313
+ - Fix base64 encoded images with threads - issue #10480 ([#10566](https://github.com/mastra-ai/mastra/pull/10566))
396
314
 
397
- ## 0.24.1
315
+ Fixed "Invalid URL" error when using base64 encoded images (without `data:` prefix) in agent calls with threads and resources. Raw base64 strings are now automatically converted to proper data URIs before being processed.
398
316
 
399
- ### Patch Changes
317
+ **Changes:**
318
+ - Updated `attachments-to-parts.ts` to detect and convert raw base64 strings to data URIs
319
+ - Fixed `MessageList` image processing to handle raw base64 in two locations:
320
+ - Image part conversion in `aiV4CoreMessageToV1PromptMessage`
321
+ - File part to experimental_attachments conversion in `mastraDBMessageToAIV4UIMessage`
322
+ - Added comprehensive tests for base64 images, data URIs, and HTTP URLs with threads
400
323
 
401
- - Integrates the native **Mistral AI SDK** provider (`@ai-sdk/mistral`) to replace the current OpenAI-compatible endpoint implementation for Mistral models. ([#10048](https://github.com/mastra-ai/mastra/pull/10048))
324
+ **Breaking Change:** None - this is a bug fix that maintains backward compatibility while adding support for raw base64 strings.
402
325
 
403
- - Fix: Don't download unsupported media ([#9860](https://github.com/mastra-ai/mastra/pull/9860))
326
+ - SimpleAuth and improved CloudAuth ([#10569](https://github.com/mastra-ai/mastra/pull/10569))
404
327
 
405
- - Use a shared `getAllToolPaths()` method from the bundler to discover tool paths. ([#10049](https://github.com/mastra-ai/mastra/pull/10049))
328
+ - Fixed OpenAI schema compatibility when using `agent.generate()` or `agent.stream()` with `structuredOutput`. ([#10454](https://github.com/mastra-ai/mastra/pull/10454))
406
329
 
407
- - Add an additional check to determine whether the model natively supports specific file types. Only download the file if the model does not support it natively. ([#10052](https://github.com/mastra-ai/mastra/pull/10052))
330
+ ## Changes
331
+ - **Automatic transformation**: Zod schemas are now automatically transformed for OpenAI strict mode compatibility when using OpenAI models (including reasoning models like o1, o3, o4)
332
+ - **Optional field handling**: `.optional()` fields are converted to `.nullable()` with a transform that converts `null` → `undefined`, preserving optional semantics while satisfying OpenAI's strict mode requirements
333
+ - **Preserves nullable fields**: Intentionally `.nullable()` fields remain unchanged
334
+ - **Deep transformation**: Handles `.optional()` fields at any nesting level (objects, arrays, unions, etc.)
335
+ - **JSON Schema objects**: Not transformed, only Zod schemas
408
336
 
409
- - Fix agent network iteration counter bug causing infinite loops ([#9934](https://github.com/mastra-ai/mastra/pull/9934))
337
+ ## Example
410
338
 
411
- The iteration counter in agent networks was stuck at 0 due to a faulty ternary operator that treated 0 as falsy. This prevented `maxSteps` from working correctly, causing infinite loops when the routing agent kept selecting primitives instead of returning "none".
339
+ ```typescript
340
+ const agent = new Agent({
341
+ name: 'data-extractor',
342
+ model: { provider: 'openai', modelId: 'gpt-4o' },
343
+ instructions: 'Extract user information',
344
+ });
412
345
 
413
- **Changes:**
414
- - Fixed iteration counter logic in `loop/network/index.ts` from `(inputData.iteration ? inputData.iteration : -1) + 1` to `(inputData.iteration ?? -1) + 1`
415
- - Changed initial iteration value from `0` to `-1` so first iteration correctly starts at 0
416
- - Added `checkIterations()` helper to validate iteration counting in all network tests
346
+ const schema = z.object({
347
+ name: z.string(),
348
+ age: z.number().optional(),
349
+ deletedAt: z.date().nullable(),
350
+ });
417
351
 
418
- Fixes #9314
352
+ // Schema is automatically transformed for OpenAI compatibility
353
+ const result = await agent.generate('Extract: John, deleted yesterday', {
354
+ structuredOutput: { schema },
355
+ });
419
356
 
420
- - Revert download supported files for now ([`16a324f`](https://github.com/mastra-ai/mastra/commit/16a324f8c30a07d0d899bc2e4e7998c6b40a4cb6))
357
+ // Result: { name: 'John', age: undefined, deletedAt: null }
358
+ ```
421
359
 
422
- - Exposes requiresAuth to custom api routes ([#10046](https://github.com/mastra-ai/mastra/pull/10046))
360
+ - deleteVectors, deleteFilter when upserting, updateVector filter (#10244) ([#10526](https://github.com/mastra-ai/mastra/pull/10526))
423
361
 
424
- - Fix agent network working memory tool routing. Memory tools are now included in routing agent instructions but excluded from its direct tool calls, allowing the routing agent to properly route to tool execution steps for memory updates. ([#9730](https://github.com/mastra-ai/mastra/pull/9730))
362
+ - Fix generateTitle model type to accept AI SDK LanguageModelV2 ([#10567](https://github.com/mastra-ai/mastra/pull/10567))
425
363
 
426
- - Fixes assets not being downloaded when available ([#10080](https://github.com/mastra-ai/mastra/pull/10080))
364
+ Updated the `generateTitle.model` config option to accept `MastraModelConfig` instead of `MastraLanguageModel`. This allows users to pass raw AI SDK `LanguageModelV2` models (e.g., `anthropic.languageModel('claude-3-5-haiku-20241022')`) directly without type errors.
427
365
 
428
- ## 0.24.1-alpha.0
366
+ Previously, passing a standard `LanguageModelV2` would fail because `MastraLanguageModelV2` has different `doGenerate`/`doStream` return types. Now `MastraModelConfig` is used consistently across:
367
+ - `memory/types.ts` - `generateTitle.model` config
368
+ - `agent.ts` - `genTitle`, `generateTitleFromUserMessage`, `resolveTitleGenerationConfig`
369
+ - `agent-legacy.ts` - `AgentLegacyCapabilities` interface
429
370
 
430
- ### Patch Changes
371
+ - Fix message metadata not persisting when using simple message format. Previously, custom metadata passed in messages (e.g., `{role: 'user', content: 'text', metadata: {userId: '123'}}`) was not being saved to the database. This occurred because the CoreMessage conversion path didn't preserve metadata fields. ([#10571](https://github.com/mastra-ai/mastra/pull/10571))
431
372
 
432
- - Integrates the native **Mistral AI SDK** provider (`@ai-sdk/mistral`) to replace the current OpenAI-compatible endpoint implementation for Mistral models. ([#10048](https://github.com/mastra-ai/mastra/pull/10048))
373
+ Now metadata is properly preserved for all message input formats:
374
+ - Simple CoreMessage format: `{role, content, metadata}`
375
+ - Full UIMessage format: `{role, content, parts, metadata}`
376
+ - AI SDK v5 ModelMessage format with metadata
433
377
 
434
- - Fix: Don't download unsupported media ([#9860](https://github.com/mastra-ai/mastra/pull/9860))
378
+ Fixes #8556
435
379
 
436
- - Use a shared `getAllToolPaths()` method from the bundler to discover tool paths. ([#10049](https://github.com/mastra-ai/mastra/pull/10049))
380
+ - feat: Composite auth implementation ([#10486](https://github.com/mastra-ai/mastra/pull/10486))
437
381
 
438
- - Add an additional check to determine whether the model natively supports specific file types. Only download the file if the model does not support it natively. ([#10052](https://github.com/mastra-ai/mastra/pull/10052))
382
+ - Fix requireApproval property being ignored for tools passed via toolsets, clientTools, and memoryTools parameters. The requireApproval flag now correctly propagates through all tool conversion paths, ensuring tools requiring approval will properly request user approval before execution. ([#10562](https://github.com/mastra-ai/mastra/pull/10562))
439
383
 
440
- - Fix agent network iteration counter bug causing infinite loops ([#9934](https://github.com/mastra-ai/mastra/pull/9934))
384
+ - Fix Azure Foundry rate limit handling for -1 values ([#10411](https://github.com/mastra-ai/mastra/pull/10411))
441
385
 
442
- The iteration counter in agent networks was stuck at 0 due to a faulty ternary operator that treated 0 as falsy. This prevented `maxSteps` from working correctly, causing infinite loops when the routing agent kept selecting primitives instead of returning "none".
386
+ - Fix model headers not being passed through gateway system ([#10564](https://github.com/mastra-ai/mastra/pull/10564))
443
387
 
444
- **Changes:**
445
- - Fixed iteration counter logic in `loop/network/index.ts` from `(inputData.iteration ? inputData.iteration : -1) + 1` to `(inputData.iteration ?? -1) + 1`
446
- - Changed initial iteration value from `0` to `-1` so first iteration correctly starts at 0
447
- - Added `checkIterations()` helper to validate iteration counting in all network tests
388
+ Previously, custom headers specified in `MastraModelConfig` were not being passed through the gateway system to model providers. This affected:
389
+ - OpenRouter (preventing activity tracking with `HTTP-Referer` and `X-Title`)
390
+ - Custom providers using custom URLs (headers not passed to `createOpenAICompatible`)
391
+ - Custom gateway implementations (headers not available in `resolveLanguageModel`)
448
392
 
449
- Fixes #9314
393
+ Now headers are correctly passed through the entire gateway system:
394
+ - Base `MastraModelGateway` interface updated to accept headers
395
+ - `ModelRouterLanguageModel` passes headers from config to all gateways
396
+ - OpenRouter receives headers for activity tracking
397
+ - Custom URL providers receive headers via `createOpenAICompatible`
398
+ - Custom gateways can access headers in their `resolveLanguageModel` implementation
450
399
 
451
- - Revert download supported files for now ([`16a324f`](https://github.com/mastra-ai/mastra/commit/16a324f8c30a07d0d899bc2e4e7998c6b40a4cb6))
400
+ Example usage:
452
401
 
453
- - Exposes requiresAuth to custom api routes ([#10046](https://github.com/mastra-ai/mastra/pull/10046))
402
+ ```typescript
403
+ // Works with OpenRouter
404
+ const agent = new Agent({
405
+ name: 'my-agent',
406
+ instructions: 'You are a helpful assistant.',
407
+ model: {
408
+ id: 'openrouter/anthropic/claude-3-5-sonnet',
409
+ headers: {
410
+ 'HTTP-Referer': 'https://myapp.com',
411
+ 'X-Title': 'My Application',
412
+ },
413
+ },
414
+ });
454
415
 
455
- - Fix agent network working memory tool routing. Memory tools are now included in routing agent instructions but excluded from its direct tool calls, allowing the routing agent to properly route to tool execution steps for memory updates. ([#9730](https://github.com/mastra-ai/mastra/pull/9730))
416
+ // Also works with custom providers
417
+ const customAgent = new Agent({
418
+ name: 'custom-agent',
419
+ instructions: 'You are a helpful assistant.',
420
+ model: {
421
+ id: 'custom-provider/model',
422
+ url: 'https://api.custom.com/v1',
423
+ apiKey: 'key',
424
+ headers: {
425
+ 'X-Custom-Header': 'custom-value',
426
+ },
427
+ },
428
+ });
429
+ ```
456
430
 
457
- - Fixes assets not being downloaded when available ([#10080](https://github.com/mastra-ai/mastra/pull/10080))
431
+ Fixes https://github.com/mastra-ai/mastra/issues/9760
458
432
 
459
- ## 0.24.0
433
+ - fix(agent): persist messages before tool suspension ([#10542](https://github.com/mastra-ai/mastra/pull/10542))
460
434
 
461
- ### Patch Changes
435
+ Fixes issues where thread and messages were not saved before suspension when tools require approval or call suspend() during execution. This caused conversation history to be lost if users refreshed during tool approval or suspension.
462
436
 
463
- - update peerdeps ([`5ca1cca`](https://github.com/mastra-ai/mastra/commit/5ca1ccac61ffa7141e6d9fa8f22d3ad4d03bf5dc))
437
+ **Backend changes (@mastra/core):**
438
+ - Add assistant messages to messageList immediately after LLM execution
439
+ - Flush messages synchronously before suspension to persist state
440
+ - Create thread if it doesn't exist before flushing
441
+ - Add metadata helpers to persist and remove tool approval state
442
+ - Pass saveQueueManager and memory context through workflow for immediate persistence
464
443
 
465
- - Fix workflow input property preservation after resume from snapshot ([#9527](https://github.com/mastra-ai/mastra/pull/9527))
444
+ **Frontend changes (@mastra/react):**
445
+ - Extract runId from pending approvals to enable resumption after refresh
446
+ - Convert `pendingToolApprovals` (DB format) to `requireApprovalMetadata` (runtime format)
447
+ - Handle both `dynamic-tool` and `tool-{NAME}` part types for approval state
448
+ - Change runId from hardcoded `agentId` to unique `uuid()`
466
449
 
467
- Ensure that when resuming a workflow from a snapshot, the input property is correctly set from the snapshot's context input rather than from resume data. This prevents the loss of original workflow input data during suspend/resume cycles.
450
+ **UI changes (@mastra/playground-ui):**
451
+ - Handle tool calls awaiting approval in message initialization
452
+ - Convert approval metadata format when loading initial messages
468
453
 
469
- - Fix a bug where streaming didn't output the final chunk ([#9726](https://github.com/mastra-ai/mastra/pull/9726))
454
+ Fixes #9745, #9906
470
455
 
471
- - Fixes issue where clicking the reset button in the model picker would fail to restore the original LanguageModelV2 (or any other types) object that was passed during agent construction. ([#9487](https://github.com/mastra-ai/mastra/pull/9487))
456
+ - Fix race condition in parallel tool stream writes ([#10481](https://github.com/mastra-ai/mastra/pull/10481))
472
457
 
473
- - Fix network routing agent smoothstreaming ([#9727](https://github.com/mastra-ai/mastra/pull/9727))
458
+ Introduces a write queue to ToolStream to serialize access to the underlying stream, preventing writer locked errors
474
459
 
475
- - Updated dependencies [[`5ca1cca`](https://github.com/mastra-ai/mastra/commit/5ca1ccac61ffa7141e6d9fa8f22d3ad4d03bf5dc)]:
476
- - @mastra/schema-compat@0.11.7
460
+ - Remove unneeded console warning when flushing messages and no threadId or saveQueueManager is found. ([#10542](https://github.com/mastra-ai/mastra/pull/10542))
477
461
 
478
- ## 0.24.0-alpha.0
462
+ - Fixes GPT-5 reasoning which was failing on subsequent tool calls with the error: ([#10489](https://github.com/mastra-ai/mastra/pull/10489))
479
463
 
480
- ### Patch Changes
464
+ ```
465
+ Item 'fc_xxx' of type 'function_call' was provided without its required 'reasoning' item: 'rs_xxx'
466
+ ```
481
467
 
482
- - update peerdeps ([`5ca1cca`](https://github.com/mastra-ai/mastra/commit/5ca1ccac61ffa7141e6d9fa8f22d3ad4d03bf5dc))
468
+ - Add optional includeRawChunks parameter to agent execution options, ([#10459](https://github.com/mastra-ai/mastra/pull/10459))
469
+ allowing users to include raw chunks in stream output where supported
470
+ by the model provider.
483
471
 
484
- - Fix workflow input property preservation after resume from snapshot ([#9527](https://github.com/mastra-ai/mastra/pull/9527))
472
+ - When `mastra dev` runs, multiple processes can write to `provider-registry.json` concurrently (auto-refresh, syncGateways, syncGlobalCacheToLocal). This causes file corruption where the end of the JSON appears twice, making it unparseable. ([#10529](https://github.com/mastra-ai/mastra/pull/10529))
485
473
 
486
- Ensure that when resuming a workflow from a snapshot, the input property is correctly set from the snapshot's context input rather than from resume data. This prevents the loss of original workflow input data during suspend/resume cycles.
474
+ The fix uses atomic writes via the write-to-temp-then-rename pattern. Instead of:
487
475
 
488
- - Fix a bug where streaming didn't output the final chunk ([#9726](https://github.com/mastra-ai/mastra/pull/9726))
476
+ ```ts
477
+ fs.writeFileSync(filePath, content, 'utf-8');
478
+ ```
489
479
 
490
- - Fixes issue where clicking the reset button in the model picker would fail to restore the original LanguageModelV2 (or any other types) object that was passed during agent construction. ([#9487](https://github.com/mastra-ai/mastra/pull/9487))
480
+ We now do:
491
481
 
492
- - Fix network routing agent smoothstreaming ([#9727](https://github.com/mastra-ai/mastra/pull/9727))
482
+ ```ts
483
+ const tempPath = `${filePath}.${process.pid}.${Date.now()}.${randomSuffix}.tmp`;
484
+ fs.writeFileSync(tempPath, content, 'utf-8');
485
+ fs.renameSync(tempPath, filePath); // atomic on POSIX
486
+ ```
493
487
 
494
- - Updated dependencies [[`5ca1cca`](https://github.com/mastra-ai/mastra/commit/5ca1ccac61ffa7141e6d9fa8f22d3ad4d03bf5dc)]:
495
- - @mastra/schema-compat@0.11.7-alpha.0
488
+ `fs.rename()` is atomic on POSIX systems when both paths are on the same filesystem, so concurrent writes will each complete fully rather than interleaving.
496
489
 
497
- ## 0.23.3
490
+ - Ensures that data chunks written via `writer.custom()` always bubble up directly to the top-level stream, even when nested in sub-agents. This allows tools to emit custom progress updates, metrics, and other data that can be consumed at any level of the agent hierarchy. ([#10523](https://github.com/mastra-ai/mastra/pull/10523))
491
+ - **Added bubbling logic in sub-agent execution**: When sub-agents execute, data chunks (chunks with type starting with `data-`) are detected and written via `writer.custom()` instead of `writer.write()`, ensuring they bubble up directly without being wrapped in `tool-output` chunks.
492
+ - **Added comprehensive tests**:
493
+ - Test for `writer.custom()` with direct tool execution
494
+ - Test for `writer.custom()` with sub-agent tools (nested execution)
495
+ - Test for mixed usage of `writer.write()` and `writer.custom()` in the same tool
498
496
 
499
- ### Patch Changes
497
+ When a sub-agent's tool uses `writer.custom()` to write data chunks, those chunks appear in the sub-agent's stream. The parent agent's execution logic now detects these chunks and uses `writer.custom()` to bubble them up directly, preserving their structure and making them accessible at the top level.
500
498
 
499
+ This ensures that:
500
+ - Data chunks from tools always appear directly in the stream (not wrapped)
501
501
 
502
- ... 5039 more lines hidden. See full changelog in package directory.
502
+ ... 5345 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/couchbase
2
2
 
3
+ ## 0.11.17
4
+
5
+ ### Patch Changes
6
+
7
+ - deleteVectors, deleteFilter when upserting, updateVector filter (#10244) ([#10526](https://github.com/mastra-ai/mastra/pull/10526))
8
+
9
+ - Updated dependencies [[`5657314`](https://github.com/mastra-ai/mastra/commit/5657314a1f9d49019bb53f357fa48f75a69247ca), [`e5aca78`](https://github.com/mastra-ai/mastra/commit/e5aca78bb7f263bb8b470bedae81efe9805d7544), [`33a607a`](https://github.com/mastra-ai/mastra/commit/33a607a1f716c2029d4a1ff1603dd756129a33b3), [`cc10fc1`](https://github.com/mastra-ai/mastra/commit/cc10fc192d9f527c71a23cc9def10d8718935ee1), [`1f7ee84`](https://github.com/mastra-ai/mastra/commit/1f7ee841a643ef12d90392125881f06fdf877293), [`e7d5149`](https://github.com/mastra-ai/mastra/commit/e7d514995260b63b2108308e85c64de37dcd0f71), [`f195082`](https://github.com/mastra-ai/mastra/commit/f1950822a2425d5ccae78c5d010e02ddb027a869), [`d9986dd`](https://github.com/mastra-ai/mastra/commit/d9986dd3513f7ca3244a8e599a440ccf4d8bc28b), [`a45b0f0`](https://github.com/mastra-ai/mastra/commit/a45b0f0cd19eab1fe4deceae3abf029442c22f74), [`f6e8eb3`](https://github.com/mastra-ai/mastra/commit/f6e8eb3dac53b70b06e906b2818b1d2a5b0486d7), [`ce57a2b`](https://github.com/mastra-ai/mastra/commit/ce57a2b62fd0d5f6532e4ecd1ba9ba93ac9b95fc), [`3236f35`](https://github.com/mastra-ai/mastra/commit/3236f352ae13cc8552c2965164e97bd125dae48d), [`ce57a2b`](https://github.com/mastra-ai/mastra/commit/ce57a2b62fd0d5f6532e4ecd1ba9ba93ac9b95fc), [`0230321`](https://github.com/mastra-ai/mastra/commit/02303217870bedea0ef009bea9a952f24ed38aaf), [`7b541f4`](https://github.com/mastra-ai/mastra/commit/7b541f49eda6f5a87b738198edbd136927599475), [`0eea842`](https://github.com/mastra-ai/mastra/commit/0eea8423cbdd37f2111593c6f7d2efcde4b7e4ce), [`63ae8a2`](https://github.com/mastra-ai/mastra/commit/63ae8a22c0c09bbb8b9779f5f38934cd75f616af), [`bf810c5`](https://github.com/mastra-ai/mastra/commit/bf810c5c561bd8ef221c0f6bd84e69770b9a38cc), [`ac7ef07`](https://github.com/mastra-ai/mastra/commit/ac7ef07633caee89707142171d2873c888ffef85), [`522f0b4`](https://github.com/mastra-ai/mastra/commit/522f0b45330719858794eabffffde4f343f55549), [`bf810c5`](https://github.com/mastra-ai/mastra/commit/bf810c5c561bd8ef221c0f6bd84e69770b9a38cc), [`8b51d55`](https://github.com/mastra-ai/mastra/commit/8b51d55bae531edf7e383958d7ecee04df31f5d5), [`2131ac5`](https://github.com/mastra-ai/mastra/commit/2131ac571d5065f0a656c57494bca98691bb7609)]:
10
+ - @mastra/core@0.24.6
11
+
3
12
  ## 0.11.17-alpha.0
4
13
 
5
14
  ### Patch Changes
@@ -489,14 +498,5 @@
489
498
  - Updated dependencies [82090c1]
490
499
  - Updated dependencies [1b443fd]
491
500
  - Updated dependencies [ce97900]
492
- - Updated dependencies [f1309d3]
493
- - Updated dependencies [14a2566]
494
- - Updated dependencies [f7f8293]
495
- - Updated dependencies [48eddb9]
496
- - @mastra/core@0.10.4
497
-
498
- ## 0.10.2-alpha.0
499
-
500
- ### Patch Changes
501
501
 
502
- ... 260 more lines hidden. See full changelog in package directory.
502
+ ... 269 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,17 @@
1
1
  # @mastra/deployer-cloud
2
2
 
3
+ ## 0.24.6
4
+
5
+ ### Patch Changes
6
+
7
+ - SimpleAuth and improved CloudAuth ([#10569](https://github.com/mastra-ai/mastra/pull/10569))
8
+
9
+ - Do not initialize local storage when using mastra cloud storage instead ([#10495](https://github.com/mastra-ai/mastra/pull/10495))
10
+
11
+ - Updated dependencies [[`ccb7552`](https://github.com/mastra-ai/mastra/commit/ccb75528339b4dbf3cf3adcf430f9b3a563948ff), [`5657314`](https://github.com/mastra-ai/mastra/commit/5657314a1f9d49019bb53f357fa48f75a69247ca), [`e5aca78`](https://github.com/mastra-ai/mastra/commit/e5aca78bb7f263bb8b470bedae81efe9805d7544), [`33a607a`](https://github.com/mastra-ai/mastra/commit/33a607a1f716c2029d4a1ff1603dd756129a33b3), [`cc10fc1`](https://github.com/mastra-ai/mastra/commit/cc10fc192d9f527c71a23cc9def10d8718935ee1), [`1f7ee84`](https://github.com/mastra-ai/mastra/commit/1f7ee841a643ef12d90392125881f06fdf877293), [`e7d5149`](https://github.com/mastra-ai/mastra/commit/e7d514995260b63b2108308e85c64de37dcd0f71), [`f195082`](https://github.com/mastra-ai/mastra/commit/f1950822a2425d5ccae78c5d010e02ddb027a869), [`d9986dd`](https://github.com/mastra-ai/mastra/commit/d9986dd3513f7ca3244a8e599a440ccf4d8bc28b), [`a45b0f0`](https://github.com/mastra-ai/mastra/commit/a45b0f0cd19eab1fe4deceae3abf029442c22f74), [`f6e8eb3`](https://github.com/mastra-ai/mastra/commit/f6e8eb3dac53b70b06e906b2818b1d2a5b0486d7), [`ce57a2b`](https://github.com/mastra-ai/mastra/commit/ce57a2b62fd0d5f6532e4ecd1ba9ba93ac9b95fc), [`3236f35`](https://github.com/mastra-ai/mastra/commit/3236f352ae13cc8552c2965164e97bd125dae48d), [`ce57a2b`](https://github.com/mastra-ai/mastra/commit/ce57a2b62fd0d5f6532e4ecd1ba9ba93ac9b95fc), [`0230321`](https://github.com/mastra-ai/mastra/commit/02303217870bedea0ef009bea9a952f24ed38aaf), [`7b541f4`](https://github.com/mastra-ai/mastra/commit/7b541f49eda6f5a87b738198edbd136927599475), [`0eea842`](https://github.com/mastra-ai/mastra/commit/0eea8423cbdd37f2111593c6f7d2efcde4b7e4ce), [`4ea5bc8`](https://github.com/mastra-ai/mastra/commit/4ea5bc8bab1b2ecd3e8cee62dbdd3a8dc081fd03), [`63ae8a2`](https://github.com/mastra-ai/mastra/commit/63ae8a22c0c09bbb8b9779f5f38934cd75f616af), [`bf810c5`](https://github.com/mastra-ai/mastra/commit/bf810c5c561bd8ef221c0f6bd84e69770b9a38cc), [`ac7ef07`](https://github.com/mastra-ai/mastra/commit/ac7ef07633caee89707142171d2873c888ffef85), [`522f0b4`](https://github.com/mastra-ai/mastra/commit/522f0b45330719858794eabffffde4f343f55549), [`bf810c5`](https://github.com/mastra-ai/mastra/commit/bf810c5c561bd8ef221c0f6bd84e69770b9a38cc), [`8b51d55`](https://github.com/mastra-ai/mastra/commit/8b51d55bae531edf7e383958d7ecee04df31f5d5), [`2131ac5`](https://github.com/mastra-ai/mastra/commit/2131ac571d5065f0a656c57494bca98691bb7609)]:
12
+ - @mastra/deployer@0.24.6
13
+ - @mastra/core@0.24.6
14
+
3
15
  ## 0.24.6-alpha.0
4
16
 
5
17
  ### Patch Changes
@@ -486,17 +498,5 @@
486
498
 
487
499
  ## 0.19.0-alpha.1
488
500
 
489
- ### Patch Changes
490
-
491
- - Update peer deps ([#8154](https://github.com/mastra-ai/mastra/pull/8154))
492
-
493
- - Fix peer deps ([#8134](https://github.com/mastra-ai/mastra/pull/8134))
494
-
495
- - Update peer deps ([#8276](https://github.com/mastra-ai/mastra/pull/8276))
496
-
497
- - Updated dependencies [[`5089c84`](https://github.com/mastra-ai/mastra/commit/5089c84a2f535ad12e79b5aa524ad7d8ca5e2b4c), [`5c98f03`](https://github.com/mastra-ai/mastra/commit/5c98f03ae76d9a93cd6be206b4abb7bf186b3163), [`57b75b0`](https://github.com/mastra-ai/mastra/commit/57b75b01c0c64d91c50d7384c700afda89456fe8), [`4c5e65d`](https://github.com/mastra-ai/mastra/commit/4c5e65de746fbdab23eb6072cb999f4c7aeef9f3), [`504438b`](https://github.com/mastra-ai/mastra/commit/504438b961bde211071186bba63a842c4e3db879), [`57b6dd5`](https://github.com/mastra-ai/mastra/commit/57b6dd50f9e6d92c0ed3e7199e6a92752025e3a1), [`a7243e2`](https://github.com/mastra-ai/mastra/commit/a7243e2e58762667a6e3921e755e89d6bb0a3282), [`504438b`](https://github.com/mastra-ai/mastra/commit/504438b961bde211071186bba63a842c4e3db879), [`7fceb0a`](https://github.com/mastra-ai/mastra/commit/7fceb0a327d678e812f90f5387c5bc4f38bd039e), [`df64f9e`](https://github.com/mastra-ai/mastra/commit/df64f9ef814916fff9baedd861c988084e7c41de), [`809eea0`](https://github.com/mastra-ai/mastra/commit/809eea092fa80c3f69b9eaf078d843b57fd2a88e), [`683e5a1`](https://github.com/mastra-ai/mastra/commit/683e5a1466e48b686825b2c11f84680f296138e4), [`3679378`](https://github.com/mastra-ai/mastra/commit/3679378673350aa314741dc826f837b1984149bc), [`7775bc2`](https://github.com/mastra-ai/mastra/commit/7775bc20bb1ad1ab24797fb420e4f96c65b0d8ec), [`db1891a`](https://github.com/mastra-ai/mastra/commit/db1891a4707443720b7cd8a260dc7e1d49b3609c), [`e8f379d`](https://github.com/mastra-ai/mastra/commit/e8f379d390efa264c4e0874f9ac0cf8839b07777), [`652066b`](https://github.com/mastra-ai/mastra/commit/652066bd1efc6bb6813ba950ed1d7573e8b7d9d4), [`ea8d386`](https://github.com/mastra-ai/mastra/commit/ea8d386cd8c5593664515fd5770c06bf2aa980ef), [`c2a4919`](https://github.com/mastra-ai/mastra/commit/c2a4919ba6797d8bdb1509e02287496eef69303e), [`6f67656`](https://github.com/mastra-ai/mastra/commit/6f676562276926e2982401574d1e07157579be30), [`0130986`](https://github.com/mastra-ai/mastra/commit/0130986fc62d0edcc626dd593282661dbb9af141), [`5dc8e9a`](https://github.com/mastra-ai/mastra/commit/5dc8e9a7f8472298cd3d4e8a0cf6d265529f287d)]:
498
- - @mastra/deployer@0.19.0-alpha.1
499
- - @mastra/core@0.19.0-alpha.1
500
- - @mastra/loggers@0.10.14-alpha.0
501
501
 
502
- ... 545 more lines hidden. See full changelog in package directory.
502
+ ... 557 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/deployer-cloudflare
2
2
 
3
+ ## 0.14.23
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`ccb7552`](https://github.com/mastra-ai/mastra/commit/ccb75528339b4dbf3cf3adcf430f9b3a563948ff), [`5657314`](https://github.com/mastra-ai/mastra/commit/5657314a1f9d49019bb53f357fa48f75a69247ca), [`e5aca78`](https://github.com/mastra-ai/mastra/commit/e5aca78bb7f263bb8b470bedae81efe9805d7544), [`33a607a`](https://github.com/mastra-ai/mastra/commit/33a607a1f716c2029d4a1ff1603dd756129a33b3), [`cc10fc1`](https://github.com/mastra-ai/mastra/commit/cc10fc192d9f527c71a23cc9def10d8718935ee1), [`1f7ee84`](https://github.com/mastra-ai/mastra/commit/1f7ee841a643ef12d90392125881f06fdf877293), [`e7d5149`](https://github.com/mastra-ai/mastra/commit/e7d514995260b63b2108308e85c64de37dcd0f71), [`f195082`](https://github.com/mastra-ai/mastra/commit/f1950822a2425d5ccae78c5d010e02ddb027a869), [`d9986dd`](https://github.com/mastra-ai/mastra/commit/d9986dd3513f7ca3244a8e599a440ccf4d8bc28b), [`a45b0f0`](https://github.com/mastra-ai/mastra/commit/a45b0f0cd19eab1fe4deceae3abf029442c22f74), [`f6e8eb3`](https://github.com/mastra-ai/mastra/commit/f6e8eb3dac53b70b06e906b2818b1d2a5b0486d7), [`ce57a2b`](https://github.com/mastra-ai/mastra/commit/ce57a2b62fd0d5f6532e4ecd1ba9ba93ac9b95fc), [`3236f35`](https://github.com/mastra-ai/mastra/commit/3236f352ae13cc8552c2965164e97bd125dae48d), [`ce57a2b`](https://github.com/mastra-ai/mastra/commit/ce57a2b62fd0d5f6532e4ecd1ba9ba93ac9b95fc), [`0230321`](https://github.com/mastra-ai/mastra/commit/02303217870bedea0ef009bea9a952f24ed38aaf), [`7b541f4`](https://github.com/mastra-ai/mastra/commit/7b541f49eda6f5a87b738198edbd136927599475), [`0eea842`](https://github.com/mastra-ai/mastra/commit/0eea8423cbdd37f2111593c6f7d2efcde4b7e4ce), [`4ea5bc8`](https://github.com/mastra-ai/mastra/commit/4ea5bc8bab1b2ecd3e8cee62dbdd3a8dc081fd03), [`63ae8a2`](https://github.com/mastra-ai/mastra/commit/63ae8a22c0c09bbb8b9779f5f38934cd75f616af), [`bf810c5`](https://github.com/mastra-ai/mastra/commit/bf810c5c561bd8ef221c0f6bd84e69770b9a38cc), [`ac7ef07`](https://github.com/mastra-ai/mastra/commit/ac7ef07633caee89707142171d2873c888ffef85), [`522f0b4`](https://github.com/mastra-ai/mastra/commit/522f0b45330719858794eabffffde4f343f55549), [`bf810c5`](https://github.com/mastra-ai/mastra/commit/bf810c5c561bd8ef221c0f6bd84e69770b9a38cc), [`8b51d55`](https://github.com/mastra-ai/mastra/commit/8b51d55bae531edf7e383958d7ecee04df31f5d5), [`2131ac5`](https://github.com/mastra-ai/mastra/commit/2131ac571d5065f0a656c57494bca98691bb7609)]:
8
+ - @mastra/deployer@0.24.6
9
+ - @mastra/core@0.24.6
10
+
3
11
  ## 0.14.23-alpha.0
4
12
 
5
13
  ### Patch Changes
@@ -490,13 +498,5 @@
490
498
  ```diff
491
499
  - bundle(entryFile: string, outputDirectory: string, toolsPaths: (string | string[])[]): Promise<void>;
492
500
  + bundle(entryFile: string, outputDirectory: string, options: { toolsPaths: (string | string[])[]; projectRoot: string }): Promise<void>;
493
- ```
494
-
495
- If you're just using the deployer inside `src/mastra/index.ts` you're safe to upgrade, no changes needed.
496
-
497
- ### Patch Changes
498
-
499
- - dependencies updates: ([#6887](https://github.com/mastra-ai/mastra/pull/6887))
500
- - Updated dependency [`@babel/core@^7.28.4` ↗︎](https://www.npmjs.com/package/@babel/core/v/7.28.4) (from `^7.28.0`, in `dependencies`)
501
501
 
502
- ... 3882 more lines hidden. See full changelog in package directory.
502
+ ... 3890 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/deployer-netlify
2
2
 
3
+ ## 0.13.23
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`ccb7552`](https://github.com/mastra-ai/mastra/commit/ccb75528339b4dbf3cf3adcf430f9b3a563948ff), [`5657314`](https://github.com/mastra-ai/mastra/commit/5657314a1f9d49019bb53f357fa48f75a69247ca), [`e5aca78`](https://github.com/mastra-ai/mastra/commit/e5aca78bb7f263bb8b470bedae81efe9805d7544), [`33a607a`](https://github.com/mastra-ai/mastra/commit/33a607a1f716c2029d4a1ff1603dd756129a33b3), [`cc10fc1`](https://github.com/mastra-ai/mastra/commit/cc10fc192d9f527c71a23cc9def10d8718935ee1), [`1f7ee84`](https://github.com/mastra-ai/mastra/commit/1f7ee841a643ef12d90392125881f06fdf877293), [`e7d5149`](https://github.com/mastra-ai/mastra/commit/e7d514995260b63b2108308e85c64de37dcd0f71), [`f195082`](https://github.com/mastra-ai/mastra/commit/f1950822a2425d5ccae78c5d010e02ddb027a869), [`d9986dd`](https://github.com/mastra-ai/mastra/commit/d9986dd3513f7ca3244a8e599a440ccf4d8bc28b), [`a45b0f0`](https://github.com/mastra-ai/mastra/commit/a45b0f0cd19eab1fe4deceae3abf029442c22f74), [`f6e8eb3`](https://github.com/mastra-ai/mastra/commit/f6e8eb3dac53b70b06e906b2818b1d2a5b0486d7), [`ce57a2b`](https://github.com/mastra-ai/mastra/commit/ce57a2b62fd0d5f6532e4ecd1ba9ba93ac9b95fc), [`3236f35`](https://github.com/mastra-ai/mastra/commit/3236f352ae13cc8552c2965164e97bd125dae48d), [`ce57a2b`](https://github.com/mastra-ai/mastra/commit/ce57a2b62fd0d5f6532e4ecd1ba9ba93ac9b95fc), [`0230321`](https://github.com/mastra-ai/mastra/commit/02303217870bedea0ef009bea9a952f24ed38aaf), [`7b541f4`](https://github.com/mastra-ai/mastra/commit/7b541f49eda6f5a87b738198edbd136927599475), [`0eea842`](https://github.com/mastra-ai/mastra/commit/0eea8423cbdd37f2111593c6f7d2efcde4b7e4ce), [`4ea5bc8`](https://github.com/mastra-ai/mastra/commit/4ea5bc8bab1b2ecd3e8cee62dbdd3a8dc081fd03), [`63ae8a2`](https://github.com/mastra-ai/mastra/commit/63ae8a22c0c09bbb8b9779f5f38934cd75f616af), [`bf810c5`](https://github.com/mastra-ai/mastra/commit/bf810c5c561bd8ef221c0f6bd84e69770b9a38cc), [`ac7ef07`](https://github.com/mastra-ai/mastra/commit/ac7ef07633caee89707142171d2873c888ffef85), [`522f0b4`](https://github.com/mastra-ai/mastra/commit/522f0b45330719858794eabffffde4f343f55549), [`bf810c5`](https://github.com/mastra-ai/mastra/commit/bf810c5c561bd8ef221c0f6bd84e69770b9a38cc), [`8b51d55`](https://github.com/mastra-ai/mastra/commit/8b51d55bae531edf7e383958d7ecee04df31f5d5), [`2131ac5`](https://github.com/mastra-ai/mastra/commit/2131ac571d5065f0a656c57494bca98691bb7609)]:
8
+ - @mastra/deployer@0.24.6
9
+ - @mastra/core@0.24.6
10
+
3
11
  ## 0.13.23-alpha.0
4
12
 
5
13
  ### Patch Changes
@@ -490,13 +498,5 @@
490
498
 
491
499
  - The `IBundler` and subsequently the `IDeployer` interface changed, making the third argument of `bundle()` an object. ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
492
500
 
493
- ```diff
494
- - bundle(entryFile: string, outputDirectory: string, toolsPaths: (string | string[])[]): Promise<void>;
495
- + bundle(entryFile: string, outputDirectory: string, options: { toolsPaths: (string | string[])[]; projectRoot: string }): Promise<void>;
496
- ```
497
-
498
- If you're just using the deployer inside `src/mastra/index.ts` you're safe to upgrade, no changes needed.
499
-
500
- ### Patch Changes
501
501
 
502
- ... 3623 more lines hidden. See full changelog in package directory.
502
+ ... 3631 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/deployer-vercel
2
2
 
3
+ ## 0.12.23
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`ccb7552`](https://github.com/mastra-ai/mastra/commit/ccb75528339b4dbf3cf3adcf430f9b3a563948ff), [`5657314`](https://github.com/mastra-ai/mastra/commit/5657314a1f9d49019bb53f357fa48f75a69247ca), [`e5aca78`](https://github.com/mastra-ai/mastra/commit/e5aca78bb7f263bb8b470bedae81efe9805d7544), [`33a607a`](https://github.com/mastra-ai/mastra/commit/33a607a1f716c2029d4a1ff1603dd756129a33b3), [`cc10fc1`](https://github.com/mastra-ai/mastra/commit/cc10fc192d9f527c71a23cc9def10d8718935ee1), [`1f7ee84`](https://github.com/mastra-ai/mastra/commit/1f7ee841a643ef12d90392125881f06fdf877293), [`e7d5149`](https://github.com/mastra-ai/mastra/commit/e7d514995260b63b2108308e85c64de37dcd0f71), [`f195082`](https://github.com/mastra-ai/mastra/commit/f1950822a2425d5ccae78c5d010e02ddb027a869), [`d9986dd`](https://github.com/mastra-ai/mastra/commit/d9986dd3513f7ca3244a8e599a440ccf4d8bc28b), [`a45b0f0`](https://github.com/mastra-ai/mastra/commit/a45b0f0cd19eab1fe4deceae3abf029442c22f74), [`f6e8eb3`](https://github.com/mastra-ai/mastra/commit/f6e8eb3dac53b70b06e906b2818b1d2a5b0486d7), [`ce57a2b`](https://github.com/mastra-ai/mastra/commit/ce57a2b62fd0d5f6532e4ecd1ba9ba93ac9b95fc), [`3236f35`](https://github.com/mastra-ai/mastra/commit/3236f352ae13cc8552c2965164e97bd125dae48d), [`ce57a2b`](https://github.com/mastra-ai/mastra/commit/ce57a2b62fd0d5f6532e4ecd1ba9ba93ac9b95fc), [`0230321`](https://github.com/mastra-ai/mastra/commit/02303217870bedea0ef009bea9a952f24ed38aaf), [`7b541f4`](https://github.com/mastra-ai/mastra/commit/7b541f49eda6f5a87b738198edbd136927599475), [`0eea842`](https://github.com/mastra-ai/mastra/commit/0eea8423cbdd37f2111593c6f7d2efcde4b7e4ce), [`4ea5bc8`](https://github.com/mastra-ai/mastra/commit/4ea5bc8bab1b2ecd3e8cee62dbdd3a8dc081fd03), [`63ae8a2`](https://github.com/mastra-ai/mastra/commit/63ae8a22c0c09bbb8b9779f5f38934cd75f616af), [`bf810c5`](https://github.com/mastra-ai/mastra/commit/bf810c5c561bd8ef221c0f6bd84e69770b9a38cc), [`ac7ef07`](https://github.com/mastra-ai/mastra/commit/ac7ef07633caee89707142171d2873c888ffef85), [`522f0b4`](https://github.com/mastra-ai/mastra/commit/522f0b45330719858794eabffffde4f343f55549), [`bf810c5`](https://github.com/mastra-ai/mastra/commit/bf810c5c561bd8ef221c0f6bd84e69770b9a38cc), [`8b51d55`](https://github.com/mastra-ai/mastra/commit/8b51d55bae531edf7e383958d7ecee04df31f5d5), [`2131ac5`](https://github.com/mastra-ai/mastra/commit/2131ac571d5065f0a656c57494bca98691bb7609)]:
8
+ - @mastra/deployer@0.24.6
9
+ - @mastra/core@0.24.6
10
+
3
11
  ## 0.12.23-alpha.0
4
12
 
5
13
  ### Patch Changes
@@ -490,13 +498,5 @@
490
498
 
491
499
  - The `IBundler` and subsequently the `IDeployer` interface changed, making the third argument of `bundle()` an object. ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
492
500
 
493
- ```diff
494
- - bundle(entryFile: string, outputDirectory: string, toolsPaths: (string | string[])[]): Promise<void>;
495
- + bundle(entryFile: string, outputDirectory: string, options: { toolsPaths: (string | string[])[]; projectRoot: string }): Promise<void>;
496
- ```
497
-
498
- If you're just using the deployer inside `src/mastra/index.ts` you're safe to upgrade, no changes needed.
499
-
500
- ### Patch Changes
501
501
 
502
- ... 3577 more lines hidden. See full changelog in package directory.
502
+ ... 3585 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,17 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 0.24.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Rename "Playground" to "Studio" ([#10467](https://github.com/mastra-ai/mastra/pull/10467))
8
+
9
+ - Fixed a bug where imports that were not used in the main entry point were tree-shaken during analysis, causing bundling errors. Tree-shaking now only runs during the bundling step. ([#10478](https://github.com/mastra-ai/mastra/pull/10478))
10
+
11
+ - Updated dependencies [[`5657314`](https://github.com/mastra-ai/mastra/commit/5657314a1f9d49019bb53f357fa48f75a69247ca), [`e5aca78`](https://github.com/mastra-ai/mastra/commit/e5aca78bb7f263bb8b470bedae81efe9805d7544), [`33a607a`](https://github.com/mastra-ai/mastra/commit/33a607a1f716c2029d4a1ff1603dd756129a33b3), [`cc10fc1`](https://github.com/mastra-ai/mastra/commit/cc10fc192d9f527c71a23cc9def10d8718935ee1), [`1f7ee84`](https://github.com/mastra-ai/mastra/commit/1f7ee841a643ef12d90392125881f06fdf877293), [`e7d5149`](https://github.com/mastra-ai/mastra/commit/e7d514995260b63b2108308e85c64de37dcd0f71), [`f195082`](https://github.com/mastra-ai/mastra/commit/f1950822a2425d5ccae78c5d010e02ddb027a869), [`d9986dd`](https://github.com/mastra-ai/mastra/commit/d9986dd3513f7ca3244a8e599a440ccf4d8bc28b), [`a45b0f0`](https://github.com/mastra-ai/mastra/commit/a45b0f0cd19eab1fe4deceae3abf029442c22f74), [`f6e8eb3`](https://github.com/mastra-ai/mastra/commit/f6e8eb3dac53b70b06e906b2818b1d2a5b0486d7), [`ce57a2b`](https://github.com/mastra-ai/mastra/commit/ce57a2b62fd0d5f6532e4ecd1ba9ba93ac9b95fc), [`3236f35`](https://github.com/mastra-ai/mastra/commit/3236f352ae13cc8552c2965164e97bd125dae48d), [`ce57a2b`](https://github.com/mastra-ai/mastra/commit/ce57a2b62fd0d5f6532e4ecd1ba9ba93ac9b95fc), [`0230321`](https://github.com/mastra-ai/mastra/commit/02303217870bedea0ef009bea9a952f24ed38aaf), [`7b541f4`](https://github.com/mastra-ai/mastra/commit/7b541f49eda6f5a87b738198edbd136927599475), [`0eea842`](https://github.com/mastra-ai/mastra/commit/0eea8423cbdd37f2111593c6f7d2efcde4b7e4ce), [`63ae8a2`](https://github.com/mastra-ai/mastra/commit/63ae8a22c0c09bbb8b9779f5f38934cd75f616af), [`bf810c5`](https://github.com/mastra-ai/mastra/commit/bf810c5c561bd8ef221c0f6bd84e69770b9a38cc), [`ac7ef07`](https://github.com/mastra-ai/mastra/commit/ac7ef07633caee89707142171d2873c888ffef85), [`522f0b4`](https://github.com/mastra-ai/mastra/commit/522f0b45330719858794eabffffde4f343f55549), [`bf810c5`](https://github.com/mastra-ai/mastra/commit/bf810c5c561bd8ef221c0f6bd84e69770b9a38cc), [`8b51d55`](https://github.com/mastra-ai/mastra/commit/8b51d55bae531edf7e383958d7ecee04df31f5d5), [`2131ac5`](https://github.com/mastra-ai/mastra/commit/2131ac571d5065f0a656c57494bca98691bb7609)]:
12
+ - @mastra/core@0.24.6
13
+ - @mastra/server@0.24.6
14
+
3
15
  ## 0.24.6-alpha.0
4
16
 
5
17
  ### Patch Changes
@@ -486,17 +498,5 @@
486
498
  - @mastra/core@0.21.0-alpha.0
487
499
  - @mastra/server@0.21.0-alpha.0
488
500
 
489
- ## 0.20.2
490
-
491
- ### Patch Changes
492
-
493
- - Updated dependencies [[`07eaf25`](https://github.com/mastra-ai/mastra/commit/07eaf25aada9e42235dbf905854de53da4d8121b), [`0d71771`](https://github.com/mastra-ai/mastra/commit/0d71771f5711164c79f8e80919bc84d6bffeb6bc), [`0d6e55e`](https://github.com/mastra-ai/mastra/commit/0d6e55ecc5a2e689cd4fc9c86525e0eb54d82372), [`68b1111`](https://github.com/mastra-ai/mastra/commit/68b11118a1303f93e9c0c157850c0751309304c5)]:
494
- - @mastra/server@0.20.2
495
- - @mastra/core@0.20.2
496
-
497
- ## 0.20.2-alpha.1
498
-
499
- ### Patch Changes
500
-
501
501
 
502
- ... 4903 more lines hidden. See full changelog in package directory.
502
+ ... 4915 more lines hidden. See full changelog in package directory.