333
schangxiang@126.com
2025-09-19 18966e02fb573c7e2bb0c6426ed792b38b910940
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
 
3.0.1 / 2019-03-01
==================
 
**fixes**
  * [[`6f9bf8e`](http://github.com/node-modules/cluster-client/commit/6f9bf8e300386f28c2a208aa8c394d441045c03c)] - fix: single mode bugs (#49) (zōng yǔ <<gxcsoccer@users.noreply.github.com>>)
 
3.0.0 / 2019-02-26
==================
 
**features**
  * [[`7f3765d`](http://github.com/node-modules/cluster-client/commit/7f3765ded8877758c9a0bf0c1b23ab4e2c932c21)] - feat: support cpu single mode (#48) (zōng yǔ <<gxcsoccer@users.noreply.github.com>>)
 
2.1.2 / 2018-11-23
==================
 
**others**
  * [[`4c5093b`](http://github.com/node-modules/cluster-client/commit/4c5093b878ee8018524b1b0a514865e647a8f38c)] - chore: upgrade deps (#47) (zōng yǔ <<gxcsoccer@users.noreply.github.com>>)
 
2.1.1 / 2018-06-12
==================
 
**fixes**
  * [[`9fe3849`](http://github.com/node-modules/cluster-client/commit/9fe38494d41afca76491c78cf54b2717508f94b9)] - fix: follower should not retry register channel if socket already disconnected (#43) (zōng yǔ <<gxcsoccer@users.noreply.github.com>>)
 
2.1.0 / 2018-03-26
==================
 
**features**
  * [[`dce3fee`](http://github.com/node-modules/cluster-client/commit/dce3fee89a5c3d617b09e129f3ee68214fa90ccd)] - feat: response with whole error object instead of only stack, message (#38) (killa <<killa123@126.com>>)
 
2.0.0 / 2018-03-06
==================
 
**others**
  * [[`2574eae`](http://github.com/node-modules/cluster-client/commit/2574eae6fdbe603b74a3c27a57e3b545aec54314)] - [BREAKING] feat: migrating from generators to async/await (#36) (zōng yǔ <<gxcsoccer@users.noreply.github.com>>)
  * [[`e32f0ef`](http://github.com/node-modules/cluster-client/commit/e32f0eff5fe5dfb4187386d928b2fa8cdc65cfa5)] - chore: release 1.7.1 (xiaochen.gaoxc <<xiaochen.gaoxc@alibaba-inc.com>>),
 
1.7.1 / 2017-09-21
==================
 
  * fix: error occured while calling invokeOneway method if ready failed (#33)
 
1.7.0 / 2017-08-18
==================
 
  * feat: support custom port by env NODE_CLUSTER_CLIENT_PORT (#31)
 
1.6.8 / 2017-08-18
==================
 
  * fix: make sure leader ready before follower in egg (#32)
 
1.6.7 / 2017-07-31
==================
 
  * fix: only close server when server exists (#30)
 
1.6.6 / 2017-07-28
==================
 
  * fix: set exclusive to true on listen (#29)
 
1.6.5 / 2017-06-24
==================
 
  * fix: ignore error after close & register channel issue (#28)
 
1.6.4 / 2017-05-08
==================
 
  * chore: remove unnecessary log, using debug instead (#27)
 
1.6.3 / 2017-04-25
==================
 
  * fix: make sure follower test socket end (#25)
 
1.6.2 / 2017-04-25
==================
 
  * fix: ignore ECONNRESET error (#24)
 
1.6.1 / 2017-04-20
==================
 
  * fix: invoke before client ready issue (#23)
  * fix: fix symbol property error (#22)
 
1.6.0 / 2017-04-18
==================
 
  * feat: make clustClient method writable to support mock or spy (#21)
 
1.5.4 / 2017-04-12
==================
 
  * fix: avoid event memory leak warning (#20)
 
1.5.3 / 2017-03-17
==================
 
  * fix: make sure subscribe listener triggered asynchronized (#19)
 
1.5.2 / 2017-03-14
==================
 
  * fix: event delegate & leader ready bug (#18)
 
1.5.1 / 2017-03-13
==================
 
  * fix: don't auto ready when initMethod exists (#17)
 
1.5.0 / 2017-03-10
==================
 
  * feat: add APIClientBase to help you create your api client (#16)
 
1.4.0 / 2017-03-08
==================
 
  * feat: support unSubscribe, invokeOneway & close self (#14)
 
1.3.2 / 2017-03-08
==================
 
  * fix: fix leader subscribe issue & heartbeat timeout issue (#15)
 
1.3.1 / 2017-03-07
==================
 
  * chore: better notice (#13)
  * test: fix failed case (#12)
 
1.3.0 / 2017-02-22
==================
 
  * fix: block all remote connection (#11)
 
1.2.0 / 2017-02-20
==================
 
  * feat: use serialize-json to support encode/decode buffer, date, undef… (#10)
 
1.1.0 / 2017-02-07
==================
 
  * feat: close (#7)
  * fix: no more need harmony-reflect on node >= 6 (#8)
  * refactor: improve utils.delegateEvents() (#6)
 
1.0.3 / 2017-02-04
==================
 
  * fix: adjust serialize algorithm for invoke arguments (#3)
 
1.0.2 / 2017-01-25
==================
 
  * fix: log error if error exist (#5)
  * docs: fix typo subsribe -> subscribe (#4)
 
1.0.1 / 2016-12-26
==================
 
  * fix: fix shared memory issue (#2)
 
1.0.0 / 2016-12-22
==================
 
  * feat: implement cluster-client