Skip to content

update to spin:up@4.1.0 worlds - #159

Merged
dicej merged 1 commit into
spinframework:mainfrom
dicej:spin-4.1.0-update
Sep 15, 2026
Merged

dicej merged 1 commit into
spinframework:mainfrom
dicej:spin-4.1.0-update

Conversation

@dicej

@dicej dicej commented Sep 12, 2026

Copy link
Copy Markdown
Collaborator
  • 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 #157

@dicej
dicej requested a review from karthik2804 September 12, 2026 14:17
@dicej
dicej force-pushed the spin-4.1.0-update branch 4 times, most recently from 12477e0 to 47658dc Compare September 14, 2026 14:35
@michelleN michelleN moved this to In progress in Spin 4.2 Sep 14, 2026
Comment thread src/spin_sdk/wit/deps/spin-llm@3.0.0.wit Outdated
- 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>

@karthik2804 karthik2804 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

with:
# TODO: Switch to Spin 4.0 when it's available
version: "canary"
version: "v4.1.0"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@dicej
dicej merged commit 2d26a49 into spinframework:main Sep 15, 2026
2 checks passed
@github-project-automation github-project-automation Bot moved this from In progress to Done in Spin 4.2 Sep 15, 2026
@dicej
dicej deleted the spin-4.1.0-update branch September 15, 2026 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

MySQL async

3 participants