v4.9.11
honojs/honov4.9.11Oct 11, 2025by yusukebe
AI Summary
This is a minor patch release (v4.9.11) for Hono that fixes a type regression introduced in v4.9.8 and introduces the new PreparedRegExpRouter for improved regular expression routing performance. The release also welcomes a new contributor, @aadito123.
Key Highlights
- Fixed type regression from v4.9.8
- Introduced PreparedRegExpRouter for improved regex routing
- New contributor @aadito123 made their first contribution
New Features
- PreparedRegExpRouter - A new feature for the reg-exp-router that provides improved regular expression routing capabilities
Full Release Notes
## What's Changed * fix(types): fix 4.9.8 regression by @aadito123 in https://github.com/honojs/hono/pull/4448 * feat(reg-exp-router): Introduced PreparedRegExpRouter by @usualoma in https://github.com/honojs/hono/pull/1796 ## New Contributors * @aadito123 made their first contribution in https://github.com/honojs/hono/pull/4448 **Full Changelog**: https://github.com/honojs/hono/compare/v4.9.10...v4.9.11