Skip to content

Commit b9dee7b

Browse files
chore(release): 3.5.0
Diff: 3.4.2...3.5.0
1 parent 19cc582 commit b9dee7b

File tree

3 files changed

+39
-50
lines changed

3 files changed

+39
-50
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [3.5.0](https://github.com/socketio/engine.io/compare/3.4.2...3.5.0) (2020-12-30)
2+
3+
4+
### Features
5+
6+
* add support for all cookie options ([19cc582](https://github.com/socketio/engine.io/commit/19cc58264a06dca47ed401fbaca32dcdb80a903b)), closes [/github.com/jshttp/cookie#options-1](https://github.com//github.com/jshttp/cookie/issues/options-1)
7+
* disable perMessageDeflate by default ([5ad2736](https://github.com/socketio/engine.io/commit/5ad273601eb66c7b318542f87026837bf9dddd21))
8+
9+
10+
111
## [3.4.2](https://github.com/socketio/engine.io/compare/3.4.1...3.4.2) (2020-06-04)
212

313

package-lock.json

+27-48
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "engine.io",
3-
"version": "3.4.2",
3+
"version": "3.5.0",
44
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
55
"main": "lib/engine.io",
66
"author": "Guillermo Rauch <[email protected]>",
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"babel-eslint": "^8.0.2",
3737
"babel-preset-es2015": "^6.24.0",
38-
"engine.io-client": "3.4.2",
38+
"engine.io-client": "3.5.0",
3939
"eslint": "^4.5.0",
4040
"eslint-config-standard": "^10.2.1",
4141
"eslint-plugin-import": "^2.7.0",

0 commit comments

Comments
 (0)