v4.9.1

honojs/honov4.9.1Aug 12, 2025by yusukebe

AI Summary

This is a minor patch release (v4.9.1) for the Hono web framework that focuses on improving the parseResponse functionality. The release includes a new feature to set DetailedError.name and a bug fix to exclude error responses from results.

Key Highlights

  • Added DetailedError.name property in parseResponse functionality
  • Fixed parseResponse to exclude error responses from results
  • Bug fix submitted by contributor @NamesMT

New Features

  • Added DetailedError.name property setting in parseResponse

Full Release Notes

## What's Changed
* feat(parseResponse): set `DetailedError.name` (+ error tests) by @NamesMT in https://github.com/honojs/hono/pull/4344
* fix(parseResponse): should not include error responses in result by @NamesMT in https://github.com/honojs/hono/pull/4348


**Full Changelog**: https://github.com/honojs/hono/compare/v4.9.0...v4.9.1