Skip to content

Commit f80bf1a

Browse files
committed
Release 0.3.10
1 parent 02b2b71 commit f80bf1a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

Changelog

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
0.3.10
2+
======
3+
4+
* #168 - Add CORS headers for eventsource
5+
* #158 - schedule heartbeat timer even if send_buffer is not empty
6+
* #96 - remove rbytes dependency
7+
* #83 - update documentation for prefix
8+
* #163 - add protection to JSON for SWF exploit
9+
* #104 - delete unused parameters in code
10+
* #106 - update CDN urls
11+
* #79 - Don't remove stream listeners until after end so 'close' event is heard
12+
* Get rid of need for _sockjs_onload global variable
13+
* Use Faye for websocket request validation
14+
* Upgrade Faye to 0.7.3
15+
* Upgrade node-uuid to 1.4.1
16+
117
0.3.9
218
=====
319

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sockjs",
33
"description": "SockJS-node is a server counterpart of SockJS-client a JavaScript library that provides a WebSocket-like object in the browser. SockJS gives you a coherent, cross-browser, Javascript API which creates a low latency, full duplex, cross-domain communication channel between the browser and the web server.",
4-
"version": "0.3.9",
4+
"version": "0.3.10",
55
"author": "Marek Majkowski",
66
"bugs": {
77
"url": "https://github.com/sockjs/sockjs-node/issues"

0 commit comments

Comments
 (0)