Skip to content

Releases: scrapy-plugins/scrapy-pagestorage

v0.4.0

11 Mar 11:47
v0.4.0
9c9fe25
Compare
Choose a tag to compare

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

Full Changelog: v0.3.1...v0.4.0

v0.3.0

06 Aug 08:39
Compare
Choose a tag to compare
  • 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