From f8448748a9e13affc48ac1e9d825f8967cf5c650 Mon Sep 17 00:00:00 2001 From: Peter Marton Date: Tue, 20 Mar 2018 16:00:49 -0700 Subject: [PATCH] docs(CHANGELOG): Update changelog --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47d2241e1..3b210a989 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ + +## 7.0.0 (2018-03-20) + + +#### Features + +* **server:** new router and middleware system (#1561) ([1161370b](git://github.com/restify/node-restify.git/commit/1161370b)) + + +#### Breaking Changes + +* +- Server returns `RequestCloseError` instead of `RequestAbortedError` +- Non-strict routing is gone +- Different `RegExp` usage in router path and wildcards +- Remove already deprecated `next.ifError` +- Disable DTrace probes by default +- Change in calling `next` multiple times +- Router versioning and content type as a separate plugin: `conditionalHandler` +- After event fires when both request is flushed and the last handler is finished +- Metrics plugin latency logic changes and new latencies were added + +For more info see the `/guides/6to7guide.md`. + ([1161370b](git://github.com/restify/node-restify.git/commit/1161370b)) +* dropping support below Node.js 4 + ([0698f45c](git://github.com/restify/node-restify.git/commit/0698f45c)) + + ## 6.4.0 (2018-03-20)