Add new hook exportIds
Because of GDPR rules we have to save information that some data were exported. Current hook https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_export/ is not enough because it returns data without id columns. It's hard to implement any sophisticated feature without id of objects.
One of such example you can find here https://github.com/veda-consulting/uk.co.vedaconsulting.gdpr/issues/157
The solution is new type of hook:
CRM_Utils_Hook::exportIds($ids, $componentTable, $exportMode);