Skip to content

Commit 94f082b

Browse files
committed
Release 0.3.10
1 parent 96902f5 commit 94f082b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

History.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11

2+
0.3.10 / 2012-12-03
3+
===================
4+
5+
* package: bumped `engine.io-client` with `close` fixes
6+
* add packetCreate event [jxck]
7+
* add packet event to socket [jxck]
8+
* transport: remove `Connection` headers and let node handle it
9+
* server: send validation failure reason to clients
10+
* engine: invoking as a function causes attach
11+
* socket: reset `writeBuffer` before send
12+
213
0.3.9 / 2012-10-23
314
==================
415

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "engine.io"
3-
, "version": "0.3.9"
3+
, "version": "0.3.10"
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]>"

0 commit comments

Comments
 (0)