Skip to main content

Data Protection – Updated

Added conditional retention tracking fields to DataDeletionProcessDto response.

Data deletion process queries now return additional information about which data protection regime and conditional retention rules were applied, including the regime ID, conditional retention description, and the conditions that were evaluated during offboarding.

Data Protection – Updated

Updated validation for ConditionalRetentionPeriods in DataProtectionRegime.

Enhanced validation rules for conditional retention periods when creating or updating data protection regimes.

Screening – Updated

Added validation in the receptor for the ScreenResponseDto to ensure that entities is not null. This is not a breaking change, because sending entities as null was silently failing before, but now we've improved the endpoint so it returns a 400 with the details of the error instead of silently failing down the line.

TM Observability – Changed

The response now includes rule_description. The alert_count field has been removed and replaced with total_alerts_received and unique_alerts_after_deduplication in the response for obervability rule execution API.

Data Protection – Updated

Added conditional retention periods support to Data Protection Regime query endpoints.

The overview endpoint now returns a boolean flag indicating whether a regime has conditional retention periods configured. The detailed endpoint returns the full list of conditional retention periods with their logic engine conditions.