8000 Release 0.3.16 · sockjs/sockjs-node@f57cdfc · GitHub
[go: up one dir, main page]

Skip to content

Commit f57cdfc

Browse files
committed
Release 0.3.16
1 parent 13f2b90 commit f57cdfc

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Changelog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
0.3.16
2+
======
3+
4+
* Fix CORS response for null origin #177
5+
* Add websocket ping-pong and close if no response #129, #162, #169
6+
* Update sockjs-client version in examples #182
7+
* Add koa example #180
8+
* Disable raw websocket endpoint when websocket = false #183
9+
* Upgrade to faye-websocket 0.10.0 and use proper close code
10+
* When connection is aborted, don't delay the teardown
11+
* Forward additional headers #188
12+
* Add `no-transform` to Cache-Control headers #189
13+
* Update documentation about heartbeats #192
14+
15+
116
0.3.15
217
======
318

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.15",
4+
"version": "0.3.16",
55
"author": "Marek Majkowski",
66
"bugs": {
77
"url": "https://github.com/sockjs/sockjs-node/issues"

0 commit comments

Comments
 (0)
0