Skip to content

build(deps): bump @mastra/cloudflare-d1 from 1.1.1 to 1.2.0 - #979

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/mastra/cloudflare-d1-1.2.0
Closed

build(deps): bump @mastra/cloudflare-d1 from 1.1.1 to 1.2.0#979
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/mastra/cloudflare-d1-1.2.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @mastra/cloudflare-d1 from 1.1.1 to 1.2.0.

Release notes

Sourced from @​mastra/cloudflare-d1's releases.

February 4, 2026

Highlights

Observational Memory for long-running agents

Observational Memory is a new Mastra Memory feature which makes small context windows behave like large ones, while retaining long-term memory. It compresses conversations into dense observations logs (5–40x smaller than raw messages). When observations grow too long, they're condensed into reflections. Supports thread and resource scopes. It requires the latest versions of @mastra/core, @mastra/memory, mastra, and @mastra/pg, @mastra/libsql, or @mastra/mongodb.

Skills.sh ecosystem integration (server + UI + CLI)

@mastra/server adds skills.sh proxy endpoints (search/browse/preview/install/update/remove), Studio adds an “Add Skill” dialog for browsing/installing skills, and the CLI wizard can optionally install Mastra skills during create-mastra (with non-interactive --skills support).

Dynamic tool discovery with ToolSearchProcessor

Adds ToolSearchProcessor to let agents search and load tools on demand via built-in search_tools and load_tool meta-tools, dramatically reducing context usage for large tool libraries (e.g., MCP/integration-heavy setups).

New @mastra/editor: store, version, and resolve agents from a database

Introduces @mastra/editor for persisting complete agent configurations (instructions, models, tools, workflows, nested agents, processors, memory), managing versions/activation, and instantiating dependencies from the Mastra registry with caching and type-safe serialization.

Breaking Changes

  • @mastra/elasticsearch: vector document IDs now come from Elasticsearch _id; stored id fields are no longer written (breaking if you relied on source.id).

Changelog

@​mastra/core@1.2.0

  • Update provider registry and model documentation with latest models and providers

    Fixes: e6fc281

  • Fixed processors returning { tools: {}, toolChoice: 'none' } being ignored. Previously, when a processor returned empty tools with an explicit toolChoice: 'none' to prevent tool calls, the toolChoice was discarded and defaulted to 'auto'. This fix preserves the explicit 'none' value, enabling patterns like ensuring a final text response when maxSteps is reached.

    Fixes: #12601

  • Internal changes to enable observational memory

  • Internal changes to enable @mastra/editor

  • Fix moonshotai/kimi-k2.5 multi-step tool calling failing with "reasoning_content is missing in assistant tool call message"

  • Changed moonshotai and moonshotai-cn (China version) providers to use Anthropic-compatible API endpoints instead of OpenAI-compatible

    • moonshotai: https://api.moonshot.ai/anthropic/v1
    • moonshotai-cn: https://api.moonshot.cn/anthropic/v1 This properly handles reasoning_content for kimi-k2.5 model

    Fixes: #12530

  • Fixed custom input processors from disabling workspace skill tools in generate() and stream(). Custom processors now replace only the processors you configured, while memory and skills remain available. Fixes #12612.

... (truncated)

Changelog

Sourced from @​mastra/cloudflare-d1's changelog.

1.2.0

Minor Changes

  • Added exact metadata filtering to message history queries across Memory APIs and supported storage providers. (#19991)

    const messages = await memory.recall({
      threadId: 'thread-1',
      filter: {
        metadata: {
          status: 'done',
          priority: 'high',
        },
      },
    });

    Multiple fields use AND semantics. Supported values are strings, finite numbers, booleans, and null.

Patch Changes

1.2.0-alpha.1

Patch Changes

  • Fixed multi-thread message queries so included messages and pagination metadata are returned correctly. (#20303)

  • Updated dependencies [a211d09, 05db566, 8124754]:

    • @​mastra/core@​1.54.0-alpha.2

1.2.0-alpha.0

Minor Changes

  • Added exact metadata filtering to message history queries across Memory APIs and supported storage providers. (#19991)

    const messages = await memory.recall({
      threadId: 'thread-1',
      filter: {
        metadata: {
          status: 'done',
          priority: 'high',
        },

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 3, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/mastra/cloudflare-d1-1.2.0 branch from d61c0b3 to 925a4c1 Compare August 12, 2026 06:51
@dependabot @github

dependabot Bot commented on behalf of github Aug 12, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot can't parse your pnpm-lock.yaml. Because of this, Dependabot cannot update this pull request.

1 similar comment
@dependabot @github

dependabot Bot commented on behalf of github Aug 12, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot can't parse your pnpm-lock.yaml. Because of this, Dependabot cannot update this pull request.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/mastra/cloudflare-d1-1.2.0 branch 3 times, most recently from d725620 to 52378d0 Compare August 12, 2026 08:01
Bumps [@mastra/cloudflare-d1](https://github.com/mastra-ai/mastra/tree/HEAD/stores/cloudflare-d1) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/mastra-ai/mastra/releases)
- [Changelog](https://github.com/mastra-ai/mastra/blob/main/stores/cloudflare-d1/CHANGELOG.md)
- [Commits](https://github.com/mastra-ai/mastra/commits/@mastra/cloudflare-d1@1.2.0/stores/cloudflare-d1)

---
updated-dependencies:
- dependency-name: "@mastra/cloudflare-d1"
  dependency-version: 1.2.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/cloudflare-d1-1.2.0 branch from 52378d0 to 25d8db7 Compare August 12, 2026 08:07
@dependabot @github

dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #1025.

@dependabot dependabot Bot closed this Aug 17, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/mastra/cloudflare-d1-1.2.0 branch August 17, 2026 04:55
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.

0 participants