Migrations
Version-by-version upgrade guides for devframe and @devframes/hub. Each release below has a drop-in path from the previous one.
Upgrade guides for devframe and @devframes/hub, newest first. Each one lists every breaking change with its drop-in replacement.
| Version | What changed |
|---|---|
| Migrating to 0.9 | Removes the compatibility shims deprecated across the 0.7 series, trims the public API, and moves the MCP surface to the stateless MCP 2026-07-28 protocol. |
| Migrating to 0.8 | Makes RPC schemas validator-neutral and runtime-validated, and adds the agent-native MCP API. |
| Migrating to 0.7 | Makes cac an optional peer and moves json-render into an opt-in package. |
| Migrating to 0.6 | Tightens defineDevframe's metadata, replaces the terminal and WebSocket transports, and adds enforced auth. |
For the full changelog of every release, see the release notes on GitHub.
DF8404: Agent Exposure Without Handler
Command "{id}" declares agent exposure but has no handler
Migrating to 0.9
0.9 removes the compatibility shims deprecated across the 0.7 series, trims the public API of devframe and @devframes/hub, and moves the MCP surface to the stateless MCP 2026-07-28 protocol.