Releases: http-wasm/http-wasm-host-go
Releases · http-wasm/http-wasm-host-go
Version 0.7.0
This release includes one important memory leak (really good debugging thanks to @ttys3) and also upgrades wazero to 1.8 as well as support for go 1.22 and 1.23
What's Changed
- Verify if wasip1 was already instantiate in runtime by @juliens in #85
- fix: fix wasm middleware guest module instance memory leak issue by @ttys3 in #86
- chore: upgrades CI to support 1.23 by @jcchavezs in #89
- fix: moves the finalizer to guest creation. by @jcchavezs in #91
New Contributors
Full Changelog: v0.6.0...v0.7.0
v0.6.0
v0.5.2 should have been a minor as it was introducing a new feature. This is a new release including a fix and we make it a minor instead of a patch to compensate the mistake in v0.5.2.
What's Changed
- fix: fixes parameter names. by @jcchavezs in #83
New Contributors
- @jcchavezs made their first contribution in #83
Full Changelog: v0.5.2...v0.6.0
v0.5.2
What's Changed
- fix incorrect url by @Taction in #76
- RATIONALE: adds notes on pinning by @codefromthecrypt in #78
- In success cases, fix the return value to send 'next' as true by @vikaschoudhary16 in #80
- update CI versions by @zetaab in #81
- Add SourceAddr support by @zetaab in #82
New Contributors
- @vikaschoudhary16 made their first contribution in #80
- @zetaab made their first contribution in #81
Full Changelog: v0.5.1...v0.5.2
v0.5.1
v0.5.0
v0.4.1
v0.4.1 updates to the final version of wazero, which means its only dependency is stable.
v0.2.0
- adds
handlertest
package for verifying behavior across different implementations - updates to wazero 1.0.0-pre.4