Changelog

New updates and improvements to PreShip.

v0.3.0LatestMarch 15, 2026
  • SSRF protection for scan engine — internal network requests are now blocked by default
  • Database migration system with versioned schema management
  • Auth improvements: session refresh, password reset flow, and rate limiting on login
  • New security scanner rule: detects exposed .env files and source maps in production
  • Dashboard performance improvements — 40% faster initial load
  • API rate limit headers now included in all responses
v0.2.0March 5, 2026
  • Dashboard with project overview, scan history, and trend charts
  • Detailed scan results page with violation-level drill-down
  • API documentation with interactive examples at /docs
  • PDF export for compliance reports (VPAT format)
  • GitHub OAuth sign-in support
  • Webhook notifications for completed scans
v0.1.0February 20, 2026
  • Initial public beta release
  • Scanner engine with 200+ checks across accessibility, security, and performance
  • WCAG 2.2 AA compliance checking with element-level detail
  • OWASP Top 10 security scanning including XSS, CSP, and header analysis
  • Core Web Vitals performance metrics (LCP, FID, CLS, TTFB)
  • Landing page with instant URL scanning
  • REST API with API key authentication