Skip to content

Releases: danger/danger

9.4.3

04 Feb 08:03
Compare
Choose a tag to compare
  • Add keyword arguments to MessageAggregator.aggregate for Ruby 3.X compatibility - @dirtyhabits97 #1466
  • Fix: remove stale violations when there are no new violations to report - @iangmaia #1477
  • Fix compatibility issue with Octokit >= 8 - @manicmaniac #1479

9.4.2

14 Dec 11:31
Compare
Choose a tag to compare
  • Reduce the minimum required Octokit version - @mattr- #1471

9.4.1

01 Dec 09:23
Compare
Choose a tag to compare
  • Update Octokit to have no upper bounds - @ngan #1470

9.4.0

15 Nov 15:48
Compare
Choose a tag to compare

9.3.2

14 Nov 16:42
Compare
Choose a tag to compare

9.3.1

07 Jun 18:33
Compare
Choose a tag to compare

9.3.0

07 Jun 18:32
Compare
Choose a tag to compare
  • Add CI Source of CustomCiWithGithub - @jmeridth #1435
  • Fixes issue where a comment is posted to Bitbucket Cloud even when everything is green. @SalvatoreT #1299

Internals:

9.2.0

29 Jan 06:41
Compare
Choose a tag to compare
  • Merge AzurePipelines and VSTS CI sources, and add support for VSTS as request source for local PR execution @sphanley
  • Allow up to v3 of Faraday @vilmantas
  • Fix offenses for RuboCop that can be fixed automatically. @ydah
  • Add ref option to import_dangerfile method as an alias of branch option. @manicmaniac #1394
  • Fixed incorrect help messages for danger plugins lint and danger plugins readme. @manicmaniac #1397

9.1.0

29 Jan 06:38
Compare
Choose a tag to compare

9.0.0

03 Sep 08:59
Compare
Choose a tag to compare

Breaking - Drop support for Ruby 2.4, support Ruby 2.7+ - @mathroule #1378

  • Update Octokit dependency to version 5.0. - @mathroule #1377
  • Check pull request to Danger repo on macOS, Ubuntu and Windows. - @mathroule #1365
  • Support batch builds in AWS CodeBuild @ihatov08
  • Add option to post file specific comments outside of the PR diff to Bitbucket Server, when using Code Insights API. @pahnev
  • Allow import_dangerfile(path: '...') to accept full path. - @jkmathew #1380
  • VSTS / Azure DevOps: Fix submission of inline comments with recent Ruby versions. - @yanniks