v4.11.8

honojs/honov4.11.8Feb 6, 2026by yusukebe

AI Summary

Bug fix release improving JSX context preservation and bearer authentication case sensitivity.

Key Highlights

  • Fixed JSX context preservation when using await before html helper
  • Fixed bearer-auth to make auth-scheme case-insensitive

New Features

  • Bug fix: JSX context preservation with await
  • Bug fix: Case-insensitive bearer auth

Full Release Notes

## What's Changed
* fix(jsx): preserve context when using await before html helper by @kaigritun in https://github.com/honojs/hono/pull/4662
* fix(bearer-auth): make auth-scheme case-insensitive by @bytaesu in https://github.com/honojs/hono/pull/4659

## New Contributors
* @kaigritun made their first contribution in https://github.com/honojs/hono/pull/4662

**Full Changelog**: https://github.com/honojs/hono/compare/v4.11.7...v4.11.8