All Versions
44
Latest Version
Avg Release Cycle
33 days
Latest Release
753 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v4.1.3 Changes
July 10, 2021 -
v4.1.2 Changes
May 17, 2021 -
v4.1.1 Changes
May 11, 2021 -
v4.1.0 Changes
May 11, 2021๐ Features
- โ add support for inter-server communication (93cce05)
- ๐ notify upon namespace creation (499c892)
- โ add a "connection_error" event (7096e98, from
engine.io
) - โ add the "initial_headers" and "headers" events (2527543, from
engine.io
)
๐ Performance Improvements
- โ add support for the "wsPreEncoded" writing option (dc381b7)
-
v4.0.2 Changes
May 06, 2021 -
v4.0.1 Changes
March 31, 2021 -
v4.0.0 Changes
March 10, 2021 -
v3.2.0 Changes
There are two non-breaking changes that are somehow quite important:
โช
ws
was reverted as the default wsEngine (https://github.com/socketio/engine.io/pull/550), as there was several blocking issues withuws
. You can still useuws
by runningnpm install uws --save
in your project and using thewsEngine
option:var engine = require('engine.io'); var server = engine.listen(3000, { wsEngine: 'uws' });
0๏ธโฃ
pingTimeout
now defaults to 5 seconds (instead of 60 seconds): https://github.com/socketio/engine.io/pull/551
-
v3.1.2 Changes
February 26, 2021๐ Bug Fixes
- ignore packets received after disconnection (494c64e)
-
v3.1.1 Changes
February 03, 2021