v4.12.33
FireRedTeam/FireRedVADv4.12.33Jul 31, 2026by yusukebe
AI Summary
This release improves cookie parsing, fixes JSX store subscriptions, and removes the undici dependency in favor of global fetch.
Key Highlights
- Relaxed cookie name validation during parsing.
- Fixed `useSyncExternalStore` subscription and snapshot changes.
- Removed `undici` dependency, using global fetch instead.
Breaking Changes
- Removed `undici` dependency.
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