Skip to content

Latest commit

 

History

History
83 lines (66 loc) · 2.64 KB

File metadata and controls

83 lines (66 loc) · 2.64 KB

1.4.5 - 17 Feb 2026

Bug fix:

  • request.wsId is undefined when using WebSocket

1.4.4 - 9 Feb 2026

Bug fix:

  • #55 allow node cluster mode as default
  • createResponseHandler with more precision headers merging
  • simplify ws hook

1.4.3 - 5 Jan 2026

Bug fix:

  • #54 update srvx to 0.10.0
  • #53 setting cookie and redirecting returns immutable

1.4.2 - 4 Nov 2025

Bug fix:

  • #52 incorrectly constructed responses for 204 status codes
  • #50 websockets ws.data is undefined

1.4.1 - 16 Sep 2025

Change:

  • use srvx for full Web Standard Compatibility
  • remove @hono/node-server

Improvement:

  • support full WebSocket via crossws
  • support ElysiaFile content-type, and content-range

1.4.0 - 13 Sep 2025

Improvement:

  • support Elysia 1.4

1.3.1 - 24 Aug 2025

Change:

  • update @hono/node-server to 1.19.0
  • minimum support for Elysia is set to 1.3.18

1.3.0 - 27 May 2025

Change:

  • use WebStandard Compatibility via @hono/node-server

1.2.6 - 21 Feb 2025

Bug fix:

  • #34 ERR_HTTP_HEADERS_SENT when sending FormData
  • #29, #30 server.reload() causes Uncaught AddrInUse: Address already in use

1.2.5 - 1 Feb 2025

Bug fix:

  • #23 Response body object should not be disturbed or locked

1.2.4 - 1 Feb 2025

Change:

  • Support Elysia 1.2.11

Bug fix:

  • #23 Response body object should not be disturbed or locked
  • #15 Possibly fix ReadableStream duplex issue?
  • #14 ReadableStream has already been used if request is reference multiple time
  • #18 reading cookie cause an error
  • Unable to set response status when error is thrown

1.2.3 - 27 Dec 2024

Bug fix:

  • async module doesn't load (eg. @elysiajs/swagger)

1.2.2 - 27 Dec 2024

Bug fix:

  • Set minimum Elysia version to 1.2.7
  • Response doesn't reconcile when handler return Response is used with mapResponse
  • #11 Content-Length with UTF-8 2-byte characters
  • Ponyfill for fs.openAsBlob and Promise.withResolve

1.2.1 - 25 Dec 2024

Change:

  • Set minimum Elysia version to 1.2.3

Bug fix:

  • decorator name with space is not working

1.2.0 - 24 Dec 2024

Feature:

  • init