Changelog
What's new
Product updates, shipped roughly every two weeks.
Multi-region checks and OpenAPI 3.1 import
- NEW Run checks from 12 global regions simultaneously. Latency is reported per-region in the dashboard and API.
- NEW Import OpenAPI 3.1 specs directly. Endpoints, schemas, and examples are parsed into monitors automatically.
- IMPROVE Webhook delivery now retries with exponential backoff (3 attempts over 15 minutes).
- FIX Fixed an edge case where SSL expiry alerts fired repeatedly for wildcard certificates.
Dashboard performance and assertion builder
- IMPROVE Dashboard loads 40% faster on accounts with 100+ endpoints. Pagination and virtual scrolling for check history.
- NEW Visual assertion builder in the UI. Define status code, header, and JSON body assertions without writing JSON.
- FIX Resolved incorrect uptime calculation when maintenance windows overlapped with incidents.
Team roles and audit log
- NEW Role-based access control for Team plans. Assign Owner, Admin, or Viewer roles to team members.
- NEW Audit log tracks all configuration changes, alert acknowledgements, and API key rotations.
- IMPROVE PagerDuty integration now supports severity mapping based on assertion type.
Hotfix: check scheduler
- FIX Fixed a regression where 30-second interval checks could drift up to 45 seconds under high load.
- FIX API key rotation now properly invalidates the old key within 30 seconds (was up to 5 minutes).
ApiMirror v3 — auto-generated docs
- NEW Auto-generated API documentation from monitored traffic. Request/response schemas inferred from real data.
- NEW Public status pages. Share a branded status page with your users at status.your-domain.com.
- NEW GraphQL endpoint monitoring with introspection-based schema diffing.
- IMPROVE Completely redesigned dashboard with dark mode as default.
Slack integration v2 and maintenance windows
- NEW Slack integration rebuilt with Block Kit. Alerts include one-click acknowledge and check history sparkline.
- NEW Maintenance windows let you suppress alerts during scheduled deployments.
- IMPROVE Response time graphs now show p50, p95, and p99 percentiles.
JSON path assertions and bulk import
- NEW JSONPath assertions. Assert on deeply nested values using expressions like $.data[0].status.
- NEW Bulk import endpoints from CSV. Upload a file with URLs and check intervals.
- FIX Fixed timezone handling in daily summary emails for UTC+12 and above.
mTLS support and CI/CD checks
- NEW mTLS (mutual TLS) support. Upload client certificates for endpoints that require them.
- NEW GitHub Actions integration. Run API checks as part of your CI/CD pipeline and gate deployments on check results.
- IMPROVE Reduced global check latency overhead from ~120ms to ~30ms by deploying workers to 8 new edge locations.