v0.13.0
Pre-release
Pre-release
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).
- Precompilation support. by @radu-matei in #32
- chore(*): bump version to v0.13.0 by @kate-goldenring in #38
Known Limitations
runwasi
streams content in 15MB chunks. This means, you cannot run larger Spin applications with the shim if you've configuredcontainerd
to have a smaller gRPC max message (max_send_message_size
).
Full Changelog: v0.12.0...v0.13.0