Skip to content

Commit 9867544

Browse files
committed
v0.9.74
1 parent ba2ed7a commit 9867544

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ SocketCluster was designed to be lightweight and its realtime API is almost iden
2929
Follow the project on Twitter: https://twitter.com/SocketCluster
3030
Subscribe for updates: http://socketcluster.launchrock.com/
3131

32-
## Recent changes
33-
34-
v0.9.44 - Major efficiency improvement - Now using UNIX sockets instead of TCP sockets for IPC. Uses named pipes on Windows.
35-
This change affected the API. The workers and stores start options are now just integers instead of arrays of port numbers.
36-
Also note that the balancerCount option was renamed to balancers.
37-
3832
## Memory leak profile
3933

4034
SocketCluster has been tested for memory leaks.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "socketcluster",
33
"description": "SocketCluster - A Highly parallelized WebSocket server cluster to make the most of multi-core machines/instances.",
4-
"version": "0.9.73",
4+
"version": "0.9.74",
55
"homepage": "http://socketcluster.io",
66
"contributors": [
77
{
@@ -18,7 +18,7 @@
1818
"http-proxy": "1.1.4",
1919
"iocluster": ">= 1.4.4",
2020
"optimist": "0.6.1",
21-
"socketcluster-server": ">= 0.9.38",
21+
"socketcluster-server": ">= 0.9.39",
2222
"uid-number": "0.0.5",
2323
"wrench": "1.5.8"
2424
},

0 commit comments

Comments
 (0)