Public releases: engine zip fetched on first use, no download gate - #5
Merged
Conversation
The release bucket caps an object at 50 MB, so the engine ships as the Simantic.Core publish directory and the runtime separately (cli#138). They are laid out exactly as before — <version>/ and <version>/dotnet/ — so engine discovery and runtime loading are unchanged.
No signed URLs, no token on release requests, no fail-closed check: the manifest and artifacts are public, versioned objects verified by checksum. Engine auto-fetch therefore needs no account; `simantic auth` remains for resolving MCU models by name.
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.
Companion to simantic-dev/simantic-cli#138 and simantic-dev/supabase#38.
engine-<rid>.zip(Simantic.Core publish dir + privatedotnet/runtime) from thesimrelease manifest, unpacked to~/.simantic/engine/<version>/. Zip rather than tar.gz because thereleasesbucket acceptsapplication/zipand JSON only (the v0.5.4 gzip upload was rejected; size was not the issue — larger sim zips upload fine).Sim()auto-fetches the engine right afterpip install. Checksums from the manifest are the trust.simantic authremains for resolving MCU models by name (mcu=).The withdrawn v0.2.0 tag is re-cut after this merges and a sim release carries
engine-<rid>.