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
When importing a ZIP file, we should read the Manifest file and fail if the version we find in there is incompatible. This means that for the v2 endpoint, the ZIP must be Registry 2.x. But for the v3 import endpoint, the ZIP file must be from Registry 3.x.
Note: I suggest we do this after we implement this:
When importing a ZIP file, we should read the Manifest file and fail if the version we find in there is incompatible. This means that for the v2 endpoint, the ZIP must be Registry 2.x. But for the v3 import endpoint, the ZIP file must be from Registry 3.x.
Note: I suggest we do this after we implement this:
The text was updated successfully, but these errors were encountered: