v4.6.6
honojs/honov4.6.6Oct 22, 2024by yusukebe
AI Summary
Hono v4.6.6 is a patch release focused on bug fixes and minor improvements. Key changes include fixing query parameter handling in the client $url method, silencing NotFound warnings for serve-static on Deno, and refining secureHeadersNonce initialization.
Key Highlights
- Fixed client to return query params in $url method
- Fixed serve-static to silence NotFound warning on Deno
- Refined secureHeadersNonce initialization
- Added Podman support for devcontainer
- Added JSDoc documentation for powered-by
Full Release Notes
## What's Changed * docs(powered-by): add JSDoc by @yusukebe in https://github.com/honojs/hono/pull/3520 * chore: podman support for devcontainer by @marcomuser in https://github.com/honojs/hono/pull/3529 * refactor(secure-headers): refine secureHeadersNonce init by @imcotton in https://github.com/honojs/hono/pull/3535 * fix(serve-static): silence `NotFound` warning on Deno by @pablo-abc in https://github.com/honojs/hono/pull/3542 * fix(client): return query params in $url by @alex-grover in https://github.com/honojs/hono/pull/3541 ## New Contributors * @marcomuser made their first contribution in https://github.com/honojs/hono/pull/3529 * @imcotton made their first contribution in https://github.com/honojs/hono/pull/3535 * @pablo-abc made their first contribution in https://github.com/honojs/hono/pull/3542 * @alex-grover made their first contribution in https://github.com/honojs/hono/pull/3541 **Full Changelog**: https://github.com/honojs/hono/compare/v4.6.5...v4.6.6