v3.0.0
·
1589 commits
to master
since this release
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)