Releases: scrapy-plugins/scrapy-pagestorage
Releases · scrapy-plugins/scrapy-pagestorage
v0.4.0
What's Changed
- Decode request body before writing to avoid type error by @DharmeshPandav in #12
- Scrapy 2.6 compatibility, migrate CI to GitHub Actions by @elacuesta in #15
New Contributors
- @DharmeshPandav made their first contribution in #12
- @elacuesta made their first contribution in #15
Full Changelog: v0.3.1...v0.4.0
v0.3.0
- support universal wheels on PyPI
- add PyPI and build (Travis) badges to README
- add dicts support to handle it like Scrapy items
- add test configuration for Python 3.7
- add basic support for Scrapy 1.7