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