Skip to content

Releases: socketio/engine.io

3.1.2

27 Sep 22:10
Compare
Choose a tag to compare

Please see engine.io-client release note here.

3.1.1

02 Sep 12:28
Compare
Choose a tag to compare

Bug fixes

  • fix null payload when aborting connection (#503)
  • use workaround for setEncoding bug in node 0.10+ (#527)
  • fix undeterministic error in polling buffer processing (#529)
  • use explicit require of wsEngine (#523)
  • check whether 'Origin' header has invalid characters (#531)

Milestone: 3.1.1
Diff: 3.1.0...3.1.1

1.8.4

28 Apr 12:04
Compare
Choose a tag to compare

Bug fixes

  • fix null payload when aborting connection (#503) (cherry-picked)

Milestone: -
Diff: 1.8.3...1.8.4

3.1.0

27 Apr 23:11
Compare
Choose a tag to compare

Milestone: 3.1.0
Diff: 3.0.0...3.1.0

3.0.0

24 Apr 11:25
Compare
Choose a tag to compare

Important note ⚠️

#493 remove support for 0.10 and 0.12 node.js versions, which are now in End-of-Life status (https://github.com/nodejs/Release).

Milestone: 3.0.0
Diff: 2.1.1...3.0.0

2.1.1

23 Mar 06:22
Compare
Choose a tag to compare
  • [chore] Bump engine.io-parser to version 2.0.2 (83fa0af)

2.1.0

11 Mar 08:23
Compare
Choose a tag to compare
  • [feat] Add an option to toggle handling of OPTIONS requests (#491)
  • [chore] Bump engine.io-parser to version 2.0.1 (#490)
  • [chore] Bump uws to version 0.13.0 (#489)

2.0.2

16 Feb 11:32
Compare
Choose a tag to compare
  • [chore] Bump ws to version 1.1.2 (vulnerability fix) (#480)

1.8.3

16 Feb 11:47
Compare
Choose a tag to compare
  • [chore] Bump ws to version 1.1.2 (vulnerability fix) (#480) (cherry-picked)

2.0.1

30 Jan 15:28
Compare
Choose a tag to compare
  • [fix] Initialize the WebSocket server in the Server constructor (#476)