Upload new loader versions to CDN & serve links to users - #83
Open
dankmeme01 wants to merge 4 commits into
Open
Conversation
dankmeme01
marked this pull request as draft
July 21, 2026 21:37
dankmeme01
force-pushed
the
store-loader-in-r2
branch
from
August 8, 2026 19:26
fc1e24c to
631bbe9
Compare
dankmeme01
marked this pull request as ready for review
August 8, 2026 19:28
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note: this has not been tested client-side and the appropriate client PR has not yet been made. We want to release the client-side update strictly after this is deployed.
It has however been tested on its own (migration of old versions + manually triggered upload of a new Geode version) and should work and be backwards compatible with old clients, who will keep using hardcoded GitHub links based on the tag.
Almost all existing versions are migrated gracefully except one -
2.0.0-beta.4is missing macOS so it's skipped. Since iOS support was added somewhere in the middle of v4, versions that lack iOS binaries are still migrated but with iOS being skipped if not found. If any other platform is not found, the given loader version is skipped entirely instead.