hyperobject / crossorigin.me

A CORS proxy for everyone.
http://crossorigin.me
MIT License
679 stars 132 forks source link

Update restify to the latest version 🚀 #104

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

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](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 5.2.0 just got published.

Update to this version instead 🚀

greenkeeper[bot] commented 7 years ago

Version 6.0.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 25 commits.

  • cfcdc02 chore(release): release 6.0.0
  • f9583e9 docs(CHANGELOG): Update changelog
  • dc9d4eb Docs: clarity on error handling (#1491)
  • ee15490 Fix: 652 - Incorrect error on route with no versions (#1465)
  • 925b2cf chore(examples): migrate spdy, dtrace and jsonp examples to the latest restify (#1488)
  • 9a1040a chore(examples): fix sockio example (#1487)
  • 2fe1793 chore(npmignore): add .github folder (#1486)
  • 866d516 chore(examples): remove deprecated CORS (#1485)
  • e4ffe43 fix(cpuUsageThrottle): Always queue a new timeout (#1484)
  • 33b0e90 chore(makefile): do not use shrinkwrap file to run nap check (#1482)
  • 011fdf0 fix: exclude package-lock.json (#1477)
  • 84be679 feat: cpuUsageThrottle (#1460)
  • 33dc141 docs: more detailed plugin docs (#1474)
  • 9906344 fix(static): avoid user-provided data in Error messages being interpreted as sprintf codes (#1384) (#1472)
  • 4db404f fix(inflightRequestThrottle): properly handle next (#1471)

There are 25 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 6.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 830fc5d chore(release): release 6.0.1
  • 328dccd docs(CHANGELOG): Update changelog
  • c2e6dea fix(server): error in pre handler triggers after event (#1500)
  • 78b0900 fix(cpuUsageThrottle): Correctly named handler for debugInfo (#1499)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 6.2.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 14 commits.

  • 09066d8 chore(release): release 6.2.0
  • 42e6dad docs(CHANGELOG): Update changelog
  • ec05cb2 docs(CHANGELOG): Update changelog
  • 0c67e21 new: audit logger plugin now supports custom context objects (#1519)
  • 58f9f8a Update auditLogger documentation
  • 9f6a39d docs(server): auto generate api docs from JSDoc
  • eecb2d2 fix(cpuUsageThrottle): dont include interval in lag (#1504)
  • f7126f2 docs(README): remove NSP badge (#1511)
  • e8efd6c fix(plugins): use process.hrtime() for duration calculation (#1507)
  • e6fe42e chore(npm): add package-lock.json to improve nsp vulnerability check (#1510)
  • dae48df chore(package): update dependencies ( mime has a known security vulnabirity: https://nodesecurity.io/advisories/534 )
  • e696a1f Fix: redirect should work even when hostname or protocol is not specified in req.url (#1497)
  • 8ac9cc8 docs(req): req.getQuery() returns with a raw query string with queryParser() plugin (#1508)
  • a9118d8 docs: inflightRequests() returns a number (#1498)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 6.2.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 0729919 chore(release): release 6.2.1
  • 1e0a92a docs(CHANGELOG): Update changelog
  • a43aa60 fix(npm): remove unleash dependency (#1522)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 6.2.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • ced96ae chore(release): release 6.2.2
  • c089329 docs(CHANGELOG): Update changelog
  • 3d2f0f7 fix(package-lock.json): remove artifacts.netflix.com repo (#1526)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 6.2.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • c60cd43 chore(release): release 6.2.3
  • 2de5811 docs(CHANGELOG): Update changelog
  • e54abd9 chore(deps): upgrade all dependencies (#1528)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.3.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 19 commits.

  • 8114ad3 chore(release): release 6.3.0
  • 33d661e docs(CHANGELOG): Update changelog
  • 6b20285 feat(http2): add native HTTP/2 support (#1489)
  • 6598949 chore(makefile): improve feedback (#1548)
  • f58d4b0 test(server): do not run IPv6 related tests with TEST_SKIP_IP_V6 env. variable (#1547)
  • 92b8c53 test(server): fix ERR_SERVER_ALREADY_LISTEN issue (#1549)
  • 8f18166 chore(prettier): use prettier for style checking and fixing (#1537)
  • 70b8690 chore: remove package-lock.json (#1544)
  • 0e19c0e chore(eslint): ESLint JSDoc rules, JSDoc improvements (#1535)
  • 542fb63 test(audit): fix flaky test (#1536)
  • a61f614 refactor(lib): forbid anonymous function in lib code (#1538)
  • bde189c docs(plugins): JSDoc fixes, autogenerate docs (#1533)
  • 4715cdf docs(response): auto-generate from JSDoc (#1532)
  • ce8e3b3 docs(request): auto-generate from JSDoc (#1525)
  • 6238c22 chore(jscs): Remove JSCS and use ESLint for both linting and styling (#1527)

There are 19 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.3.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 47df124 chore(release): release 6.3.1
  • ca2ec9a docs(CHANGELOG): Update changelog
  • 12da7fd fix(server): avoid http2 experimental warning without http2 option (#1555)
  • 04b37dc docs(readme): show master branch instead of latest build (#1551)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.3.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 0d13873 refactor(server): add benchmark suite, improve performance (#1554)
  • 50acd7d chore(prettier): update to 1.8.1 (#1559)
  • 11d8f96 chore(package): update minor and non-semver dependencies (#1550)
  • d249c10 docs(index): add createServer missing http2 option (#1552)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.3.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 1a41216 chore(release): release 6.3.3
  • 7b60142 fix(bodyReader): Fix memory leak (#1566)
  • 47565d6 chore(release): release 6.3.2
  • 0982a50 docs(CHANGELOG): Update changelog

See the full diff

greenkeeper[bot] commented 6 years ago

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.

  • c171968 chore(release): release 6.3.4
  • 7b4a93a docs(CHANGELOG): Update changelog
  • cf65c65 fix(server): avoiding uncaughtException in _routeErrorResponse by only sending response when not sent (#1568)
  • 756b3f0 fix(bodyReader): Fix memory leak (#1566)
  • 4722a57 docs(audit): fix the example to add event option
  • 32ce81a chore(benchmark): improve grammer (#1562)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.4.0 just got published.

Update to this version instead 🚀

greenkeeper[bot] commented 6 years ago

Version 7.0.0 just got published.

Update to this version instead 🚀

greenkeeper[bot] commented 6 years ago

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.

  • d20f1c5 chore(release): release 7.1.0
  • dea7b65 docs(CHANGELOG): Update changelog
  • a97c150 docs(guides): path must start with / in 7.x (#1630)
  • 4a2e5cc docs(server): document ignoreTrailingSlash (#1633)
  • 92ffbf5 feat(router): add ignoreTrailingSlash router option (#1632)
  • d653625 docs(guide): document metrics.totalLatency in 6to7 guide (#1628)
  • aa0fb49 chore(release): release 7.0.0
  • f844874 docs(CHANGELOG): Update changelog
  • 09b46dc docs(api): regenerate
  • 01fd28f chore(package): update patch and minor dependencies
  • 8283277 feat(server): new router and middleware system (#1561)
  • 49eb008 chore(travisci): revisit nodejs version. Change to: LTS active, LTS maintenance (4.x) and stable releases (#1553)
  • f3e02c4 BREAKING CHANGE: Handle non-trailing slashes correctly (#1512)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 7.1.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • ee5c365 chore(release): release 7.1.1
  • a353cf6 docs(CHANGELOG): Update changelog
  • 69f917a fix(plugins): save req._matchedVersion (#1642)
  • dc7336b docs(server): update createServer JSDoc (#1634)
  • a914bf6 docs(readme): update copyright to 2018 (#1635)
  • 36e583a docs(changelog): fix

See the full diff

greenkeeper[bot] commented 6 years ago

Version 7.2.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 11 commits.

  • fa53274 chore(release): release 7.2.0
  • 76a93cb docs(CHANGELOG): Update changelog
  • eb60ef4 feat(helpers): add compose feature (#1660)
  • a078fa0 chore(release): release 7.1.2
  • 313182a docs(CHANGELOG): Update changelog
  • 84bcded fix(dtrace): route probes (#1659)
  • fce0453 chore(package): update patch and minor dependencies (#1658)
  • c6580a2 chore(package): update autocannon version (#1651)
  • d434642 docs(api): rebuild docs
  • 6023392 docs(server): remove outdated options.acceptable, fixes #1636 (#1645)
  • 0099b58 chore(github): add stale config (#1643)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 7.2.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • fb8b7fc chore(release): release 7.2.1
  • b81f27e docs(CHANGELOG): Update changelog
  • a0e183b chore(package): update minor dependencies (#1675)
  • 6be3fb7 fix(server): address req and res close event changes in Node v10.x (#1672)
  • 39bb37e style: fix failing check-style (#1671)
  • 4537514 feat: jsonBodyParser handles extended content types *+json (#1663)
  • de72f49 fix: proxy events into instance var and add test script (#1661)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 8 commits.

  • 55b2db7 chore(release): release 7.2.2
  • 819dabc docs(CHANGELOG): Update changelog
  • ee69806 Fix: remove invalid triggering of uncaughtException handler (#1710)
  • 4111e1e docs: remove bithound badge (#1708)
  • e663699 docs: fix typos in migration guide (#1690)
  • 0fa7132 fix: documentation typo fix (#1688)
  • b69e6ed docs(index): sync createServer and Server constructor docs (#1678)
  • 06f3fc8 chore: lift json regex to top of file (#1670)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 1bc2dda chore(release): release 7.2.3
  • 3ce90be docs(CHANGELOG): Update changelog
  • e49cb3b fix(server): fix uncaught exceptions triggering route lookups (#1717)
  • 11d6458 test: make metrics.test.js less flaky (#1715)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 654cbad chore(release): release 7.3.0
  • 14fb028 docs(CHANGELOG): Update changelog
  • de1833a feat: add support for non-strict formatters (#1721)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • df3b5b0 chore(release): release 7.4.0
  • 3d168d2 docs(CHANGELOG): Update changelog
  • 06c220d feat(plugins): do not include user-input in UnsupportedMediaTypeError message (VError fails), move it to info (#1733)
  • 71aac42 fix: more flaky metrics.test.js fixes (#1730)
  • c368e79 test: fix flaky metrics tests (#1725)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 4e03a83 chore(release): release 7.5.0
  • fdac11e docs(CHANGELOG): Update changelog
  • 6e35e01 feat(plugins): context, req.get() returns the whole context (#1739)
  • 7a1378b fix: emit after event with proper error param for node versions >= 11.4.0 (#1732)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • bb97ac0 chore(release): release 7.6.0
  • aea15ee docs(CHANGELOG): Update changelog
  • 4900d6b feat(req): add restifyDone event (#1740)
  • 9552755 Add missing , to Versioned Routes docs (#1705)
  • 0c36c9b update dedupeSlashes() invocation in docs (#1736)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 23c80b8 chore(release): release 7.7.0
  • 09f3560 docs(CHANGELOG): Update changelog
  • 6231acd feat(audit): Add the ability to specify a custom audit log serializer (for err, req and res) (#1746)
  • 1dc34b4 fix(dev): remove nsp since the project merged with npm
  • 3740a6b fix(dev): pin to exact versions of linting tools and fix lint errors

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 5051f41 chore(release): release 8.0.0
  • f070751 docs(CHANGELOG): Update changelog
  • a05a090 BREAKING CHANGE: restify drops Node v4.x and v6.x (#1750)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 6259b24 chore(release): release 8.1.0
  • 6baeafd docs(CHANGELOG): Update changelog
  • 3b71229 fix(dev): upgrading modules including restify-errors (#1755)
  • a67b25f feat(plugin): plugin to serve static files (#1753)
  • 0700cfd feat: add router.render() back to support hypermedia usecase (#1752)
  • d901e43 docs(CHANGELOG): Update changelog (#1751)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 70057b2 chore(release): release 8.1.1
  • 1304312 docs(CHANGELOG): Update changelog

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 8 commits.

  • f363b36 chore(release): release 8.2.0
  • 8b9a79b docs(CHANGELOG): Update changelog
  • 8178098 feat(first): Handlers that execute ASAP in the req/res lifecycle (#1756)
  • 7460064 fix(cpuUsageThrottle): support breaking change in pidusage module
  • 85ca117 chore(dev): fix homepage info and npmignore
  • 3c8d957 upgrade: autocannon-compare@0.4.0
  • cb2e717 fix: properly handle non-errors thrown in domains (#1757)
  • 51f9ae5 docs(CHANGELOG): Update changelog

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 5c07d5c chore(release): release 8.3.0
  • 243fccb docs(CHANGELOG): Update changelog
  • 5e8b5e2 feat: provide callback to uncaughtException handler (#1766)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

greenkeeper[bot] commented 4 years ago

Update to this version instead 🚀

greenkeeper[bot] commented 4 years ago

Update to this version instead 🚀

greenkeeper[bot] commented 4 years ago

Update to this version instead 🚀