Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Nov 16:21
· 1589 commits to master since this release
576c787

3.0.0 (2020-11-18)

BREAKING CHANGES

  • Return error exitCode when catch some errors (26d28b5)

Formerly, CIAnalyzer returns 0 despite of some runner throws error.
In this case, CIAnalyzer returns error code 1 now.

Bug Fixes

  • npm audit fix (8210b27)
  • CircleCI: Ignore background step (540496f)
  • Jenkins: Bugfix to allow multibyte Jenkins job name (f6b09e9)
  • Add axios-retry to retry request automatically (c6c6d86)
  • Add retry and throttle request (github actions) (69b7274)
  • Bugfix parallel execution aborted when some runner throws error (eb52da9)
  • Extend axios timeout 3s to 5s (69a984d)
  • Output LocalStore write log (b0ba8c8)

Features

  • Add queuedDurationSec to BigQuery schema (78e1aff)
  • CircleCI: add queuedDurationSec (13e5e8c)
  • Github: add queuedDurationSec (c51f075)
  • Jenkins: Add correctAllJobs config (696dd78)
  • Jenkins: add queuedDurationSec (c75f400)