update to spin:up@4.1.0 worlds - #159
Merged
Merged
Conversation
dicej
force-pushed
the
spin-4.1.0-update
branch
4 times, most recently
from
September 14, 2026 14:35
12477e0 to
47658dc
Compare
karthik2804
reviewed
Sep 15, 2026
- update WIT files and regenerate bindings - update handwritten code to target WASI 0.3.0 interfaces - update mysql bindings to use new async interface - bump componentize-py version to v0.25.1 - bump version to v5.0.0 Fixes spinframework#157 Signed-off-by: Joel Dice <joel.dice@akamai.com>
dicej
force-pushed
the
spin-4.1.0-update
branch
from
September 15, 2026 13:24
47658dc to
a4abb83
Compare
karthik2804
approved these changes
Sep 15, 2026
| with: | ||
| # TODO: Switch to Spin 4.0 when it's available | ||
| version: "canary" | ||
| version: "v4.1.0" |
Contributor
There was a problem hiding this comment.
I think we can remove this as without a version specified, it will download the latest version and we do not have to update it with every spin release.
Collaborator
Author
There was a problem hiding this comment.
True, but I'd prefer to avoid dependencies like this changing from one CI run to the next; it makes things less deterministic and predictable.
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.
Fixes #157