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.
Added
subject/1 macro in Chronicle.Compliance to explicitly mark the GDPR data-subject field on a read model. Falls back to :id when not declared.
Changed
Chronicle.ReadModels.get_instance_by_id/3, get_instances/2, all/2, query/2, and get_snapshots_by_id/3 now apply client-side compliance decryption (via the Chronicle compliance Release endpoint) when the read model is backed by a reducer. Projection-backed models are unaffected — the server handles compliance for those.