Skip to content

Release v0.3.2

Choose a tag to compare

@github-actions github-actions released this 05 Jun 20:49
4687638

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.