Skip to content

Releases: socketio/bun-engine

0.1.1

Choose a tag to compare

@darrachequesne darrachequesne released this 25 Apr 07:23
ebeb992

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

Choose a tag to compare

@darrachequesne darrachequesne released this 07 Nov 09:05
dab9e79

Bug Fixes

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

Features

Diff: 0.0.3...0.1.0

0.0.3

Choose a tag to compare

@darrachequesne darrachequesne released this 22 Sep 20:08
4b3c551

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

Choose a tag to compare

@darrachequesne darrachequesne released this 28 Aug 06:38
079c273

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

Choose a tag to compare

@darrachequesne darrachequesne released this 16 Aug 07:44
8825a25

Initial release!