New
2.13.0
- The asyncio reactor is now enabled by default
- Replaced
start_requests()(sync) withstart()(async) and changed how it is iterated. - Added the
allow_offsiterequest meta key - Spider middlewares that don't support asynchronous spider output are deprecated
- Added a base class for universal spider middlewares