v4.9.10

honojs/honov4.9.10Oct 5, 2025by yusukebe

AI Summary

This is a patch release (v4.9.10) that addresses two bug fixes: fixing a type regression in the context module related to issue #4427 by removing a non-public export, and sanitizing non-ASCII header values in AWS Lambda to prevent ByteString errors.

Key Highlights

  • Fixed type regression in context module (issue #4427) by removing non-public export
  • Fixed AWS Lambda to sanitize non-ASCII header values to prevent ByteString errors

Full Release Notes

## What's Changed
* fix(context): Fix #4427 type regression by removing non-public export by @aantthony in https://github.com/honojs/hono/pull/4433
* fix(aws-lambda): sanitize non-ASCII header values to prevent ByteString errors by @yusukebe in https://github.com/honojs/hono/pull/4437


**Full Changelog**: https://github.com/honojs/hono/compare/v4.9.9...v4.9.10