Release v16.24.1
Summary
A [PII] value sitting alongside a geospatial value made compliance handling fail — the append was rejected and the projection partition stalled, so the read model never caught up.
Fixed
- Applying or releasing compliance no longer fails with
CompliancePropertyNotFoundInSchemawhen a read model or event carries a[PII]value alongside a geospatialPoint,LineStringorPolygon; the geospatial value is left in the clear (#3673)
Changed
- Geospatial documentation now describes the JSON schema Chronicle emits — a leaf carrying only its format, with GeoJSON on the wire — and records that marking a geospatial value
[PII]is not supported, since an erased subject cannot be materialized back into one (#3673)