Skip to content

Releases: socketio/engine.io-client

4.0.3

17 Nov 08:54
8228a43
Compare
Choose a tag to compare

Bug Fixes

  • react-native: add a default value for the withCredentials option (ccb99e3)
  • react-native: exclude the localAddress option (177b95f)

Links

4.0.2

09 Nov 09:07
b6df250
Compare
Choose a tag to compare

Links

4.0.1

21 Oct 22:49
276597f
Compare
Choose a tag to compare

Links

3.4.4

30 Sep 00:31
4d2f277
Compare
Choose a tag to compare

Links

4.0.0

10 Sep 23:22
2ea0d13
Compare
Choose a tag to compare

More details about this release in the blog post: https://socket.io/blog/engine-io-4-release/

Bug Fixes

  • react-native: restrict the list of options for the WebSocket object (2f5c948)
  • use globalThis polyfill instead of self/global (#634) (3f3a6f9)
  • properly assign options when creating the transport (7c7f1a9)

Features

  • strip debug from the browser bundle (f7ba966)
  • reverse the ping-pong mechanism (81d7171)

Links

3.4.3

30 Sep 00:30
5a5313e
Compare
Choose a tag to compare

Links

3.4.2

04 Jun 06:08
f19a9e3
Compare
Choose a tag to compare

Links

3.4.1

17 Apr 08:49
81dc10d
Compare
Choose a tag to compare

Bug Fixes

  • use globalThis polyfill instead of self/global (357f01d)

Links

v4.0.0-alpha.1

13 Feb 06:34
804e871
Compare
Choose a tag to compare
v4.0.0-alpha.1 Pre-release
Pre-release

Bug Fixes

  • properly assign options when creating the transport (7c7f1a9)

Links

v4.0.0-alpha.0

13 Feb 06:35
d37534e
Compare
Choose a tag to compare
v4.0.0-alpha.0 Pre-release
Pre-release

chore

Features

  • reverse the ping-pong mechanism (81d7171)

BREAKING CHANGES

  • v3.x clients will not be able to connect anymore (they
    will send a ping packet and timeout while waiting for a pong packet).

  • the output bundle will now be found in the dist/ folder.

Links