v4.7.10

honojs/honov4.7.10May 17, 2025by yusukebe

AI Summary

This is a patch release (v4.7.10) of the Hono framework containing two bug fixes: one addressing the cloning of notfound and error handlers in hono-base, and another fixing JWT verification to use header.alg as a fallback in verifyFromJwks.

Key Highlights

  • Fixed bug where notfound and error handlers were not properly copied in the #clone() method for hono-base
  • Fixed JWT verification to use header.alg as fallback in verifyFromJwks function

Full Release Notes

## What's Changed
* fix(hono-base): copy notfound and error handlers in `#clone()` by @yusukebe in https://github.com/honojs/hono/pull/4139
* fix(jwt): use `header.alg` as fallback in `verifyFromJwks` by @yusukebe in https://github.com/honojs/hono/pull/4144


**Full Changelog**: https://github.com/honojs/hono/compare/v4.7.9...v4.7.10