File tree Expand file tree Collapse file tree 2 files changed +16
-5
lines changed
Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 11# History
22
3- | Version | Release date |
4- | --------------------------| --------------|
5- | [ 0.0.2] ( #002-2025-08-28 ) | August 2025 |
6- | [ 0.0.1] ( #001-2025-08-16 ) | August 2025 |
3+ | Version | Release date |
4+ | --------------------------| ----------------|
5+ | [ 0.0.3] ( #003-2025-09-22 ) | September 2025 |
6+ | [ 0.0.2] ( #002-2025-08-28 ) | August 2025 |
7+ | [ 0.0.1] ( #001-2025-08-16 ) | August 2025 |
78
89# Release notes
910
11+ ## [ 0.0.3] ( https://github.com/socketio/bun-engine/compare/0.0.2...0.0.3 ) (2025-09-22)
12+
13+
14+ ### Bug Fixes
15+
16+ * include headers during WebSocket upgrade ([ b1ee41f] ( https://github.com/socketio/bun-engine/commit/b1ee41f8d8c92c12d43dafc33050620ce90e2a75 ) )
17+ * return empty response upon WebSocket upgrade ([ 23cf9a6] ( https://github.com/socketio/bun-engine/commit/23cf9a69f585fa8d9014781af2095cec5db39c2e ) )
18+ * store handshake headers on the socket object ([ 941b0c4] ( https://github.com/socketio/bun-engine/commit/941b0c498b8ae65e1f8a66b4b947f22f97778c63 ) )
19+
20+
1021## [ 0.0.2] ( https://github.com/socketio/bun-engine/compare/0.0.1...0.0.2 ) (2025-08-28)
1122
1223
Original file line number Diff line number Diff line change 11{
22 "name" : " @socket.io/bun-engine" ,
3- "version" : " 0.0.2 " ,
3+ "version" : " 0.0.3 " ,
44 "description" : " The Socket.IO low-level engine for Bun" ,
55 "main" : " ./dist/index.js" ,
66 "types" : " ./dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments