Changelog
The authoritative changelog lives at:
That file is updated every release. This page is a placeholder so the Reference sidebar is complete and the link is easy to find from docs.buril.dev.
Release cadence
| Cadence | Scope |
|---|---|
Patch (v1.0.x) | Bug fixes, no new tools, no breaking changes. Roughly weekly. |
Minor (v1.x.0) | New tools, new specialists, new MCP integrations. Backwards compatible. Roughly monthly. |
Major (v2.0.0) | Breaking changes (tool renames, contract changes). Rare — we have not yet committed to one. |
How to follow releases
- GitHub releases:
Buril-ai/bridge/releases— each release has a tag, a list of merged PRs, and a written summary. - Atom feed:
https://github.com/Buril-ai/bridge/releases.atom— subscribe in your feed reader of choice. - Discord: real-time announcements in
#releases.
Semantic versioning
We follow semver:
- MAJOR.MINOR.PATCH.
- Breaking changes increment MAJOR.
- New backwards-compatible features increment MINOR.
- Bug fixes increment PATCH.
For the bridge package specifically, "breaking changes" mean:
- ITool name changes or removal (after deprecation window).
- ITool input/output schema changes that aren't additive.
- MCP server contract changes.
Adding new ITools is never a breaking change — the agent simply gets a wider menu.
Yanked releases
If a release introduces a critical bug after publication, we may yank it:
- The release tag is not deleted (so historical git pinning still works).
- The release is marked pre-release in GitHub so it doesn't show up as "Latest".
- The README and CHANGELOG note the yank.
- A patch release follows within 24-72 hours.
Yank events also fire a Discord announcement.
Historical milestones
(For posterity. Full per-version detail lives in CHANGELOG.md.)
| Milestone | Approx. date | Highlight |
|---|---|---|
| v0.x (pre-rebrand) | 2025 H2 | Project shipped under the "Pilot" name. |
| Rebrand to Buril | 2026-05 | Pilot → Buril. License: proprietary, by subscription. |
| Wave 7 (autoplay) | 2026-05 | mce-play absorbed. tester_* family ships. |
| Wave 8 (clothing) | 2026-05 | Clothing pipeline (Modular Avatar absorbed + GarmentCode + auto-rig). |
| Wave 10-12 (mega-absorptions) | 2026-05 | Asset Store clean-room absorption. Tool count crosses 3,000. |
| v1.0 | 2026 H2 (target) | First stable major. 3,691 ITools. 5 DCC bridges. Multi-Agent Studio. |
Read next
- Community (free) — what's in 1.0 right now.
- Tool registry — how to stay current with the live tool list.
CHANGELOG.md(canonical).