Skip to content

Commit 3cb3b18

Browse files
committed
🔧 fix: #1451 cookie validation is not running when there's no body schema
1 parent 74d8449 commit 3cb3b18

File tree

2 files changed

+465
-0
lines changed

2 files changed

+465
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Bug fix:
44
- [#1467](https://github.com/elysiajs/elysia/issues/1467) better error union handling in `onError`
55
- [#1463](https://github.com/elysiajs/elysia/issues/1463) responseValue is undefined in afterHandle when beforeHandle returns status
66
- [#1460](https://github.com/elysiajs/elysia/issues/1460) compressed response in mapResponse is corrupted if status !== 200
7+
- [#1451](https://github.com/elysiajs/elysia/issues/1451) cookie validation is not running when there's no body schema
78
- make `file-type` non optional dependency to fix default build problem
89

910
# 1.4.10 - 9 Oct 2025

0 commit comments

Comments
 (0)