Releases: socketio/bun-engine
Releases · socketio/bun-engine
0.1.1
TypeScript has been upgraded to v6, and the peerDependency set to * to let the user decide which TypeScript version to use.
Diff: 0.1.0...0.1.1
0.1.0
Bug Fixes
- store all handshake details on the socket object (7454a59)
Features
- update to Bun v1.3 (ad87685)
Diff: 0.0.3...0.1.0
0.0.3
Bug Fixes
- include headers during WebSocket upgrade (b1ee41f)
- return empty response upon WebSocket upgrade (23cf9a6)
- store handshake headers on the socket object (941b0c4)
Diff: 0.0.2...0.0.3
0.0.2
Bug Fixes
- configure idleTimeout and maxRequestBodySize on the Bun server (cb9dead)
- handle aborted requests (8f1ea3d)
Diff: 0.0.1...0.0.2
0.0.1
Initial release!