Skip to content

Commit dea7b65

Browse files
author
Peter Marton
committed
docs(CHANGELOG): Update changelog
1 parent a97c150 commit dea7b65

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
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+
130
<a name="7.0.0"></a>
231
## 7.0.0 (2018-03-20)
332

0 commit comments

Comments
 (0)