Jun 18, 2025, 5:44 AM UTC

Local time: Jun 18, 2025, 5:44 AM UTC

  • Updated: Added support for additional statuses on Request Data Silo action buttons.
  • Updated: Displayed request completion time in the Incoming Requests table.
  • Updated: Allow restricting file types for manual Data Subject Request file uploads:
    mutation UpdateOrCreateDataPoint($input: UpdateOrCreateDataPointInput!) {
      updateOrCreateDataPoint(input: $input) {
        dataPoint {
          allowedMimeTypes
        }
      }
    }
    
  • Updated: Changed toggle-button input style in the UI.