github probot/probot v6.0.0
v6.0.0 – 2018-02-28

latest releases: v14.0.2, v14.0.1, v14.0.0...
7 years ago

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

Don't miss a new probot release

NewReleases is sending notifications on new releases.