Skip to content

core: v2.0.0

Choose a tag to compare

@arobson arobson released this 29 Aug 20:06
128eaff

2.0.0 (2026-08-29)

⚠ BREAKING CHANGES

  • core: InternalClaims.organizationId (an optional single id) is replaced by organizationMemberships: Array<{ organizationId, roles }>. An account can belong to more than one organization, each conferring its own independent role list (ADR 0100) -- callers must look up the relevant entry in the array instead of comparing against a single flat id. Always present (empty array), matching roles/ permissions' existing convention.

Features

  • core: InternalClaims.organizationMemberships replaces organizationId (b8028fa)