This document describes a v2.0 release that was announced publicly but withdrawn. Per ADR-001, the canonical version line of stigmem begins at v0.9.0a1 (2026-05-09). The features described below were either deferred to experimental/<feature>/ per ADR-002 or remain in the codebase but are not part of v0.9.0a1's default install.
This document is preserved as the historical record. For current state, see CHANGELOG.md, ROADMAP.md, and Features.
Stigmem v2.0 Release Notes
What this document is
Historical release notes for the withdrawn v2.0 line. Preserved as the record of what was publicly announced before retraction.
Published: 2026-05-05 Spec: stigmem-spec-v2.0.md Audience: Node operators, SDK consumers, and protocol implementers.
Summary
Stigmem v2.0 promoted seven specification sections (§19–§25) from draft to normative, completing the protocol's federation security, semantic recall, data protection, and content-integrity layers across eight development phases (8–14).
What shipped
StorageBackend abstraction, LibSQLBackend for Turso embedded replicas, parameterized test runner.entity_edges, sqlite-vec embeddings (nomic 768-dim), hybrid lexical+ANN+graph pipeline with MMR packing, memory cards, subscriptions, derived_from DAG.recall_instruction tool, task-type preloads with guarantee_load (max 5), discovery audit metrics, migration CLI.as_of queries with append-only retraction log; sha256: CIDs over canonical 6-field body with 12-month migration window.Conformance
The v2.0 conformance suite (data/conformance/v2.0/) covered all normative sections. CI enforced zero-skip conformance.
Experimental features
GA features with operator warnings:
STIGMEM_TRUST_CACHE_BACKEND=redis for multi-worker.trust_mode=strict.Known caveats
- Embedding model lock-in. Changing
STIGMEM_EMBED_DIMENSIONSafter indexing requires a full re-index. - Mixed-version federation. v1.x and v2.0 nodes cannot federate. All nodes must upgrade together.
- CID backfill duration. Large fact stores (>1M facts) may take hours. Backfill runs concurrently with live writes.
- Tombstone propagation latency. Up to 5 minutes via polling; ~60 seconds via the
tombstone_newsubscription channel. - Transparency log dependency. In
trust_mode: strict, federation connections fail if the log is unreachable.
Upgrade path
See the v1.x → v2.0 migration guide (carries its own retraction header).