Changelog

New features, improvements, and fixes for Phosra.

v1.4.0Feature

Public Platform Explorer & Playground

Platform coverage explorer and MCP playground are now publicly accessible without login. Browse all supported platforms, filter by capabilities, and try the playground sandbox before signing up.

  • Public /platforms page with full search, filter, and sort
  • Public /playground with sandbox MCP tools
  • New /pricing page with detailed tier comparison
  • Public /changelog page (you're looking at it!)
v1.3.0Feature

Dark Mode & Command Palette

Full dark mode support across the entire dashboard with system preference detection. Plus a new command palette (Cmd+K) for quick navigation.

  • Dark mode with light/dark/system toggle
  • Command palette with fuzzy search (Cmd+K)
  • Breadcrumb navigation in dashboard
  • Environment badge (Live vs Sandbox)
v1.2.0Feature

Usage Analytics & Webhook Management

New usage analytics chart on the dashboard home page showing API calls over time. Full webhook CRUD management with event selection and test delivery.

  • Interactive usage chart with 7d/30d toggle
  • Webhook create, delete, pause/resume, and test
  • API key management panel
  • Enhanced settings page layout
v1.1.0Feature

MCP Playground & Inspector

Interactive MCP playground with split-pane chat and tool inspector. Test all PCSS tools including policy creation, enforcement, and platform queries in a sandbox environment.

  • AI-powered chat with streaming responses
  • Tool call inspector with input/output display
  • Session management with reset capability
  • Sandbox mode for safe experimentation
v1.0.2Improvement

Improved Platform Coverage

Added support for 3 new platform adapters and improved capability detection across existing integrations.

  • New Android Family Link adapter
  • Improved NextDNS capability mapping
  • Better error handling for CleanBrowsing sync
v1.0.1Fix

Policy Engine Performance Fix

Fixed a performance issue where policy evaluation was O(n²) when processing large category sets. Now uses indexed lookup for sub-millisecond evaluation.

v1.0.0Feature

Phosra v1.0 Launch

Initial public release of Phosra (formerly GuardianGate). Open child safety spec and API covering 320+ platforms in the kids' ecosystem, 45 policy categories, and 5 age-rating systems.

  • REST API with full CRUD for families, children, policies
  • 45 policy categories across content, time, web, social, and purchase
  • Age-to-rating mapping (MPAA, TV, ESRB, PEGI, CSM)
  • Compliance verification for KOSA, COPPA, EU DSA
  • Clerk authentication integration
  • Plaid-inspired dashboard design
v0.9.0Breaking

Breaking: Rebrand from GuardianGate to Phosra

Full rebrand from GuardianGate to Phosra. GCSS renamed to PCSS (Phosra Child Safety Spec). All API endpoints remain the same.

  • New Phosra branding, logos, and color palette
  • GCSS → PCSS terminology throughout
  • Updated database schema (migration 010)
  • No breaking API changes