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

Send max prerelease version separately #352

Merged
merged 1 commit into from
Dec 7, 2024

Conversation

HebaruSan
Copy link
Member

Motivation

Currently multi-hosted mods with single-hosted prereleases end up with Out-of-order version found on unreliable server inflation errors because the version on the host without the prerelease is less than the prerelease.

Changes

Now the HighestVersion message attribute reflects non-prereleases only, which will resolve these inflation errors while temporarily opening a new potential functional issue where out-of-order prerelease versions might not be caught.

A new HighestVersionPrerelease message attribute now contains the highest version number of a prerelease for the given mod. A subsequent update in the Inflator will use this attribute to address the above gap. This PR will not be merged until that one is ready.

@HebaruSan HebaruSan added Enhancement New feature or request Webhooks Listens for notifications and triggers actions via queues Scheduler Adds netkans to the queue to be inflated In Progress labels Dec 6, 2024
@HebaruSan HebaruSan merged commit 9f4d0a1 into KSP-CKAN:master Dec 7, 2024
3 checks passed
@HebaruSan HebaruSan deleted the fix/max-prerelease branch December 7, 2024 00:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request In Progress Scheduler Adds netkans to the queue to be inflated Webhooks Listens for notifications and triggers actions via queues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant