Skip to content

Commit f844874

Browse files
author
Peter Marton
committed
docs(CHANGELOG): Update changelog
1 parent 09b46dc commit f844874

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
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+
129
<a name="6.4.0"></a>
230
## 6.4.0 (2018-03-20)
331

0 commit comments

Comments
 (0)