Skip to content

Releases: socketio/engine.io

Release 3.4.0

13 Sep 12:07
ecfcc69
Compare
Choose a tag to compare

Features

  • add additional debug messages (#586)

Bug fixes

  • remove deprecated Buffer usage in dependency (#585)

Diff: 3.3.2...3.4.0
Client release: 3.4.0
ws version: ^7.1.2

3.3.2

13 Sep 12:04
cb0ac6f
Compare
Choose a tag to compare

#511 was reverted (see socketio/socket.io#3381)

Diff: 3.3.1...3.3.2
Client release: -

3.3.1

20 Nov 06:22
64d6044
Compare
Choose a tag to compare

Bug fixes

  • replace deprecated Buffer usage (#565)

Milestone: 3.3.1
Diff: 3.3.0...3.3.1
Client release: 3.3.1

3.3.0

19 Nov 21:37
2c856ca
Compare
Choose a tag to compare

Features

  • allow configuration of Access-Control-Allow-Origin value (#511)

Milestone: 3.3.0
Diff: 3.2.1...3.3.0
Client release: 3.3.0

3.2.1

02 Nov 06:41
0151c6a
Compare
Choose a tag to compare

Bug fixes

  • processing error code on abort connection (#562)

Milestone: 3.2.1
Diff: 3.2.0...3.2.1

3.2.0

28 Feb 12:20
Compare
Choose a tag to compare

Important note ⚠️

There are two non-breaking changes that are somehow quite important:

  • ws was reverted as the default wsEngine (#550), as there was several blocking issues with uws. You can still use uws by running npm install uws --save in your project and using the wsEngine option:
var engine = require('engine.io');
var server = engine.listen(3000, {
  wsEngine: 'uws'
});
  • pingTimeout now defaults to 5 seconds (instead of 60 seconds): #551

Milestone: 3.2.0
Diff: 3.1.5...3.2.0

3.1.5

25 Feb 08:17
Compare
Choose a tag to compare

Milestone: 3.1.5
Diff: 3.1.4...3.1.5

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