v4.11.6
honojs/honov4.11.6Jan 26, 2026by yusukebe
AI Summary
Refactoring and feature release with improved typing, SSE handling, and Bun server integration.
Key Highlights
- Refactored to use unique symbols for more accurate typing
- Fixed SSE handling of \r and \r\n line endings in writeSSE
- Added getBunServer export for Bun runtime
New Features
- New export: getBunServer from hono/bun
- Bug fix: SSE line ending handling
- Type refactoring with unique symbols
Full Release Notes
## What's Changed * refactor: use `unique symbol` for more accurate typing. by @usualoma in https://github.com/honojs/hono/pull/4651 * docs: align CODE_OF_CONDUCT.md wording with Contributor Covenant by @sano-suguru in https://github.com/honojs/hono/pull/4630 * fix(sse): handle `\r` and `\r\n` line endings in writeSSE by @AprilNEA in https://github.com/honojs/hono/pull/4644 * feat(bun): export getBunServer by @artemtam in https://github.com/honojs/hono/pull/4626 ## New Contributors * @sano-suguru made their first contribution in https://github.com/honojs/hono/pull/4630 * @AprilNEA made their first contribution in https://github.com/honojs/hono/pull/4644 * @artemtam made their first contribution in https://github.com/honojs/hono/pull/4626 **Full Changelog**: https://github.com/honojs/hono/compare/v4.11.5...v4.11.6