Skip to content

v1.3.1

Choose a tag to compare

@mitchellh mitchellh released this 16 Feb 20:12

What's New

Bug Fixes

  • GitHub API requests now retry on transient server errors (5xx) with exponential backoff, retrying up to 5 times with delays of 1s, 2s, 4s, 8s, 16s (~30s total). This applies to both REST and GraphQL requests (#65)