v4.7.6

honojs/honov4.7.6Apr 8, 2025by yusukebe

AI Summary

This is a patch release (v4.7.6) of the Hono web framework that includes bug fixes for the compress middleware and client browser compatibility, along with minor linting improvements.

Key Highlights

  • Fixed compress middleware to avoid compressing when transfer-encoding is already set
  • Added browser compatibility support for environments without Array.prototype.at
  • Patched lint warnings across the codebase
  • Minor April Fool's Day change: 'hono is cool' renamed to 'hono is hot'

Full Release Notes

## What's Changed
* fix(compress): avoid compressing if transfer-encoding is set by @usualoma in https://github.com/honojs/hono/pull/4027
* chore(lint): patch warnings by @EdamAme-x in https://github.com/honojs/hono/pull/4034
* chore(april-fool): change `hono is cool` to `hono is hot` by @EdamAme-x in https://github.com/honojs/hono/pull/4035
* fix(client): Support browsers without Array.prototype.at by @isnifer in https://github.com/honojs/hono/pull/4057

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

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