v4.11.9
honojs/honov4.11.9Feb 8, 2026by yusukebe
AI Summary
Bug fix release addressing URL fragment handling and rendering detection in the framework.
Key Highlights
- Fixed URL fragment identifiers being ignored in getPath()
- Fixed rendering detection using node.vC[0] instead of node.pP
New Features
- Bug fix: URL fragment handling in getPath()
- Bug fix: Rendering detection logic
Full Release Notes
## What's Changed * fix(url): ignore fragment identifiers in getPath() by @sano-suguru in https://github.com/honojs/hono/pull/4627 * fix: determine if rendered or not by `node.vC[0]` instead of referring to `node.pP` by @usualoma in https://github.com/honojs/hono/pull/4663 **Full Changelog**: https://github.com/honojs/hono/compare/v4.11.8...v4.11.9