Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 04 Jun 11:34
· 12 commits to main since this release

RailsAuditLog::Graphql 0.5.0

Added

  • forTenant: argument on auditLogEntry, auditLogEntries, and auditLogEntriesConnection — explicitly scope results to a tenant ID; overrides auto-tenant
  • Auto-tenant scoping — when RailsAuditLog.current_tenant is configured, all queries automatically filter to the current tenant without requiring an explicit argument
  • auditLogEntriesCount(event:, itemType:, since:) — new aggregation query returning the count of matching entries; respects auto-tenant