Skip to content

build(deps): bump @mastra/rag from 2.4.2 to 2.5.0 - #1038

Merged
owk-owk130 merged 1 commit into
developfrom
dependabot/npm_and_yarn/mastra/rag-2.5.0
Aug 21, 2026
Merged

build(deps): bump @mastra/rag from 2.4.2 to 2.5.0#1038
owk-owk130 merged 1 commit into
developfrom
dependabot/npm_and_yarn/mastra/rag-2.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps @mastra/rag from 2.4.2 to 2.5.0.

Release notes

Sourced from @​mastra/rag's releases.

December 9, 2025

Changelog

Summary

  • Total packages with changes: 12
  • Packages with major changes: 0
  • Packages with minor changes: 0
  • Packages with patch changes: 4

@​mastra/agent-builder@​0.2.6-alpha.1

Patch Changes

  • Fix install step validation error by making targetPath optional in InstallInputSchema. This resolves the "expected string, received undefined" error when running the agent builder template workflow without explicitly providing a targetPath parameter. (#10923)

Dependency Updates

  • @​mastra/core@​0.24.7-alpha.3

@​mastra/ai-sdk@​0.3.3-alpha.0

Patch Changes

  • Return NetworkDataPart on each agent-execution-event and workflow-execution-event in network streams (#10979)

  • Fixed tool-call-suspended chunks being dropped in workflow-step-output when using AI SDK. Previously, when an agent inside a workflow step called a tool that got suspended, the tool-call-suspended chunk was not received on the frontend even though tool-input-available chunks were correctly received. (#10988)

    The issue occurred because tool-call-suspended was not included in the isMastraTextStreamChunk list, causing it to be filtered out in transformWorkflow. Now tool-call-suspended, tool-call-approval, object, and tripwire chunks are properly included in the text stream chunk list and will be transformed and passed through correctly.

    Fixes #10978

Dependency Updates

  • @​mastra/core@​0.24.7-alpha.3

@​mastra/client-js@​0.17.0-alpha.3

Dependency Updates

  • @​mastra/core@​0.24.7-alpha.3

... (truncated)

Changelog

Sourced from @​mastra/rag's changelog.

2.5.0

Minor Changes

  • Added Amazon Bedrock Knowledge Base tool (createBedrockKBTool) to @​mastra/rag. Enables document retrieval from Bedrock Managed Knowledge Bases with agentic retrieval and automatic fallback. (#19521)

    import { createBedrockKBTool } from '@mastra/rag';
    const tool = createBedrockKBTool({
    knowledgeBaseId: 'YOUR_KB_ID',
    region: 'us-west-2',
    });
    const results = await tool.execute({ queryText: 'What is RAG?' });

Patch Changes

2.5.0-alpha.0

Minor Changes

  • Added Amazon Bedrock Knowledge Base tool (createBedrockKBTool) to @​mastra/rag. Enables document retrieval from Bedrock Managed Knowledge Bases with agentic retrieval and automatic fallback. (#19521)

    import { createBedrockKBTool } from '@mastra/rag';
    const tool = createBedrockKBTool({
    knowledgeBaseId: 'YOUR_KB_ID',
    region: 'us-west-2',
    });
    const results = await tool.execute({ queryText: 'What is RAG?' });

Patch Changes

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 17, 2026
@github-actions

github-actions Bot commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Coverage Report for server

Status Category Percentage Covered / Total
🟢 Lines 98.38% (🎯 97%) 3173 / 3225
🟢 Statements 97.7% (🎯 96%) 3322 / 3400
🟢 Functions 98.74% (🎯 97%) 551 / 558
🟢 Branches 89.1% (🎯 87%) 1300 / 1459
File CoverageNo changed files found.
Generated in workflow #1995 for commit d0368d1 by the Vitest Coverage Report Action

@github-actions

github-actions Bot commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Coverage Report for web

Status Category Percentage Covered / Total
🟢 Lines 97.32% (🎯 96%) 1526 / 1568
🟢 Statements 96.24% (🎯 95%) 1613 / 1676
🟢 Functions 95.82% (🎯 95%) 643 / 671
🟢 Branches 90.77% (🎯 88%) 1013 / 1116
File CoverageNo changed files found.
Generated in workflow #1995 for commit d0368d1 by the Vitest Coverage Report Action

@github-actions

github-actions Bot commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Coverage Report for shared

Status Category Percentage Covered / Total
🟢 Lines 99.12% (🎯 98%) 226 / 228
🟢 Statements 81.2% (🎯 80%) 242 / 298
🟢 Functions 100% (🎯 98%) 76 / 76
🟢 Branches 63.52% (🎯 62%) 101 / 159
File CoverageNo changed files found.
Generated in workflow #1995 for commit d0368d1 by the Vitest Coverage Report Action

@github-actions

github-actions Bot commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Coverage Report for widget

Status Category Percentage Covered / Total
🟢 Lines 99.56% (🎯 98%) 229 / 230
🟢 Statements 99.19% (🎯 96%) 246 / 248
🟢 Functions 100% (🎯 98%) 45 / 45
🟢 Branches 95.96% (🎯 92%) 119 / 124
File CoverageNo changed files found.
Generated in workflow #1995 for commit d0368d1 by the Vitest Coverage Report Action

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/mastra/rag-2.5.0 branch 3 times, most recently from 2cb3564 to f214c00 Compare August 21, 2026 02:43
@owk-owk130

Copy link
Copy Markdown
Contributor

core 1.52.1 据え置きのまま上げられることを確認済み(バンドル・lint・テストとも緑)。同じ衛星グループの #1029 に検証内容をまとめてあります。同グループの @mastra/memory の workerd 実機確認が済んだらまとめてマージします。

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/mastra/rag-2.5.0 branch from f214c00 to 5d60f57 Compare August 21, 2026 04:29
@owk-owk130

Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps [@mastra/rag](https://github.com/mastra-ai/mastra/tree/HEAD/packages/rag) from 2.4.2 to 2.5.0.
- [Release notes](https://github.com/mastra-ai/mastra/releases)
- [Changelog](https://github.com/mastra-ai/mastra/blob/main/packages/rag/CHANGELOG.md)
- [Commits](https://github.com/mastra-ai/mastra/commits/@mastra/rag@2.5.0/packages/rag)

---
updated-dependencies:
- dependency-name: "@mastra/rag"
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/mastra/rag-2.5.0 branch from 5d60f57 to d0368d1 Compare August 21, 2026 04:34
@owk-owk130
owk-owk130 merged commit b1cb770 into develop Aug 21, 2026
2 checks passed
@owk-owk130
owk-owk130 deleted the dependabot/npm_and_yarn/mastra/rag-2.5.0 branch August 21, 2026 04:37
@github-actions github-actions Bot mentioned this pull request Aug 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant