# Hono v4.13.6 - Product: Hono (https://whatsnew.fyi/product/hono) - Vendor: Hono - Date: 2026-09-04 - Version: v4.13.6 - Original notes: https://github.com/honojs/hono/releases/tag/v4.13.6 - Permalink: https://whatsnew.fyi/product/hono/releases/v4.13.6 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Keep a param value of "index" in $url() and $path() - **fixed** — Normalize root WebSocket URLs - **fixed** — Allow symbol keys in Context get and set fallbacks - **changed** — Use forEach for consistent handler iteration in on-handler ##### 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 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