Skip to content

v0.2.2

Compare
Choose a tag to compare
@lukeed lukeed released this 16 Jan 06:43
· 151 commits to main since this release

Patches

  • Ensure asynchronous middleware functions are awaited: bf626a3, b53874a

    The previous while loop only waited for synchronous res.end or next() calls. If any Promise or Stream based middleware worked, it was purely by luck 😅

  • Update benchmark code & result sets: f8a65b8, f5b3701, 76a0a37