New
v0.8.0: Bug Fixes
This release fixes two bugs:
- When parsing headers returned from a module, Wagi was assuming carriage returns were not included before newlines
- A unit test was hitting an endpoint whose behavior has changed, causing tests to fail
The first fix also fixes a bug with (Tiny)Go's net/http/cgi library (which inserts carriage returns).
shasum -a 256 wagi-v0.8.0-*
2d8fbb7478cba8990c4a042cdabe94067e9beb0b9239b2d7a3f939a7fa8f9ca9 wagi-v0.8.0-linux-aarch64.tar.gz
5ab2c8666b0a05e2d9ddc44676df63bd4f8002b997289ae1c6e3f3f31c14ddff wagi-v0.8.0-linux-amd64.tar.gz
6ca2673b5eac617f79c0093bb5a4afb1358eb161412e76c8669a9c07741eec8a wagi-v0.8.0-macos-amd64.tar.gz
7c5b5d0d87a49f88dae335198828b731a00c7371f630b0f4dd2760af9cbc89fc wagi-v0.8.0-windows-amd64.tar.gz
Changelog
- Release 0.8.0 54bb5c9a42e89771c9df8c8bbf956b0b857a0a63 (Matt Butcher)
- Ignore carriage returns in headers 2501e485c25366361c457ce9a56103d3dcee1cbe (Matt Butcher)
- Fixed test that is failing because of an expired SSL cert dd131e6ae1034c4f9d10858093d3ac62e3e25830 (Matt Butcher)