Skip to content

v5.0.0

Choose a tag to compare

@github-actions github-actions released this 05 Feb 14:28
· 1479 commits to master since this release
bf166a4

5.0.0 (2022-02-05)

BREAKING CHANGES

CIAnalyzer using keepalive and limit the number of concurrent requests from v5.0.0. Both behaviors are set in default, but these can disable through --keepalive and --max-concurrent-requests.

Bug Fixes

Features

  • Add --keepalive option (c30e7f9)
  • Add --max-concurrent-requests option(27bf089)