hono Releases
174 releases of honojs/hono
- v2.8(c)
Minimal release notes: "This release is a quick bug fix. It fixes issue [69](https://github.com/Alfredredbird/tookie-osint/issues/69) 69, Ha "
Feb 20, 2025
- v4.7.2
This is a patch release focused on bug fixes for the proxy functionality in Hono. The update addresses issues with header overwriting, missing request signals, and missing response status in proxy requests, while also removing unnecessary complexity from the compose function.
Feb 18, 2025
- v4.7.1
This is a minor patch release focusing on bug fixes and performance improvements. The update includes optimizations for URL utilities, a fix to halt middleware evaluation when errors occur in the `next()` function, and improved compatibility for the AWS Lambda adapter with LLRT.
Feb 13, 2025
- v4.7.0
Hono v4.7.0 introduces a Proxy Helper for proper reverse proxy handling (solving Accept-Encoding and Transfer-Encoding header issues), a Language Middleware for i18n with detection from query params/cookies/headers/URL path, and JWK Auth Middleware for JSON Web Key authentication. Additionally, Standard Schema Validator provides a unified interface for Zod, Valibot, and ArkType validators.
Feb 7, 2025
- v4.6.20
This is a minor patch release (v4.6.20) for the Hono web framework that includes bug fixes and refactoring. The most notable change is improved Lambda@Edge adapter support for Alternate Domain Names and Multiple Cookies, along with a streaming helper refactor to avoid AbortSignal issues on newer Bun versions.
Jan 31, 2025
- v4.6.19
This is a patch release (v4.6.19) for the Hono web framework that addresses two type-related bug fixes. The update corrects a missing response type on the `OnHandlerInterface` and ensures the `env` parameter properly sets the context type in the adapter helper.
Jan 26, 2025
- v4.6.18
This is a minor patch release focused on TypeScript type improvements and bug fixes. It includes performance optimizations for type utilities in `types.ts`, a fix for calculating Context<Env> type for each handler, and a correction to the factory.createMiddleware() type definition.
Jan 23, 2025
- v4.6.17
This is a patch release (v4.6.17) for the Hono web framework focusing on bug fixes and performance improvements. Key changes include fixing the compress middleware to not compress server-sent events, reducing code size for createMiddleware, and using WebWorkers for better build performance.
Jan 18, 2025
- v4.6.16
This is a patch release (v4.6.16) for the Hono web framework that includes three bug fixes. The release addresses issues with JSX/DOM memoization, context body handling, and type definitions for the `app.on()` method.
Jan 5, 2025
- v4.6.15
This release adds type safety improvements to prevent using contentless status codes (like 204) with content-returning methods (`c.json()`, `c.text()`, `c.html()`). It also introduces cookie priority support and allows `ResponseInit` to accept generics for `StatusCode`.
Dec 28, 2024
- v4.6.14
This is a patch release (v4.6.14) focusing on performance optimizations for the routing layer and bug fixes. The release includes performance improvements for both pattern-router and trie-router, a fix for the MIME type of application/json to remove the incorrect charset parameter, and a fix to prevent console.error(undefined) when streaming pipes are aborted.
Dec 14, 2024
- v4.6.13
This is a minor patch release (v4.6.13) of the Hono web framework focusing on bug fixes and small improvements. The release includes fixes for AWS Lambda query string handling, CORS middleware, IPv6 support, and a refactoring to use modern JavaScript array methods.
Dec 6, 2024
- v2.8(b)
Minimal release notes: "This release is minimal and is recommended to be installed. Fixes: version update functions"
Dec 2, 2024
- v4.6.12
This is a minor patch release (v4.6.12) of the Hono web framework focusing on performance optimizations and a security enhancement. The release includes router performance improvements, CSP nonce support for CSS, and a bug fix for AWS Lambda ALB event handling.
Nov 25, 2024
- v4.6.11
This is a minor release focusing on internal improvements, code quality enhancements, and performance measurement tooling. The main feature is a type calculation improvement for Context<Env> in the helper/factory createHandlers function.
Nov 19, 2024
- v4.6.10
This is a patch release (v4.6.10) focused on bug fixes, performance optimizations, and refactoring. Key improvements include fixing missing JSR exports, adding a guard for serveStatic to prevent reading empty folders, preventing c.req.routeIndex from being changed in the combine middleware, and optimizing the trie-router for better performance.
Nov 13, 2024
- v4.6.9
This is a minor release focused on performance improvements, bug fixes, and code refactoring. Key improvements include allowing URL objects in `c.redirect()`, fixing request parameter decoding for invalid percent strings, and multiple performance optimizations across the router, context, and utility functions.
Nov 4, 2024
- v4.6.8
This is a patch release focusing on bug fixes across multiple areas including WebSocket streaming, Bun hot reload support, type consistency improvements, and a new header suggestion feature. The release addresses issues in bun/ws, utils/cookie, websocket, devcontainer, and types.
Oct 29, 2024
- v4.6.7
This is a minor patch release (v4.6.7) of the Hono web framework that includes bug fixes and feature enhancements across Vercel integration, JWT authentication, WebSocket adapter, and router performance optimizations.
Oct 26, 2024
- v4.6.6
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.
Oct 22, 2024