v4.8.6

honojs/honov4.8.6Jul 25, 2025by yusukebe

AI Summary

This is a minor patch release (v4.8.6) of the Hono web framework that includes a performance optimization for types and a bug fix for redirect location encoding.

Key Highlights

  • Performance improvement: removed unnecessary default types to reduce bundle size
  • Bug fix: redirect locations are now properly encoded in the context

Full Release Notes

## What's Changed
* perf(types): remove unnecessary default types by @yusukebe in https://github.com/honojs/hono/pull/4282
* fix(context): encode the redirect location by @yayugu in https://github.com/honojs/hono/pull/4297


**Full Changelog**: https://github.com/honojs/hono/compare/v4.8.5...v4.8.6