v4.8.10

honojs/honov4.8.10Jul 29, 2025by yusukebe

AI Summary

This is a minor maintenance release for Hono v4.8.10 that focuses on tooling improvements, type refinements, and a bug fix for cookie handling. The release adds EditorConfig support for consistent coding style across the project and updates adapter/service-worker types.

Key Highlights

  • Added EditorConfig and editorconfig-checker for consistent code formatting
  • Refactored adapter/service-worker types to bring them up to date
  • Fixed cookie handling to support lowercase priority for better library compatibility
  • Formatted and linted benchmarks directory

Full Release Notes

## What's Changed
* chore: add EditorConfig by @3w36zj6 in https://github.com/honojs/hono/pull/4309
* chore: format JSON, YAML, and Markdown by @yusukebe in https://github.com/honojs/hono/pull/4310
* chore: format and lint `benchmarks/*` by @yusukebe in https://github.com/honojs/hono/pull/4317
* refactor(types): bring adapter/service-worker types up to date by @idealsh in https://github.com/honojs/hono/pull/4315
* chore: add editorconfig-checker by @3w36zj6 in https://github.com/honojs/hono/pull/4312
* fix(cookie): support lowercase priority for compatibility with other libraries by @bytaesu in https://github.com/honojs/hono/pull/4293

## New Contributors
* @idealsh made their first contribution in https://github.com/honojs/hono/pull/4315
* @bytaesu made their first contribution in https://github.com/honojs/hono/pull/4293

**Full Changelog**: https://github.com/honojs/hono/compare/v4.8.9...v4.8.10