v26.4.8-rc.9
Pre-release
Pre-release
What's Changed (v26.4.8-rc.8 -> v26.4.8-rc.9)
✨ Features
Scoped Audit Log
Introduced an audit-log capability that surfaces activity history in context across the app. Built on a shared BAIAuditLogNodes table and a preloaded ScopedAuditLog view (with filtering and refresh), audit-log tabs were added to the session, deployment, and VFolder detail pages. The Folder Explorer was reworked into a tabbed, resizable layout to host its VFolder-scoped tab.
- FR-2949: add AuditLogTable component spec by @nowgnuesLee in #7550
- FR-3032: add BAIAuditLogNodes common audit-log table to BUI by @nowgnuesLee in #7699
- FR-3033: add ScopedAuditLog preloaded audit-log view (filter + refresh) by @nowgnuesLee in #7703
- FR-3041: add session-scoped audit log tab to session detail view by @nowgnuesLee in #7720
- FR-3044: add deployment-scoped audit log tab to deployment detail page by @nowgnuesLee in #7729
- FR-3046: tabify Folder Explorer and add VFolder-scoped audit log tab by @nowgnuesLee in #7735, split Folder Explorer into resizable panels and refine audit log filter by @yomybaby in #7809
Development Tooling
Added a Content Security Policy to the dev server, enabled by default. Set VITE_DEV_CSP=off to opt out during local development.
Full Changelog: v26.4.8-rc.8...v26.4.8-rc.9