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