Skip to content

1.3.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 10:53

Added

  • --max-retries can now be used to control how many times we retry before
    giving up.

Fixed

  • Retries now use exponential backoff. This means that we should now give up
    after about 30 seconds, instead of 10 or 12 like before.