Changelog
Version 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). |
Versions
Section titled “Versions”| Version | Date | Highlights |
|---|---|---|
| v2.0.0 | 2026-04-20 | Forge → Canopy rename. Binary, MCP tools, env vars, config paths all renamed. Auto-migration from ~/.forge/. License keys unchanged. |
| v1.6.0 | 2026-04-19 | Dashboard, CI-cached indexes, tier-aware MCP, forward-compatible license gating |
| v1.5.1 | 2026-04-08 | Security hardening: gate enforcement, supply chain audit, SHA-pinned CI |
| v1.5.0 | 2026-03-15 | Machine management: portal self-service, stale eviction, ephemeral mode, long-lived keys |
| v1.4.0 | 2026-01-28 | Team tier: shared configs, admin portal, CI cached indexes |
| v1.3.0 | 2025-11-20 | Commercial hardening: Community mode, free trials, heartbeat, revocation, air-gapped tier |
| v1.2.0 | 2025-09-10 | Commercial layer: license system, feature gating, Stripe, R2 distribution, marketing site |
| v1.1.0 | 2025-06-18 | Vector search: hybrid semantic + keyword, Ollama/ORT embeddings, offline bundle |
| v1.0.0 | 2025-04-14 | First stable release: 21 MCP tools, 11 CLI commands, frozen public API |
RSS Feed
Section titled “RSS Feed”An RSS feed for Canopy releases will be available via @astrojs/rss in a future documentation
update. In the meantime, watch the Canopy GitHub repository
for release notifications, or follow the blog for major
release posts.
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 release.