Skip to content

4.0.0

Compare
Choose a tag to compare
@darrachequesne darrachequesne released this 28 Sep 13:00
· 33 commits to master since this release
c04d7f5

This release will be included in Socket.IO v3.

There is a breaking API change (see below), but the exchange protocol is left untouched and thus stays in version 4.

Bug Fixes

  • do not catch encoding errors (aeae87c)
  • throw upon invalid payload format (c327acb)

BREAKING CHANGES

  • the encode method is now synchronous (28d4f03)

Links