Restify v7.0.0 Release Notes

Release Date: 2018-03-20 // about 6 years ago
  • ๐Ÿ”‹ 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
    • 0๏ธโƒฃ 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))