Releases: logux/server
Releases · logux/server
0.14 “Sliver of Straw”
- Removed Node.js 18 support.
- Removed backend control.
- Moved to number as subprotocol and remove
Context#isSubprotocol()
. - Moved to Logux Core 0.10 and Logux Protocol 5.
- Changed custom HTTP listener API.
- Added API to use custom Logux server node class.
- Added
Server#sendOnConnect()
. - Reduced dependencies.
- Changed color auto-detection algorithm to
util.styleText
. - Fixed brute-force lock issue during tests.
0.13.1
- Fixed vulnerability audit by moving to
cookie
0.7.
0.13 “Seven Red Suns”
- Removed Node.js 14 and Node.js 16 support.
- Moved to Logux Core 0.9.
- Added action processing queues (by @VladBrok).
- Added
unauthenticated
event (by @erictheswift).
0.12.9
- Fixed Node.js 14 regression.
0.12.8
- Replaced
ip
to fix vulnerability. - Updated dependencies.
0.12.7
- Moved
ip
to2.x
to fix vulnerability.