Skip to content

Release 0.4.0 - #95

Merged
shibayan merged 1 commit into
masterfrom
release-0.4.0
Aug 28, 2026
Merged

Release 0.4.0#95
shibayan merged 1 commit into
masterfrom
release-0.4.0

Conversation

@shibayan

Copy link
Copy Markdown
Member

What this changes

Release 0.4.0: bumps every package to 0.4.0 and finalizes the Unreleased changelog section as the 0.4.0 entry. Covers all PRs merged since v0.3.0: #81, #82, #83, #84, #85, #86, #87, #88, #89, #91, #93, #94.

Highlights, per package:

Version bump locations (the four kinds): packages/*/package.json (all packages), INSTRUMENTATION_VERSION (core/observability/version.ts), PACKAGE_VERSION (agentserver/config.ts), MCP_CLIENT_VERSION (mcp/connection.ts). Meta-package deps stay workspace:* (expanded to exact pins at publish). rg "0\.3\.0" packages/ returns no hits.

After merge: pushing the v0.4.0 tag triggers npm publish; the GitHub Release is created afterwards from the changelog entry.

Parity

  • Reference checked: per constituent PR (this PR only bumps versions and finalizes the changelog).
  • Wire format affected: no
  • Public API affected: no (beyond the already-merged PRs this records)
  • Breaking change: no (the entry documents the ten breaking changes already on master)

Checklist

  • pnpm check passes (lint, typecheck, build, test)
  • Behaviour changes are covered by a test that fails without the change (n/a — no behaviour change)
  • Public API changes are reflected in the package README and CHANGELOG.md

🤖 Generated with Claude Code

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Copilot AI lite review requested due to automatic review settings August 28, 2026 10:02
@shibayan shibayan added documentation Usage: [Issues, PRs], Target: documentation changes release Usage: [PRs], Target: version and release preparation labels Aug 28, 2026
@github-actions github-actions Bot added core Usage: [Issues, PRs], Target: packages/core agentserver Usage: [Issues, PRs], Target: packages/agentserver hosting Usage: [Issues, PRs], Target: agent hosting protocols and runtime mcp Usage: [Issues, PRs], Target: Model Context Protocol integrations observability Usage: [Issues, PRs], Target: tracing, metrics, and observability labels Aug 28, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Prepares the repository for the v0.4.0 release by bumping all workspace package versions and updating the few in-code version constants that are required to stay in sync with their respective package.json versions, while finalizing the changelog entry for the release.

Changes:

  • Bump all packages/*/package.json versions (and the meta package) from 0.3.00.4.0.
  • Update version constants enforced by unit tests (INSTRUMENTATION_VERSION, MCP_CLIENT_VERSION, PACKAGE_VERSION) to 0.4.0.
  • Promote the changelog’s prior “Unreleased” content into a ## 0.4.0 section.

Reviewed changes

Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.

Show a summary per file
File Description
packages/openai/package.json Bumps OpenAI package version to 0.4.0.
packages/meta/package.json Bumps umbrella/meta package version to 0.4.0.
packages/mcp/src/connection.ts Updates MCP_CLIENT_VERSION constant to 0.4.0 to match package version.
packages/mcp/package.json Bumps MCP package version to 0.4.0.
packages/foundry/package.json Bumps Foundry package version to 0.4.0.
packages/core/src/observability/version.ts Updates INSTRUMENTATION_VERSION constant to 0.4.0 to match package version.
packages/core/package.json Bumps core package version to 0.4.0.
packages/anthropic/package.json Bumps Anthropic package version to 0.4.0.
packages/agentserver/src/config.ts Updates PACKAGE_VERSION constant to 0.4.0 to match package version.
packages/agentserver/package.json Bumps agentserver package version to 0.4.0.
packages/a2a/package.json Bumps A2A package version to 0.4.0.
CHANGELOG.md Finalizes the release notes under ## 0.4.0.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@shibayan shibayan self-assigned this Aug 28, 2026
@shibayan
shibayan merged commit 76dfe52 into master Aug 28, 2026
9 checks passed
@shibayan
shibayan deleted the release-0.4.0 branch August 28, 2026 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agentserver Usage: [Issues, PRs], Target: packages/agentserver core Usage: [Issues, PRs], Target: packages/core documentation Usage: [Issues, PRs], Target: documentation changes hosting Usage: [Issues, PRs], Target: agent hosting protocols and runtime mcp Usage: [Issues, PRs], Target: Model Context Protocol integrations observability Usage: [Issues, PRs], Target: tracing, metrics, and observability release Usage: [PRs], Target: version and release preparation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants