Skip to content

0.10.0

Latest
Compare
Choose a tag to compare
@Gallaecio Gallaecio released this 21 Jan 11:42
· 16 commits to master since this release
  • Removed official support for Python 3.7 and 3.8, and added official support for Python 3.12 and 3.13.

  • Added support for Scrapy 2.12+.

    This includes deprecating SplashAwareDupeFilter and SplashAwareFSCacheStorage in favor of the corresponding built-in, default Scrapy components, and instead using the new SplashRequestFingerprinter component to ensure request fingerprinting for Splash requests stays the same, now for every Scrapy component doing request fingerprinting and not only for duplicate filtering and HTTP caching.