Skip to content

Commit 51c6970

Browse files
committed
📘 doc: wsid
1 parent 7d43b67 commit 51c6970

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
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
26
Bug 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
812
Bug 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

src/ws.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
} from 'elysia'
99
import { parseSetCookies } from 'elysia/adapter/utils'
1010
import { ElysiaTypeCheck } from 'elysia/schema'
11-
import { isNotEmpty } from 'elysia/utils'
11+
import { isNotEmpty, randomId } from 'elysia/utils'
1212
import {
1313
createHandleWSResponse,
1414
createWSMessageParser,

0 commit comments

Comments
 (0)