Workshop was a JSON server which reformatted hardware data from an obsolete format. It has been replaced by the BabbageFormatter in ensemble-transposer.
This Pull Request updates dependency restify from v6.3.4 to v7.0.0
Note: This PR was created on a configured schedule ("before 5am on monday") and will not receive updates outside those times.
Release Notes
### [`v6.4.0`](https://github.com/restify/node-restify/blob/master/CHANGELOG.md#640-2018-03-20)
##### Bug Fixes
* server should fire not acceptable event (#1627) ([8b11b71b](git://github.com/restify/node-restify.git/commit/8b11b71b))
* send numbers or bools as payloads (#1609) ([0919f26d](git://github.com/restify/node-restify.git/commit/0919f26d))
* Allow multiple unmerged set-cookie headers. (#1570) ([df040154](git://github.com/restify/node-restify.git/commit/df040154))
* add support for secureOptions in createServer (#1575) ([656e60e0](git://github.com/restify/node-restify.git/commit/656e60e0))
* use `Buffer.isBuffer` instead of `util.isBuffer`. (#1593) ([35bd1c2b](git://github.com/restify/node-restify.git/commit/35bd1c2b))
* **jsonBodyParser:** fix percent sign causing server fail (#1411) ([bde8fda6](git://github.com/restify/node-restify.git/commit/bde8fda6))
* **request:** date() and time() methods return value (#1576) ([4c2cb1a7](git://github.com/restify/node-restify.git/commit/4c2cb1a7))
##### 6.3.4 (2017-11-21)
##### Bug Fixes
* **bodyReader:** Fix memory leak (#1566) ([756b3f02](git://github.com/restify/node-restify.git/commit/756b3f02))
* **server:** avoiding uncaughtException in _routeErrorResponse by only sending response when ([cf65c65c](git://github.com/restify/node-restify.git/commit/cf65c65c))
##### 6.3.2 (2017-11-08)
##### 6.3.1 (2017-11-03)
##### Bug Fixes
* **server:** avoid http2 experimental warning without http2 option (#1555) ([12da7fdf](git://github.com/restify/node-restify.git/commit/12da7fdf))
---
### [`v7.0.0`](https://github.com/restify/node-restify/blob/master/CHANGELOG.md#700-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))
---
Commits
#### v6.4.0
- [`d5cd7b9`](https://github.com/restify/node-restify/commit/d5cd7b9cf7d3d053c6e467cb88348d8aa14cb28f) Update dependency: mime (#1573)
- [`ea563b7`](https://github.com/restify/node-restify/commit/ea563b77d092f7787f9dbf76be2af7335f34618e) Fix server.param with false values (#1572)
- [`4c2cb1a`](https://github.com/restify/node-restify/commit/4c2cb1a7edfe6252e68e409d850aef73961338ca) fix(request): date() and time() methods return value (#1576)
- [`55e31d4`](https://github.com/restify/node-restify/commit/55e31d4dda09b8461e3eae3de9d3657a79a0eb86) chore(prettier) fix styling issues (#1583)
- [`74e0cf5`](https://github.com/restify/node-restify/commit/74e0cf55fc452931215280741516d30555d76f7a) Minor typo corrections in examples. (#1584)
- [`bde8fda`](https://github.com/restify/node-restify/commit/bde8fda646a6f69b57fd72af1f00d6153fe056ec) fix(jsonBodyParser): fix percent sign causing server fail (#1411)
- [`35bd1c2`](https://github.com/restify/node-restify/commit/35bd1c2b375ea70dc2b4a4549461ff59ff5e4ec4) fix: use `Buffer.isBuffer` instead of `util.isBuffer`. (#1593)
- [`3071c23`](https://github.com/restify/node-restify/commit/3071c238d43abc6c4ad27c3821abafc69637945c) docs: update metrics plugin example (#1599)
- [`656e60e`](https://github.com/restify/node-restify/commit/656e60e03d5fe2b011f8b2198178bc22d749b21f) fix: add support for secureOptions in createServer (#1575)
- [`df04015`](https://github.com/restify/node-restify/commit/df04015439becae8e8c48a02cb6e1992d6040037) fix: Allow multiple unmerged set-cookie headers. (#1570)
- [`644c198`](https://github.com/restify/node-restify/commit/644c1980aa1a21b0c7fa9aa41e22df9af6eab31e) Fix: Return 444 status code for closed and aborted requests (#1579)
- [`0919f26`](https://github.com/restify/node-restify/commit/0919f26db5d5614c0b2fa2567ac2ed43ee70b6d5) fix: send numbers or bools as payloads (#1609)
- [`cf342b9`](https://github.com/restify/node-restify/commit/cf342b9d23ff1d0eb2734e9f59ccc707f358d75c) docs: Mark options object as optional in createServer (#1611)
- [`4fa8985`](https://github.com/restify/node-restify/commit/4fa8985f4795a2e5748e8f93cdf84f6a507e97cf) Docs: inlcude formatter documentation on website (#1602)
- [`e2b96e0`](https://github.com/restify/node-restify/commit/e2b96e0ce66b060d45aec60910ffe126aa0a46b2) chore: staticServer doc fix (#1618)
- [`7132fda`](https://github.com/restify/node-restify/commit/7132fda6c722c5ea9173246aa0736f73f458516f) Pass max file size to formidable (#1626)
- [`8b11b71`](https://github.com/restify/node-restify/commit/8b11b71b487d0001c96312519298f7f85b196471) fix: server should fire not acceptable event (#1627)
- [`ca5c838`](https://github.com/restify/node-restify/commit/ca5c838403625a175131072b538c87ee1a55eb2f) docs(CHANGELOG): Update changelog
- [`af2c9f4`](https://github.com/restify/node-restify/commit/af2c9f46c9b9fdbc0846943afa916c9194b261b6) chore(release): release 6.4.0
#### v7.0.0
- [`f3e02c4`](https://github.com/restify/node-restify/commit/f3e02c45cbb399dfb228dedecc56529ef51be323) BREAKING CHANGE: Handle non-trailing slashes correctly (#1512)
- [`49eb008`](https://github.com/restify/node-restify/commit/49eb008d987f1c425989b78e2336e3583e05a88a) chore(travisci): revisit nodejs version. Change to: LTS active, LTS maintenance (4.x) and stable releases (#1553)
- [`8283277`](https://github.com/restify/node-restify/commit/82832771826321480e5e524db258668f62b689c2) feat(server): new router and middleware system (#1561)
- [`01fd28f`](https://github.com/restify/node-restify/commit/01fd28f6a160d4b7299a1603489ef93be50cff5b) chore(package): update patch and minor dependencies
- [`09b46dc`](https://github.com/restify/node-restify/commit/09b46dc196e073e51df83d30d7f36e55f6dfb4d9) docs(api): regenerate
This Pull Request updates dependency restify from
v6.3.4
tov7.0.0
Note: This PR was created on a configured schedule ("before 5am on monday") and will not receive updates outside those times.
Release Notes
### [`v6.4.0`](https://github.com/restify/node-restify/blob/master/CHANGELOG.md#640-2018-03-20) ##### Bug Fixes * server should fire not acceptable event (#1627) ([8b11b71b](git://github.com/restify/node-restify.git/commit/8b11b71b)) * send numbers or bools as payloads (#1609) ([0919f26d](git://github.com/restify/node-restify.git/commit/0919f26d)) * Allow multiple unmerged set-cookie headers. (#1570) ([df040154](git://github.com/restify/node-restify.git/commit/df040154)) * add support for secureOptions in createServer (#1575) ([656e60e0](git://github.com/restify/node-restify.git/commit/656e60e0)) * use `Buffer.isBuffer` instead of `util.isBuffer`. (#1593) ([35bd1c2b](git://github.com/restify/node-restify.git/commit/35bd1c2b)) * **jsonBodyParser:** fix percent sign causing server fail (#1411) ([bde8fda6](git://github.com/restify/node-restify.git/commit/bde8fda6)) * **request:** date() and time() methods return value (#1576) ([4c2cb1a7](git://github.com/restify/node-restify.git/commit/4c2cb1a7)) ##### 6.3.4 (2017-11-21) ##### Bug Fixes * **bodyReader:** Fix memory leak (#1566) ([756b3f02](git://github.com/restify/node-restify.git/commit/756b3f02)) * **server:** avoiding uncaughtException in _routeErrorResponse by only sending response when ([cf65c65c](git://github.com/restify/node-restify.git/commit/cf65c65c)) ##### 6.3.2 (2017-11-08) ##### 6.3.1 (2017-11-03) ##### Bug Fixes * **server:** avoid http2 experimental warning without http2 option (#1555) ([12da7fdf](git://github.com/restify/node-restify.git/commit/12da7fdf)) --- ### [`v7.0.0`](https://github.com/restify/node-restify/blob/master/CHANGELOG.md#700-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)) ---Commits
#### v6.4.0 - [`d5cd7b9`](https://github.com/restify/node-restify/commit/d5cd7b9cf7d3d053c6e467cb88348d8aa14cb28f) Update dependency: mime (#1573) - [`ea563b7`](https://github.com/restify/node-restify/commit/ea563b77d092f7787f9dbf76be2af7335f34618e) Fix server.param with false values (#1572) - [`4c2cb1a`](https://github.com/restify/node-restify/commit/4c2cb1a7edfe6252e68e409d850aef73961338ca) fix(request): date() and time() methods return value (#1576) - [`55e31d4`](https://github.com/restify/node-restify/commit/55e31d4dda09b8461e3eae3de9d3657a79a0eb86) chore(prettier) fix styling issues (#1583) - [`74e0cf5`](https://github.com/restify/node-restify/commit/74e0cf55fc452931215280741516d30555d76f7a) Minor typo corrections in examples. (#1584) - [`bde8fda`](https://github.com/restify/node-restify/commit/bde8fda646a6f69b57fd72af1f00d6153fe056ec) fix(jsonBodyParser): fix percent sign causing server fail (#1411) - [`35bd1c2`](https://github.com/restify/node-restify/commit/35bd1c2b375ea70dc2b4a4549461ff59ff5e4ec4) fix: use `Buffer.isBuffer` instead of `util.isBuffer`. (#1593) - [`3071c23`](https://github.com/restify/node-restify/commit/3071c238d43abc6c4ad27c3821abafc69637945c) docs: update metrics plugin example (#1599) - [`656e60e`](https://github.com/restify/node-restify/commit/656e60e03d5fe2b011f8b2198178bc22d749b21f) fix: add support for secureOptions in createServer (#1575) - [`df04015`](https://github.com/restify/node-restify/commit/df04015439becae8e8c48a02cb6e1992d6040037) fix: Allow multiple unmerged set-cookie headers. (#1570) - [`644c198`](https://github.com/restify/node-restify/commit/644c1980aa1a21b0c7fa9aa41e22df9af6eab31e) Fix: Return 444 status code for closed and aborted requests (#1579) - [`0919f26`](https://github.com/restify/node-restify/commit/0919f26db5d5614c0b2fa2567ac2ed43ee70b6d5) fix: send numbers or bools as payloads (#1609) - [`cf342b9`](https://github.com/restify/node-restify/commit/cf342b9d23ff1d0eb2734e9f59ccc707f358d75c) docs: Mark options object as optional in createServer (#1611) - [`4fa8985`](https://github.com/restify/node-restify/commit/4fa8985f4795a2e5748e8f93cdf84f6a507e97cf) Docs: inlcude formatter documentation on website (#1602) - [`e2b96e0`](https://github.com/restify/node-restify/commit/e2b96e0ce66b060d45aec60910ffe126aa0a46b2) chore: staticServer doc fix (#1618) - [`7132fda`](https://github.com/restify/node-restify/commit/7132fda6c722c5ea9173246aa0736f73f458516f) Pass max file size to formidable (#1626) - [`8b11b71`](https://github.com/restify/node-restify/commit/8b11b71b487d0001c96312519298f7f85b196471) fix: server should fire not acceptable event (#1627) - [`ca5c838`](https://github.com/restify/node-restify/commit/ca5c838403625a175131072b538c87ee1a55eb2f) docs(CHANGELOG): Update changelog - [`af2c9f4`](https://github.com/restify/node-restify/commit/af2c9f46c9b9fdbc0846943afa916c9194b261b6) chore(release): release 6.4.0 #### v7.0.0 - [`f3e02c4`](https://github.com/restify/node-restify/commit/f3e02c45cbb399dfb228dedecc56529ef51be323) BREAKING CHANGE: Handle non-trailing slashes correctly (#1512) - [`49eb008`](https://github.com/restify/node-restify/commit/49eb008d987f1c425989b78e2336e3583e05a88a) chore(travisci): revisit nodejs version. Change to: LTS active, LTS maintenance (4.x) and stable releases (#1553) - [`8283277`](https://github.com/restify/node-restify/commit/82832771826321480e5e524db258668f62b689c2) feat(server): new router and middleware system (#1561) - [`01fd28f`](https://github.com/restify/node-restify/commit/01fd28f6a160d4b7299a1603489ef93be50cff5b) chore(package): update patch and minor dependencies - [`09b46dc`](https://github.com/restify/node-restify/commit/09b46dc196e073e51df83d30d7f36e55f6dfb4d9) docs(api): regenerateThis PR has been generated by Renovate Bot.