Release notes
OpsProbe v0.3.0: workspace audit logs.
Released on August 12, 2026, v0.3.0 adds durable audit history for manual incident response actions in the console.
Quick answer
OpsProbe now records who acknowledged or muted incidents, when the action happened, and which site or incident was affected.
What changed
- Added durable workspace audit events.
- Recorded incident acknowledgement and mute actions with actor and timestamp.
- Added an Audit menu in the console.
- Added a workspace audit events API endpoint.
API and schema
`GET /v1/mvp/workspaces/:workspace_id/audit-events` lists recent audit events. The new `audit_events` table stores workspace, actor, action, resource, summary, metadata, and creation time.
Verification
- Release checks passed for v0.3.0.
- Frontend JavaScript syntax check passed.
- Rust formatting, build, and unit tests passed.
- Migration path is idempotent.
Known limits
The preview audit log records acknowledgement and mute actions first. Site configuration changes, member changes, and billing events are planned future audit sources.