v4.12.33
honojs/honov4.12.33Jul 31, 2026by yusukebe
AI Summary
Bug fixes for cookie parsing, JSX state management, and dependency management. It relaxes cookie name validation and removes the `undici` dependency.
Key Highlights
- Relaxed cookie name validation when parsing the Cookie header.
- Fixed JSX `useSyncExternalStore` subscription and snapshot changes.
- Removed `undici` dependency in favor of global fetch.
Full Release Notes
## What's Changed * fix(cookie): relax name validation when parsing Cookie header in https://github.com/honojs/hono/pull/5164 * chore: bump `@hono/node-server` in https://github.com/honojs/hono/pull/5167 * fix(jsx): handle useSyncExternalStore subscription and snapshot changes in https://github.com/honojs/hono/pull/5166 * chore: remove undici in favor of global fetch in https://github.com/honojs/hono/pull/5168 **Full Changelog**: https://github.com/honojs/hono/compare/v4.12.32...v4.12.33