Development Milestones
Development history for Canopy. Follows Keep a Changelog format. All versions use Semantic Versioning.
Versioning Policy
Section titled “Versioning Policy”Canopy uses Semantic Versioning with the following interpretation:
| Bump | When |
|---|---|
Patch (x.y.Z) | Bug fixes, performance improvements, dependency updates. No behavior change. |
Minor (x.Y.0) | New features, new commands, new capabilities. Backward-compatible. |
Major (X.0.0) | Breaking changes to any public interface (MCP tool signatures, CLI flags, plugin YAML schema, config format). |
Milestones
Section titled “Milestones”| Version | Milestone reached | Highlights |
|---|---|---|
| v2.0.0 | 2026-04-18 | Forge → Canopy rename. Binary, MCP tools, env vars, config paths all renamed. Auto-migration from ~/.forge/. |
| v1.6.0 | 2026-04-12 | Dashboard, CI-cached indexes, tier-aware MCP, forward-compatible license gating |
| v1.5.1 | 2026-04-05 | Security hardening: gate enforcement, supply chain audit, SHA-pinned CI |
| v1.5.0 | 2026-03-28 | Machine management: portal self-service, stale eviction, ephemeral mode, long-lived keys |
| v1.4.0 | 2026-03-16 | Team tier: shared configs, admin portal, CI cached indexes |
| v1.3.0 | 2026-03-02 | Commercial hardening: Community mode, free trials, heartbeat, revocation, air-gapped tier |
| v1.2.0 | 2026-02-17 | Commercial layer: license system, feature gating, Stripe, R2 distribution, marketing site |
| v1.1.0 | 2026-02-03 | Vector search: hybrid semantic + keyword, Ollama/ORT embeddings, offline bundle |
| v1.0.0 | 2026-01-20 | First stable internal release: 21 MCP tools, 11 CLI commands, frozen public API |
Source Changelog
Section titled “Source Changelog”The authoritative changelog lives in the Canopy repository at
CHANGELOG.md.
This docs site mirrors and expands on that content with additional context for each milestone.