You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,17 @@
1
1
# 1.4.13 - 23 Oct 2025
2
-
Improvement:
2
+
Feature:
3
3
-[#1453](https://github.com/elysiajs/elysia/issues/1453) add `allowUnsafeValidationDetails` for disabling unsafe validation details in production mode
4
+
- allow rapid stream in non browser mode or `ELYSIA_RAPID_STREAM` is set
4
5
5
6
Bug fix:
6
-
-[#1502](https://github.com/elysiajs/elysia/issues/1502) afterHandle doesn't update status
7
+
-[#1502](https://github.com/elysiajs/elysia/issues/1502), [#1501](https://github.com/elysiajs/elysia/issues/1501) afterHandle doesn't update status
8
+
-[#1500](https://github.com/elysiajs/elysia/issues/1500) export `InvalidFileType` from root
7
9
-[#1495](https://github.com/elysiajs/elysia/pull/1495) request server hook parameters are typed as any (Bun 1.3.0)
8
10
-[#1483](https://github.com/elysiajs/elysia/pull/1483) handle standard schema validators in ValidationError.all
9
11
-[#1459](https://github.com/elysiajs/elysia/pull/1459) fix strictPath behavior when aot: false is set
10
12
-[#1455](https://github.com/elysiajs/elysia/pull/1455) graceful shutdown not awaiting server.stop
11
13
-[#1499](https://github.com/elysiajs/elysia/pull/1449) fails when merging with t.Optional schema
14
+
- remove encoding chunk from native static response in Bun adapter
0 commit comments