4.12.9
What's Changed
- fix(request): remove
parseBodyfrom bodyCache to prevent TypeError by @yusukebe in https://github.com/honojs/hono/pull/4807 - feat(client): add
PickResponseByStatusCodetype by @yusukebe in https://github.com/honojs/hono/pull/4791 - fix(ssg): pass SSG_CONTEXT to forGetInfoURLRequest by @yuintei in https://github.com/honojs/hono/pull/4810
- fix(service-worker): make
fire()fallback behavior consistent withhandle()by @yusukebe in https://github.com/honojs/hono/pull/4821 - fix(cors): reflect request origin when credentials is true with wildcard by @ctonneslan in https://github.com/honojs/hono/pull/4813
Full Changelog: https://github.com/honojs/hono/compare/v4.12.8...v4.12.9