v4.8.12
honojs/honov4.8.12Aug 2, 2025by yusukebe
AI Summary
This is a patch release (v4.8.12) for the Hono web framework that includes a single bug fix for the router to support the wildcard route pattern `/files/:name{.*}`. The fix was contributed by maintainer yusukebe and resolves an issue with wildcard path matching in file routes.
Key Highlights
- Fixed router support for wildcard route pattern `/files/:name{.*}`
- Resolved path matching issue for file route handlers
- Single bug fix release addressing router functionality
Full Release Notes
## What's Changed
* fix(router): support `/files/:name{.*}` by @yusukebe in https://github.com/honojs/hono/pull/4329
**Full Changelog**: https://github.com/honojs/hono/compare/v4.8.11...v4.8.12