Skip to content

v0.13.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Mar 23:58
· 231 commits to main since this release
v0.13.0
a42715e

What's Changed

This release contains a performance improvement from running ahead-of-time (AOT) compiled Spin applications. Applications are now compiled on their first run, and all subsequent runs use the AOT compiled assets. It also pulls in updates in runwasi to send content to the containerd store in chunks, enabling support for larger Spin apps (greater than 16 MB).

Known Limitations

  • runwasi streams content in 15MB chunks. This means, you cannot run larger Spin applications with the shim if you've configured containerd to have a smaller gRPC max message (max_send_message_size).

Full Changelog: v0.12.0...v0.13.0