Changelog

New features, improvements, and fixes shipping into Proof AI. Major releases get a full entry; smaller polish work is rolled in as bullet items.

  1. Site-Wide Light-Mode Theme Lockdown

    Shipped a strict design-token contract across the marketing site. Every hero, CTA band, card, and content surface now reads from a single set of CSS custom properties — guaranteeing consistent light-mode rendering, locale parity, and WCAG AA contrast.

    • New Added --surface-hero, --surface-cta, and --surface-enterprise tokens for cross-page band consistency.
    • Improved WCAG AA contrast verified across the English and Spanish locale trees on every hero, body, and CTA surface.
    • Removed Removed prose-invert utilities and inline #0f172a backgrounds from all marketing pages. The only legitimate dark surface remaining is the <pre> code block inside help docs.
    • Fix Replaced raw AWS execute-api hostname with app.proofco.io in the careers form fallback to eliminate the infra-detail leak.
  2. Production Hardening & Billing Integrity

    Rolled out our production-grade double-entry ledger architecture, guaranteeing zero-leak parity for every Stripe-based transaction and subscription billing event.

    • New Fully automated dunning lifecycle — retries, soft and hard failures, and tenant-side suspension hooks.
    • Improved Tenant workspace onboarding now completes in seconds: legacy Node polyfills were stripped from the edge worker, dropping cold-start latency by an order of magnitude.
    • Security SOC 2 Type II-aligned controls implemented — tenant-isolation RLS enforced and verified on every Tenant Data table. Independent SOC 2 certification is on our roadmap.