Skip to content

v1.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Mar 08:20
6354605

Highlights

Potential breaking changes:

  • assets.verify_ssl has been moved to http_config.verify_ssl and the default value has been updated to false.
  • additional_headers has been moved to http_config.additional_headers

HTTP request configuration is now customizable by user and can override the defaults for the following properties:

  • timeout: 30
  • backoff_factor: 2.5
  • retry_codes: [413, 429, 500, 502, 503, 504]
  • retry_count: 5

The default values for the HTTP request configuration are conservative and allow for enough time between retries for per minute rate limits to be refreshed. More information on retries and backoff_factor can be found here.

What's Changed

Full Changelog: v1.4.1...v1.5.0