发布

  • Release: bump @composio/* to 0.8.0 (synced minor) (#3299)

    frostbyte_neo 发布于 2026-04-28 06:26:43 +00:00

    Summary

    pnpm changeset version consumed .changeset/fluffy-kids-lose.md (the
    auto file upload/download opt-in changeset for @composio/core). The
    mechanical run bumped every dependent provider package to 1.0.0,
    which would surface as a spurious major bump on packages whose public
    API didn't change. This PR corrects the provider bumps to 0.8.0 so
    the version line stays aligned with @composio/core across the release
    train.

    Note: Earlier revisions of this PR targeted 0.7.0. After release
    planning, the train was bumped to 0.8.0 (see commit efc63ca6f) —
    0.7.0 was published briefly and has since been deprecated on npm
    in favor of 0.8.0.

    Changes

    Package Before After
    @composio/core 0.6.11 0.8.0 (minor — see PR #3260)
    @composio/anthropic 0.6.11 0.8.0
    @composio/claude-agent-sdk 0.6.11 0.8.0
    @composio/cloudflare 0.6.11 0.8.0
    @composio/google 0.6.11 0.8.0
    @composio/langchain 0.6.11 0.8.0
    @composio/llamaindex 0.6.11 0.8.0
    @composio/mastra 0.6.11 0.8.0
    @composio/openai 0.6.11 0.8.0
    @composio/openai-agents 0.6.11 0.8.0
    @composio/vercel 0.6.11 0.8.0
    @composio/cli 0.2.25 0.2.26 (unchanged from changeset version;
    CLI keeps its own version line)

    .changeset/fluffy-kids-lose.md is consumed.

    What changed in each provider's CHANGELOG.md

    • ## 1.0.0## 0.8.0
    • ### Patch Changes### Minor Changes with a one-line entry:
      Bumped to align with @composio/core@0.8.0 for the file-upload allowlist release train. No public-API change in this package.
    • The duplicate - Updated dependencies line was deduped to a single - Updated dependencies [ebc9778]\n - @composio/core@0.8.0.

    What changed in @composio/core's CHANGELOG.md

    • Removed the stray - [BREAKING] Disable auto file upload / download
      bullet (an artifact of an earlier changeset that doesn't apply on
      next); the long-form entry from fluffy-kids-lose.md already covers
      the breaking nature in detail.
    • The closing paragraph now says providers are bumped to 0.8.0
      alongside core (matching reality) instead of "automatic patch bumps via
      updateInternalDependencies: \"patch\"".

    Notes

    • pnpm-lock.yaml doesn't need updating — internal deps use
      workspace:*.
    • pnpm typecheck on @composio/core is clean (now reports
      @composio/core@0.8.0).
    • pnpm build:packages failed locally on a tsdown config-loader bug
      under Node 24; the repo is pinned to Node 20.19.0 in .nvmrc, and the
      build works fine there. Verified by stashing this PR's diff and
      reproducing the same failure on clean next — pre-existing
      local-environment issue, unrelated to the version bumps.

    Published & deprecated

    Published to npm:

    @composio/{core,anthropic,claude-agent-sdk,cloudflare,google,langchain,llamaindex,mastra,openai,openai-agents,vercel}@0.8.0

    Deprecated on npm (all @0.7.0) with the message: "0.7.0 has been
    superseded by 0.8.0. Please upgrade: npm install @0.8.0"
    .

    Test plan

    • CI passes (build, typecheck, tests on Node 20.19.0).
    • After merge, changesets-release/next PR is generated cleanly
      with no leftover changesets.
    • Verify the release publishes @composio/*@0.8.0 (not 1.0.0).
    • @composio/*@0.7.0 deprecated on npm, redirecting users to
      0.8.0.

    🤖 Generated with Claude Code


    Co-authored-by: Claude Opus 4.7 (1M context) noreply@anthropic.com

    下载附件