Skip to content

Release v0.33.0

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jun 22:14
· 1 commit to main since this release
Immutable release. Only release title and notes can be modified.
7207bf0

0.33.0

Released 2026-06-09

Changed

  • wasip3 upgraded from 0.5.0 to 0.6.0 — resolves a wit-bindgen mismatch between wasi-messaging and wasi-http that caused a guest deadlock when making outbound HTTP calls from a messaging handler. The mismatch meant the body_writer spawned by wasip3 landed in a different SPAWNED queue than the active executor.
  • wasmtime and related crates (wasmtime-wasi, wasmtime-wasi-config, wasmtime-wasi-http, wasmtime-wasi-io) upgraded from 45.0.0 to 45.0.1.
  • Other minor dependency updates.
  • The messaging example now exercises outbound HTTP from within a messaging handler, validating the deadlock fix end-to-end.

What's Changed

New Contributors

  • @augentic-releases[bot] made their first contribution in #197

Full Changelog: v0.31.0...v0.33.0


Release notes for previous releases can be found on the respective release
branches of the repository.