Skip to content

Releases: uNetworking/uWebSockets.js

v18.5.0

05 Sep 16:19
Compare
Choose a tag to compare

Server Name Indication

Updates uWS from v18.10.0 to v18.12.0, adding SNI support.

v18.4.0

30 Jul 13:49
Compare
Choose a tag to compare
  • Updates uWS from v18.5.0 to v18.10.0.
  • Swaps from Integer to Number for communicating offset in streams, necessary for streams larger than 2GB.
  • Adds an experimental key/value store for efficient Worker Thread intercommunication.

See main repo for list of changes.

v18.3.0

24 Jun 01:16
Compare
Choose a tag to compare

SSL fix

Apparently SSL support was entirely non-functional in v18.2.0, as we had a minor unfixed compilation error slip through.

v18.2.0

22 Jun 07:20
7b8b025
Compare
Choose a tag to compare
  • Update to uWS v18.5.0
  • Update docs

v18.1.0

08 Jun 13:43
Compare
Choose a tag to compare

Seamless PROXY Protocol v2

The HTTP parser will automatically pick up on the presence of such a proxy (HAProxy or the like); there's no runtime configuration needed.

Adds functions

  • getRemoteAddressAsText()
  • getProxiedRemoteAddress()
  • getProxiedRemoteAddressAsText()

v18.0.0

05 Jun 16:00
Compare
Choose a tag to compare

Upgrade events

  • Update to uWS v18.0.0; adding upgrade event:
    • Removes req from open event (breaking change)
    • Pass data from upgrade event to open event by calling res.upgrade with the user data object
  • Adds Upgrade and UpgradeAsync examples showing these features.
  • Updates old examples for compatibility.
  • µWebSockets and µWebSockets.js now share the same major version number.

v17.6.0

20 May 17:22
Compare
Choose a tag to compare

Update uWS to v0.17.5

v17.5.0

18 May 17:50
cad0e64
Compare
Choose a tag to compare
  • Brings latest fixes in uWS
  • Adds backpressure example

v17.4.0

23 Apr 20:23
116a85f
Compare
Choose a tag to compare

Node.js 14

  • Update uWS to v0.17.4
  • Support for Node.js 10, 11, 12, 13 & 14

v17.3.0

01 Mar 00:47
f54d0b4
Compare
Choose a tag to compare

Memory constrained compressors

  • Update uWS to v0.17.3
  • Adds memory constrained compressors
  • Adds ping/pong handlers