.. comment:: bumpversion marker
- Added deprecation about decorating non-spider functions.
- Warn if the callback returns requests with callback or errback set. This
reverts the compability with requests with callbacks.
- ~~Backward incompatible change: Added more restrictions to the request object (no callback/errback).~~
- Cleanup callback/errback attributes before sending back the request to the
generator. This fixes an edge case when using
request.replace()
.
- Simplified example spider.
- Scrapy API and documentation updates.