Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Jan 5, 2016
1 parent 6eb9807 commit ddb3445
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,32 @@

1.4.0 / 2015-11-28
==================

* socket.io: increase large binary data test timeout
* package: bump `engine.io` for release
* trigger callback even when joining an already joined room
* package: bump parser
* namespace: clear rooms flag after a clients call (fixes #1978)
* package: bump `socket.io-parser`
* fixed tests with large data
* fixed a typo in the example code
* package: bump mocha
* package: bump `has-binary` and `zuul-ngrok`
* package: bump `engine.io` and `socket.io-client`
* README: clarified documentation of Socket.in
* README: fixed up legacy repo links
* test: better timeout for stress test
* socket: don't set request property which has a getter
* removed proxy index file
* support flags on namespace
* improve Socket#packet and Client#packet
* socket: warn node_redis-style about missing `error`
* test: added failing test
* test: increase timeout for large binary data test
* package: bump `has-binary` to work with all objects (fixes #1955)
* fix origin verification default https port [evanlucas]
* support compression [nkzawa]

1.3.7 / 2015-09-21
==================

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "socket.io",
"version": "1.3.7",
"version": "1.4.0",
"description": "node.js realtime framework server",
"keywords": [
"realtime",
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"engine.io": "1.6.5",
"socket.io-parser": "2.2.6",
"socket.io-client": "automattic/socket.io-client#master",
"socket.io-client": "1.4.0",
"socket.io-adapter": "0.4.0",
"has-binary": "0.1.7",
"debug": "2.2.0"
Expand Down

1 comment on commit ddb3445

@gsklee
Copy link

@gsklee gsklee commented on ddb3445 Jan 21, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rauchg The date of the release (2015-11-28) is apparently wrong.

Please sign in to comment.