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](https://urllib3.readthedocs.io/en/stable/reference/urllib3.util.html).
What's Changed
* fix missing github checkout step by pchang388 in https://github.com/homeylab/bookstack-file-exporter/pull/58
* add helm option in docs by pchang388 in https://github.com/homeylab/bookstack-file-exporter/pull/59
* fix position of doc addition by pchang388 in https://github.com/homeylab/bookstack-file-exporter/pull/60
* Http input feature by pchang388 in https://github.com/homeylab/bookstack-file-exporter/pull/62
* update configuration defaults and checks by pchang388 in https://github.com/homeylab/bookstack-file-exporter/pull/63
* update configuration options and descriptions for http_config changes by pchang388 in https://github.com/homeylab/bookstack-file-exporter/pull/64
**Full Changelog**: https://github.com/homeylab/bookstack-file-exporter/compare/v1.4.1...v1.5.0