v4.6.7

honojs/honov4.6.7Oct 26, 2024by yusukebe

AI Summary

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.

Key Highlights

  • Fixed Vercel integration by removing `requestContext`
  • Improved router performance
  • Made WebSocket adapter more configurable
  • Added support for custom secret keys when signing JWTs

New Features

  • JWT: Support for custom secret keys for signing JWTs
  • WebSocket: Made the WebSocket adapter more changeable/configurable

Full Release Notes

## What's Changed
* fix(vercel): remove `requestContext` by @yusukebe in https://github.com/honojs/hono/pull/3549
* feat(jwt): Support custom secret keys for signing JWTs by @kaandok in https://github.com/honojs/hono/pull/3546
* feat(ws): Make WebSocket adapter more changeable by @nakasyou in https://github.com/honojs/hono/pull/3531
* perf(router):  improve performance of router by @EdamAme-x in https://github.com/honojs/hono/pull/3526

## New Contributors
* @kaandok made their first contribution in https://github.com/honojs/hono/pull/3546

**Full Changelog**: https://github.com/honojs/hono/compare/v4.6.6...v4.6.7