Skip to content

v0.1.0 - Operational Runtime Baseline

v0.1.0 marks the first operational baseline after the initial foundation milestone. This release aligns the public runtime surface, transport contracts, and observability model for production-like local deployments.

Highlights

  • authenticated HTTP runtime with explicit read/write Cypher boundaries;
  • durable session lifecycle with status transitions and JSONL session logs;
  • structured observability via /health, /metrics, and audit-parity-aware log retrieval;
  • deterministic STIX import, validation, and export endpoints;
  • incremental TAXII ingestion through the public HTTP API;
  • bounded working-set and seed-search surfaces for agent-oriented retrieval.

Contracts established in v0.1.0

  • OpenAPI 3.1 contract in docs/api/openapi.yaml;
  • explicit runtime configuration model for authentication, limits, session storage, and durability controls;
  • documented enterprise-gated profile behavior and license status endpoints;
  • reproducible documentation build and strict publishing pipeline.

Upgrade notes from v0.0.1

  • use v0.1.0 as the current baseline for operational behavior;
  • treat v0.0.1 as historical foundation context;
  • use release notes under this directory for user-visible changes per version.