- Temporary download errors are now retried 3 times by default. They were not retried in previous releases.
This release contains usability improvements to the command-line script:
- Instead of
python -m zyte_apiyou can now run it aszyte-api; - the type of the input file (
--intypeargument) is guessed now, based on file extension and content; .jl, .jsonl and .txt files are supported.
- Minor documenation fix
- Remove support for Python 3.6
- Added support for Python 3.10
- Default timeouts changed
- CHANGES.rst updated properly
- Initial release.