Skip to content

Conversation

@greenkeeper
Copy link

@greenkeeper greenkeeper bot commented Nov 30, 2016

Version 16.0.0 of hapi just got published.

Dependency hapi
Current Version 15.2.0
Type dependency

The version 16.0.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 hapi.
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.


Commits

The new version differs by 24 commits .

  • 3c1d6be Call dep. For #3396
  • 386bb94 Closes #3381
  • b617d63 Closes #3347
  • 6735fdb Test for #3370
  • 68d6ea7 Cleanup for #3242
  • 10bcdaa Merge pull request #3358 from turtleDev/master
  • 9676577 Cleanup for #3372
  • 5c10b22 Merge pull request #3372 from dahjelle/fix-graceful-restarts-for-longpoll-and-https
  • 09c2e33 Prevent error headers from being modified. Closes #3378
  • 4596dd9 Merge pull request #3380 from wwalser/reusable-booms
  • db8ffbf Merge branch 'master' of github.com:hapijs/hapi
  • 0ca8cea Update deps. Closes #3383. Closes #3384. Closes #3385. Closes #3386. Closes #3387. Closes #3388. Closes #3389. Closes #3390. Closes #3391. Closes #3392. Closes #3393. Closes #3394. Closes #3395. Closes #3396. Closes #3397
  • f9c51ef Regression test to ensure that Error objects can also be reused the same as Boom objects.
  • 5322910 Response to code review, clone boom.output instead of just boom.output.headers.
  • b700774 Proposed fix for issue #3378.

There are 24 commits in total. See the full diff.

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 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 1, 2016

Version 16.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 18 commits .

There are 18 commits in total. See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 19, 2016

Version 16.0.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits .

  • b0e37ab Allow falsey payload. Closes #3411
  • 7cac53c Merge pull request #3406 from kanongil/patch-5
  • 7b824db Match response.send() docs to implementation

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 29, 2016

Version 16.0.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 1 commits .

  • 7b223fa Fix connectionless inside connectionful. Closes #3414

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 29, 2016

Version 16.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 1 commits .

  • 4ecf328 Multi connections and joi dep. Closes #3415. Closes #3416

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 31, 2017

Version 16.1.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits .

See the full diff.

greenkeeper bot added a commit that referenced this pull request May 29, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 29, 2017

Version 16.2.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 31 commits.

  • c212bc8 Merge pull request #3472 from kanongil/close-on-payload
  • 4fdec0d Update transmit.js
  • 209775a Update payload.js
  • 052707c Update transmit.js
  • e637840 Merge branch 'master' into close-on-payload
  • 50aaf12 Merge pull request #3470 from kanongil/100-continue
  • dd593ca Merge pull request #3455 from clintonyeb/master
  • 3a3f114 16.2.0
  • 7d5f377 request and route app in validation context. Closes #3451
  • c4597b1 Fix reply.entity(). Closes #3427
  • 7f15394 Another try for #3447
  • 183f113 Cleanup for #3448
  • c247476 Merge pull request #3448 from kanongil/domain-binding-fix
  • dc52c13 Move plugin.cache off prototype. Closes #3447
  • a270c69 Assign pre errors to both pre and preResponses. Closes #3431

There are 31 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 30, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 30, 2017

Version 16.3.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 20 commits.

  • 1a41f15 Merge pull request #3479 from AJamesPhillips/docs-16.1.1
  • 3d4f0fc Merge pull request #3461 from hapijs/socket-destroy
  • ba95396 Merge pull request #3441 from kanongil/revise-normalize
  • 279def5 Cleanup for #3409
  • 241d7b0 Merge pull request #3409 from gordysc/master
  • d2de2e7 Merge pull request #3504 from kanongil/fix-flaky-test
  • 6469604 Fix flaky test from #3472
  • 081f365 Simplify request host update
  • ca1b9aa Update host info on request.setUrl(). Closes #3430
  • c315706 Fix several request.url property issues
  • eb0a606 Minor changes to docs
  • 760f433 Add partition and dropOnError to API docs
  • 79720b9 Partially revert c88266e5
  • 2d2dfaf Add link to server cache options
  • 8da535a Docs update Might instead of May. Add other response methods of hold, send, takeover

There are 20 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 5, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 5, 2017

Version 16.3.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 3fc3ecd node 8
  • 348e0dc Merge branch 'master' of github.com:hapijs/hapi
  • ce2ab4d Deps
  • 8a92e60 Merge pull request #3507 from kanongil/node8-fix
  • 4d7c57e Fix leak tests on Node 8
  • 915baf7 Update shot with Node 8 fixes

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 5, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 5, 2017

Version 16.4.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 9 commits.

  • 1cd1b70 Cleanup for #3486
  • b18fa26 Update joi. Closes #3511
  • 510ef50 Remove isemail. Closes #3505
  • 00d04fb Merge pull request #3486 from dwmkerr/feature/unhandled-rejection
  • 22d062d More heros
  • 6cfec3d More amazing people and companies!
  • 32d908a unhandled rejection results are always boom-ified. added more tests to cover all relevant error handling cases.
  • 8719cc6 slightly improve docs for unhandled rejections
  • e9d3568 feature: allow the hapi handler to try and catch promises before they turn into unhandled rejections

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 5, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 5, 2017

Version 16.4.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

  • d249ebb Remove npm-shrinkwrap file. Closes #3512

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 8, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 8, 2017

Version 16.4.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 9, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 9, 2017

Version 16.4.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

  • b8efbd9 Fix uninitialized request.info. Closes #3514

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 20, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 20, 2017

Version 16.5.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 44 commits.

  • c89269a Update statehood. Closes #3551
  • 89e2b20 Update content. Closes #3550
  • ae12c40 Drain request stream on special handlers. Closes #3480
  • 355e8eb Switch to use Boom.boomify()
  • 5269898 Update boom. Closes #3548
  • f1709a3 Update joi. Closes #3545
  • f818228 Update deps. Closes #3543. Closes #3544
  • 2afa365 Handle emitter errors in request lifecycle. Closes #3464
  • 0f70551 Optimize request emitter creation. Closes #3532
  • 23d83dd Update podium. Closes #3542
  • d54e4f6 Update hoek. Closes #3541
  • 52a03b1 Cleanup for #3539
  • b947831 Merge pull request #3539 from jeff-kilbride/feature/payload_failAction_custom_handler
  • 9f8ea61 16.5.0
  • 832ed3d Merge pull request #3526 from hapijs/wildcard-debug

There are 44 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 4, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 4, 2017

Version 16.5.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 104528c Sync package.json with shrinkwrap. Closes #3552
  • a9fb7e0 Handle early aborted request. Closes #3528
  • d8cfd5c Merge pull request #3546 from AJamesPhillips/patch-1
  • 6d8e3c3 Document valid path parameter characters

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 2, 2018

Version 17.5.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • de347d9 17.5.1
  • 6232d87 Fix version
  • 6287f7c Merge pull request #3796 from devinivy/3718-alternative
  • db36eeb do not attach request decorations to the prototype. fixes #3718

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 24, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 24, 2018

Version 17.5.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 76fcd7f 17.5.2
  • 09ff049 Update cryptiles. Closes #3801
  • 3dafae4 Merge pull request #3800 from fs-opensource/master
  • 974282e fix typo in route.options.validate.payload
  • 47e9a8f Fix travis node 10

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 2, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 2, 2018

Version 17.5.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • da826dd 17.5.3
  • 5414fb9 Mark empty string as text/html. Closes #3782
  • 5bb5b6b Update dependencies. Closes #3807. Closes #3808
  • 939980c Clear response when failed to transmit. Closes #3728
  • 583ea0a Apply global route options to internal routes. Closes #3792
  • e8f3334 Update README.md
  • a2c1cfa Update README.md

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 28, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 28, 2018

Version 17.5.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 36 commits.

  • 0db4d01 More crappy CI performance tweaks
  • 79a2b32 17.5.4
  • c5299ea Use CORS server defaults in onRequest. Closes #3813
  • a7b0819 Merge pull request #3818 from hapijs/revert-3816-fix-special-cors
  • 6b7066d Revert "Ensure request.info.cors is set for special routes"
  • fd95cbc Merge pull request #3816 from devinivy/fix-special-cors
  • fdd81d1 Ensure request.info.cors is set for special routes. Fixes #3813
  • eebc046 Merge pull request #3814 from cjihrig/test
  • 1b095ed remove unix domain socket before attempting to use it
  • 03a9a9d Merge pull request #3811 from wswoodruff/patch-4
  • 47d87c2 Update API.md
  • a5472bd Merge pull request #3809 from kanongil/doc-fixes
  • 383b5c9 Update external URL references
  • 1db6019 Fix badge image url
  • 9584113 Remove reference to v16 server connections

There are 36 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 23, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 23, 2018

  • The dependency hapi was updated from 15.2.0 to 17.5.5.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 59e1764 17.5.5
  • 3367eca Fix post cycle early exit. Closes #3821
  • 76d9d32 Merge pull request #3819 from dwelle/patch-1
  • df18dc7 fix typo and add missing backticks in API.md

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 25, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 25, 2018

  • The dependency hapi was updated from 15.2.0 to 17.6.0.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 1, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 1, 2018

  • The dependency hapi was updated from 15.2.0 to 17.6.1.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 6ebf21c Add node 11
  • 082e5d8 override install
  • e16e5e1 17.6.1
  • 6da7a97 Update deps. Closes #3833. Closes #3834. Closes #3835. Closes #3836. Closes #3837. Closes #3838. Closes #3839. Closes #3840. Closes #3841. Closes #3841. Closes #3842. Closes #3843. Closes #3844. Closes #3845. Closes #3846. Closes #3847. Closes #3848. Closes #3850. Closes #3851. Closes #3852. Closes #3853. Closes #3854. Closes #3855. Closes #3856
  • 7ffd301 Tweak test
  • ec1c830 Tweak test

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 1, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 1, 2018

  • The dependency hapi was updated from 15.2.0 to 17.6.2.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 3, 2018
greenkeeper bot added a commit that referenced this pull request Nov 3, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 3, 2018

  • The dependency hapi was updated from 15.2.0 to 17.6.4.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 6, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 6, 2018

  • The dependency hapi was updated from 15.2.0 to 17.7.0.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 164f97f 17.7.0
  • b0fbe47 node, hapi, and plugin version requirements. Closes #3867

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 23, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 23, 2018

  • The dependency hapi was updated from 15.2.0 to 17.8.0.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 23, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 23, 2018

  • The dependency hapi was updated from 15.2.0 to 17.8.1.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 602aca3 17.8.1
  • e8fa8ee Protect against invalid strategy name. Closes #3886

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 18, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 18, 2019

  • The dependency hapi was updated from 15.2.0 to 18.0.0.

Update to this version instead 🚀

Commits

The new version differs by 46 commits ahead by 46, behind by 7.

  • 06a48ea 18.0.0
  • 4da282e Its 2019
  • 4bd7c38 Update deps. Closes #3905. Closes #3906. Closes #3907. Closes #3908
  • 3350a5c Refactor cache config. Closes #3876, Closes #3904
  • 03e03dc Split request.info.responded to responded and completed. Closes #3901
  • 7521468 Coverage
  • a3a5ca9 Fix close event handling in node 11. Closes #3898
  • 7b85840 Fix test
  • 17ca301 Exclude vs
  • 5e91092 Fix test. For #3900
  • 89604b0 Merge pull request #3900 from AdriVanHoudt/fix-test-803
  • a4f9121 Merge pull request #3882 from dominykas/validate-cookies-alt
  • 04758ac Update API.md
  • 413290f For #3897
  • ea108eb Merge pull request #3897 from fs-opensource/server-auth-test-returns-artifacts

There are 46 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 31, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 31, 2019

  • The dependency hapi was updated from 15.2.0 to 18.0.1.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 4, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 4, 2019

  • The dependency hapi was updated from 15.2.0 to 18.1.0.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant