Skip to content

Release v15.33.3

Choose a tag to compare

@github-actions github-actions released this 05 Jun 16:59
4fa9c37

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.