The version 4.0.0 is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of probot.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Lots of logging improvements (#320), including adding context.log for logging in your event handlers (#321), req.log for logging in HTTP requests (#322), and improved logging of GitHub API requests (#351). See the logging docs for more information.
Add support for a new and experimental webhook proxy (#359). Go to https://smee.io and click Start a new channel. Use that URL as your Webhook URL in your GitHub App, and set WEBHOOK_PROXY_URL to that URL in your .env (along with DISABLE_TUNNEL=true). This new webhook proxy service will likely replace localtunnel in 5.0.
Update the node-github client to version 12.0.3 (#340)
Breaking Changes
The default log level is now info for robot.log(msg). Set LOG_LEVEL=debug or trace in your .env to see more verbose logging from Probot internals.
Probot now uses hbs internally instead of ejs (#325). If you are using res.render('my-ejs-file') and depending on probot for the ejs setup, you'll now need to pull in ejs yourself.
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
Version 4.0.0 of probot was just published.
The version 4.0.0 is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of probot.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
v4.0.0 – 2017-12-13Improvements
GitHub Enterprise Support (#331). See the docs on using GitHub Enterprise docs to get started.
Lots of logging improvements (#320), including adding
context.log
for logging in your event handlers (#321),req.log
for logging in HTTP requests (#322), and improved logging of GitHub API requests (#351). See the logging docs for more information.Add support for a new and experimental webhook proxy (#359). Go to https://smee.io and click Start a new channel. Use that URL as your Webhook URL in your GitHub App, and set
WEBHOOK_PROXY_URL
to that URL in your.env
(along withDISABLE_TUNNEL=true
). This new webhook proxy service will likely replace localtunnel in 5.0.Update the node-github client to version 12.0.3 (#340)
Breaking Changes
The default log level is now
info
forrobot.log(msg)
. SetLOG_LEVEL=debug
ortrace
in your.env
to see more verbose logging from Probot internals.Probot now uses hbs internally instead of ejs (#325). If you are using
res.render('my-ejs-file')
and depending on probot for the ejs setup, you'll now need to pull in ejs yourself.View the full changelog
Commits
The new version differs by 19 commits.
7d2a284
docs: Improve Now documentation with scaling and aliases (#367)
976af75
docs: Add NODE_ENV to Zeit Now boot command (#365)
6042678
docs: Reflect now.sh private key issue (#364)
6aa3a2f
feat: Add support for experimental webhook proxy (#359)
68ef6c0
Add example to README (#361)
c2d2da1
Enable Codecov (#360)
92c5c52
Implement GHE Support (#331)
27b7c8d
refactor: Extract Sentry logging to a built-in plugin (#353)
b475176
Log full requests as trace (#352)
e350288
Improve GitHub logging (#351)
a7596e2
General cleanup (#350)
01b347c
doc: Logging (#348)
1e25518
feat: Add request/response logging (#322)
b5d05b3
fix: Improve log messages for localtunnel (#349)
a183102
Fix two 404s to the API docs (#344)
There are 19 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: