Skip to content

Latest commit

 

History

History
50 lines (26 loc) · 1.88 KB

File metadata and controls

50 lines (26 loc) · 1.88 KB

Changelog

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)

Bug Fixes

  • store all handshake details on the socket object (7454a59)

Features

0.0.3 (2025-09-22)

Bug Fixes

  • 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)

Bug Fixes

  • configure idleTimeout and maxRequestBodySize on the Bun server (cb9dead)
  • handle aborted requests (8f1ea3d)

0.0.1 (2025-08-16)

Initial release!