Changelog

New features, improvements, and fixes — documented as they ship.

v0.7.0

  • NewFile Sync — manage redirects from a JSON file in your repo. Commit a redirectiq.json file, tell RedirectIQ where to find it, and your edge redirects stay in sync automatically. Supports hourly polling or a deploy webhook for real-time sync on every deploy.
  • NewDeploy webhook — call a per-domain endpoint from your CI/CD pipeline after a successful deploy to trigger an immediate file sync. Redirects go live within seconds of the deploy that changes your URLs.
  • ImprovementRules synced from a JSON file appear in the dashboard with a JSON badge and are protected from accidental dashboard edits — edit the source file instead.
  • ImprovementShared redirect validation — loop detection and path validation now run identically across all rule write paths: the dashboard API, CSV import, and file sync. A redirect that is invalid via the dashboard is also rejected by a file sync.

v0.6.1

  • ImprovementSSL certificates now auto-renew permanently. Custom domains are validated using a one-time CNAME record instead of a rotating TXT value. Once set, your certificate renews automatically every 90 days with no DNS updates required.
  • FixFixed SSL validation status incorrectly showing as pending for domains where Cloudflare's validation window had expired. These now correctly show an error state with instructions to re-add the domain.
  • ImprovementDNS Setup now shows the correct record type and grey cloud reminder for Cloudflare users adding the SSL cert record.

v0.6.0

  • NewNamed parameter capture — use [slug], [id], or any token name in your source path and destination. The matched value is substituted automatically. No regex required. Works with multiple params per rule and catch-all spreads like [...rest].
  • NewBulk CSV import — upload a CSV file to create up to 500 redirect rules at once. Supports static paths, wildcards, and named param rules. Per-row validation with clear error messages for any rows that fail.

v0.5.0

  • New404 Redirect Suggestions — automatically discover broken pages on your site and get suggested redirect destinations. No more hunting for 404s manually.
  • NewGoogle Search Console integration — connect GSC to enrich suggestions with real organic search traffic data. See which broken pages are costing you actual rankings and clicks, not just scanner hits.
  • NewMulti-source suggestion pipeline — suggestions now pull from three sources in one view: live proxy 404 detection, GSC traffic data, and bulk CSV imports from Ahrefs, SEMrush, and Screaming Frog.
  • NewTraffic type classification — each suggestion is now tagged by the type of traffic that hit the broken page: human visitor, organic search bot, LLM crawler, or automated scanner. Focus on what matters.
  • ImprovementSmart spam filter — suggestions dominated by scanner or bot traffic are automatically filtered out. The list you see reflects real users, not crawler noise.
  • ImprovementConversion tracking — suggestions that you convert into redirect rules are tracked, so you can see how many broken pages have been fixed over time.
  • ImprovementOn-demand suggestions sync — trigger a fresh sync of your suggestions at any time from the dashboard, without waiting for the next scheduled run.

v0.4.0

  • NewEdge Proxy — route your live domain through our edge network and apply redirect rules on top, all without changing URLs for your visitors.
  • Newwww + apex grouped as one — if you manage both example.com and www.example.com, they now appear together in your dashboard and count as a single domain on your plan.
  • ImprovementDomain labels — tag and group your domains any way you like. Useful for agencies managing multiple clients or teams working across many projects.

v0.3.0

  • NewRedirect analytics — see total redirects, hit rate, top paths, and top destinations per domain. Updated in real time with ~1 minute latency. Available on Pro and Agency plans.

v0.2.0

  • NewBulk CSV import — upload a spreadsheet with up to 10,000 redirect rules at once.
  • NewWildcard rule support — use * in source paths with :splat in destinations for pattern-based redirects.
  • NewAnalytics dashboard — per-rule click counts with daily and weekly trend charts.
  • ImprovementRedirect propagation time reduced from 30 seconds to under 5 seconds globally.
  • ImprovementDomain connection flow redesigned with real-time DNS verification status.

v0.1.0

  • NewInitial release: manage 301/302 redirect rules from a web dashboard.
  • NewSSL auto-provisioning — free SSL certificates for every connected domain.
  • NewTeam invites — invite teammates by email and assign viewer or editor roles.
  • NewAudit log — every rule change is logged with the editor name and timestamp.
  • NewMulti-domain support — manage redirect rules across multiple domains from one account.