OpsProbe

Release notes

OpsProbe v0.3.20: DNS and HTTP probe evidence.

The instant probe now shows richer DNS and HTTP facts while keeping heavier RDAP, WHOIS, DNSSEC, browser waterfall, and AI diagnosis work ready for paid scan profiles.

Release date August 30, 2026 Version v0.3.20 Commit release commit tagged v0.3.20 Type patch

Quick answer

OpsProbe now gives visitors more useful evidence in the free homepage probe: DNS provider hints, address-family summary, HTTP server/cache/security headers, timing, and a compact response preview.

Highlights

  • DNS details now include provider hint, provider evidence, and IPv4/IPv6 summary.
  • HTTP details now include final URL, status, redirects, content type, server/cache hints, security headers, timing, and body preview.
  • Detail dialogs now avoid repeated raw evidence and focus on key facts plus practical next checks.
  • Homepage hero content now aligns with the Coverage section width.

Changes

  • Extended the instant-probe API with optional DNS and HTTP detail objects.
  • Added lightweight HTTP response preview and header extraction.
  • Added helper tests for DNS provider hints, HTTP header extraction, security headers, and preview normalization.
  • Updated paid diagnostic planning for DNS/domain intelligence and HTTP/network timing.

Pro and Premium scan profiles are planned for authoritative NS traces, RDAP/WHOIS registrar data, DNSSEC validation, multi-resolver propagation checks, full HTTP timing breakdowns, redirect waterfalls, request/response viewers, browser-rendered screenshots, resource waterfalls, API assertions, and AI diagnosis.

Verification

  • cargo fmt --all -- --check
  • cargo check
  • cargo test instant_probe -- --nocapture
  • node --check web/app.js
  • git diff --check