| Version | Release date |
|---|---|
| 0.1.1 | April 2026 |
| 0.1.0 | November 2025 |
| 0.0.3 | September 2025 |
| 0.0.2 | August 2025 |
| 0.0.1 | August 2025 |
0.1.1 (2026-04-23)
TypeScript has been upgraded to v6, and the peerDependency set to * to let the user decide which TypeScript version to use.
0.1.0 (2025-11-07)
- store all handshake details on the socket object (7454a59)
- update to Bun v1.3 (ad87685)
0.0.3 (2025-09-22)
- include headers during WebSocket upgrade (b1ee41f)
- return empty response upon WebSocket upgrade (23cf9a6)
- store handshake headers on the socket object (941b0c4)
0.0.2 (2025-08-28)
- configure idleTimeout and maxRequestBodySize on the Bun server (cb9dead)
- handle aborted requests (8f1ea3d)
Initial release!