v4.6.20

honojs/honov4.6.20Jan 31, 2025by yusukebe

AI Summary

This is a minor patch release (v4.6.20) for the Hono web framework that includes bug fixes and refactoring. The most notable change is improved Lambda@Edge adapter support for Alternate Domain Names and Multiple Cookies, along with a streaming helper refactor to avoid AbortSignal issues on newer Bun versions.

Key Highlights

  • Fixed Lambda@Edge adapter to support Alternate Domain Names and Multiple Cookies
  • Refactored streaming helper to avoid attaching AbortSignal on newer Bun versions
  • Adopted new text-based bun lockfile format
  • Bumped np (release tool) to newer version
  • Two new contributors added to the project

New Features

  • Lambda@Edge adapter now supports Alternate Domain Names and Multiple Cookies

Full Release Notes

## What's Changed
* refactor(helper/streaming): Avoid attaching AbortSignal on newer versions of Bun by @Jarred-Sumner in https://github.com/honojs/hono/pull/3859
* chore: Use new text-based bun lockfile by @ryoppippi in https://github.com/honojs/hono/pull/3846
* chore: bump `np` by @yusukebe in https://github.com/honojs/hono/pull/3874
* fix(lambda-edge-adapter): Support Alternate Domain Names and Multiple Cookies in Lambda@Edge by @kentkwee in https://github.com/honojs/hono/pull/3858

## New Contributors
* @Jarred-Sumner made their first contribution in https://github.com/honojs/hono/pull/3859
* @kentkwee made their first contribution in https://github.com/honojs/hono/pull/3858

**Full Changelog**: https://github.com/honojs/hono/compare/v4.6.19...v4.6.20