Open adambuttrick opened 1 month ago
Per team discussion on 2024/10/15, we inherit errors from DataCite API responses such that when the old schema versions are deprecated on their side, we would pass along to the user. In terms of changing the current logic where we auto-convert to 4.5, we would need to investigate if or how this is shared between the UI and API and adjust accordingly.
Current state/issue
Desired state/solution
As of January 2025, DataCite will require that DOIs be registered and updated with schema version 4.0 or newer. We should therefore update EZID's DataCite configuration to prevent registration and updating of DOIs with schema versions older than 4.0. This involves the following changes:
For creating new DOIs:
For updating existing DOIs:
Related issues