Local policy-limits cache now tracks which account is logged in and reacts to account switches
The local cache that stores policy limits (rate-limit and compliance restrictions tied to your account) now tracks the identity, or "principal," of the credential you're using. It watches for the active credential changing, for example if you switch accounts or log in again, and re-polls or reloads the cached policy verdict when that happens, rather than potentially keeping a stale verdict from the previous account.
This avoids a situation where switching accounts or logging in as someone else could leave stale rate-limit or compliance information from the previous account in effect.