Skip to content

Releases: socketio/engine.io

1.8.5

25 Feb 08:11
Compare
Choose a tag to compare

Milestone: -
Diff: 1.8.4...1.8.5

3.1.4

12 Nov 21:24
Compare
Choose a tag to compare

Important note ⚠️

#543 updates the ws package, as the previous version was vulnerable to a Regular Expression Denial of Service (NSP advisory #550). Please update as soon as possible.

Milestone: 3.1.4
Diff: 3.1.3...3.1.4

3.1.3

11 Oct 06:02
Compare
Choose a tag to compare

Bug fixes

  • fix undefined remoteAddress when using uws (#533)

Milestone: 3.1.3
Diff: 3.1.2...3.1.3

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)