-
Release: bump @composio/* to 0.8.0 (synced minor) (#3299)
发布于
2026-04-28 06:26:43 +00:00 Summary
pnpm changeset versionconsumed.changeset/fluffy-kids-lose.md(the
auto file upload/download opt-in changeset for@composio/core). The
mechanical run bumped every dependent provider package to1.0.0,
which would surface as a spurious major bump on packages whose public
API didn't change. This PR corrects the provider bumps to0.8.0so
the version line stays aligned with@composio/coreacross the release
train.Note: Earlier revisions of this PR targeted
0.7.0. After release
planning, the train was bumped to0.8.0(see commitefc63ca6f) —
0.7.0was published briefly and has since been deprecated on npm
in favor of0.8.0.Changes
Package Before After @composio/core0.6.11 0.8.0 (minor — see PR #3260) @composio/anthropic0.6.11 0.8.0 @composio/claude-agent-sdk0.6.11 0.8.0 @composio/cloudflare0.6.11 0.8.0 @composio/google0.6.11 0.8.0 @composio/langchain0.6.11 0.8.0 @composio/llamaindex0.6.11 0.8.0 @composio/mastra0.6.11 0.8.0 @composio/openai0.6.11 0.8.0 @composio/openai-agents0.6.11 0.8.0 @composio/vercel0.6.11 0.8.0 @composio/cli0.2.25 0.2.26 (unchanged from changeset version;CLI keeps its own version line) .changeset/fluffy-kids-lose.mdis consumed.What changed in each provider's CHANGELOG.md
## 1.0.0→## 0.8.0### Patch Changes→### Minor Changeswith 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 dependenciesline 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 fromfluffy-kids-lose.mdalready 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.yamldoesn't need updating — internal deps use
workspace:*.pnpm typecheckon@composio/coreis clean (now reports
@composio/core@0.8.0).pnpm build:packagesfailed 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 cleannext— 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.0Deprecated 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/nextPR is generated cleanly
with no leftover changesets. - Verify the release publishes
@composio/*@0.8.0(not1.0.0). @composio/*@0.7.0deprecated on npm, redirecting users to
0.8.0.
🤖 Generated with Claude Code
Co-authored-by: Claude Opus 4.7 (1M context) noreply@anthropic.com
下载附件