v4.13.1
Fixed 3
- Trie router now counts every slash a pattern consumes
- Stream utilities re-acquire writer lock when pipe() throws
- ETag skips unsafe methods or error responses on non-* case
What's Changed
- fix(trie-router): count every slash a pattern consumes by @Jaybhade in https://github.com/honojs/hono/pull/5189
- fix(utils/stream): re-acquire writer lock when pipe() throws by @Sriharsha-dev369 in https://github.com/honojs/hono/pull/4988
- fix(etag): skip unsafe methods or error responses on non-* case by @na-trium-144 in https://github.com/honojs/hono/pull/5196
New Contributors
- @Jaybhade made their first contribution in https://github.com/honojs/hono/pull/5189
- @Sriharsha-dev369 made their first contribution in https://github.com/honojs/hono/pull/4988
Full Changelog: https://github.com/honojs/hono/compare/v4.13.0...v4.13.1