v4.6.17
honojs/honov4.6.17Jan 18, 2025by yusukebe
AI Summary
This is a patch release (v4.6.17) for the Hono web framework focusing on bug fixes and performance improvements. Key changes include fixing the compress middleware to not compress server-sent events, reducing code size for createMiddleware, and using WebWorkers for better build performance.
Key Highlights
- Fixed compress middleware to not compress server-sent events (SSE)
- Reduced code size of createMiddleware in helper/factory
- Implemented WebWorker for removing private fields during build for better performance
- Two new contributors made their first contributions to the project
Full Release Notes
## What's Changed * fix(helper/factory): Reduce the code size of createMiddleware by @miyaji255 in https://github.com/honojs/hono/pull/3824 * fix(compress): don't compress server-sent events by @dmitri-gb in https://github.com/honojs/hono/pull/3833 * perf(build): Use WebWorker when removing private fields by @miyaji255 in https://github.com/honojs/hono/pull/3821 * chore: deleted mistake comments by @EdamAme-x in https://github.com/honojs/hono/pull/3835 ## New Contributors * @miyaji255 made their first contribution in https://github.com/honojs/hono/pull/3824 * @dmitri-gb made their first contribution in https://github.com/honojs/hono/pull/3833 **Full Changelog**: https://github.com/honojs/hono/compare/v4.6.16...v4.6.17