Socket.io Client Versions Save

Realtime application framework (client)

4.2.0

2 years ago

Bug Fixes

  • typings: allow async listener in typed events (66e00b7)
  • allow to set randomizationFactor to 0 (#1447) (dfb46b5)

Features

  • add an option to use native timer functions (#1479) (4e1b656)

4.1.3

2 years ago

This release only contains a bump from engine.io-client.

4.1.2

3 years ago

Bug Fixes

  • typings: add missing closeOnBeforeunload option (#1469) (35d27df)
  • typings: add missing requestTimeout option (#1467) (c8dfbb1)

4.1.1

3 years ago

There were some minor bug fixes on the server side, which mandate a client bump.

4.1.0

3 years ago

Blog post: https://socket.io/blog/socket-io-4-1-0/

Features

  • add the "closeOnBeforeunload" option (dcb85e9, from engine.io-client)

4.0.2

3 years ago

Bug Fixes

  • typings: add fallback to untyped event listener (5394669)
  • ensure buffered events are sent in order (34f822f)
  • ensure connections are properly multiplexed (dd2a8fc)
  • properly export the Socket class (e20d487)

4.0.1

3 years ago

Bug Fixes

  • typings: make auth property public (#1455) (c150223)
  • typings: update definition to match wrapper.mjs (#1456) (48f573f)

3.1.3

3 years ago

Bug Fixes

  • bundle: restore support for JS modules (afa7953)

4.0.0

3 years ago

The major bump is due to some breaking changes on the server side.

Blog post: https://socket.io/blog/socket-io-4-release/

Bug Fixes

  • bundle: restore support for JS modules (43613d1)

Features

  • add autoUnref option (6abfa1f)
  • add support for typed events (5902365)

3.1.2

3 years ago

Bug Fixes

  • restore support for web workers (13b32b3)
  • silently close the transport in the beforeunload hook (ed48b5d, from engine.io-client)