v4.12.24
honojs/honov4.12.24Jun 8, 2026by yusukebe
AI Summary
This is a minor patch release focusing on bug fixes and improvements. Key changes include fixes to the IP address utility for proper IPv6 address handling, improved error messaging in bearer-auth middleware, and various configuration cleanup items.
Key Highlights
- Fixed utils/ipaddr to properly expand '::' to eight zero groups for IPv6 addresses
- Fixed utils/ipaddr to render unspecified address binary as '::'
- Improved bearer-auth error message to mention verifyToken in missing-options
- Cleaned up config files (trailing commas, stale excludes, typesVersions gaps, jsr paths)
- Removed @types/glob dependency
Full Release Notes
## What's Changed * docs(contribution): simplifyAI Usage Policy by @yusukebe in https://github.com/honojs/hono/pull/4972 * chore: remove @types/glob by @rtritto in https://github.com/honojs/hono/pull/4978 * fix(bearer-auth): mention verifyToken in missing-options error message by @tan7vir in https://github.com/honojs/hono/pull/4987 * refactor(language): Test/improve tests on languages middleware by @iNeoO in https://github.com/honojs/hono/pull/4980 * fix(utils/ipaddr): expand "::" to eight zero groups by @youcefzemmar in https://github.com/honojs/hono/pull/4973 * fix: clean up config files trailing comma, stale excludes, typesVersions gaps, jsr paths by @Mohammad-Faiz-Cloud-Engineer in https://github.com/honojs/hono/pull/4982 * refactor(timing): Test/add test for middleware timing by @iNeoO in https://github.com/honojs/hono/pull/4991 * fix(utils/ipaddr): render the unspecified address binary as "::" by @sarathfrancis90 in https://github.com/honojs/hono/pull/4998 **Full Changelog**: https://github.com/honojs/hono/compare/v4.12.23...v4.12.24