UNPKG

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