Skip to content

Changelog

Version history for Forge. Follows Keep a Changelog format. All versions use Semantic Versioning.

Forge uses Semantic Versioning with the following interpretation:

BumpWhen
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).

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.

VersionDateHighlights
v1.4.02026-04-17Team tier: shared configs, admin portal, CI cached indexes
v1.3.02026-04-17Commercial hardening: Community mode, free trials, heartbeat, revocation, air-gapped tier, anti-piracy
v1.2.02026-04-16Commercial layer: license system, feature gating, Stripe, R2 distribution, marketing site
v1.1.02026-04-16Vector search: hybrid semantic + keyword, Ollama/ORT embeddings, offline bundle
v1.0.0 and earlier2026-04-14API stability milestone + full v0.x development history

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.

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.