Releases: scrapinghub/scrapyrt
Releases · scrapinghub/scrapyrt
v0.16.0
What's Changed
- Handling errbacks by @pawelmhm in #158
- Make the errback handling method configurable by @radostyle in #156
New Contributors
- @radostyle made their first contribution in #156
Full Changelog: v0.15.0...v0.16.0
v0.15.0
v0.14.0
v0.13.0
v0.12
- dropped Python 2 support
- tested with Python 3.8, 3.9, Scrapy 2.4+, add official support
- option to explicitly pass crawl arguments for spider by "crawl_args" argument to GET and POST endpoints
- bug fix when API was hanging on bytes returned from user spiders
- removed not needed and outdated dependencies such as demjson, six
- documentation lifting (readme.md page in pip and github)
Bug fix release
- fixed bug resulting from fact that since version 19.2.0 Twisted expects http headers of string type
- removed outdated, unused logging code that relied on scrapy.log deprecated in Scrapy
python 3 support, start requests option
Changes
- add support for Python 3. Tested on 3.5
- add boolean argument to execute Scrapy.spider.start_requests method