v4.7.9

honojs/honov4.7.9May 9, 2025by yusukebe

AI Summary

This is a patch release focusing on bug fixes, particularly for cookie handling and SSG (Static Site Generation). The release corrects the getSignedCookie parameters type, fixes the SSG Extension Map, and resolves an issue with getting deleted cookie values with prefixes.

Key Highlights

  • Fixed getSignedCookie parameters type in helper/cookie
  • Fixed SSG Extension Map issue
  • Fixed cookie deletion value handling with prefix
  • Two new contributors made their first contributions to the project

Full Release Notes

## What's Changed
* fix(helper/cookie): correct `getSignedCookie` parameters type by @Hill-98 in https://github.com/honojs/hono/pull/4123
* fix(ssg): Fix SSG Extension Map by @pspeter3 in https://github.com/honojs/hono/pull/4130
* fix(cookie): get deleted value with prefix by @BarryThePenguin in https://github.com/honojs/hono/pull/4133

## New Contributors
* @Hill-98 made their first contribution in https://github.com/honojs/hono/pull/4123
* @pspeter3 made their first contribution in https://github.com/honojs/hono/pull/4130

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