Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Roadmap & Release History

Brain Server ships on a strict linear release chain. This page is the roadmap summary and the release history. The authoritative version of both lives in ROADMAP.md and CHANGELOG.md in the repository.

Current status

  • Latest server version: 1.27.22 “Cascade” (2026-08-18) — a bug-fix release closing two documented-but-unimplemented graph edge behaviors: edge supersession is now wired on re-ingest (a changed window retires the old edge via superseded_at, old row preserved) and traversal actually skips superseded edges. New GET /graph/relationships/{id}/history (Admin) reconstructs an edge’s full version lineage.
  • Latest client version: 1.27.21 “Finish” (2026-08-18) — ships alongside the server (offline-queue integrity, salted DSAR digests).
  • Latest plugin version: 0.4.5 “Finish” (2026-08-18) — env-token ladder + privacy query log.
  • Next milestone: v2.0.0 “Cortex”.
  • v2.0.0 “Cortex” (multi-team tenancy) is the first externally-pilotable release — it consumes the v1.2 AuthN/AuthZ foundation.

The release line (v0.9 → v1.17)

ReleaseNameWhat shipped
v0.9.1RecallHybrid retrieval (vector + FTS + RRF), PRF expansion, provenance
v0.9.2ConnectObsidian vault ingestion
v0.9.4SourcesSource lifecycle + reconcile
v0.9.5InspectStructured query contract + evidence
v0.9.6BridgeConnectors + GitHub backfill
v0.9.9QualifyCapacity envelopes + migration rehearsal
v1.0.0DomainsMulti-domain foundation
v1.1.xHardenAudit chain fixes + constant-time hardening
v1.2.0AuthNJWT/JWS + OIDC/JWKS + AuthZ
v1.3.0BedrockMemory-safety hardening
v1.4.0CalibrateBi-temporal edges + submodular packing + TRACE + eval harness
v1.4.1LinkDeterministic entity linker upgrade
v1.5.0EpistemicCalibrated abstention + span verification
v1.6.0ReconcileAtomic supersession + consistency check
v1.7.0ExplainFaithful path explanations
v1.8.0MaintainReviewable proposals + undo
v1.9.0SuggestOpt-in anticipation + false-positive metric
v1.9.1HardenBug-fix audit
v1.10.0ProceduralOrdered procedures + classification + decision rules
v1.11.0AssociateHippoRAG-2-style PPR graph leg
v1.12.xDiscern / HardenNoise-aware graph retrieval + AuthZ wiring
v1.13.xRoute / Recall-fixDomain routing + routing hotfix
v1.14.0GateHuman-in-the-loop write-back + trust surfaces
v1.15.0ObserveRead-event audit + recall trace + DSAR + COMPLIANCE.md
v1.16.0ClientThe Dioxus control surface (web + desktop + mobile)
v1.16.1–1.16.8Serve / Styled / Secure / Mobile / Integrated / GlobalServing + CSP, design-system restyle, JWT lifecycle, responsive UX, deep links + PWA, i18n + themes
v1.17.0MobilePortable refresh + deep links + offline connect + store readiness
v1.17.1GovernPer-kind retention + Art 30 + UMP wire adapter + eval ship-gate
v1.17.3UMP RolloutFull UMP 1.0 conformance through L3 (HTTP ops + MCP tools + file binding + identity/capability tokens)
v1.17.4UMP ConformanceReference-suite wire fixes (did:key + integrity block) → L3
v1.17.5Eval Fixbrain eval revived + Round-21 CI gates + SBOM
v1.17.6Complete 1/3Command palette v2 + Overview home
v1.17.7Complete 2/3Graph panel + Create workspace
v1.17.8Complete 3/3Data & Rights + UMP + System panels + Try-it console
v1.18.0Compliant? keyboard help on Review (WCAG 3.2.6) + a client-gate CI job
v1.18.1HardenConsole history persists (secret-safe) + measured client bundle
v1.18.2TransparencyArt 50 knowledge.origin marker + /export provenance
v1.19.0IntegratedAudit filters URL-addressable; deep links, PWA, JWT-pair SSO-half
v1.20.xPolish → VaultClient polish + offline queue; the v1.14→v1.20 client chain closes; pii_map vault removed (read-time redaction is the control)
v1.21.0ProfilesPreset knob bundles + brain setup + profile-bound retention/PII
v1.22.0RegulatedLegal hold + retention report + region pin + compliance pack
v1.23.0RolesRole-based UI posture + role presets (client-auditor, bpo-ops)
v1.24.0ConnectorsProfile-gated connector registry + translate template
v1.25.0PH-CompliantBreach-notification workflow + PIA + scraping provenance
v1.26.xCross-BorderTransfer register + jurisdiction rules + TIA/DPA templates
v1.27.xHarden/Console/ReviewFail-closed erasure + fence forgeability, backup v3, console --json, i18n truth, client reviewer calibration, silent-failure sweep, recall-cost + PRF weights, client console dashboard, edge supersession + history (1.27.22 “Cascade”)

Milestone themes

  • v1.16.x “Integrated” — client polish: PWA, deep links, command palette, responsive mobile, paginated audit.
  • v1.17.x “Govern” → “Complete” — governance server releases (retention, Art 30, UMP conformance) then the full operator console that surfaces them (12 panels).
  • v1.18.x “Compliant” → “Transparency” — WCAG 2.2 AA + i18n + privacy hardening, secret-safe console history, and the Art 50 origin marker + export provenance.
  • v2.0.0 “Cortex” — multi-team tenancy, ready, consuming the v1.2 AuthN/AuthZ foundation.
  • v2.1+ “Limits” / “Regions” — distributed revocation, scaling.
  • v3.x “Survive” / “Sovereign” — federated, sovereign deployments.
  • v4.0 “Standard” — standards conformance.

How releases are governed

Since v1.5, feature releases are scoped to an evidence-gated roadmap (IMPLEMENTATION_ROADMAP_v1.5_to_v4.0_EVIDENCE_GATED.md). The rule: ship only what is evidenced and low-risk; forbid autonomous consolidation, unsolicited push, hidden personalization, and synthetic content. Light cuts are preferred over ambitious-but-unverifiable features.

Next steps

  • Features — everything current releases can do.
  • Governance & Compliance — the standards work ahead.
  • The full history: CHANGELOG.md and ROADMAP.md in the repository.