Releases: uNetworking/uWebSockets.js
Releases · uNetworking/uWebSockets.js
v15.7.0
v15.6.0
- Adds ssl_prefer_low_memory_usage option to App constructor
- Adds iteration over headers with req.forEach
- Fixes a few TypeScript definition bugs/features
- getRemoteAddress to get IP from res or ws
- Reverts the setting of MicrotasksPolicy::kAuto as it (probably) crashed Node.js in some cases
v15.5.0
Various fixes
- TypedArrays are now read correctly as input everywhere. This means you can even pass a Node.js Buffer.
- Clean exit, no libuv assertion errors on exit anymore
- app.listen(host, port, cb) now actually works and won't instantly crash
- app.forcefully_free is not needed and removed
v15.4.0
v15.3.0
v15.2.0
TypeScript & FreeBSD
- Releases now feature TypeScript declarations to help IDE autocomplete.
- Documentation generated with TypeDoc.
- FreeBSD support (requires building from sources).
Bugs:
- res.onData will now emit an empty, last, chunk if there is no data.
- Reading Http data now times out if the client is too slow sending.