Changelog

What's new in GoQA

Feature releases, improvements, and fixes — shipped continuously.

Try the latest
2026-05-09Major releasev0.4.0

Platform expansion — 15 new features

  • Discover page now shows real public audits from Supabase with share counts and grades.
  • Shareable report URLs — generate a public link for any AI audit; embed an SVG badge on your site.
  • Scheduled audits — set daily, weekly, or monthly recurring crawls with webhook notifications.
  • Team invite flow — invite teammates by email, assign roles (admin / editor / viewer), accept via token link.
  • Interactive onboarding tour — 5-step overlay for new users; completion tracked in profile.
  • Empty state pages — illustrated empty states with CTAs for all list views (Dashboard, Test Repository, Discover).
  • Usage dashboard widget — plan name, monthly usage bar (amber at 80%, red at 95%), Upgrade CTA.
  • OpenAPI spec → test generation — paste a JSON/YAML spec or URL; auto-generates API contract tests per endpoint.
  • Multi-environment audit compare mode — run two URLs and view side-by-side accessibility, performance, security diff.
  • AI test coverage score — circular 0–100 coverage indicator with breakdown of missing test types.
  • Visual regression baselines — set a screenshot as baseline; subsequent audits show Diff from baseline badge.
  • Natural language test editing — 'Refine with AI' drawer per test case; streams refined version back in real time.
  • Embeddable audit badge — SVG badge (green/amber/red) with HTML + Markdown embed codes on shared reports.
  • Flakiness detection — record test runs, compute failure %, color-coded flakiness score per test case.
  • Changelog page — this page.
2026-05-01Feature releasev0.3.0

Header redesign + Design patterns

  • Grouped nav into Testing + Resources dropdowns with hover-travel grace period.
  • Added Page Object Model and Factory test scaffolding guides under /patterns.
  • Four new automation agents available under /services.
  • Fixed proxy type error that blocked strict TS builds.
2026-04-25Bug fixv0.2.2

Build + deploy fixes

  • Unblocked production build on Hostinger VPS.
  • Fixed proxy syntax error causing 500 on auth callback.
  • Updated all npm dependencies to latest patch versions.
2026-04-15Feature releasev0.2.0

Contact form + Notifications

  • Replaced mailto CTA with Supabase-backed contact form.
  • Added Slack + Discord webhook notification settings.
  • Notification events audit log — see all webhook deliveries.
  • Rate limiting on all public endpoints (IP-based, per-hour windows).
2026-03-20Initial releasev0.1.0

Launch: AI crawl + test case generator

  • AI website crawler with Playwright — screenshots, a11y, broken links, security, SEO, forms, network.
  • BDD test case generator — 18 test types, GPT-4o-mini streaming.
  • Dashboard with saved results, diff view, and JSON export.
  • Test Repository with suite management.
  • Supabase auth (email + Google OAuth) and RLS-protected data.
  • Stripe billing integration with free-tier credit system.
  • Discover page with anonymised community crawls.