Highlights
Potential breaking changes:
assets.verify_ssl
has been moved tohttp_config.verify_ssl
and the default value has been updated tofalse
.additional_headers
has been moved tohttp_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
- fix missing github checkout step by @pchang388 in #58
- add helm option in docs by @pchang388 in #59
- fix position of doc addition by @pchang388 in #60
- Http input feature by @pchang388 in #62
- update configuration defaults and checks by @pchang388 in #63
- update configuration options and descriptions for http_config changes by @pchang388 in #64
Full Changelog: v1.4.1...v1.5.0