This is largely a maintenance release. The upgrades to wasmtime
and wit-bindgen
in #574 caused compatibility issues for people trying to use Spin compiled from main
; this release should help with some of those issues. Additionally we have some nice bug fixes and quality of life improvements, but no major new features.
What's Changed
- Update templates to 0.3 SDKs by @itowlson in #588
- ci: support automatically release checksums and binaries by @Xunzhuo in #496
- update "deploy to hippo" documentation by @bacongobbler in #560
- ref(deploy): add correct scheme to routes by @michelleN in #592
- Link to discord community in badge, mention in readme by @joepio in #597
- docs(release-process.md): updates by @vdice in #586
- Fix Discord server link in README by @kaihoffman in #600
- fix(deploy): use absolute path to load component source by @FrankYang0529 in #593
- Check hippo health by @FrankYang0529 in #594
- Warn if Bindle or Hippo not responding by @itowlson in #596
- sdk: Log Err results by @ecumene in #606
- chore!: update
wasmtime
andwit-bindgen
dependencies by @dicej in #574 - chore: remove unneeded explicit lifetime by @dicej in #613
- Retain context of deploy push errors by @itowlson in #601
- doc(quickstart): specify tag in
git clone
command by @dicej in #616 - Spin go sdk error return statement for nil request by @elewis787 in #612
- fix(sdk/go): tinygo v0.24.0 by @adamreese in #625
- Add deploy integration test by @FrankYang0529 in #607
- chore(*): v0.4.0 pre-release bumps by @lann in #627
New Contributors
- @Xunzhuo made their first contribution in #496
- @kaihoffman made their first contribution in #600
- @FrankYang0529 made their first contribution in #593
- @elewis787 made their first contribution in #612
Full Changelog: v0.3.0...v0.4.0