Changelog
Version history for Forge. Follows Keep a Changelog format. All versions use Semantic Versioning.
Versioning Policy
Section titled “Versioning Policy”Forge 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). |
API Stability (since v1.0.0)
Section titled “API Stability (since v1.0.0)”The following interfaces are frozen:
- 21 MCP tool signatures (parameter names, types, return shapes)
- 11 CLI command flags and output formats
- Plugin YAML schema (
id,name,description,severity,pattern,language,include,exclude)
No breaking changes have been made since the v1.0.0 API freeze. If you rely on any of these interfaces in scripts or MCP client configurations, they will continue to work across minor and patch upgrades without modification.
New optional parameters and new commands are non-breaking (minor bump). Removing or renaming anything public requires a major bump.
Versions
Section titled “Versions”| Version | Date | Highlights |
|---|---|---|
| v1.4.0 | 2026-04-17 | Team tier: shared configs, admin portal, CI cached indexes |
| v1.3.0 | 2026-04-17 | Commercial hardening: Community mode, free trials, heartbeat, revocation, air-gapped tier, anti-piracy |
| v1.2.0 | 2026-04-16 | Commercial layer: license system, feature gating, Stripe, R2 distribution, marketing site |
| v1.1.0 | 2026-04-16 | Vector search: hybrid semantic + keyword, Ollama/ORT embeddings, offline bundle |
| v1.0.0 and earlier | 2026-04-14 | API stability milestone + full v0.x development history |
RSS Feed
Section titled “RSS Feed”An RSS feed for Forge releases will be available via @astrojs/rss in a future documentation
update. In the meantime, watch the Forge 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 Forge repository at
CHANGELOG.md.
This docs site mirrors and expands on that content with additional context for each release.