Commit f844874 Peter Marton
committed
1 parent 09b46dc commit f844874 Copy full SHA for f844874
File tree 1 file changed +28
-0
lines changed
1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" 7.0.0 " ></a >
2
+ ## 7.0.0 (2018-03-20)
3
+
4
+
5
+ #### Features
6
+
7
+ * ** server:** new router and middleware system (#1561 ) ([ 1161370b] ( git://github.com/restify/node-restify.git/commit/1161370b ) )
8
+
9
+
10
+ #### Breaking Changes
11
+
12
+ *
13
+ - Server returns ` RequestCloseError ` instead of ` RequestAbortedError `
14
+ - Non-strict routing is gone
15
+ - Different ` RegExp ` usage in router path and wildcards
16
+ - Remove already deprecated ` next.ifError `
17
+ - Disable DTrace probes by default
18
+ - Change in calling ` next ` multiple times
19
+ - Router versioning and content type as a separate plugin: ` conditionalHandler `
20
+ - After event fires when both request is flushed and the last handler is finished
21
+ - Metrics plugin latency logic changes and new latencies were added
22
+
23
+ For more info see the ` /guides/6to7guide.md ` .
24
+ ([ 1161370b] ( git://github.com/restify/node-restify.git/commit/1161370b ) )
25
+ * dropping support below Node.js 4
26
+ ([ 0698f45c] ( git://github.com/restify/node-restify.git/commit/0698f45c ) )
27
+
28
+
1
29
<a name =" 6.4.0 " ></a >
2
30
## 6.4.0 (2018-03-20)
3
31
You can’t perform that action at this time.
0 commit comments