Changelog

Every release, shipped.

Release notes, new features, and fixes. Statis ships every week.

v0.4.0April 6, 2026

MCP Connectors — governance-first MCP integration

  • NEWTenant-scoped Connector registry with CRUD API (/connectors)
  • NEWMCP adapter resolves connectors by name and injects auth headers (bearer, basic, api_key)
  • NEWPython and TypeScript SDK support for registering MCP connectors
  • FIXDispatcher: APPROVED actions now stay APPROVED until worker picks them up, fixing adapter bypass bug
  • FIXPython SDK execute() fast-path removed — now polls until worker sets COMPLETED
v0.3.0April 4, 2026

Agents, Policy-as-Code, and enterprise adapters

  • NEWAgents Console page — register, observe, and govern per-agent
  • NEWPolicy-as-Code CLI — statis apply, statis diff, statis simulate
  • NEWOpenTelemetry OTLP HTTP exporter wired into worker finalization
  • NEWAdapters: GitHub (merge PR, create release, trigger workflow), Linear (create/update issue), Slack (send/update message)
  • NEWSeed policy rules for all 7 new action types
v0.2.0March 28, 2026

Simulate, Analytics, and Slack escalations

  • NEWPOST /actions/simulate — dry-run policy evaluation without DB writes
  • NEWPython and TypeScript SDK simulate() methods
  • NEWTest Policy button and modal on Console policies page
  • NEWGET /analytics/summary endpoint + Home page tiles, sparkline, top rules, top agents
  • NEWSlack escalation notifications via outbound webhooks
v0.1.0March 15, 2026

Initial public release

  • NEWAction Contract — agents propose typed intents before execution
  • NEWPolicy Engine — deterministic rule evaluation, versioned, no ML
  • NEWExecution Lock — distributed exactly-once guarantee via action ID lock
  • NEWLedger Receipt — SHA-256 tamper-evident receipt written atomically
  • NEWConsole, Docs, Python SDK, and TypeScript SDK