What's new

Product updates, shipped roughly every two weeks.

v3.2.0 January 15, 2025

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.
v3.1.2 December 3, 2024

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.
v3.1.0 October 22, 2024

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.
v3.0.1 September 5, 2024

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).
v3.0.0 August 14, 2024

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.
v2.8.0 June 10, 2024

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.
v2.7.1 April 18, 2024

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.
v2.6.0 February 28, 2024

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.