OP OpsProbe

Release notes

OpsProbe v0.2.5: DNS and SSL monitoring.

Released on August 2, 2026, v0.2.5 turns DNS resolution and SSL certificate checks into real scheduled monitors.

Release date August 2, 2026 Version v0.2.5 Type patch

Quick answer

OpsProbe v0.2.5 adds live DNS and SSL monitor execution. Verified websites now receive HTTP, DNS, and SSL monitors, and Monitor Cockpit shows those signals as real states instead of planned placeholders.

What changed

  • Added `dns` and `ssl` monitor types.
  • Verified websites now receive HTTP, DNS, and SSL monitors by default.
  • Existing verified websites can be backfilled through the v0.2.5 migration.
  • The worker now runs DNS lookup probes and SSL handshake/certificate checks.
  • Monitor Cockpit uses real DNS and SSL monitor status in the signal matrix.

API and schema

`POST /v1/mvp/sites/:site_id/monitors` now accepts `http`, `dns`, and `ssl`. The migration `005_basic_dns_ssl_monitors.sql` adds a unique monitor profile index and backfills DNS/SSL monitor rows for verified sites.

Known limits

SSL certificate days remaining is not yet stored as a dedicated structured field. DNS and SSL currently use the default probe region. Port, business-flow, AI analysis, alert delivery, audit logs, team roles, usage limits, and billing are still planned.