8000 Releases Β· scrapy/scrapy Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: scrapy/scrapy

2.13.0

08 May 09:54
Compare
Choose a tag to compare
  • The asyncio reactor is now enabled by default
  • Replaced start_requests() (sync) with start() (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

See the full changelog

2.12.0

18 Nov 08:43
Compare
Choose a tag to compare
  • Dropped support for Python 3.8, added support for Python 3.13
  • start_requests can now yield items
  • Added scrapy.http.JsonResponse
  • Added the CLOSESPIDER_PAGECOUNT_NO_ITEM setting

See the full changelog.

2.11.2

14 May 12:12
Compare
Choose a tag to compare

Mostly bug fixes, including security bug fixes.

See the full changelog.

2.11.1

14 Feb 19:10
Compare
Choose a tag to compare
  • Security bug fixes.
  • Support for Twisted >= 23.8.0.
  • Documentation improvements.

See the full changelog.

1.8.4

14 Feb 19:10
Compare
Choose a tag to compare

Security bug fixes.

See the full changelog.

2.11.0

18 Sep 11:37
Compare
Choose a tag to compare
  • Spiders can now modify settings in their from_crawler methods, e.g. based on spider arguments.
  • Periodic logging of stats.
  • Bug fixes.

See the full changelog.

2.10.1

30 Aug 08:57
Compare
Choose a tag to compare

Marked Twisted >= 23.8.0 as unsupported.

2.10.0

04 Aug 13:59
Compare
Choose a tag to compare
  • Added Python 3.12 support, dropped Python 3.7 support.
  • The new add-ons framework simplifies configuring 3rd-party components that support it.
  • Exceptions to retry can now be configured.
  • Many fixes and improvements for feed exports.

See the full changelog.

2.9.0

08 May 11:05
Compare
Choose a tag to compare
  • Per-domain download settings.
  • Compatibility with new cryptography and new parsel.
  • JMESPath selectors from the new parsel.
  • Bug fixes.

See the full changelog.

2.8.0

02 Feb 04:14
Compare
Choose a tag to compare

This is a maintenance release, with minor features, bug fixes, and cleanups.

See the full changelog.

0