Skip to content

build(deps): bump @mastra/observability from 1.16.2 to 1.17.0 - #1045

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

build(deps): bump @mastra/observability from 1.16.2 to 1.17.0#1045
owk-owk130 merged 1 commit into
developfrom
dependabot/npm_and_yarn/mastra/observability-1.17.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps @mastra/observability from 1.16.2 to 1.17.0.

Release notes

Sourced from @​mastra/observability'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/observability's changelog.

1.17.0

Minor Changes

  • Added an indexed redaction style to SensitiveDataFilter. Instead of collapsing every sensitive value to the same [REDACTED] string, each unique value gets a stable token derived from the first matched field name, like [APIKEY_1]. (#21328)

    new SensitiveDataFilter({
      redactionStyle: 'indexed',
    });

    See #21313

  • Fixed traces that start under an external parent span not appearing in Mastra Studio. (#20499)

Patch Changes

1.17.0-alpha.1

Minor Changes

  • Added an indexed redaction style to SensitiveDataFilter. Instead of collapsing every sensitive value to the same [REDACTED] string, each unique value gets a stable token derived from the first matched field name, like [APIKEY_1]. (#21328)

    new SensitiveDataFilter({
      redactionStyle: 'indexed',
    });

    See #21313

Patch Changes

1.17.0-alpha.0

Minor Changes

  • Fixed traces that start under an external parent span not appearing in Mastra Studio. (#20499)

Patch Changes

... (truncated)

Commits
  • c5702d3 chore: version - exit prerelease mode
  • bc29a0f chore: version packages (alpha) (#21307)
  • 2d1ec9e feat(observability): indexed redaction tokens for SensitiveDataFilter (#21328)
  • 727c94e chore: version packages
  • ae79e34 fix(observability): persist bridged spans as trace roots (#20499)
  • 387c6b7 chore: version - exit prerelease mode
  • 0c7fc57 chore: version packages (alpha) (#21235)
  • d97107a feat(observability): pause telemetry export when org exceeds observability qu...
  • 6a667b4 fix(core): stop timeTravel from destroying the recorded snapshot when the exe...
  • d6c56f9 feat(server): support createRoute in server.apiRoutes (#21184)
  • Additional commits viewable in compare view

@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 #1985 for commit d3a74bb 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 #1985 for commit d3a74bb 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 #1985 for commit d3a74bb 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 #1985 for commit d3a74bb by the Vitest Coverage Report Action

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/mastra/observability-1.17.0 branch 3 times, most recently from 4670618 to 03faeff Compare August 21, 2026 02:44
@owk-owk130

Copy link
Copy Markdown
Contributor

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

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

---
updated-dependencies:
- dependency-name: "@mastra/observability"
  dependency-version: 1.17.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/observability-1.17.0 branch from 03faeff to d3a74bb Compare August 21, 2026 04:29
@owk-owk130
owk-owk130 merged commit 72c6f2a into develop Aug 21, 2026
2 checks passed
@owk-owk130
owk-owk130 deleted the dependabot/npm_and_yarn/mastra/observability-1.17.0 branch August 21, 2026 04:32
@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