Sourced from @hono/node-server's
releases.
v1.19.10
Security Fix
Fixed an authorization bypass in Serve Static Middleware caused by inconsistent URL decoding (
%2Fhandling) between the router and static file resolution. Users of Serve Static Middleware are encouraged to upgrade to this version.See GHSA-wc8c-qw6v-h7f6 for details.
v1.19.9
What's Changed
- fix(globals): Stop overwriting global.fetch by
@usualomain honojs/node-server#295Full Changelog: https://github.com/honojs/node-server/compare/v1.19.8...v1.19.9
v1.19.8
What's Changed
- docs: add guide for listening to UNIX domain socket by
@TransparentLCin honojs/node-server#292- fix(serve-static): Use Readable.toWeb in serveStatic by
@otya128in honojs/node-server#293New Contributors
@TransparentLCmade their first contribution in honojs/node-server#292@otya128made their first contribution in honojs/node-server#293Full Changelog: https://github.com/honojs/node-server/compare/v1.19.7...v1.19.8
2f8ca36
1.19.10455015b
Merge commit from forkcc05c48
chore: add benchmark for comparing with npm and local (dev) (#305)58c4412
chore: Adding LICENSE file with MIT license referenced in README.md (#297)b1daa4c
docs(readme): add @usualoma as an
author (#300)26f5e89
1.19.92d729e7
fix(globals): Stop overwriting global.fetch (#295)9b72ddf
1.19.80b1229e
fix(serve-static): Use Readable.toWeb in serveStatic (#293)76d80e6
docs: add guide for listening to UNIX domain socket (#292)