github honojs/hono v3.3.4

latest releases: v4.6.2, v4.6.1, v4.6.0...
14 months ago

Security Fixes

This release includes important security fixes.

If you are using serveStatic() with Bun, you must upgrade to this version immediately. Alternatively, you can install the upcoming Bun release, which will include relevant fixes related to this issue.

You can do so using the following commands:

npm install hono@latest

Or

yarn upgrade hono@latest

Also, fixes have been made to the JSX middleware. If you're using this, please ensure that you upgrade it as well.

What's Changed

New Contributors

Full Changelog: v3.3.3...v3.3.4

Don't miss a new hono release

NewReleases is sending notifications on new releases.