v4.7.5

honojs/honov4.7.5Mar 20, 2025by yusukebe

AI Summary

This is a patch release (v4.7.5) for the Hono web framework focusing on bug fixes and type improvements. The release includes fixes for Bun WebSocket exports, AWS Lambda adapter header handling, and compose types, along with a documentation typo correction.

Key Highlights

  • Fixed Bun WebSocket exports - `BunWebSocketData` and `BunWebSocketHandler` are now properly exported
  • Fixed AWS Lambda adapter - APIGWProxyResult now correctly contains either headers or multiValueHeaders, not both
  • Type improvements for the compose utility following up on issue #3932
  • Documentation typo fix in MIGRATION guide
  • New contributor @movahhedi made their first contribution

Full Release Notes

## What's Changed
* docs(MIGRATION): Fix typo by @movahhedi in https://github.com/honojs/hono/pull/3999
* fix(bun): export `BunWebSocketData` and `BunWebSocketHandler` by @yusukebe in https://github.com/honojs/hono/pull/4002
* types(compose): follow up #3932 by @EdamAme-x in https://github.com/honojs/hono/pull/3934
* fix(adapter/aws-lambda): APIGWProxyResult should contain either of headers or multiValueHeaders, not both by @exoego in https://github.com/honojs/hono/pull/3883

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

**Full Changelog**: https://github.com/honojs/hono/compare/v4.7.4...v4.7.5