You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
ComplianceMetadataType is now a string instead of a Guid; the built-in PII type is simply "PII".
Fixed
Personally Identifiable Information is now decrypted on every path that returns a read model or events — including getInstanceById (immediate projections and stored read models) and read model snapshots.
Encrypting a batch of events that contained several PII events for the same subject could overwrite the subject's encryption key and leave earlier events undecryptable; concurrent encryptions for a subject now share a single key.