Skip to content

Releases: amscu-dev/WebSocket-Server-No-Libraries

v1.6.1

02 Mar 12:36

Choose a tag to compare

1.6.1 (2026-03-02)

Bug Fixes

  • ws-server: fixed events type checking (4d3a074)

v1.6.0

02 Mar 12:33

Choose a tag to compare

1.6.0 (2026-03-02)

Features

  • ws-server: added typesafety for events (2a8b0c3)

v1.5.1

02 Mar 12:23

Choose a tag to compare

1.5.1 (2026-03-02)

Bug Fixes

  • ws-server: fix bug in _startWebSocketServer method (004f005)

v1.5.0

28 Feb 23:27

Choose a tag to compare

1.5.0 (2026-02-28)

Bug Fixes

  • ws-server: terminate connection instead of throw error in case of maxPayload & lack of mask (e64ab12)

Features

  • ws-server: added check for control frames structure (0e0d048)
  • ws-server: added check for rsvBits - no rsv allowed at current version (1712db1)

v1.4.0

28 Feb 21:17

Choose a tag to compare

1.4.0 (2026-02-28)

Features

  • ws-server: added a separate method _setupSocketListeners to attach cb f to tcpsocket events (6a25dde)
  • ws-server: added logic for handling close frames & close TCP & WS connection (8d58370)

v1.3.0

28 Feb 16:27

Choose a tag to compare

1.3.0 (2026-02-28)

Features

  • ws-server: added sent(), initialize socket cb in constructor, extend ws server class (89801b4)

v1.2.0

27 Feb 21:18

Choose a tag to compare

1.2.0 (2026-02-27)

Bug Fixes

  • ws-data-frame: fix bug in _getPayload step (8e55c13)
  • ws-data-frame: fixed bug _consumePayload (34735d0)

Features

  • ws-data-frame: added logic for extracting & parsing mask key header from data frame (92c5540)
  • ws-data-frame: added logic for handling fragmentet ws messages ( multi data frames ) (ef8cfc9)
  • ws-data-frame: added logic for parsing first 2 mandatory bytes & payload length (33012a3)
  • ws-data-frame: added logic for parsing payload data from frame (f8ddcfc)
  • ws-data-frame: added logic for unmasking payload data frame (8677f58)
  • ws-data-frame: added ws class for parsing & consuming ws data frame payload (384e17e)

v1.1.0

25 Feb 21:15

Choose a tag to compare

1.1.0 (2026-02-25)

Features

  • httphandshake: added logic for implementing server initial http handshake response (cd5eefc)

v1.0.0

25 Feb 20:55

Choose a tag to compare

1.0.0 (2026-02-25)

Bug Fixes

  • httphandshake: added validation for supported websocket version (c9fe195)

Features

  • errorhandling: add a basic error handling mechanism for process errors (cc17667)
  • httphandshake: added validation for client initial http request ( upgrade request ) (06b41a2)
  • server: add a simple node http server (4c436a5)