v4.13.6
honojs/honov4.13.6Sep 4, 2026by yusukebe
AI Summary
This release focuses on bug fixes and internal improvements. It addresses issues with URL parameter handling in client methods, normalizes WebSocket root URLs, and improves type safety for symbol keys in the Context object. Additionally, it refactors handler iteration logic for consistency.
Key Highlights
- Fixed `$url()` and `$path()` to correctly preserve 'index' parameters.
- Normalized root WebSocket URLs to prevent potential connection issues.
- Enhanced type safety by allowing symbol keys in Context `get` and `set` fallbacks.
- Refactored handler iteration logic to use `forEach` for consistency.
Full Release Notes
## What's Changed * fix(client): keep a param value of "index" in $url() and $path() in https://github.com/honojs/hono/pull/5297 * fix(client): normalize root WebSocket URLs in https://github.com/honojs/hono/pull/5291 * fix(types): allow symbol keys in Context<any> get and set fallbacks in https://github.com/honojs/hono/pull/5300 * chore: bump `editorconfig-checker` in https://github.com/honojs/hono/pull/5336 * refactor(on-handler): use forEach for consistent handler iteration in https://github.com/honojs/hono/pull/5326 **Full Changelog**: https://github.com/honojs/hono/compare/v4.13.5...v4.13.6