Update restify to the latest version 🚀
Version 5.1.0 of restify just got published.
| Dependency | restify |
|---|---|
| Current Version | 4.3.0 |
| Type | dependency |
The version 5.1.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of restify. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot :palm_tree:
Version 6.0.0 just got published.
Update to this version instead 🚀
Commits
The new version differs by 25 commits.
cfcdc02chore(release): release 6.0.0f9583e9docs(CHANGELOG): Update changelogdc9d4ebDocs: clarity on error handling (#1491)ee15490Fix: 652 - Incorrect error on route with no versions (#1465)925b2cfchore(examples): migrate spdy, dtrace and jsonp examples to the latest restify (#1488)9a1040achore(examples): fix sockio example (#1487)2fe1793chore(npmignore): add .github folder (#1486)866d516chore(examples): remove deprecated CORS (#1485)e4ffe43fix(cpuUsageThrottle): Always queue a new timeout (#1484)33b0e90chore(makefile): do not use shrinkwrap file to run nap check (#1482)011fdf0fix: exclude package-lock.json (#1477)84be679feat: cpuUsageThrottle (#1460)33dc141docs: more detailed plugin docs (#1474)9906344fix(static): avoid user-provided data in Error messages being interpreted as sprintf codes (#1384) (#1472)4db404ffix(inflightRequestThrottle): properly handle next (#1471)
There are 25 commits in total.
See the full diff
Version 6.0.1 just got published.
Version 6.2.0 just got published.
Update to this version instead 🚀
Commits
The new version differs by 14 commits.
09066d8chore(release): release 6.2.042e6daddocs(CHANGELOG): Update changelogec05cb2docs(CHANGELOG): Update changelog0c67e21new: audit logger plugin now supports custom context objects (#1519)58f9f8aUpdate auditLogger documentation9f6a39ddocs(server): auto generate api docs from JSDoceecb2d2fix(cpuUsageThrottle): dont include interval in lag (#1504)f7126f2docs(README): remove NSP badge (#1511)e8efd6cfix(plugins): use process.hrtime() for duration calculation (#1507)e6fe42echore(npm): add package-lock.json to improve nsp vulnerability check (#1510)dae48dfchore(package): update dependencies ( mime has a known security vulnabirity: https://nodesecurity.io/advisories/534 )e696a1fFix: redirect should work even when hostname or protocol is not specified in req.url (#1497)8ac9cc8docs(req): req.getQuery() returns with a raw query string with queryParser() plugin (#1508)a9118d8docs: inflightRequests() returns a number (#1498)
See the full diff
Version 6.2.1 just got published.
Version 6.2.2 just got published.
Version 6.2.3 just got published.
Version 6.3.0 just got published.
Update to this version instead 🚀
Commits
The new version differs by 19 commits.
8114ad3chore(release): release 6.3.033d661edocs(CHANGELOG): Update changelog6b20285feat(http2): add native HTTP/2 support (#1489)6598949chore(makefile): improve feedback (#1548)f58d4b0test(server): do not run IPv6 related tests with TEST_SKIP_IP_V6 env. variable (#1547)92b8c53test(server): fix ERR_SERVER_ALREADY_LISTEN issue (#1549)8f18166chore(prettier): use prettier for style checking and fixing (#1537)70b8690chore: remove package-lock.json (#1544)0e19c0echore(eslint): ESLint JSDoc rules, JSDoc improvements (#1535)542fb63test(audit): fix flaky test (#1536)a61f614refactor(lib): forbid anonymous function in lib code (#1538)bde189cdocs(plugins): JSDoc fixes, autogenerate docs (#1533)4715cdfdocs(response): auto-generate from JSDoc (#1532)ce8e3b3docs(request): auto-generate from JSDoc (#1525)6238c22chore(jscs): Remove JSCS and use ESLint for both linting and styling (#1527)
There are 19 commits in total.
See the full diff
Version 6.3.1 just got published.
Version 6.3.2 just got published.
Update to this version instead 🚀
Commits
The new version differs by 4 commits.
0d13873refactor(server): add benchmark suite, improve performance (#1554)50acd7dchore(prettier): update to 1.8.1 (#1559)11d8f96chore(package): update minor and non-semver dependencies (#1550)d249c10docs(index): add createServer missing http2 option (#1552)
See the full diff
Version 6.3.3 just got published.
Version 6.3.4 just got published.
Update to this version instead 🚀
Commits
The new version differs by 6 commits ahead by 6, behind by 2.
c171968chore(release): release 6.3.47b4a93adocs(CHANGELOG): Update changelogcf65c65fix(server): avoiding uncaughtException in _routeErrorResponse by only sending response when not sent (#1568)756b3f0fix(bodyReader): Fix memory leak (#1566)4722a57docs(audit): fix the example to add event option32ce81achore(benchmark): improve grammer (#1562)
See the full diff
Version 7.1.0 just got published.
Update to this version instead 🚀
Commits
The new version differs by 13 commits ahead by 13, behind by 7.
d20f1c5chore(release): release 7.1.0dea7b65docs(CHANGELOG): Update changeloga97c150docs(guides): path must start with / in 7.x (#1630)4a2e5ccdocs(server): document ignoreTrailingSlash (#1633)92ffbf5feat(router): add ignoreTrailingSlash router option (#1632)d653625docs(guide): document metrics.totalLatency in 6to7 guide (#1628)aa0fb49chore(release): release 7.0.0f844874docs(CHANGELOG): Update changelog09b46dcdocs(api): regenerate01fd28fchore(package): update patch and minor dependencies8283277feat(server): new router and middleware system (#1561)49eb008chore(travisci): revisit nodejs version. Change to: LTS active, LTS maintenance (4.x) and stable releases (#1553)f3e02c4BREAKING CHANGE: Handle non-trailing slashes correctly (#1512)
See the full diff
Version 7.1.1 just got published.
Update to this version instead 🚀
Commits
The new version differs by 6 commits.
ee5c365chore(release): release 7.1.1a353cf6docs(CHANGELOG): Update changelog69f917afix(plugins): save req._matchedVersion (#1642)dc7336bdocs(server): update createServer JSDoc (#1634)a914bf6docs(readme): update copyright to 2018 (#1635)36e583adocs(changelog): fix
See the full diff
Version 7.2.0 just got published.
Update to this version instead 🚀
Commits
The new version differs by 11 commits.
fa53274chore(release): release 7.2.076a93cbdocs(CHANGELOG): Update changelogeb60ef4feat(helpers): add compose feature (#1660)a078fa0chore(release): release 7.1.2313182adocs(CHANGELOG): Update changelog84bcdedfix(dtrace): route probes (#1659)fce0453chore(package): update patch and minor dependencies (#1658)c6580a2chore(package): update autocannon version (#1651)d434642docs(api): rebuild docs6023392docs(server): remove outdated options.acceptable, fixes #1636 (#1645)0099b58chore(github): add stale config (#1643)
See the full diff
Version 7.2.1 just got published.
Update to this version instead 🚀
Commits
The new version differs by 7 commits.
fb8b7fcchore(release): release 7.2.1b81f27edocs(CHANGELOG): Update changeloga0e183bchore(package): update minor dependencies (#1675)6be3fb7fix(server): address req and res close event changes in Node v10.x (#1672)39bb37estyle: fix failing check-style (#1671)4537514feat: jsonBodyParser handles extended content types *+json (#1663)de72f49fix: proxy events into instance var and add test script (#1661)
See the full diff
- The
dependencyrestify was updated from4.3.0to7.2.2.
Update to this version instead 🚀
Commits
The new version differs by 8 commits.
55b2db7chore(release): release 7.2.2819dabcdocs(CHANGELOG): Update changelogee69806Fix: remove invalid triggering of uncaughtException handler (#1710)4111e1edocs: remove bithound badge (#1708)e663699docs: fix typos in migration guide (#1690)0fa7132fix: documentation typo fix (#1688)b69e6eddocs(index): sync createServer and Server constructor docs (#1678)06f3fc8chore: lift json regex to top of file (#1670)
See the full diff
- The
dependencyrestify was updated from4.3.0to7.2.3.
- The
dependencyrestify was updated from4.3.0to7.3.0.
- The
dependencyrestify was updated from4.3.0to7.4.0.
Update to this version instead 🚀
Commits
The new version differs by 5 commits.
df3b5b0chore(release): release 7.4.03d168d2docs(CHANGELOG): Update changelog06c220dfeat(plugins): do not include user-input in UnsupportedMediaTypeError message (VError fails), move it to info (#1733)71aac42fix: more flaky metrics.test.js fixes (#1730)c368e79test: fix flaky metrics tests (#1725)
See the full diff
- The
dependencyrestify was updated from4.3.0to7.5.0.
Update to this version instead 🚀
Commits
The new version differs by 4 commits.
4e03a83chore(release): release 7.5.0fdac11edocs(CHANGELOG): Update changelog6e35e01feat(plugins): context, req.get() returns the whole context (#1739)7a1378bfix: emit after event with proper error param for node versions >= 11.4.0 (#1732)
See the full diff
- The
dependencyrestify was updated from4.3.0to7.6.0.
Update to this version instead 🚀
Commits
The new version differs by 5 commits.
bb97ac0chore(release): release 7.6.0aea15eedocs(CHANGELOG): Update changelog4900d6bfeat(req): add restifyDone event (#1740)9552755Add missing , to Versioned Routes docs (#1705)0c36c9bupdate dedupeSlashes() invocation in docs (#1736)
See the full diff
- The
dependencyrestify was updated from4.3.0to7.7.0.
Update to this version instead 🚀
Commits
The new version differs by 5 commits.
23c80b8chore(release): release 7.7.009f3560docs(CHANGELOG): Update changelog6231acdfeat(audit): Add the ability to specify a custom audit log serializer (for err, req and res) (#1746)1dc34b4fix(dev): remove nsp since the project merged with npm3740a6bfix(dev): pin to exact versions of linting tools and fix lint errors
See the full diff
- The
dependencyrestify was updated from4.3.0to8.0.0.
- The
dependencyrestify was updated from4.3.0to8.1.0.
Update to this version instead 🚀
Commits
The new version differs by 6 commits.
6259b24chore(release): release 8.1.06baeafddocs(CHANGELOG): Update changelog3b71229fix(dev): upgrading modules including restify-errors (#1755)a67b25ffeat(plugin): plugin to serve static files (#1753)0700cfdfeat: add router.render() back to support hypermedia usecase (#1752)d901e43docs(CHANGELOG): Update changelog (#1751)
See the full diff
- The
dependencyrestify was updated from4.3.0to8.1.1.
- The
dependencyrestify was updated from4.3.0to8.2.0.
Update to this version instead 🚀
Commits
The new version differs by 8 commits.
f363b36chore(release): release 8.2.08b9a79bdocs(CHANGELOG): Update changelog8178098feat(first): Handlers that execute ASAP in the req/res lifecycle (#1756)7460064fix(cpuUsageThrottle): support breaking change in pidusage module85ca117chore(dev): fix homepage info and npmignore3c8d957upgrade: [email protected]cb2e717fix: properly handle non-errors thrown in domains (#1757)51f9ae5docs(CHANGELOG): Update changelog
See the full diff
- The
dependencyrestify was updated from4.3.0to8.3.0.