File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # 1.4.4 - 9 Feb 2025
1+ # 1.4.10 - 17 Feb 2026
2+ Bug fix:
3+ - request.wsId is undefined when using WebSocket
4+
5+ # 1.4.4 - 9 Feb 2026
26Bug fix:
37- [ #55 ] ( https://github.com/elysiajs/node/pull/55 ) allow node cluster mode as default
48- createResponseHandler with more precision headers merging
59- simplify ws hook
610
7- # 1.4.3 - 5 Jan 2025
11+ # 1.4.3 - 5 Jan 2026
812Bug fix:
913- [ #54 ] ( https://github.com/elysiajs/node/issues/54 ) update srvx to 0.10.0
1014- [ #53 ] ( https://github.com/elysiajs/node/issues/53 ) setting cookie and redirecting returns immutable
Original file line number Diff line number Diff line change 88} from 'elysia'
99import { parseSetCookies } from 'elysia/adapter/utils'
1010import { ElysiaTypeCheck } from 'elysia/schema'
11- import { isNotEmpty } from 'elysia/utils'
11+ import { isNotEmpty , randomId } from 'elysia/utils'
1212import {
1313 createHandleWSResponse ,
1414 createWSMessageParser ,
You can’t perform that action at this time.
0 commit comments