We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7979eda commit ae0ac28Copy full SHA for ae0ac28
CHANGES.rst
@@ -1,6 +1,21 @@
1
Changes
2
=======
3
4
+0.10.0 (2025-01-21)
5
+-------------------
6
+
7
+* Removed official support for Python 3.7 and 3.8, and added official support
8
+ for Python 3.12 and 3.13.
9
10
+* Added support for Scrapy 2.12+.
11
12
+ This includes deprecating ``SplashAwareDupeFilter`` and
13
+ ``SplashAwareFSCacheStorage`` in favor of the corresponding built-in, default
14
+ Scrapy components, and instead using the new ``SplashRequestFingerprinter``
15
+ component to ensure request fingerprinting for Splash requests stays the
16
+ same, now for every Scrapy component doing request fingerprinting and not
17
+ only for duplicate filtering and HTTP caching.
18
19
0.9.0 (2023-02-03)
20
------------------
21
0 commit comments