Jun 18, 2025, 5:44 AM UTC

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

  • Updated: Add support for additional statuses on Request Data System action buttons.
  • Updated: Display the 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: Change the toggle-button input style in the UI.