Changelog
What actually shipped.
Dated, in order, no marketing gloss. If it's on this page, it's live in the product right now.
v0.6July 2026Current
- NewRebuilt /demo as the real Trust Console on seeded data: checks, an open case, the Clerk's brief, a ruling you submit yourself, and the ledger entry it produces. No sign-up.
- NewFire-drill mode: open a case by hand the moment you spot a divergence, without waiting on a scheduled check
- NewWeekly Trust Digest: an email summarizing open cases and recent rulings
- NewCoverage strip showing exactly what's being watched and how often
- FixTerms, Privacy, Security, DPA, and Subprocessors rewritten to describe the actual architecture, not a template
- FixSSRF hardening on the Postgres and Snowflake connection runners: account identifiers validated, private hosts blocked before connecting
- ImprovedRestored the crosshair mark as the primary logo across the wordmark, favicon, and OG image
v0.5July 2026Stable
- NewPariom repositioned as the trust layer for business metrics: checks between sources, cases on divergence, human rulings, governed definitions
- NewThe Clerk: an AI first-pass on every case with a suspected cause, a confidence score, and receipts. Never a verdict; a named human still rules, and grades it.
- NewSnowflake added as a connection type alongside Postgres, both read-only with credentials encrypted at rest (AES-256-GCM)
- NewTrust Console: the case → ruling → definition flow, cron-scheduled checks, ledger view
- ImprovedRate limiting on unauthenticated API routes via Upstash Redis