5.6 KiB
5.6 KiB
@hono/node-ws
1.1.7
Patch Changes
- #1200
8303d979f18930fac906917895a2063245ac175c
Thanks @BarryThePenguin! - Add explicitCloseEvent
type
1.1.6
Patch Changes
-
#1187
69a0a586f5e144f00b1714a157fa43ff269c975a
Thanks @nakasyou! - use defineWebSocket helper -
#1187
69a0a586f5e144f00b1714a157fa43ff269c975a
Thanks @nakasyou! - fix a bug if upgrading process uses async function
1.1.5
Patch Changes
- #1183
ccc49dd50842d578ae1aff06a1c8224462e37299
Thanks @nakasyou! - fix a bug if upgrading process uses async function
1.1.4
Patch Changes
- #1146
b8453438b66fc9a6af58e33593e9fa21a96c02a7
Thanks @nakasyou! - enhance WebSocket connection handling with CORS support and connection symbols
1.1.3
Patch Changes
- #1141
1765a9a3aa1ab6aa59b0efd2d161b7bfaa565ef7
Thanks @nakasyou! - Make it uncrashable
1.1.2
Patch Changes
- #1138
237bff1b82f2c0adfcd015dc97538b36cfb5d418
Thanks @leia-uwu! - Fix missing code and reason onCloseEvent
1.1.1
Patch Changes
- #1094
519404ad2c343bcc7043d77dc6ce82217871f209
Thanks @nakasyou! - Adapter won't send Buffer as a MessageEvent.
1.1.0
Minor Changes
- #973
6f90a574c465b4d0ecadbe605bdf434b9f3c95f3
Thanks @dkulyk! - Added rejection of WebSocket connections when the app does not expect them
1.0.8
Patch Changes
- #959
c24efa6b8af08d0d0b3315b7b5b7355b5dd7ff5a
Thanks @nakasyou! - fix a bug of upgrading
1.0.7
Patch Changes
- #951
c80ffbfb4c72e8ad7e9a7f65611aa667c6776d64
Thanks @yusukebe! - fix: allowHono
with custom Env forcreateNodeWebSocket
1.0.6
Patch Changes
- #940
3e2db6dc33c7ab7f471bed65004ebf8139ba7695
Thanks @Ryiski! - fix: Added missing WSContext raw type
1.0.5
Patch Changes
- #876
a092ffaadb3a265a207acc558e6cd021fc3bb6d9
Thanks @HusamElbashir! - Fixed case-sensitivity of the WebSocket "Upgrade" header value
1.0.4
Patch Changes
- #648
139e34a90775d25a61002baeb84d7927b9d75b70
Thanks @Yovach! - Add aCloseEvent
class to avoid exception "CloseEvent is not defined"
1.0.3
Patch Changes
- #639
2f307e687797feaf68de4579cf14c230f239fa2b
Thanks @Yovach! - Fixed wrong byteLength on binary messages
1.0.2
Patch Changes
- #605
967fd48d5b2b1dc0291e8df49dffd79cbdf09c0c
Thanks @inaridiy! - Fixed bug with multiple connections in node-ws
1.0.1
Patch Changes
- #539
ec6ec4ec02f8db46e3151e7334535e562dfc47e3
Thanks @mikestopcontinues! - create only one WebSocketServer instead of per websocket request
1.0.0
Major Changes
- #503
d11c3a565f47f26b6882cef416d86f3f7d9c214c
Thanks @nakasyou! - Inited @hono/node-ws