pypi Scrapy 2.13.0

latest releases: 2.13.3, 2.13.2, 2.13.1...
4 months ago
  • The asyncio reactor is now enabled by default
  • Replaced start_requests() (sync) with :meth:~scrapy.Spider.start (async) and changed how it is iterated.
  • Added the :reqmeta:allow_offsite request meta key
  • :ref:Spider middlewares that don't support asynchronous spider output <sync-async-spider-middleware> are deprecated
  • Added a base class for :ref:universal spider middlewares <universal-spider-middleware>

See the full changelog

Don't miss a new Scrapy release

NewReleases is sending notifications on new releases.