Skip to content

v6.2.0

Compare
Choose a tag to compare
@bkeepers bkeepers released this 19 May 13:34
· 748 commits to master since this release
6139330

Heads Up!: There's a regression in octokit/rest.js that causes an error when Probot starts up and may break some apps. An upstream fix is in progress and we'll push out a new release as soon as it's ready. #537

New Features

  • 🎉 Support for the Checks API thanks to the latest @octokit/rest (^15.6.0). Check out the API docs and look to move your app to this awesome new API (#533)
  • ⛔️ Add IGNORED_ACCOUNTS environment variable to ignore spammy/abusive users. (#513)

Improvements

  • 💥 Fixes to allow receiving events like installation.deleted and marketplace_purchase aren't associated with an active installation. See unauthenticated events for more information (#475, #536)
  • 🙉 Move webhook event logs to debug level since you may not find these helpful once your app is humming along in production. (#478)
  • 🔬 Allow initializing the GitHub client without options for those loading the client directly. (#479)
  • 🕵️‍♀️ Throw informative error if payload is missing repository when calling context.repo() (#508)
  • 👌 Add a favicon to the https://localhost:3000/probot default page. It's the little things. (#483)

View full changelog