v4.11.5

honojs/honov4.11.5Jan 22, 2026by yusukebe

AI Summary

Type system improvements release focusing on client, JWT, and JWKS middleware typing enhancements.

Key Highlights

  • Fixed ClientRequest type to exclude $all
  • Refactored JWKS allowedAlgorithms marking
  • Exported AlgorithmTypes from JWT

New Features

  • Type fix: Client $all exclusion
  • Type export: AlgorithmTypes from jwt
  • Type refactoring: JWKS algorithms

Full Release Notes

## What's Changed
* fix(client): exclude $all from ClientRequest type by @paveg in https://github.com/honojs/hono/pull/4611
* refactor(jwks): mark allowedAlgorithms, so the user can pass a `const… by @nikeee in https://github.com/honojs/hono/pull/4641
* feat(jwt): export `AlgorithmTypes` by @yusukebe in https://github.com/honojs/hono/pull/4642

## New Contributors
* @paveg made their first contribution in https://github.com/honojs/hono/pull/4611
* @nikeee made their first contribution in https://github.com/honojs/hono/pull/4641

**Full Changelog**: https://github.com/honojs/hono/compare/v4.11.4...v4.11.5