OpsProbe

Release notes

OpsProbe v0.3.5: instant website probe.

Released on August 23, 2026, v0.3.5 lets visitors see a real diagnostic result before signup.

Release date August 23, 2026Version v0.3.5Type patch

Quick answer

Visitors can enter a website URL on the homepage and get a one-time DNS, TCP, TLS, and HTTP health result without creating an account.

What changed

  • Added the public POST /v1/instant-probe endpoint.
  • Added a first-viewport homepage probe form and result panel.
  • Returns an overall health conclusion plus per-layer status, latency, and concise detail.
  • Shows a save-monitor CTA after the result so visitors can move into continuous monitoring.

Safety controls

  • Only HTTP and HTTPS URLs are accepted.
  • Localhost, private hosts, reserved addresses, credentials, query strings, and fragments are rejected.
  • Resolved private or reserved IP addresses are blocked before network probes run.
  • Redis rate limiting protects the anonymous endpoint from basic abuse.

Verification

  • Rust formatting, check, and tests passed.
  • Frontend JavaScript syntax and whitespace checks passed.
  • Unit tests cover unsafe URL rejection and public IP filtering.

Known limits

The first instant probe runs from the default OpsProbe probe location only. Multi-region probing, anonymous result history, and one-click post-login conversion remain planned.