Changelog

What's new in SignalVault.

v0.5.0

Webhook Alerts, Response Redaction & Data Retention

  • Webhook alerts: send alerts to any HTTPS endpoint — Slack URLs get rich Block Kit messages, all others get plain JSON
  • Response redaction: rules with action 'redact' now mask matched content in stored payloads before write
  • Data retention card in Settings: see your retention period, total stored events, oldest event date, and next purge cutoff
v0.4.0

Email Alerts & Pricing

  • Email alerts for policy violations, budget breaches, and AI errors (Growth plan)
  • Configurable alert settings: event types, minimum severity, cooldown, and recipient
  • Pricing page now lets signed-in users subscribe directly without leaving the page
  • Plans & Billing documentation added
  • Node.js and Python SDK support added
v0.3.0

Budget Controls & Billing

  • Set monthly cost and daily token limits per app
  • Dashboard alerts when budgets are exceeded
  • Export audit logs as CSV or JSON
  • Dashboard analytics: request volume, violation rate, and cost tracking
  • All prompts and responses are now encrypted at rest
  • Stripe billing for Starter and Growth plans
v0.2.0

Security Hardening

  • Stronger API key hashing for improved security
  • Rate limiting on login and API endpoints
  • Improved session security
v0.1.0

Initial Release

  • AI request and response logging with full audit trail
  • Guardrail rules: PII detection, secret scanning, token limits, model allowlists
  • Dashboard with filtering, sorting, and request detail views
  • Node.js SDK with OpenAI-compatible wrapper and mirror mode