Audit log faceted search and dashboard audit logs page
This release adds faceted search to the audit logs API and introduces a new Audit Logs page to the organization dashboard.
Features
- Audit log faceted search #1982 - Added actor and action search facets to audit logs via a new
GET /rpc/auditlogs.listFacetsendpoint, with the existingGET /rpc/auditlogs.listendpoint updated to support filtering by actor and action. (Author: @disintegrator ) - Audit logs page in the organization dashboard #1985 - Introduced a new Audit Logs page to the organization dashboard, allowing users to view a history of actions taken within the organization. (Author: @disintegrator )
Bug fixes
- Fix mixed-case HTTP authentication scheme handling #1986 - Standardized OpenAPI HTTP authentication scheme casing so extraction and stored metadata function correctly across variants like
BearerandBasic. (Author: @disintegrator ) - Fix server filtering in logs page #1984 - Fixed server selection functionality in the dashboard logs page using exact server filtering. (Author: @tgmendes )