Appearance
Changelog
Integrator-facing changes to the public API and documentation. For product UI changes, see the Exhale app release notes (when published).
2026-08-07
Added
- Versioned public API — Canonical routes under
/v1(for exampleGET /v1/pulses,POST /v1/webhooks/pagerduty). Unversioned paths remain as compatibility aliases. See API versioning. - Public OpenAPI on this site now lists
/v1/...paths only. - This changelog page.
Notes
- Existing customers and the Exhale SPA continue to work on unversioned paths; prefer
/v1for new integrations. - Webhook signing and auth rules are unchanged; only the path prefix is new for the versioned mount.
Earlier
Public integrator docs (VitePress), OpenAPI enrichment, and tenant API credentials shipped before this changelog existed. See Overview and API reference.