You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EZID currently allows registration and updating of DataCite DOIs using schema versions older than 4.0.
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:
API: Reject and report an error when receiving 2.x or 3.x schema records
API: Accept and create 4.x schema records as normal
For updating existing DOIs:
API: Reject and report an error when receiving 2.x or 3.x schema records
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
The text was updated successfully, but these errors were encountered: