Audit logs API
This release introduces the audit logs API service, enabling tracking and recording of audit events across Gram services with new URN types to represent various subjects.
Features
- Audit logs API service #1944 - Introduced the audit logs API service and supplementary code to start recording audit logs across services, including new URN types to represent various subjects in Gram. (Author: @disintegrator )
Bug fixes
- Fix hardcoded org slugs in MCP log URLs #1936 - Replaced hardcoded org slugs in MCP URLs for the built-in MCP logs server. (Author: @simplesagar )
- Fix CLI release signing #1945 - Fixed CLI release signing by switching to cosign v3 bundle format and migrating to Ubuntu runner. (Author: @adaam2 )