Skip to content

Releases: honojs/node-server

v1.18.2

12 Aug 12:41
Compare
Choose a tag to compare

What's Changed

  • fix: Skip content-length assignment when transfer-encoding is chunked. by @usualoma in #271

Full Changelog: v1.18.1...v1.18.2

v1.18.1

02 Aug 00:59
Compare
Choose a tag to compare

What's Changed

  • fix(listener): Limit retries to a maximum of three. by @usualoma in #267

Full Changelog: v1.18.0...v1.18.1

v1.18.0

31 Jul 04:54
Compare
Choose a tag to compare

What's Changed

  • feat: always respond res.body by @usualoma in #262
  • ci: add Node.js v24 for CI by @yusukebe in #263
  • fix(listener): In Node.js v24, some response bodies are not read to the end until the next task queue. by @usualoma in #265

Full Changelog: v1.17.1...v1.18.0

v1.17.1

20 Jul 06:39
Compare
Choose a tag to compare

What's Changed

  • fix: handle client disconnection without canceling stream by @yusukebe in #258
  • fix: improve serve-static function by @usualoma in #261

Full Changelog: v1.17.0...v1.17.1

v1.17.0

19 Jul 00:52
Compare
Choose a tag to compare

What's Changed

  • docs: separate description of autoCleanupIncoming by @usualoma in #255
  • chore: rename server_socket.test.ts to server-socket.test.ts by @yusukebe in #256
  • feat(serve-static): support absolute path by @yusukebe in #257

Full Changelog: v1.16.0...v1.17.0

v1.16.0

14 Jul 01:15
Compare
Choose a tag to compare

What's Changed

  • feat: Clean up the incoming object if the request is not completely finished. by @usualoma in #252

Full Changelog: v1.15.0...v1.16.0

v1.15.0

02 Jul 10:44
Compare
Choose a tag to compare

What's Changed

  • feat(serve-static): pass context to rewriteRequestPath by @yusukebe in #247

Full Changelog: v1.14.4...v1.15.0

v1.14.4

06 Jun 23:29
Compare
Choose a tag to compare

What's Changed

  • fix: flush headers before sending data via readable stream by @usualoma in #245

Full Changelog: v1.14.3...v1.14.4

v1.14.3

26 May 15:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.14.2...v1.14.3

v1.14.2

19 May 10:10
Compare
Choose a tag to compare

What's Changed

  • perf: keep using the lightweight Response object when retrieving headers, status, and ok, and then drop the getInternalBody function. by @usualoma in #242

Full Changelog: v1.14.1...v1.14.2