Skip to content

v6.1.0 – 2018-03-21

Compare
Choose a tag to compare
@bkeepers bkeepers released this 22 Mar 02:54
· 775 commits to master since this release

Enhancements

  • Do you love Probot and GraphQL? Well good news for you! Now you can use them together! Be warned: this is experimental. See the docs to get started and share your feedback. (#472)

  • An error will now be raised if there are several .pem files in your app directory. Set PRIVATE_KEY_PATH to specify which one you want to use. (#441)

  • Updated Node.js minimum version required to 8.3.0. This was a requirement for apps to run before, but the check was only looking for 7.7. (#464)

  • Switched from github-webhook-handler to @octokit/webhooks. You shouldn't notice any changes, but let us know if your app has any weird symptoms (#462)

  • Updated @octokit/rest to version 15.2.0

See full changelog