From f80bf1a23ee55e841b418b315b7d5c3a2f5ee419 Mon Sep 17 00:00:00 2001 From: Bryce Kahle Date: Fri, 24 Oct 2014 17:25:50 -0400 Subject: [PATCH] Release 0.3.10 --- Changelog | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 10e16635..d79f3bd6 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,19 @@ +0.3.10 +====== + + * #168 - Add CORS headers for eventsource + * #158 - schedule heartbeat timer even if send_buffer is not empty + * #96 - remove rbytes dependency + * #83 - update documentation for prefix + * #163 - add protection to JSON for SWF exploit + * #104 - delete unused parameters in code + * #106 - update CDN urls + * #79 - Don't remove stream listeners until after end so 'close' event is heard + * Get rid of need for _sockjs_onload global variable + * Use Faye for websocket request validation + * Upgrade Faye to 0.7.3 + * Upgrade node-uuid to 1.4.1 + 0.3.9 ===== diff --git a/package.json b/package.json index 6dbad4ca..142d2fd7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sockjs", "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.", - "version": "0.3.9", + "version": "0.3.10", "author": "Marek Majkowski", "bugs": { "url": "https://github.com/sockjs/sockjs-node/issues"