Skip to content

Commit

Permalink
[chore] Release 2.0.0 (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Jan 22, 2017
1 parent 274efa1 commit 9b4e983
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions History.md
@@ -1,4 +1,20 @@

2.0.0 / 2017-01-22
===================

* [feature] Add an `initialPacket` option (#471)
* [fix] Discard packets when socket is closed (#469)
* [docs] Fix spelling mistake (#466)
* [chore] Bump engine.io-parser to version 2.0.0 (#463)
* [fix] `allowRequest` failures now return 403 Forbidden (#452)
* [test] Fix test failure by increasing pingTimeout (#461)
* [chore] Use uws as default wsEngine, and ws as fallback (#459)

Breaking changes:

- #459: switching to uws as default WebSocket engine should bring significant improvement in performance (particularly in terms of memory consumption)
- #463: the new version brings the following fix https://github.com/socketio/engine.io-parser/pull/81, which fixes a double utf8 encoding when polling

1.8.2 / 2016-12-11
===================

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "engine.io",
"version": "1.8.2",
"version": "2.0.0",
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
"main": "./lib/engine.io",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
Expand Down Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"babel-eslint": "5.0.0",
"babel-preset-es2015": "6.3.13",
"engine.io-client": "socketio/engine.io-client",
"engine.io-client": "2.0.0",
"eslint-config-standard": "4.4.0",
"eslint-plugin-standard": "1.3.2",
"expect.js": "0.2.0",
Expand Down

0 comments on commit 9b4e983

Please sign in to comment.