November 2025
Who this is for
Admins and developers tracking monthly changes.
Goal
Understand what changed in November 2025 and how it affects setup.
Prereqs
- None
Success criteria
You can identify relevant changes and update your workflows if needed.
Highlights
Dashboard
- Real-time dashboard updates via WebSockets — Introduced a WebSocket channel backed by a Durable Object so dashboards can receive live update events (for example, provisioning activity) without page refresh, enabling more responsive admin workflows.
Identity management
- Identity detail shows assigned resources and involvement — Expanded identity views and APIs to include per-identity assigned resources (with provisioning/revocation metadata) and an Involvement summary counting open requests, tickets, resource responsibilities, and provisioning tasks to help admins assess impact before changing or disabling an account.
Security
- Service account API keys for programmatic access — Added API keys as a first-class authentication method for service accounts, including create/list/revoke capabilities with optional expirations, enabling secure programmatic access to the Owlie API.
Example
Review this month's changes before enabling a new workflow in production.
Troubleshooting
- If a feature is missing, check later release notes.
Next steps
- /release-notes
- /implement