Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 879 Bytes

File metadata and controls

26 lines (21 loc) · 879 Bytes

Changelog

v0.3.0

  • Allow host apps to register custom probe types via config.probe_types.register (#42)
  • Make probe result stale cleanup thresholds configurable (#44)
  • Add configurable alert severity per probe (#35)
  • Retain probe failures for 30 days with a 20,000 cap (#38)
  • Add clickable uptime days to filter probe results by date (#39)
  • Allow connection reuse for proxied HTTP requests (#34)
  • Add Solid Queue setup to install generator (#29)
  • Fix links on uptime page
  • Fix session fixation on login

v0.2.0

Initial open source release.

  • Playwright, HTTP, SMTP, and Traceroute probes
  • Multi-site support with staggered scheduling
  • Uptime and probe status dashboards
  • Prometheus metrics and AlertManager integration
  • OpenTelemetry tracing and logging
  • OmniAuth authentication with OIDC support
  • Kamal deployment templates
  • Rails install generator