Skip to content

Wagi v0.3, now even MORE like CGI!

Compare
Choose a tag to compare
@technosophos technosophos released this 26 Aug 19:29
· 90 commits to main since this release
59d1b97

This release fixes a number of bugs in the CGI implementation, and also refactors some of the internals to be more manageable.

It is recommended that all Wagi users upgrade.

Checksums

$ shasum *.tar.gz
6a79d8e1c34295e367a85b263ed63c2259197a8b  wagi-v0.3.0-linux-amd64.tar.gz
c516bfd79d29c0ef14d52dc017c12e75460327ee  wagi-v0.3.0-macos-amd64.tar.gz
72e15a43f5d4eeec9fc345a439a65dd5977c44e2  wagi-v0.3.0-windows-amd64.tar.gz

Changelog

  • Fixe PATH_TRANSLATED and PATH_INFO 47b368d (Matt Butcher)
  • in the fray, I forgot to fix the initial bug with SCRIPT_NAME. 88e8053 (Matt Butcher)
  • fixes to bring this up to CGI/1.1 specification beaf6e2 (Matt Butcher)
  • fix SCRIPT_NAME to not disclose location on disk cca9620 (Matt Butcher)
  • Fixed SERVER_PROTOCOL to return HTTP version 4904f77 (Matt Butcher)
  • Nitishm/enhancement/42/module config concurrency param (#107) b0e3402 (Nitish Malhotra)
  • Address review comments 10301fa (Nitish Malhotra)
  • fix(examples): Fixes example bindle invoice dece80c (Taylor Thomas)
  • Add .vscode config dirs to gitignore 6a2547f (Nitish Malhotra)
  • Cleanup comments based on review 82cdd26 (Nitish Malhotra)
  • Switch from ctor to inline instantiation 788a3e0 (Nitish Malhotra)
  • Rename ModuleInfo to RouterInfo b3765f8 (Nitish Malhotra)
  • Created a moduleinfo struct to shorten execute signature/params 65bd275 (Nitish Malhotra)
  • Fix typo in --bindle-path help text (#105) f97c804 (itowlson)
  • revert PR 97 and add some inline docs b64cbcf (Matt Butcher)
  • Updated a bunch of things related to WAGI releases 2f3c199 (Matt Butcher)
  • Bumped version to 0.2.0 346e674 (Matt Butcher)