Hyper Express Versions Save

High performance Node.js webserver with a simple-to-use API powered by uWebsockets.js under the hood.

6.16.2

15 hours ago

What's Changed

  • Fixed bug with Response.sse and SSEEventStream not properly writing SSE headers upon opening stream

Full Changelog: https://github.com/kartikk221/hyper-express/compare/6.16.1...6.16.2

6.16.1

2 weeks ago

What's Changed

  • Fixed a bug with Response.send() method not allowing for the internal WritableStream queued chunks to be fully written before sending the last chunk of data and ending the response.

Full Changelog: https://github.com/kartikk221/hyper-express/compare/6.16.0...6.16.1

6.16.0

2 weeks ago

What's Changed

New Contributors

Full Changelog: https://github.com/kartikk221/hyper-express/compare/6.15.2...6.16.0

6.15.2

1 month ago

What's Changed

  • Implemented support for Transfer-Encoding: Chunked requests to properly support chunked transfer request bodies.
  • Fixed Server.shutdown() method to have proper types and begin rejecting incoming requests during shutdown.

New Contributors

Full Changelog: https://github.com/kartikk221/hyper-express/compare/6.15.1...6.15.2

6.15.1

1 month ago

What's Changed

  • Fix Server.listen() to maintain reverse compatibility for accepting string based ports instead of assuming all first argument strings are UNIX domain socket paths.

Full Changelog: https://github.com/kartikk221/hyper-express/compare/6.15.0...6.15.1

6.15.0

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/kartikk221/hyper-express/compare/6.14.12...6.15.0

6.14.12

3 months ago

What's Changed

  • Fixed bug with uWebsockets.js discarded access errors being thrown under certain race conditions due to unsafe corking of Response during asynchronous handling.

Full Changelog: https://github.com/kartikk221/hyper-express/compare/6.14.11...6.14.12

6.14.11

3 months ago

What's Changed

  • Updates uWebsockets.js to v20.41.0

Full Changelog: https://github.com/kartikk221/hyper-express/compare/6.14.10...6.14.11

6.14.10

3 months ago

What's Changed

  • Fixed bug with Response not properly emitting the abort and close events when the client closes connection.

Full Changelog: https://github.com/kartikk221/hyper-express/compare/6.14.9...6.14.10

6.14.9

4 months ago

What's Changed

  • Updates uWebsockets.js to v20.39.0

Full Changelog: https://github.com/kartikk221/hyper-express/compare/6.14.8...6.14.9