v4.12.33
Fixed 2
- Relax cookie name validation when parsing Cookie header
- Handle useSyncExternalStore subscription and snapshot changes in JSX
Removed 1
- Remove undeci in favor of global fetch
What's Changed
- fix(cookie): relax name validation when parsing Cookie header in https://github.com/honojs/hono/pull/5164
- chore: bump
@hono/node-serverin 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