Skip to content

Releases: http-wasm/http-wasm-host-go

v0.6.0

22 Feb 07:16
9a237f7
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.5.2...v0.6.0

v0.5.2

28 Nov 20:58
6e96a18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.5.2

v0.5.1

04 Jun 11:40
825cfd6
Compare
Choose a tag to compare

http-wasm-host-go v0.5.1 fixes a state bug in the response handler, thanks to @Taction. This also updates wazero to 1.2.0.

v0.5.0

23 May 18:21
88a400f
Compare
Choose a tag to compare

http-wasm-host-go v0.5.0 fixes a request context correlation bug reported by @Taction. It also exposes handler.UnimplementedHost for easier test fixtures.

v0.4.1

25 Mar 11:00
ff09bf6
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

v0.4.1 updates to the final version of wazero, which means its only dependency is stable.

v0.2.0

01 Dec 02:59
7dc6930
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • adds handlertest package for verifying behavior across different implementations
  • updates to wazero 1.0.0-pre.4