Skip to content

v0.2.0 - Open-Sourcing Baseline

Date: 2026-04-21

v0.2.0 establishes the open-source baseline for Corrobore with a clarified public documentation surface, segmented repository boundaries, and a stable runtime contract for agent-oriented graph operations.

Highlights

  • authenticated HTTP runtime with explicit read/write Cypher boundaries;
  • durable session lifecycle with status transitions and structured JSONL logs;
  • operational observability through /health, /metrics, and session-log export;
  • deterministic STIX import, validation, and export surfaces;
  • incremental TAXII 2.1 ingestion with persisted cursors;
  • bounded working-set and seed-search retrieval surfaces.

Documentation and segmentation updates

  • root README now reflects interface segmentation and shipped capability scope;
  • release documentation is aligned as the authoritative versioned history;
  • public behavior remains defined by code and documentation on main.

Upgrade notes from v0.1.0

  • treat v0.2.0 as the current open-source baseline;
  • use v0.1.0 release notes for prior operational baseline details;
  • continue using docs/release-notes/ for user-visible version deltas.