hono Releases
174 releases of honojs/hono
- v4.11.5
Type system improvements release focusing on client, JWT, and JWKS middleware typing enhancements.
Jan 22, 2026
- v3.15.4
Updates backend and frontend dependencies to improve security and add validation for redirect locations.
Jan 13, 2026
- v4.11.4
Critical security release fixing JWT algorithm confusion vulnerability requiring explicit algorithm configuration.
Jan 13, 2026
- v3.15.3
Introduces a new configuration option for models and fixes integration issues with Strands.
Jan 8, 2026
- v4.11.3
Bug fix release addressing middleware union type merging in MergeMiddlewareResponse.
Dec 26, 2025
- v4.11.2
Performance and refactoring release with multiple type optimizations and documentation improvements.
Dec 25, 2025
- v3.0.0Faceswap Windows, Linux and macOS Installers v3.0.0
This release provides installers for Faceswap.py on Windows, Linux, and macOS. The installers automatically set up the environment by downloading prerequisites like Git, MiniConda, and PyTorch, and create desktop shortcuts for the GUI. It supports Nvidia GPUs with CUDA 11.8+ and AMD GPUs with ROCm 6.0-6.4.
Dec 21, 2025
- v2.3.0Faceswap v2.3.0 Windows, Linux and macOS Installers
This release provides installers for Faceswap.py 2.3, which is identified as the final version using the TensorFlow backend. It includes native support for AMD GPUs on Windows and automatically installs prerequisites like Git, MiniConda, and TensorFlow.
Dec 19, 2025
- v4.11.1
Bug fix release addressing method array type inference in app.on.
Dec 14, 2025
- v4.11.0
Hono v4.11.0 introduces significant type system improvements including a fix for middleware pathless handlers, typed URLs for the Hono client, and custom NotFoundResponse type support. This release also adds a tryGetContext helper for context storage and a buildSearchParams option for custom query serialization.
Dec 13, 2025
- v4.10.8
This is a minor patch release (v4.10.8) of the Hono web framework that includes a bug fix for the linear-router's path matching, new async handler support for CSRF middleware, and various maintenance updates including documentation fixes and dependency bumps.
Dec 9, 2025
- v4.10.7
This is a minor patch release focused on bug fixes and type improvements. The update addresses issues with validator types, JSX types for hono/jsx/dom, and fixes a TypeError in the Bun adapter. A refactoring also removes unused types which may affect some users.
Nov 26, 2025
- v4.10.6
This minor release adds AWS Lattice event handling to the AWS Lambda adapter, introduces CSP TrustedTypePolicy support in secure-headers, and improves auth middlewares. The release also deprecates three bearer-auth options that will be removed in a future version.
Nov 14, 2025
- v4.10.5
This is a minor patch release (v4.10.5) of the Hono web framework containing several bug fixes and documentation improvements. Key fixes include URL query parameter parsing, JSX rendering of self-closing empty tags, and cache middleware behavior with Vary headers.
Nov 11, 2025
- v4.10.4
This is a minor patch release (v4.10.4) for Hono that includes bug fixes for secure-headers and type handling, along with maintenance updates to add a monochrome logo. No breaking changes are included.
Oct 30, 2025
- v4.10.3
This is a security-focused release that patches a vulnerability in the CORS middleware where request headers could improperly affect the Vary response header. The release also includes bug fixes for AWS Lambda (serving Microsoft Office files as binary) and request-id validation, plus a JWT refactor to reduce minified code size.
Oct 24, 2025
- v4.10.2
This is a security-focused release (v4.10.2) that addresses an improper authorization vulnerability in Hono's JWT authentication middleware. The update adds RFC 7519-compliant audience (`aud`) claim validation through a new `verification.aud` configuration option, preventing potential cross-service access from token mix-up. The release also includes one test fix contribution from a new contributor.
Oct 21, 2025
- v4.10.1
This is a patch release (v4.10.1) that fixes a type definition issue where non-return middleware created with `createMiddleware` could not be used with the `.use()` method.
Oct 17, 2025
- v4.10.0
Hono v4.10.0 brings significant TypeScript improvements with enhanced middleware type definitions that now correctly infer responses from middleware for RPC clients, solving a long-standing type safety issue. The release also introduces a new `cloneRawRequest` utility for cloning consumed requests and includes a fix for proxy hop-by-hop header handling per RFC 9110.
Oct 16, 2025
- v4.9.12
This is a minor release focusing on internal refactoring and optimizations for the Hono web framework. The update improves the internal structure of `PreparedRegExpRouter` for better performance and enables tree shaking by using protected methods instead of computed properties.
Oct 13, 2025