v4.8.5
honojs/honov4.8.5Jul 14, 2025by yusukebe
AI Summary
This is a patch release (v4.8.5) for the Hono web framework that addresses a single bug fix - adding Windows support for the serve-static middleware. The fix was contributed by maintainer @yusukebe in PR #3477.
Key Highlights
- Added Windows support for the serve-static middleware
- Patch release focusing on cross-platform compatibility
- Single fix merged from the community
New Features
- Windows compatibility for serve-static middleware
Full Release Notes
## What's Changed * fix(serve-static): support Windows by @yusukebe in https://github.com/honojs/hono/pull/3477 **Full Changelog**: https://github.com/honojs/hono/compare/v4.8.4...v4.8.5