Skip to content

v6.0.0 – 2018-02-28

Compare
Choose a tag to compare
@bkeepers bkeepers released this 28 Feb 15:31
· 800 commits to master since this release

Breaking Changes

  • Migrate to @octokit/rest.js, which is the latest version of the node-github client. There shouldn't be any noticeable changes, but since @octokit/rest is a complete rewrite of the node-github internals, we're marking this a breaking change just to be safe. (#400)

Improvements

  • Allow setting name on logger components. (#355)

    robot.on('issues.opened', context => {
      const log = context.log.child({name: 'my-issue-thingy'});
    });

Community

  • Need persistence in your app? We've got some docs to help you out! (#242)

  • Looking to contribute to Probot? We've started labeling issues good-first-issue, so check them out.

See full changelog