Skip to content

Releases: socketio/engine.io-client

1.8.6

28 Jun 07:01
824df85
Compare
Choose a tag to compare

Bug Fixes

Links

5.1.2

24 Jun 09:53
9c79ba6
Compare
Choose a tag to compare

Bug Fixes

  • emit ping when receiving a ping from the server (589d3ad)
  • websocket: fix timer blocking writes (#670) (f30a10b)

Links

5.1.1

11 May 07:11
8bc9b3b
Compare
Choose a tag to compare

Bug Fixes

  • fix JSONP transport on IE9 (bddd992)

Links

4.1.4

05 May 20:38
c03e877
Compare
Choose a tag to compare

This release only contains a bump of xmlhttprequest-ssl, in order to fix the following vulnerability: https://www.npmjs.com/advisories/1665.

Please note that engine.io-client was not directly impacted by this vulnerability, since we are always using async: true.

Links

3.5.2

05 May 20:38
6bf9dd6
Compare
Choose a tag to compare

This release only contains a bump of xmlhttprequest-ssl, in order to fix the following vulnerability: https://www.npmjs.com/advisories/1665.

Please note that engine.io-client was not directly impacted by this vulnerability, since we are always using async: true.

Links

5.1.0

04 May 07:44
0acbe5f
Compare
Choose a tag to compare

Features

  • add the "closeOnBeforeunload" option (dcb85e9)

Links

5.0.1

31 Mar 22:02
9eeed5e
Compare
Choose a tag to compare

Bug Fixes

  • ignore packets when the transport is silently closed (d291a4c)

Links

4.1.3

31 Mar 22:12
f6287f9
Compare
Choose a tag to compare

Bug Fixes

  • ignore packets when the transport is silently closed (46e6de0)

Links

5.0.0

10 Mar 09:13
14e8180
Compare
Choose a tag to compare

The major bump is due to a breaking change on the server side.

Features

  • add autoUnref option (6551683)
  • listen to the "offline" event (c361bc6)

Links

3.5.1

10 Mar 09:12
bd3a1cc
Compare
Choose a tag to compare

Bug Fixes

  • replace default nulls in SSL options with undefineds (d0c551c)

Links