1 |
|
---|
2 | 4.1.4 / 2021-02-05
|
---|
3 | ==================
|
---|
4 |
|
---|
5 | **fixes**
|
---|
6 | * [[`4d04794`](http://github.com/node-modules/agentkeepalive/commit/4d047946b1547b4edff92ea40205aee4f0c8aa46)] - fix(types): correct `Https` constructor argument (#89) (Simen Bekkhus <<sbekkhus91@gmail.com>>)
|
---|
7 |
|
---|
8 | 4.1.3 / 2020-06-15
|
---|
9 | ==================
|
---|
10 |
|
---|
11 | **fixes**
|
---|
12 | * [[`4ba9f9c`](http://github.com/node-modules/agentkeepalive/commit/4ba9f9c844f2a6b8037ce56599d25c69ef054d91)] - fix: compatible with node v12.16.3 (#91) (killa <<killa123@126.com>>)
|
---|
13 |
|
---|
14 | 4.1.2 / 2020-04-25
|
---|
15 | ==================
|
---|
16 |
|
---|
17 | **fixes**
|
---|
18 | * [[`de66b02`](http://github.com/node-modules/agentkeepalive/commit/de66b0206d064a97129c2c31bcdabd4d64557b91)] - fix: detect http request timeout handler (#88) (fengmk2 <<fengmk2@gmail.com>>)
|
---|
19 |
|
---|
20 | 4.1.1 / 2020-04-25
|
---|
21 | ==================
|
---|
22 |
|
---|
23 | **fixes**
|
---|
24 | * [[`bbd20c0`](http://github.com/node-modules/agentkeepalive/commit/bbd20c03b8cf7dfb00b3aad1ada26d4ab90d2d6e)] - fix: definition error (#87) (吖猩 <<whxaxes@qq.com>>)
|
---|
25 |
|
---|
26 | **others**
|
---|
27 | * [[`3b01699`](http://github.com/node-modules/agentkeepalive/commit/3b01699b8e90022d5f56898dd709e4fe7ee7cdaa)] - test: run test on node 12 (#84) (Igor Savin <<iselwin@gmail.com>>)
|
---|
28 |
|
---|
29 | 4.1.0 / 2019-10-12
|
---|
30 | ==================
|
---|
31 |
|
---|
32 | **features**
|
---|
33 | * [[`fe33b80`](http://github.com/node-modules/agentkeepalive/commit/fe33b800acc09109388bfe65107550952b6fc7b0)] - feat: Add `reusedSocket` property on client request (#82) (Weijia Wang <<starkwang@126.com>>)
|
---|
34 |
|
---|
35 | **others**
|
---|
36 | * [[`77ba744`](http://github.com/node-modules/agentkeepalive/commit/77ba744667bb6b9e5986a53e5222f62094db12b9)] - docs: fix grammar in readme (#81) (Herrington Darkholme <<2883231+HerringtonDarkholme@users.noreply.github.com>>)
|
---|
37 |
|
---|
38 | 4.0.2 / 2019-02-19
|
---|
39 | ==================
|
---|
40 |
|
---|
41 | **fixes**
|
---|
42 | * [[`56d4a9b`](http://github.com/node-modules/agentkeepalive/commit/56d4a9b2a4499ea28943ddb590358d7831a02cb1)] - fix: HttpAgent export = internal (#74) (Andrew Leedham <<AndrewLeedham@outlook.com>>)
|
---|
43 |
|
---|
44 | 4.0.1 / 2019-02-19
|
---|
45 | ==================
|
---|
46 |
|
---|
47 | **fixes**
|
---|
48 | * [[`bad1ac0`](http://github.com/node-modules/agentkeepalive/commit/bad1ac0e710fbc486717e14e68c59266d35df6a8)] - fix: HttpsAgent Type Definition (#71) (#72) (Andrew Leedham <<AndrewLeedham@outlook.com>>)
|
---|
49 | * [[`f48a4a7`](http://github.com/node-modules/agentkeepalive/commit/f48a4a701ea6fbe43781c91e1c0aaad6e328ac7f)] - fix: export interface (#70) (Vinay <<vinaybedre@gmail.com>>)
|
---|
50 |
|
---|
51 | **others**
|
---|
52 | * [[`9124343`](http://github.com/node-modules/agentkeepalive/commit/91243437cfdd324cb97f39dee76746d5e5f4cd72)] - chore: add agent.options.keepAlive instead agent.keepAlive (fengmk2 <<fengmk2@gmail.com>>)
|
---|
53 | * [[`d177d40`](http://github.com/node-modules/agentkeepalive/commit/d177d40422fe7296990b4e270cf498e3f33c18fa)] - test: add request timeout bigger than agent timeout cases (fengmk2 <<fengmk2@gmail.com>>)
|
---|
54 |
|
---|
55 | 4.0.0 / 2018-10-23
|
---|
56 | ==================
|
---|
57 |
|
---|
58 | **features**
|
---|
59 | * [[`5c9f3bb`](http://github.com/node-modules/agentkeepalive/commit/5c9f3bbd60555744edcf777105b148982a1a42b6)] - feat: impl the new Agent extend http.Agent (fengmk2 <<fengmk2@gmail.com>>)
|
---|
60 |
|
---|
61 | **others**
|
---|
62 | * [[`498c8f1`](http://github.com/node-modules/agentkeepalive/commit/498c8f13cf76600d3dd6e1c91cdf2d8292355dff)] - chore: move LICENSE from readme to file (fengmk2 <<fengmk2@gmail.com>>)
|
---|
63 | * [[`4f39894`](http://github.com/node-modules/agentkeepalive/commit/4f398942ba2f90cf4501239e56ac4e6344931a01)] - bugfix: support agent.options.timeout on https agent (fengmk2 <<fengmk2@gmail.com>>)
|
---|
64 |
|
---|
65 | 3.5.2 / 2018-10-19
|
---|
66 | ==================
|
---|
67 |
|
---|
68 | **fixes**
|
---|
69 | * [[`5751fc1`](http://github.com/node-modules/agentkeepalive/commit/5751fc1180ed6544602c681ffbd08ca66a0cb12c)] - fix: sockLen being miscalculated when removing sockets (#60) (Ehden Sinai <<cixel@users.noreply.github.com>>)
|
---|
70 |
|
---|
71 | 3.5.1 / 2018-07-31
|
---|
72 | ==================
|
---|
73 |
|
---|
74 | **fixes**
|
---|
75 | * [[`495f1ab`](http://github.com/node-modules/agentkeepalive/commit/495f1ab625d43945d72f68096b97db723d4f0657)] - fix: add the lost npm files (#66) (Henry Zhuang <<zhuanghengfei@gmail.com>>)
|
---|
76 |
|
---|
77 | 3.5.0 / 2018-07-31
|
---|
78 | ==================
|
---|
79 |
|
---|
80 | **features**
|
---|
81 | * [[`16f5aea`](http://github.com/node-modules/agentkeepalive/commit/16f5aeadfda57f1c602652f1472a63cc83cd05bf)] - feat: add typing define. (#65) (Henry Zhuang <<zhuanghengfei@gmail.com>>)
|
---|
82 |
|
---|
83 | **others**
|
---|
84 | * [[`28fa062`](http://github.com/node-modules/agentkeepalive/commit/28fa06246fb5103f88ebeeb8563757a9078b8157)] - docs: add "per host" to description of maxFreeSockets (tony-gutierrez <<tony.gutierrez@bluefletch.com>>)
|
---|
85 | * [[`7df2577`](http://github.com/node-modules/agentkeepalive/commit/7df25774f00a1031ca4daad2878a17e0539072a2)] - test: run test on node 10 (#63) (fengmk2 <<fengmk2@gmail.com>>)
|
---|
86 |
|
---|
87 | 3.4.1 / 2018-03-08
|
---|
88 | ==================
|
---|
89 |
|
---|
90 | **fixes**
|
---|
91 | * [[`4d3a3b1`](http://github.com/node-modules/agentkeepalive/commit/4d3a3b1f7b16595febbbd39eeed72b2663549014)] - fix: Handle ipv6 addresses in host-header correctly with TLS (#53) (Mattias Holmlund <<u376@m1.holmlund.se>>)
|
---|
92 |
|
---|
93 | **others**
|
---|
94 | * [[`55a7a5c`](http://github.com/node-modules/agentkeepalive/commit/55a7a5cd33e97f9a8370083dcb041c5552f10ac9)] - test: stop timer after test end (fengmk2 <<fengmk2@gmail.com>>)
|
---|
95 |
|
---|
96 | 3.4.0 / 2018-02-27
|
---|
97 | ==================
|
---|
98 |
|
---|
99 | **features**
|
---|
100 | * [[`bc7cadb`](http://github.com/node-modules/agentkeepalive/commit/bc7cadb30ecd2071e2b341ac53ae1a2b8155c43d)] - feat: use socket custom freeSocketKeepAliveTimeout first (#59) (fengmk2 <<fengmk2@gmail.com>>)
|
---|
101 |
|
---|
102 | **others**
|
---|
103 | * [[`138eda8`](http://github.com/node-modules/agentkeepalive/commit/138eda81e10b632aaa87bea0cb66d8667124c4e8)] - doc: fix `keepAliveMsecs` params description (#55) (Hongcai Deng <<admin@dhchouse.com>>)
|
---|
104 |
|
---|
105 | 3.3.0 / 2017-06-20
|
---|
106 | ==================
|
---|
107 |
|
---|
108 | * feat: add statusChanged getter (#51)
|
---|
109 | * chore: format License
|
---|
110 |
|
---|
111 | 3.2.0 / 2017-06-10
|
---|
112 | ==================
|
---|
113 |
|
---|
114 | * feat: add expiring active sockets
|
---|
115 | * test: add node 8 (#49)
|
---|
116 |
|
---|
117 | 3.1.0 / 2017-02-20
|
---|
118 | ==================
|
---|
119 |
|
---|
120 | * feat: timeout support humanize ms (#48)
|
---|
121 |
|
---|
122 | 3.0.0 / 2016-12-20
|
---|
123 | ==================
|
---|
124 |
|
---|
125 | * fix: emit agent socket close event
|
---|
126 | * test: add remove excess calls to removeSocket
|
---|
127 | * test: use egg-ci
|
---|
128 | * test: refactor test with eslint rules
|
---|
129 | * feat: merge _http_agent.js from 7.2.1
|
---|
130 |
|
---|
131 | 2.2.0 / 2016-06-26
|
---|
132 | ==================
|
---|
133 |
|
---|
134 | * feat: Add browser shim (noop) for isomorphic use. (#39)
|
---|
135 | * chore: add security check badge
|
---|
136 |
|
---|
137 | 2.1.1 / 2016-04-06
|
---|
138 | ==================
|
---|
139 |
|
---|
140 | * https: fix ssl socket leak when keepalive is used
|
---|
141 | * chore: remove circle ci image
|
---|
142 |
|
---|
143 | 2.1.0 / 2016-04-02
|
---|
144 | ==================
|
---|
145 |
|
---|
146 | * fix: opened sockets number overflow maxSockets
|
---|
147 |
|
---|
148 | 2.0.5 / 2016-03-16
|
---|
149 | ==================
|
---|
150 |
|
---|
151 | * fix: pick _evictSession to httpsAgent
|
---|
152 |
|
---|
153 | 2.0.4 / 2016-03-13
|
---|
154 | ==================
|
---|
155 |
|
---|
156 | * test: add Circle ci
|
---|
157 | * test: add appveyor ci build
|
---|
158 | * refactor: make sure only one error listener
|
---|
159 | * chore: use codecov
|
---|
160 | * fix: handle idle socket error
|
---|
161 | * test: run on more node versions
|
---|
162 |
|
---|
163 | 2.0.3 / 2015-08-03
|
---|
164 | ==================
|
---|
165 |
|
---|
166 | * fix: add default error handler to avoid Unhandled error event throw
|
---|
167 |
|
---|
168 | 2.0.2 / 2015-04-25
|
---|
169 | ==================
|
---|
170 |
|
---|
171 | * fix: remove socket from freeSockets on 'timeout' (@pmalouin)
|
---|
172 |
|
---|
173 | 2.0.1 / 2015-04-19
|
---|
174 | ==================
|
---|
175 |
|
---|
176 | * fix: add timeoutSocketCount to getCurrentStatus()
|
---|
177 | * feat(getCurrentStatus): add getCurrentStatus
|
---|
178 |
|
---|
179 | 2.0.0 / 2015-04-01
|
---|
180 | ==================
|
---|
181 |
|
---|
182 | * fix: socket.destroyed always be undefined on 0.10.x
|
---|
183 | * Make it compatible with node v0.10.x (@lattmann)
|
---|
184 |
|
---|
185 | 1.2.1 / 2015-03-23
|
---|
186 | ==================
|
---|
187 |
|
---|
188 | * patch from iojs: don't overwrite servername option
|
---|
189 | * patch commits from joyent/node
|
---|
190 | * add max sockets test case
|
---|
191 | * add nagle algorithm delayed link
|
---|
192 |
|
---|
193 | 1.2.0 / 2014-09-02
|
---|
194 | ==================
|
---|
195 |
|
---|
196 | * allow set keepAliveTimeout = 0
|
---|
197 | * support timeout on working socket. fixed #6
|
---|
198 |
|
---|
199 | 1.1.0 / 2014-08-28
|
---|
200 | ==================
|
---|
201 |
|
---|
202 | * add some socket counter for deep monitor
|
---|
203 |
|
---|
204 | 1.0.0 / 2014-08-13
|
---|
205 | ==================
|
---|
206 |
|
---|
207 | * update _http_agent, only support 0.11+, only support node 0.11.0+
|
---|
208 |
|
---|
209 | 0.2.2 / 2013-11-19
|
---|
210 | ==================
|
---|
211 |
|
---|
212 | * support node 0.8 and node 0.10
|
---|
213 |
|
---|
214 | 0.2.1 / 2013-11-08
|
---|
215 | ==================
|
---|
216 |
|
---|
217 | * fix socket does not timeout bug, it will hang on life, must use 0.2.x on node 0.11
|
---|
218 |
|
---|
219 | 0.2.0 / 2013-11-06
|
---|
220 | ==================
|
---|
221 |
|
---|
222 | * use keepalive agent on node 0.11+ impl
|
---|
223 |
|
---|
224 | 0.1.5 / 2013-06-24
|
---|
225 | ==================
|
---|
226 |
|
---|
227 | * support coveralls
|
---|
228 | * add node 0.10 test
|
---|
229 | * add 0.8.22 original https.js
|
---|
230 | * add original http.js module to diff
|
---|
231 | * update jscover
|
---|
232 | * mv pem to fixtures
|
---|
233 | * add https agent usage
|
---|