Skip to content

Latest commit

 

History

History
97 lines (39 loc) · 3.65 KB

CHANGELOG.md

File metadata and controls

97 lines (39 loc) · 3.65 KB

4.1.1 (2021-10-14)

4.1.0 (2021-10-11)

Features

  • provide an ESM build with and without debug (388c616)

4.0.4 (2021-01-15)

Bug Fixes

  • allow integers as event names (1c220dd)

4.0.3 (2021-01-05)

4.0.2 (2020-11-25)

Bug Fixes

  • move @types/component-emitter to dependencies (#99) (4efa005)

4.0.1 (2020-11-05)

Features

  • move binary detection back to the parser (285e7cd)
  • add support for a payload in a CONNECT packet (78f9fc2)

Bug Fixes

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

BREAKING CHANGES

  • the encode method is now synchronous (28d4f03)

4.0.1-rc3 (2020-10-25)

4.0.1-rc2 (2020-10-15)

Features

  • move binary detection back to the parser (285e7cd)

4.0.1-rc1 (2020-10-12)

Features

  • add support for a payload in a CONNECT packet (78f9fc2)

3.3.1 (2020-09-30)

4.0.0 (2020-09-28)

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)

3.4.1 (2020-05-13)

Bug Fixes

  • prevent DoS (OOM) via massive packets (#95) (dcb942d)