·
1 commit
to main
since this release
Immutable
release. Only release title and notes can be modified.
0.33.0
Released 2026-06-09
Changed
- wasip3 upgraded from 0.5.0 to 0.6.0 — resolves a
wit-bindgenmismatch betweenwasi-messagingandwasi-httpthat caused a guest deadlock when making outbound HTTP calls from a messaging handler. The mismatch meant thebody_writerspawned by wasip3 landed in a differentSPAWNEDqueue 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
- Bump to 0.31.0 by @github-actions[bot] in #192
- Circuit breaker and retry support in wasi-http by @karthik-phl in #193
- Upgraded to Rust 1.95 and updated rusqlite to fix audit issues by @karthik-phl in #194
- Minor orm deduplications by @andrewweston in #195
- Remove wasi-http resiliency constructs by @karthik-phl in #196
- Bump to 0.33.0 by @augentic-releases[bot] in #197
- Updated supply chain for 0.33 release by @karthik-phl in #198
- Updated wasip3 to resolve guest deadlock by @karthik-phl in #199
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.