Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent new versions from being uploaded with the same semver as a previously deleted version #46

Open
budak7273 opened this issue Feb 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@budak7273
Copy link
Member

budak7273 commented Feb 11, 2024

There have been multiple occasions on which mod developers delete a version upload to fix something and then upload a new version with the same semver. They end up with different version uuids on the backend, but this breaks the Mod Manager for all users who got a copy of the deleted version in the mean time, since it only cares about mod version semvers. We can avoid this issue (and help enforce proper versioning) by ensuring that new uploads can't share a semver with deleted mod versions.

@budak7273 budak7273 converted this from a draft issue Feb 11, 2024
@budak7273 budak7273 added the bug Something isn't working label Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant