v4.8.9
honojs/honov4.8.9Jul 26, 2025by yusukebe
AI Summary
This is a patch release (v4.8.9) for the Hono web framework that fixes an issue with the `c.redirect` method to properly handle `isByteString`. The fix was contributed by the maintainer @yusukebe in PR #4307.
Key Highlights
- Fixed `c.redirect` to properly use `isByteString` for byte string handling
- Bug fix release addressing redirect behavior
- Single PR merged between v4.8.8 and v4.8.9
Full Release Notes
## What's Changed * fix(context): use `isByteString` in `c.redirect` by @yusukebe in https://github.com/honojs/hono/pull/4307 **Full Changelog**: https://github.com/honojs/hono/compare/v4.8.8...v4.8.9