UNPKG

11.5 kBMarkdownView Raw
1<a name="8.2.0"></a>
2## 8.2.0 (2019-03-18)
3
4
5#### Bug Fixes
6
7* properly handle non-errors thrown in domains (#1757) ([cb2e7177](git://github.com/restify/node-restify.git/commit/cb2e7177))
8* **cpuUsageThrottle:** support breaking change in pidusage module ([7460064f](git://github.com/restify/node-restify.git/commit/7460064f))
9
10
11#### Features
12
13* **first:** Handlers that execute ASAP in the req/res lifecycle (#1756) ([8178098d](git://github.com/restify/node-restify.git/commit/8178098d))
14
15
16<a name="8.1.1"></a>
17### 8.1.1 (2019-03-14)
18
19#### Bug Fixes
20
21* Published NPM package had a bad dependency on `npm` causing new irrelevant packages to get installed
22
23<a name="8.1.0"></a>
24## 8.1.0 (2019-03-06)
25
26
27#### Bug Fixes
28
29* **dev:** upgrading modules including restify-errors (#1755) ([3b712298](git://github.com/restify/node-restify.git/commit/3b712298))
30
31
32#### Features
33
34* add router.render() back to support hypermedia usecase (#1752) ([0700cfd4](git://github.com/restify/node-restify.git/commit/0700cfd4), closes [#1684](git://github.com/restify/node-restify.git/issues/1684))
35* **plugin:** plugin to serve static files (#1753) ([a67b25f4](git://github.com/restify/node-restify.git/commit/a67b25f4))
36
37
38<a name="8.0.0"></a>
39## 8.0.0 (2019-02-20)
40#### Breaking Changes
41
42* Dropped Support for Node v4.x and Node v6.x
43
44
45<a name="7.7.0"></a>
46## 7.7.0 (2019-02-01)
47
48
49#### Bug Fixes
50
51* **dev:**
52 * remove nsp since the project merged with npm ([1dc34b48](git://github.com/restify/node-restify.git/commit/1dc34b48))
53 * pin to exact versions of linting tools and fix lint errors ([3740a6b7](git://github.com/restify/node-restify.git/commit/3740a6b7))
54
55
56#### Features
57
58* **audit:** Add the ability to specify a custom audit log serializer (for err, req and res) ([6231acda](git://github.com/restify/node-restify.git/commit/6231acda))
59
60
61<a name="7.6.0"></a>
62## 7.6.0 (2019-01-18)
63
64
65#### Features
66
67* **req:** add restifyDone event (#1740) ([4900d6bd](git://github.com/restify/node-restify.git/commit/4900d6bd))
68
69
70<a name="7.5.0"></a>
71## 7.5.0 (2019-01-09)
72
73
74#### Bug Fixes
75
76* emit after event with proper error param for node versions >= 11.4.0 (#1732) ([7a1378b0](git://github.com/restify/node-restify.git/commit/7a1378b0))
77
78
79#### Features
80
81* **plugins:** context, req.get() returns the whole context (#1739) ([6e35e01e](git://github.com/restify/node-restify.git/commit/6e35e01e))
82
83
84<a name="7.4.0"></a>
85## 7.4.0 (2019-01-02)
86
87
88#### Bug Fixes
89
90* more flaky metrics.test.js fixes (#1730) ([71aac428](git://github.com/restify/node-restify.git/commit/71aac428))
91
92
93#### Features
94
95* **plugins:** do not include user-input in UnsupportedMediaTypeError message (VError fails), m ([06c220d2](git://github.com/restify/node-restify.git/commit/06c220d2))
96
97
98<a name="7.3.0"></a>
99## 7.3.0 (2018-12-07)
100
101
102#### Features
103
104* add support for non-strict formatters (#1721) ([de1833a4](git://github.com/restify/node-restify.git/commit/de1833a4))
105
106
107<a name="7.2.3"></a>
108### 7.2.3 (2018-11-16)
109
110
111#### Bug Fixes
112
113* **server:** fix uncaught exceptions triggering route lookups (#1717) ([e49cb3b2](git://github.com/restify/node-restify.git/commit/e49cb3b2))
114
115
116<a name="7.2.2"></a>
117### 7.2.2 (2018-10-29)
118
119
120#### Bug Fixes
121
122* documentation typo fix (#1688) ([0fa71328](git://github.com/restify/node-restify.git/commit/0fa71328))
123
124
125<a name="7.2.1"></a>
126### 7.2.1 (2018-06-07)
127
128
129#### Bug Fixes
130
131* proxy events into instance var and add test script (#1661) ([de72f49e](git://github.com/restify/node-restify.git/commit/de72f49e))
132* **server:** address req and res close event changes in Node v10.x (#1672) ([6be3fb7c](git://github.com/restify/node-restify.git/commit/6be3fb7c))
133
134
135#### Features
136
137* jsonBodyParser handles extended content types *+json (#1663) ([45375144](git://github.com/restify/node-restify.git/commit/45375144))
138
139
140<a name="7.2.0"></a>
141## 7.2.0 (2018-05-16)
142
143
144#### Features
145
146* **helpers:** add compose feature (#1660) ([eb60ef40](git://github.com/restify/node-restify.git/commit/eb60ef40))
147
148
149<a name="7.1.2"></a>
150### 7.1.2 (2018-05-15)
151
152
153#### Bug Fixes
154
155* **dtrace:** route probes (#1659) ([84bcded7](git://github.com/restify/node-restify.git/commit/84bcded7))
156
157
158<a name="7.1.1"></a>
159### 7.1.1 (2018-04-10)
160
161
162#### Bug Fixes
163
164* **plugins:** save req._matchedVersion (#1642) ([69f917a3](git://github.com/restify/node-restify.git/commit/69f917a3))
165
166
167<a name="7.1.0"></a>
168## 7.1.0 (2018-03-26)
169
170
171#### Features
172
173* **router:** add ignoreTrailingSlash router option (#1632) ([92ffbf5c](git://github.com/restify/node-restify.git/commit/92ffbf5c))
174
175
176<a name="7.0.0"></a>
177## 7.0.0 (2018-03-20)
178
179
180#### Features
181
182* **server:** new router and middleware system (#1561) ([1161370b](git://github.com/restify/node-restify.git/commit/1161370b))
183
184
185#### Breaking Changes
186
187*
188- Server returns `RequestCloseError` instead of `RequestAbortedError`
189- Non-strict routing is gone
190- Different `RegExp` usage in router path and wildcards
191- Remove already deprecated `next.ifError`
192- Disable DTrace probes by default
193- Change in calling `next` multiple times
194- Router versioning and content type as a separate plugin: `conditionalHandler`
195- After event fires when both request is flushed and the last handler is finished
196- Metrics plugin latency logic changes and new latencies were added
197
198For more info see the `/guides/6to7guide.md`.
199 ([1161370b](git://github.com/restify/node-restify.git/commit/1161370b))
200* dropping support below Node.js 4
201 ([0698f45c](git://github.com/restify/node-restify.git/commit/0698f45c))
202
203
204<a name="6.4.0"></a>
205## 6.4.0 (2018-03-20)
206
207
208#### Bug Fixes
209
210* server should fire not acceptable event (#1627) ([8b11b71b](git://github.com/restify/node-restify.git/commit/8b11b71b))
211* send numbers or bools as payloads (#1609) ([0919f26d](git://github.com/restify/node-restify.git/commit/0919f26d))
212* Allow multiple unmerged set-cookie headers. (#1570) ([df040154](git://github.com/restify/node-restify.git/commit/df040154))
213* add support for secureOptions in createServer (#1575) ([656e60e0](git://github.com/restify/node-restify.git/commit/656e60e0))
214* use `Buffer.isBuffer` instead of `util.isBuffer`. (#1593) ([35bd1c2b](git://github.com/restify/node-restify.git/commit/35bd1c2b))
215* **jsonBodyParser:** fix percent sign causing server fail (#1411) ([bde8fda6](git://github.com/restify/node-restify.git/commit/bde8fda6))
216* **request:** date() and time() methods return value (#1576) ([4c2cb1a7](git://github.com/restify/node-restify.git/commit/4c2cb1a7))
217
218
219<a name="6.3.4"></a>
220### 6.3.4 (2017-11-21)
221
222
223#### Bug Fixes
224
225* **bodyReader:** Fix memory leak (#1566) ([756b3f02](git://github.com/restify/node-restify.git/commit/756b3f02))
226* **server:** avoiding uncaughtException in _routeErrorResponse by only sending response when ([cf65c65c](git://github.com/restify/node-restify.git/commit/cf65c65c))
227
228
229<a name="6.3.2"></a>
230### 6.3.2 (2017-11-08)
231
232
233<a name="6.3.1"></a>
234### 6.3.1 (2017-11-03)
235
236
237#### Bug Fixes
238
239* **server:** avoid http2 experimental warning without http2 option (#1555) ([12da7fdf](git://github.com/restify/node-restify.git/commit/12da7fdf))
240
241
242<a name="6.3.0"></a>
243## 6.3.0 (2017-11-02)
244
245
246#### Features
247
248* **http2:** add native HTTP/2 support (#1489) ([6b202853](git://github.com/restify/node-restify.git/commit/6b202853))
249
250
251<a name="6.2.3"></a>
252### 6.2.3 (2017-10-18)
253
254
255<a name="6.2.2"></a>
256### 6.2.2 (2017-10-18)
257
258
259#### Bug Fixes
260
261* **package-lock.json:** remove artifacts.netflix.com repo (#1526) ([3d2f0f7d](git://github.com/restify/node-restify.git/commit/3d2f0f7d))
262
263
264<a name="6.2.1"></a>
265### 6.2.1 (2017-10-18)
266
267
268#### Bug Fixes
269
270* **cpuUsageThrottle:** dont include interval in lag (#1504) ([eecb2d25](git://github.com/restify/node-restify.git/commit/eecb2d25))
271* **npm:** remove unleash dependency (#1522) ([a43aa60f](git://github.com/restify/node-restify.git/commit/a43aa60f))
272* **plugins:** use process.hrtime() for duration calculation (#1507) ([e8efd6cd](git://github.com/restify/node-restify.git/commit/e8efd6cd))
273
274
275<a name="6.2.0"></a>
276## 6.2.0 (2017-10-16)
277
278
279#### Bug Fixes
280
281* **cpuUsageThrottle:** dont include interval in lag (#1504) ([eecb2d25](git://github.com/restify/node-restify.git/commit/eecb2d25))
282* **plugins:** use process.hrtime() for duration calculation (#1507) ([e8efd6cd](git://github.com/restify/node-restify.git/commit/e8efd6cd))
283
284
285<a name="6.1.0"></a>
286## 6.1.0 (2017-10-16)
287
288
289#### Bug Fixes
290
291* **cpuUsageThrottle:** dont include interval in lag (#1504) ([eecb2d25](git://github.com/restify/node-restify.git/commit/eecb2d25))
292* **plugins:** use process.hrtime() for duration calculation (#1507) ([e8efd6cd](git://github.com/restify/node-restify.git/commit/e8efd6cd))
293
294
295<a name="6.0.1"></a>
296### 6.0.1 (2017-09-19)
297
298
299#### Bug Fixes
300
301* **cpuUsageThrottle:** Correctly named handler for debugInfo (#1499) ([78b0900b](git://github.com/restify/node-restify.git/commit/78b0900b))
302* **server:** error in pre handler triggers after event (#1500) ([c2e6deae](git://github.com/restify/node-restify.git/commit/c2e6deae))
303
304
305<a name="6.0.0"></a>
306## 6.0.0 (2017-09-15)
307
308
309#### Bug Fixes
310
311* exclude package-lock.json (#1477) ([011fdf0e](git://github.com/restify/node-restify.git/commit/011fdf0e))
312* Update dependency mime to 1.4.0 (#1467) ([6d38b38c](git://github.com/restify/node-restify.git/commit/6d38b38c))
313* **cpuUsageThrottle:** Always queue a new timeout (#1484) ([e4ffe430](git://github.com/restify/node-restify.git/commit/e4ffe430))
314* **inflightRequestThrottle:** properly handle next (#1471) ([4db404f9](git://github.com/restify/node-restify.git/commit/4db404f9))
315* **static:** avoid user-provided data in Error messages being interpreted as sprintf codes (# ([99063447](git://github.com/restify/node-restify.git/commit/99063447))
316
317
318#### Features
319
320* cpuUsageThrottle (#1460) ([84be6799](git://github.com/restify/node-restify.git/commit/84be6799))
321* **throttle plugin:** expose rate limit metrics as headers (#1453) ([1627a557](git://github.com/restify/node-restify.git/commit/1627a557))
322
323
324<a name="5.2.0"></a>
325## 5.2.0 (2017-08-16)
326
327
328#### Bug Fixes
329
330* package.json version now matches npm ([9944dbd5](git://github.com/restify/node-restify.git/commit/9944dbd5))
331* create unit tests for sanitizePath plugin (#1352) ([12714cfc](git://github.com/restify/node-restify.git/commit/12714cfc))
332* audit timers of same name should accumulate (#1435) (#1443) ([a2d34aaa](git://github.com/restify/node-restify.git/commit/a2d34aaa))
333* respect when status code is set with res.status (GH-1429) (#1440) ([5abc0677](git://github.com/restify/node-restify.git/commit/5abc0677))
334* versioned route matching should not throw TypeError (#1381) ([25d10f00](git://github.com/restify/node-restify.git/commit/25d10f00))
335
336
337<a name="5.0.1"></a>
338### 5.0.1 (2017-07-17)
339
340
341#### Bug Fixes
342
343* monkey patch getHeaders for pre-v7 Node.js (GH-1409) ([82088a71](git://github.com/restify/node-restify.git/commit/82088a71))
344* add node 7-8 travis support (#1405) ([536a4735](git://github.com/restify/node-restify.git/commit/536a4735))
345* Add migration guid to website (#1402) ([5f053c7e](git://github.com/restify/node-restify.git/commit/5f053c7e))
346* update http-signature to v1.0.0 (#1401) ([ec887376](git://github.com/restify/node-restify.git/commit/ec887376))
347* documentation update for restifyError event example (#1398) ([94fe7151](git://github.com/restify/node-restify.git/commit/94fe7151))
348* doc site (#1393) ([76ee5480](git://github.com/restify/node-restify.git/commit/76ee5480))
349* test static plugin's handling of sprintf escape sequences (#1391) ([5d7039a5](git://github.com/restify/node-restify.git/commit/5d7039a5))
350