Skip to content

Release v16.29.1

Choose a tag to compare

@github-actions github-actions released this 13 Aug 12:35
0c70952

Fixed

  • IReadModels.GetInstances<TReadModel>() now releases (decrypts) [PII]-protected values for materialized (sink-backed projection) read models, matching GetInstanceById<TReadModel> and the reducer/passive branch of GetInstances. Previously, calling GetInstances on a projected read model with PII properties returned ciphertext silently. (#3703)