Download Scrapy
Get the latest stable release of Scrapy to start your data extraction journey.
Stable Release
The recommended version for most users. Fully tested and production-ready.
Download v2.15.1Changelog
- Sharing of the SSL context between multiple connections, introduced in Scrapy 2.15.0, is reverted as it caused problems and wasn’t actually needed.
- Fixed
scrapy.settings.BaseSettings.getwithbase()failing on keys with dots that aren’t import names. It now works the way it worked before Scrapy 2.15.0, without trying to match class objects and import path. A separate method,get_component_priority_dict_with_base(), was added that does that, and it is now used for component priority dictionaries. - Documentation rendering improvements.